/* Template CSS stylesheet for FIXATED DESIGN created 9/1/08 */

/*Top Navigation */

#topnav_container{   
	position: absolute; 
	top: -40px;
	left: 75px;  
	width: 400px;
	height: 20px;                        
}

ul#topnav {
	list-style: none;
	}
	ul#topnav li {
		display: inline;
	}
		ul#topnav li a.home:hover, ul#topnav li a.home:active,
		ul#topnav li a.who:hover, ul#topnav li a.who:active,
		ul#topnav li a.work:hover, ul#topnav li a.work:active,
		ul#topnav li a.contact:hover, ul#topnav li a.contact:active {
			background-position: center center;
		}
	body#home ul#topnav li a.home,
	body#who ul#topnav li a.who,
	body#work ul#topnav li a.work,
	body#contact ul#topnav li a.contact {
		background-position: top center;
	}
	ul#topnav li a {
		text-indent: -9999px;
		display: block;
		height: 20px;
		float: left;
		}
		ul#topnav li a.home {
		background: url(_images/topnav_home.png) no-repeat bottom center;
		width: 55px;
		}
		ul#topnav li a.who {
		background: url(_images/topnav_who.png) no-repeat bottom center;
		width: 76px;
		}
		ul#topnav li a.work {
		background: url(_images/topnav_work.png) no-repeat bottom center;
		width: 80px;
		}
		ul#topnav li a.contact {
		background: url(_images/topnav_contact.png) no-repeat bottom center;
		width: 105px;
		}
	
/* End Top Navigation */

/* Side Navigation */
#sidenav_container {
	position: absolute;
	display: block;
	left: 15px;
	width: 85px;
	height: 493px; 
}

ul#sidenav {
	list-style: none;
	width: 85px;
	}
	ul#sidenav li {
		margin: 0px;
	}
	ul#sidenav li a {
		text-indent: -9999px;
		display: block;
		height: 37px;
		}
		ul#sidenav li a.process {
		background: url(_images/sidenav_who1_process.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.services {
		background: url(_images/sidenav_who2_services.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.faq {
		background: url(_images/sidenav_who3_faq.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.news {
		background: url(_images/sidenav_who4_news.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.print {
		background: url(_images/sidenav_work1_print.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.web {
		background: url(_images/sidenav_work2_web.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.email {
		background: url(_images/sidenav_contact1_email.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.freequote {
		background: url(_images/sidenav_contact2_freequote.png) no-repeat bottom center;
		width: 85px;
		}
		ul#sidenav li a.process:hover, ul#sidenav li a.process:active,
		ul#sidenav li a.services:hover, ul#sidenav li a.services:active,
		ul#sidenav li a.faq:hover, ul#sidenav li a.faq:active,
		ul#sidenav li a.news:hover, ul#sidenav li a.news:active,
		ul#sidenav li a.print:hover, ul#sidenav li a.print:active,
		ul#sidenav li a.web:hover, ul#sidenav li a.web:active,
		ul#sidenav li a.email:hover, ul#sidenav li a.email:active,
		ul#sidenav li a.freequote:hover, ul#sidenav li a.freequote:active { 
		background-position: center center;
		}
		
		ul#sidenav li a.active {
		background-position: top center;
		} 
		
		
/* End Side Navigation */
#template{
	width: 750px;
	height: 497px;
	margin: 0 auto 0 auto;
}

#logo {
	position: absolute;
	top: -78px;
	width: 100px;
	height: 100px;
}
		
#header{
	position: relative;
	top: 80px;
	width: 750px;
	height: 12px;
	background-image: url(_images/template_header.png); 	
}

#middle {
	position: relative;
	top: 80px;
	width: 750px;
	height: 404px; 
	background-image: url(_images/template_middle.png); 	
}

#centercontent {
	position: absolute;
	left: 150px;
	height: 483px;
  	width: 475px;
}

#footer{
	position: relative; 
	top: 80px;
	width: 750px;
	height: 81px;
	background-image: url(_images/template_footer.png);
}

/* Body Copy Changes*/


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21pt;
	color: #eda15c;
	line-height: 1.0em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #eda15c;
	line-height: 1.5em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #807c84;
	line-height: 1.5em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807c84;
	letter-spacing:0.02em;
	line-height: 1.5em;
}

a:link { 
	color: #eda15c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:700;
	line-height: 2.0em;
	letter-spacing:0.02em;
	}
a:visited {
	color: #eda15c;
	}
a:hover {
	color: #807c84;
	text-decoration: overline;
	}
a:active {
	color: #eda15c;
	}