/* common elements */
html, body {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	margin: 0px;
	background-color: #f59f1a;
}




/* copy styles */
td, div {
	font: normal 11px arial, helvetica, verdana;
	color: #626262;
	line-height: 160%;
}
.copy {
	font: normal 12px arial, helvetica, verdana;
	color: #626262;
	line-height: 160%;
}
.copy_bold {
	font: bold 12px arial, helvetica, verdana;
	color: #626262;
	line-height: 160%;
}
.copy_small {
	font: normal 11px arial, helvetica, verdana;
	color: #626262;
	line-height: 160%;
}
.copy_dateline {
	font: normal 10px arial, helvetica, verdana;
	color: #626262;
	line-height: 200%;
}
.news_headline {
	font: bold 14px arial, helvetica, verdana;
	color: #004b8d;
}
.blue { color: #004b8d; }
.orange, a.orange {
	font: bold 12px arial, helvetica, verdana;
	color: #f6a01a;
	text-decoration: none;
}
a.orange:hover { text-decoration: underline; }
.quote_home_lrg {
	font: normal 16px times, times new roman, georgia;
	font-style: italic;
	color: #004b8d;
	line-height: 140%;
}
.quote_home_sm {
	font: normal 10px arial, helvetica, verdana;
	color: #004b8d;
	padding-top: 3px;
}
.news_project_name {
	font: bold 16px arial, helvetica;
	color: #004b8d;
	padding: 0px 0px 5px 0px;
}
	
	
	

/* layout elements */	
#container_inner {
	width: 800px;
	margin: auto;
	z-index: 100;
	position: relative;
}
#container_outer {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
}
#container_body_outer {
	padding: 30px 40px 30px 40px;
	background-color: #fff;
}
#container_body_inner {
	width: 720px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/background_body_line.gif);
	background-repeat: repeat y;
}
#container_body_outer_blog {
	padding: 30px 40px 30px 40px;
	background-color: #fff;
}
#container_body_inner_blog {
	width: 720px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat y;
}
#body_left {
	float: left;
	width: 315px;
	margin: 0;
	text-align: left;
}
#body_left_inner {
	float: left;
	width: 270px;
	margin: 0;
	text-align: left;
}
#body_right_AL, #body_right_AR {
	margin-left: 315px;
	background-color: #fff;
}
#body_right_AL { text-align: left; }
#body_right_AR { text-align: right; }
#project_list {
	margin-left: 57px;
}

#container_footer_outer {
	height: 25px;
	background-color: #004b8d;
}
#container_footer_inner {
	padding-top: 7px;
	padding-right: 40px;
	font: 9px arial, verdana;
	color: #fff;
	text-align: right;
}
#logo { height: 135px; }
#nav_outer {
 	z-index: 100;
	text-align: center;
	top: 135px;
	height: 34px;
	background-color: #f59f1a;
}
#nav_inner {
	text-align: center;
	z-index: 110;
	padding-top: 5px;
}
#nav_inner a {
	font: bold 11px arial, helvetica;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 17px 0px 17px;
}
#nav_inner a:hover { text-decoration: underline; }
#nav_inner a.on {
	color: #004b8d;
	text-decoration: underline; 
}
#nav_inner .line {
	font: normal 16px arial, helvetica;
	color: #fff;
	margin: 0px;
	text-align: top;
}





/* stylistic elements */
.align_left { text-align: left; }
.align_right {text-align: right; }
.bold { font-weight: bold; }
.left { float: left; }
.right { float: right; }
.clear_r { clear: right; }
.clear_l { clear: left; }
.clear_b { clear: both; }
.center { text-align: center; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */