/* CSS Document */

body {
	background-image: url(../images/about_bckgrnd_03.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: #fde6c5;
	font-size: 16px;

}

div#projects {
	background-image: url(../images/bckgnd_projects.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 790px;
	height: 225px;
}

div#projectsmain {
	background-image: url(../images/bckgrnds_projectmain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 780px;
	height: 400px;
}

div#header {
	position: absolute;
	left: 156px;
	width: 624px;
	height: 140px;
}

div#head {
	margin-top: 76px;
}


div#logo {
	margin-top: 12px;
	margin-left: 38px;
	margin-bottom: 20px;
}

/*main nav list*/

div#leftcol {
	width: 156px;
	float: left;
}

div#mainnav {
}

	div#mainnav ul {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	}

	div#mainnav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #7f440a;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;

	}

	div#mainnav ul li a{
	text-decoration: none;
	color: #7f440a;
	margin: 0px;
	padding: 10px 54px 10px 0px;
	display: block;
	text-align: right;
	height: 24px;
	vertical-align: middle;
	}


	div#mainnav ul li a:hover {
	color: #FFFFFF;
	}
	
/*main nav classes*/

	.about {
	background-image: url(../images/nav1_off.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.about a:hover {
	background-image: url(../images/nav1_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.abouthere {
	background-image: url(../images/nav1_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
		
	.services {
	background-image: url(../images/nav2_off.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.services a:hover {
	background-image: url(../images/nav2_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.serviceshere {
	background-image: url(../images/nav2_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
		
	.projects {
	background-image: url(../images/nav3_off.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.projects a:hover {
	background-image: url(../images/nav3_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.projectshere {
	background-image: url(../images/nav3_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
		
	.careers {
	background-image: url(../images/nav4_off.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.careers a:hover {
	background-image: url(../images/nav4_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.careershere {
	background-image: url(../images/nav4_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
		
	.contact {
	background-image: url(../images/nav5_off.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.contact a:hover {
	background-image: url(../images/nav5_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	.contacthere {
	background-image: url(../images/nav5_on.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	strong{
	color: #FFFFFF;
	}
	

/*projects nav list*/

div#subnav {
	position: absolute;
	height: 100%;
	width: 214px;
	left: 153px;
	top: 162px;
}

	div#subnav ul {
	list-style-type: none;
	margin: 10px 0px 20px 20px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f440a;
	}
	
	div#subnav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}
	
	div#subnav ul li a {
	color: #b07a16;
	text-decoration: none;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f440a;
	display: block;
	font-size: .9em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/proj_background_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
	margin: 0px;
	}
	
	div#subnav ul li a strong{
	color: #990000;
	}
	
	div#subnav ul li a.here {
	color: #CC0000;
	background-image: url(../images/proj_background_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
		
	.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f440a;
	}
	
	div#subnav ul li a:hover {
	color: #7f440a;
	background-image: url(../images/proj_background_on.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	div#subnav ul li ul {
	margin: 0px;
	padding: 6px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	div#subnav ul li ul li {
	font-size: .85em;
	}
	
	div#subnav ul li ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 2px;
	padding-top: 2px;
	}
	
	div#subnav ul li ul li a:hover {
	}
	
/*Secondary Project info*/

div#stats {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-bottom: 20px;
}
	div#stats h3{
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	div#stats h4{
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	} 

/*Main Content-Projects*/

div#main {
	position: absolute;
	left: 370px;
	top: 140px;
	height: auto;
	width: 410px;
}

	div#project {
	margin-top: 24px;
	padding: 0px 0px 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	div#projectmain {
	margin-top: 30px;
	padding: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 150px;
	}
	
	div#projectmain p{
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
	div#project h1{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
	div#project h2{
	font-size: .9em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-weight: bold;
	}
	
	div#project h3{
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-weight: normal;
	}

	
	div#project p{
	font-size: 0.85em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

/*accessibility*/

.accessibility {
    position: absolute;
    top: -999em;
    left: -999em;
    }
