@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background: #e6e6e6 url(images/gradient_pixel.jpg) repeat-x;
}
#header {
	background: url(images/duvall_header.png) no-repeat left top;
	margin: 0 auto;
	padding: 98px 0 0;
	height: 25px;
	width: 780px;
}

#navMain ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	float:right;
}

#navMain li {
	list-style:none;
	float: right;
}

#navMain li a:link, #navMain li a:visited {
	display:block;
	color: #666666;
	margin: 0;
	padding: 0 15px 0 15px;
	border-right: 1px solid #666666;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#navMain li a:hover, #navMain li a:active, #navMain li a:focus  {
	color: #c40f0f;	
}

#navMain li a.active:link {
	color: #c40f0f;
}
#navMain li a.last:link, #navMain li a.last:visited {
	display:block;
	color: #666666;
	margin: 0;
	padding: 0 0 0 15px;
	border: 0;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#navMain li a.last:hover, #navMain li a.last:active, #navMain li a.last:focus  {
	color: #c40f0f;	
}

#navMain li a.lastactive:link {
	display:block;
	color: #c40f0f;
	margin: 0;
	padding: 0 0 0 15px;
	border: 0;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.banner {
	background: #FFFFFF;
	margin: 10px 0px;
	padding: 11px;
	border: 1px solid #999999;
}
#main {
	margin: 0px auto;
	text-align: left;
	width: 780px;
	padding-bottom: 25px;
}

#main h1 {
	text-align: left;
	text-transform: uppercase;
	color: #c40f0f;
	font-size: 12px;
}
#main p {
	text-align: left;
	line-height: 15px;
}

#homeContent {
	padding: 0;
	background: url(images/mainBG.png) bottom center no-repeat;
	height: 170px;
	width: 800px;
	margin: 5px auto 0 auto;
}

#homeContent h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.homeLeft {
	width: 267px;
	float: left;
	display: block;
	text-align: left;
	padding-left:8px;
}
.homeLeft p {
	font-size: 10px;
	color: #666666;
	padding: 0 12px 0 75px;	
	margin-top: 8px 0 0 0;
	text-align: left;
	}
.homeCenter {
	margin-left: 267px;
	margin-right: 267px;
	display: block;
	text-align: left;
}

.homeCenter p {
	font-size: 10px;
	color: #666666;
	padding: 0 10px 0 110px;
	margin: 8px 0 0 0;
	text-align: left;
	}
	
.homeRight {
	width: 267px;
	float: right;
	display: block;
	text-align: left;
}

.homeRight p {
	font-size: 10px;
	color: #666666;
	padding: 0 75px 0 15px;
	margin: 8px 0 0 0;
}

#projectSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0px 0 0;
	height: 390px;
	position: relative;
}
#projectSidebar h1 {
	margin: 0px;
	text-transform: uppercase;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
}
#projectSidebar p {
	margin: 10px 0 0 0;
}
#projectSidebar a {
	color: #666666;
	text-decoration:underline;
}
#projectSidebar a:hover {
	color: #c40f0f;
	text-decoration:underline;
}
#photoContent {
	margin: 0 0 0 234px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	width: 546px;
} 

.photoLarge {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #666666;
	margin: 0px 0px 15px 15px;
}
.photoThumb {
	padding-left: 15px;
}
#projectText {
	left: 0px;
	position: absolute;
	top: 160px;
	width: 220px;
}
#projectText h2 {
	text-align: left;
	text-transform: uppercase;
	color: #c40f0f;
	font-size: 12px;
	margin: 0px;
}
#projectText p {
	font-size: 10px;
	line-height: 15px;
	text-align:left;
	color: #666666;
	margin: 10px 0px 0px;
}

#navProjects {
	text-align: right;
	margin-right: 15px;
	font-size: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#navProjects a:link, #navProjects a:visited  {
	color:#666666;
	text-decoration:underline;
	padding-right: 5px;
	padding-left: 5px;
}
#navProjects a:hover, #navProjects a:active, #navProjects a:focus  {
	color:#c40f0f;
	text-decoration:underline;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	line-height: 18px;
	margin-top: 15px;
	padding: 0 10px 0 10px;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus  {
	color: #c40f0f;	
}

.clearfloat {
	clear: both;
}
a {
outline: none;
}
#flashcontent {
	height: 100%;
}
/*form*/
form {
width: 38em;
margin-left: 25px;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #5f574a;
}
/* legend styling */
legend {
font-weight: bold;
color: #b80000;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 155px;
padding: 0 .25em;
background-color: #b80000;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}

.active_section {
color: #c40f0f	!important;
}
