/* CSS Document */

#container { width:765px; margin:0 auto; }

	#header a img.logo {position:relative;border:none;text-decoration:none;float:left;margin:15px 5px -5px 0;z-index:10;}
		
		/* Navigation Styles */
		ul#nav { list-style:none; margin: 15px 0 5px 5px;float:right; padding:3px 0 5px 0;
			background:url(images/bck-nav-rt.png) no-repeat top right; height:18px;}
		ul#nav li { display:inline;}
		ul#nav li a { padding:5px;text-decoration:none;color:#898989;border-left:1px solid #d6d6d6;
			font:bold 75%/1 Arial, Helvetica, sans-serif;  margin-left:-5px;}
		ul#nav li a:hover { color: #fff; background:url(images/bck-nav-active.png) repeat-x top left;}
		ul#nav li.first a { background:url(images/bck-nav-lt.png) no-repeat top left; border-left:none; 
			margin-left:0;}
		ul#nav li.first a:hover {background:url(images/bck-nav-active-lt.png) no-repeat top left;
			margin-left:0; color:#fff;}
		ul#nav li.last a:hover {background:url(images/bck-nav-active-rt.png) no-repeat top right; 
			margin-left:0; color:#fff; margin-left:-5px;}
		ul#nav li#active a { background:url(images/bck-nav-active.png) repeat-x top left; color:#fff;}
		ul#nav li#active.last a { background:url(images/bck-nav-active-rt.png) repeat-x top right; 
			color:#fff;}
		ul#nav li#active.first a { background:url(images/bck-nav-active-lt.png) repeat-x top left; 
			color:#fff;}
	
	/* Styles for the center image */
	#middle { margin-bottom:15px;clear:both; }
	#middle h1 { color:#AEC9CB; font-size: 100%; font-weight:bold;margin-bottom:4px;}
	#middle img { z-index:1; }
	#middle p, #middle ul { margin: 0 0 10px 20px; font: 85%/1.1 "Times New Roman", Times, serif;}
	#middle ul li {margin-top:5px; list-style-type:disc; margin-left:15px;}
	
	#event-register {margin-bottom:5px;  clear:both; width:762px; height:31px; background: url('images/event-rounded-box.gif') no-repeat; text-align:center; font-family:Arial, Helvetica, sans-serif; padding:1px; }

	#services-summary { position:relative; width:736px; height:65px; background:url(images/turknett-services-box.jpg) no-repeat; font-family:Arial, Helvetica, sans-serif; padding:13px; }
	#services-summary h1 { font-size:13px; font-weight:bold; color:#679a9c; margin-bottom:8px; }
	#services-summary p { font-size:12px; font-weight:normal; color:#404040; line-height:15px; }
	#text-services-summary { width:400px; }
	#download-services-summary { position:absolute; width:320px; left:445px; top:50px; }
	#download-services-summary a { font-size:12px; font-weight:normal; color:#404040; }
	#download-services-summary a:hover { text-decoration:none; }
	.download-services-summary-bold { font-size:13px; font-weight:bold; color:#404040; }
	
	
	/*Styles for modules that contain links */
	.module{float:left;display:block;width:240px; margin-left:2px;
		background:url(images/bck-module.png) no-repeat bottom left;}
	.module h2{background:#ece9da;  font:bold 75%/2 Arial, Helvetica, sans-serif; color:#6a6a67;
		padding-left:10px;}
	.module h2 a { color:#6a6a67; }
	.module p {padding:3px 3px 8px 10px; }
	.module p a { display:block;font: 80% Arial, Helvetica, sans-serif;color:#595959;}
	.module p a:hover { color:#000;}
	.add-margin { margin-right:16px;}
	
	#middle .module { float:right; width:240px; clear:right; margin:0 0 10px 5px;}
	
	/* Styles for link on the bottom of the page*/
	#bottom-links { clear:left; padding-top:10px;}
	#bottom-links a:link, #bottom-links a:visited {float:left;display:block;height:30px;width:245px;
		background:url(images/but-off.png) no-repeat 1px 0;font:75% Arial, Helvetica, sans-serif;
		color:#333; text-decoration:none;text-align:center;padding-top:7px;background-repeat:no-repeat;}
	#bottom-links a:hover { background:url(images/but-on.png) no-repeat; width:245px;}		
	#bottom-links a.icon { float:left;display:block;height:30px;width:245px;
		background:url(images/but-icon-off.png) no-repeat 1px 0;font:75% Arial, Helvetica, sans-serif;
		color:#333; text-decoration:none;text-align:center;padding:7px 0 0 2px;
		background-repeat:no-repeat;}
	#bottom-links a.icon:hover { background:url(images/but-icon-on.png) no-repeat; width:245px;}
	#bottom-links a.add-margin { margin-right:13px;}
		
	#footer {clear:both;padding-top:20px; text-align:center; color:#A0A0A4; 
		font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;}
