html * {

	margin: 0;
	padding: 0;

}

body { background: #00467f url(/public/img/bg.jpg) repeat-x; }

/*-- Global ---------- */

body, textarea { 

font: 12px/18px Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Verdana, Tahoma, sans-serif;
color: #333;

}

a { 
	color: #00467f;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: red; }

img, fieldset { border: 0; }

select option { padding: 0 10px 0 0; }

h1 { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 14px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

p { padding: 0 0 18px 0; }

h1, h2, h3, h4, h5, h6 { 

/* font-weight: normal; */

}

blockquote {
	
	padding: 18px;
	background: #eee;	
	margin: 0px 36px 18px 18px;
	
}

ul, ol {
	
	margin: 0px 36px 18px 18px;
}

ul li, ol li { margin: 9px 0 9px 0;}


span.bull { margin: 0 6px; }

/*-- Clearing Styles & Container --*/

#container {

background: url(/public/img/container-bg.jpg) 50% 0% no-repeat;

}

#main {

margin: 0 auto;
display: block;
padding: 0 8px;
background: url(/public/img/main-bg.png) repeat-y;
width: 960px;

}

#main-home {

background: url(/public/img/main-home-bg.png) repeat-y;
margin: 0 auto;
display: block;
padding: 0 8px;
width: 960px;

}

.block {
margin: 0 auto;
display: block;
width: 960px;

}

.clearfix { display: inline-block; }

.block:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.column {

float: left;
width: 240px;

}


/*-- Header/Main Navigation --*/

#header {
	
	height: 92px;
	background: url(/public/img/header-bg.jpg) repeat-x;
}

#logo { 
	
	padding: 5px 0 0 0;
	width: 241px;
	height: 86px;
float: left;
}

#logo a {

	display: block;
	text-decoration: none;
	text-indent: -999em;
	width: 240px;
	height: 86px;
	background: url(/public/img/cfevans-logo.jpg) no-repeat;
	border-right: solid 1px #b9cada;

}

#header-nav-date {

float: left;
width: 719px;
color: #00467f;

}

#header-date {

	height: 31px;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding: 18px 20px 0 0;
	border-right: solid 1px #b9cada;
}



ul#navigation { 

margin: 0;
list-style: none; 
height: 42px;


}

ul#navigation li { 

margin: 0;
float: left;

}

ul#navigation li a {

display: block;
float: left;
text-decoration: none;
text-indent: -999em;
border-right: solid 1px #b9cada;
height: 42px;

}

ul#navigation li.home a {

	background: url(/public/img/nav-home.jpg) no-repeat;
	width: 93px;

}

ul#navigation li.markets a {

	background: url(/public/img/nav-markets.jpg) no-repeat;
	width: 93px;

}

ul#navigation li.projects a {

	background: url(/public/img/nav-projects.jpg) no-repeat;
	width: 86px;

}

ul#navigation li.services a {

	background: url(/public/img/nav-services.jpg) no-repeat;
	width: 87px;

}

ul#navigation li.innovations a {

	background: url(/public/img/nav-innovations.jpg) no-repeat;
	width: 114px;

}

ul#navigation li.standards a {

	background: url(/public/img/nav-standards.jpg) no-repeat;
	width: 114px;

}

ul#navigation li.about a {

	background: url(/public/img/nav-about.jpg) no-repeat;
	width: 70px;

}

ul#navigation li.careers a {

	background: url(/public/img/nav-careers.jpg) no-repeat;
	width: 80px;

}

ul#navigation li.news a {

	background: url(/public/img/nav-news.jpg) no-repeat;
	width: 68px;

}

ul#navigation li.contact_us a {

	background: url(/public/img/nav-contact_us.jpg) no-repeat;
	width: 113px;

}

ul#navigation li.initiatives a {

	background: url(/public/img/nav-initiatives.jpg) no-repeat;
	width: 114px;

}

ul#navigation li a:hover, ul#navigation li.active a {

	background-position: 0px -42px;

}

/* Home */

#home-image {

	border-bottom: solid 1px #fff;

}

#home-video-links {

	width: 374px;
	border-right: solid 1px #fff;

}

#home-video {

	background: #c5d6e4 url(/public/img/home-video-bg.jpg) no-repeat;
	border-bottom: solid 1px #fff;

}

#home-links {
	
	background: url(/public/img/home-links-bg.jpg) repeat-x;
	border-bottom: solid 1px #fff;
	padding: 18px;
}

#home-links p { padding: 0; }

#home-links a {

	background: url(/public/img/list-arrow.gif) 0px 3px no-repeat;
	padding: 0 12px 0 10px;

}

#home-content {

	width: 545px;
	background: url(/public/img/home-content-bg.jpg) no-repeat;
	padding: 0 20px;

}

#home-content .contenttitle {

	border: none;
	padding: 0;
	background: red url(/public/img/home-content-title.jpg) 0px 0px no-repeat;
	width: 536px;
	height: 66px;
	text-decoration: none;
	text-indent: -999em;
	

}

#home-content p {

	font-size: 15px;
	padding: 3px 0 15px 0;
}

#home-content ul { padding: 0 0 10px 0; }

#home-content ul, #home-content ul li {

	list-style: none;
	margin: 0;

}

#home-content ul li {

	padding: 0 18px 6px 12px;
	background: url(/public/img/list-arrow.gif) 0px 5px no-repeat;
}

/* Subpages */

#int-content {

	width: 719px;
	background: #fff;
	border-top: solid 1px #acb1b5;
}

#int-content-portfolio {

	
	width: 960px;
	background: #fff;
	border-top: solid 1px #acb1b5;
}

#sidebar {

	width: 241px;
	
	border-top: solid 1px #acb1b5;
}

.contenttitle {

	height: 58px;
	line-height: 58px;
	font-size: 24px;
	color: #00467f;
	padding: 0 0 0 20px;
	background: url(/public/img/int-title-bg.jpg) repeat-x;
	border-bottom: solid 1px #acb1b5;
	
}

#int-content-portfolio .contenttitle {

	width: 580px;
	float: left;

	

}


#content {

	padding: 20px;

}

/* Breadcrumb */

#int-content-portfolio ul#breadcrumb { clear: both; }

ul#breadcrumb, ul#breadcrumb li {

	list-style: none;
	margin: 0;
	
	
}

ul#breadcrumb { 
	
	padding: 9px 20px; 
	border-bottom: solid 1px #acb1b5;
	
}

ul#breadcrumb li {

	display: inline;

}

ul#breadcrumb li a {
	
	font-size: 10px;
	font-weight: bold;
	background: url(/public/img/bc-arrow.gif) 100% 50% no-repeat;
	padding: 0 9px 0 0;
	margin: 0 2px 0 0;
	text-decoration: none;

}

ul#breadcrumb li.active a {

	font-weight: normal;
	color: #333;
	background: none;
	padding: 0;
	margin: 0;

}

/* Sidebar */

.sidebar-element {}

#subcontractorlink {
margin: 12px 8px 12px 10px;
padding: 8px;
text-align: center;
background: #004681;
}

	#subcontractorlink a {
	color: #fff;
	}
	
	#subcontractorlink a:hover {
	color: #ccc;
	}

ul.sidebar-nav, ul.sidebar-nav li, ul.sidebar-nav li ul, ul.sidebar-nav li ul li {

	list-style: none;
	margin: 0;
	
}

ul.sidebar-nav li { 

	padding: 0 0 0 2px;
	float: left;
	width: 239px;
		
}



ul.sidebar-nav li a {

	padding: 8px 8px 8px 16px;
	border-bottom: solid 1px #b9cada;
	background: url(/public/img/list-arrow.gif) 3px 50% no-repeat;
	display: block;
	font-size: 12px;

}

ul.sidebar-nav li a.active, ul.sidebar-nav li a:hover {

	color: #fff;
	background: #004b88 url(/public/img/list-arrow.gif) 0px 50% no-repeat;
	

}

ul.sidebar-nav li ul {

	margin: 0 0 9px 0;

}

ul.sidebar-nav li ul li {
	
	padding: 0 0 0 18px;
	width: 221px;

}

ul.sidebar-nav li ul li a {

	padding: 4px 9px;
	background: none;
	font-size: 11px;

}

ul.sidebar-nav li ul li a:hover { 

	background-color: #b9cada;
	color: #00467f;	
}

ul.sidebar-nav li ul li a.active { 

	color: #00467f;
	background: #b9cada url(/public/img/list-arrow.gif) 0px 50% no-repeat;

		
}

/* Video */

#videocontainer {

	padding: 18px;
	border: solid 1px #ddd;
	background: #eee;
	margin: 0 0 9px 0;
	width: 639px;
	text-align: center;

}

h3.subtitle, #videoslist h3 {

	padding: 3px 0 15px 0;
	margin: 0 0 9px 0;
	font-size: 20px;
	font-weight: normal;
	color: #00467f;
	border-bottom: solid 1px #b9cada;

}

ul.videoslist, ul.videoslist li {

	list-style: none;
	margin: 0;

}

ul.videoslist li {
	
	border-top: solid 1px #eee;
	padding: 9px 0;


}

/* News */
ul#newslist {

list-style: none;
margin: 0;

}

ul#newslist li {

border-bottom: solid 1px #eee;
padding: 0 0 8px 0;
margin: 0 0 9px 0;

}

ul#newslist p { padding: 0; }

ul#newslist p.date {


font-size: 10px;
color: #b5121b;
padding: 0;
font-weight: bold;


}

ul#newslist p.more {

font-weight: bold;
font-size: 11px;

}

ul#newslist p.more a {

background: url("/public/img/bc-arrow.gif") 100% 50% no-repeat;
padding: 0 10px 0 0;
font-size: 11px;

}

ul#newslist li h3 { padding: 0; }

ul#newslist li h3 a { 

padding: 2px 0 4px 0;
display: block;
text-decoration: none;
margin: 0;
font-size: 16px;

}


/* Footer */

#footer {

	height: 100px;
	padding: 24px 8px;
	background: url(/public/img/footer-bottom.png) no-repeat;

}

#footer-int {

	height: 100px;
	padding: 24px 8px;
	background: url(/public/img/int-footer.png) no-repeat;

}

#footer-int-portfolio {

	height: 100px;
	padding: 24px 8px;
	background: url(/public/img/footer-bottom-projects.png) no-repeat;

}

#footer p, #footer-int p, #footer-int-portfolio p {
	padding:5px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;

}


/* Form -------------- */

p.legend {

padding: 12px 0 8px 0;

}

p.legend em, form.forms em { 

color: #cc0000;
font-weight: bold;

}

form.forms {



}

form.forms fieldset {

padding: 12px 12px 12px 0px;
border: solid 2px #ebe6dd;
margin: 8px 0 4px 0;
border: none;

}

form.forms legend {

font-size: 18px;
color: #00467f;
font-weight: bold;

}

form.forms label {

width: 150px;
text-align: right;
float: left;
display: block;
padding: 1px 0 0 0;

}

form.forms div {

padding: 10px 0 6px 0;

border-top: solid 1px #ebe6dd;

}

form.forms input.forminput, form.forms textarea    {

margin: 0 0 0 20px;
padding: 3px;
width: 350px;

}

form.forms textarea {

font-family: "Lucida Grande","Lucida Sans Unicode", Trebuchet MS, Verdana, Tahoma, sans-serif;
font-size: 12px;
height: 125px;

}

form.forms select {

margin: 0 0 0 20px;
width: 360px;
}



form.forms select option { padding: 0 10px 0 0; }

form.forms p.note, form.forms p.error_note {

margin: 0 0 0 170px;
font-size: 10px;

}

form.forms .button {

margin: 0 0 0 168px;
padding: 0;


}

p.error_note {

padding: 0;
color: #cc0000;
font-size: 10px;

}


form.forms input.error {

	background: pink;

}

/*-- Portfolio --*/

#portfolio {

	margin: 0 auto;
	padding: 0 0 18px 0;
	
}

#portfolio ul, #portfolio ul li {

	list-style: none;
	margin: 0;

}

#portfolio ul li {

	padding: 0 0 9px 0;

}

#portfolio ul li div {

	float: left;

}

#portfolio ul li .portfolio-image {

	width: 68px;
	height: 68px;
	padding: 18px;
	background: url(/public/img/portfolio-item-bg.jpg) no-repeat;
}

#portfolio ul li .portfolio-image span {

	display: block;
	width: 68px;
	height: 68px;
	overflow: hidden;

	
}


#portfolio ul li .portfolio-description {

	padding: 0 10px 0 10px;
	width: 388px;

}

p.portfolio-description-text {

	height: 100px;
	overflow: hidden;

}

#portfolio ul li h3 { 

	padding: 4px 0 5px 0; 

	
}

#portfolio ul li h3 a {

	text-decoration: none;

}

#portfolio-title {

	padding: 3px 0 15px 0;
	margin: 0 0 9px 0;
	font-size: 24px;
	font-weight: normal;
	color: #00467f;
	border-bottom: solid 1px #b9cada;

}


#portfolio-desc {

	font-size: 11px;
	padding: 0 9px 9px 0;

}


#portfolio-content {

	

}

#portfolio-detail {



}

#images_container { 
	
	width: 660px;
	float: left;

}

#portfolio-content {

	width: 260px;
	float: left;
}

p.back { 
	
	padding: 9px 0;
	margin: 9px 0;	
}

p.back a {

	text-decoration: none;
	color: #999;
	font-size: 11px;
	
}

table#categorylist td {

	vertical-align: top;
	width: 195px;
	background: #e5ecf2;
	border-right: solid 10px #fff;
	padding: 10px;

}

table#categorylist td h3 { padding: 0 0 6px 0; }

table#categorylist td h3 a { font-size: 11px;  }

.category-image { width: 195px; height: 140px; overflow: hidden; }

table#categorylist td p { padding: 10px 0 0 0; font-size: 11px; }

table#worklist td { vertical-align: top; width: 50%; background: #e5ecf2;
	border-right: solid 10px #fff;
	border-bottom: solid 10px #fff;
	padding: 10px; }
	
.portfolio-image { width: 90px; height: 70px; overflow: hidden; float:left; margin: 0 10px 10px 0; }

table#worklist td h3 { padding: 0 0 10px 0; }
table#worklist td h3 a { font-size: 14px;  }
table#worklist td p { font-size: 11px; }
table#worklist td p { padding: 0; }

#project-selector {

	background: #ffd105 url(/public/img/project-selector-bg.jpg) 0% 100% repeat-x;
	float: left;
	width: 359px;
	height: 43px;
	padding-top: 15px;
	border-bottom: solid 1px #acb1b5;
	border-left: solid 1px #b9cada;


}

* html #project-selector{ overflow: hidden; }

#project-selector ul * { list-style: none; margin: 0;  }

#project-selector ul { width: 320px; line-height: 18px; }
#project-selector ul li ul { display: none; position: absolute; }
#project-selector ul li:hover ul { display: block; position: relative; }

#project-selector ul li a {  width: 308px;background: #fff url(/public/img/down-arrow.gif) 300px 11px no-repeat; border: solid 1px #aaafab; padding: 4px 6px; display: block; }
#project-selector ul li ul li a { background: #00467f; border-top: none; color: #fff; }

#project-selector ul li, #project-selector ul li ul li, #project-selector ul li ul li ul li { float: left; }

#project-selector ul li ul li ul { position: relative; }
#project-selector ul li ul li ul li a { font-weight: bold;}

#project-selector a { font-weight: normal; }

#project-selector ul li ul li ul li a { font-size: 11px; width: 296px;  padding-left: 18px; background: #e5ecf2 url(/public/img/bc-arrow.gif) 8px 10px no-repeat; color: #084270; }

#project-selector ul li ul li ul li a:hover { background: #666; color: #fff; }

#allprojects {

	padding: 10px 0;

}

#allprojects a {

	display: block;
 	background: #e5ecf2;
 	padding: 10px;
 	width: 870px;

}

body#editContent {

padding: 14px;
background: #fff;

}



