/* General styles */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../images/bg01.gif) repeat-x #dfffff;
}

html * {
	margin:0;
	padding:0;
}

a:link {color:#00F}
a:visited {color:#00F}
a:hover {color:#0F0}
a:active {color:##00F}

ul, ol {
	margin-left:2em;
}


#site_container {
	/*Container for site including bg effects*/
	width:980px; /* Width of site including bg, drop-shadow, effects, etc. */
	margin:auto;
	overflow:auto;
}

/*Slide shows*/

.no_js_content{
	display:block;
}

body.js_enabled .slideshow{
	display:block !important;
}

body.js_enabled .no_js_content {
	display:none !important;
}

.slideshow_container {
	width:100%;
	text-align:center; 
	margin-top:1em; 	
}

.slideshow {
	margin:0 auto;	
	display:none;
}

/*Drop Shadow*/

#right_bg {
	/*Drop Shadow transparent */
	margin:0;
	padding-right:10px;
	background:url(../images/right_ds.png) top right repeat-y;
}

#left_bg {
	/*Drop Shadow transparent */
	margin:0;
	padding-left:10px;
	background:url(../images/left_ds.png) top left repeat-y;
}

#bottom_ds {
	margin:0;
	padding-bottom:10px;
	background:url(../images/bottom_ds.png) bottom center repeat-x;
}

#bottom_left_corner_ds {
	margin:0;
	padding-left:10px;
	background:url(../images/left_bottom_ds.png) bottom left no-repeat;
}

#bottom_right_corner_ds {
	margin:0;
	padding-right:10px;
	background:url(../images/right_bottom_ds.png) bottom right no-repeat;
}

/* Header styles */
#header {
	height:90px;
	overflow:hidden;
	background: url(../images/eee-header-image.jpg) top left no-repeat #ffffff;
}

#eee_logo {
	float:left;
	position:relative;
	top:6px;
	left:6px;
}

#eee_text {
	position:relative;
	top:15px;
	float:left;
	left:12px;
}

#eee_mech, #eee_blacksburg, #eee_va_beach {
	float:right;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#005700;
	text-align:right;
}

#eee_mech a, #eee_blacksburg a, #eee_va_beach a {
	font-weight:bold;	
}

#eee_mech a:link, #eee_blacksburg a:link {

}

#eee_mech a:visited, #eee_blacksburg a:visited {

}

#eee_mech a:hover, #eee_blacksburg a:hover {

}

#eee_va_beach {
	margin-right:12px;
	margin-left:24px;
}

#eee_blacksburg, #eee_mech {
	margin-left:24px;
}

.phone {
	margin-top:0.5em;
}

.news_snippet {
	margin:auto;
	padding:1em 0;
	overflow:hidden;
	/*background:#9AFF6F;*/
	border-top:solid 1px #ababab;
}

.read_more {
	margin-top:0.5em;
	margin-left:1em;
	float:right; 
	clear:left;
	overflow:hidden;
	
}

/*#recent_news ul {
	list-style:none;
	font-weight:bold;
	margin:0.5em auto 0.5em 0.5em;
}*/

.recent_news {
	overflow:auto;	
}

.projects ul {
	margin:0.5em auto 0.5em 1.5em;
}

.projects h2 {
	background:#349a04;
	color:#ffffff;
	text-align:center;
	margin:0 2px 0.25em 2px;
	text-decoration:none;
	padding:0.25em 0;
}

.recent_news ul {
	margin:0.5em auto;
	/*list-style:none;*/
		margin:0.5em auto 0.5em 1em;
}

.services_list ul {
	margin:1em auto 1em 2em;	
}

.services_list ul li {
	margin:0.5em auto;	
}

.projects ul li {
	margin:0.25em auto;	
}

.recent_news ul li {
	margin:0.5em auto 1em auto;	
}

.recent_news ul li.more {
	float:right;
	clear:left;
	overflow:hidden;
}

.projects ul li a, .recent_news ul li a {
	text-decoration:none;
}

.news_list ul {
	font-weight:bold;	
	margin:0.5em 1em 0.5em 1em;
}

.news_list ul li {
	margin:0.25em 0;
}

.return_link {
	font-weight:bold;
	text-align:center;
	width:100%;
	margin:1em 0 0 0;
	float:left;
	clear:both;
}

#contact_block {
	text-align:center;
	width:100%;
}

.news_archive {
	width:100%;
	overflow:auto;
}

.news_archive .row {
	width:100%;
	overflow:auto;
	margin:0.5em auto;
}

.news_archive .even {
	background:#ffffff;
}

.news_archive .odd {
	background:#eeeeee;
}				

.news_archive .top {
	margin:0em auto !important;
}

.news_archive .row .headline {
	width:70%;
	float:left;
	overflow:hidden;
}

.news_archive .row .date {
	width:25%;
	float:right;
	overflow:hidden;
}

/* Menu Styles */

#menu_container {
	background:#349a04;
}

#menu {
	overflow:hidden;
	width:100%;
}

#menu ul {
	overflow:visible;
	margin:0 auto;
	float:left;
	position:relative;
	left:50%;
	list-style:none;
	padding:0px;
}

.rollover {
	position:relative;
	right:50%;
	float:left;
	border-right:#ffffff solid 1px;
}

.first {
	border-left:#ffffff solid 1px;
}

.last {
}

.mid {
}

.rollover a {
	display:block;
	width:auto;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background:#349a04;
	color:#ffffff !important;
	padding:2px 1.25em;
}

.rollover a:hover {
	color:#FFFF91 !important;
}

/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* Left Sidebar Layout Styles */
.leftmenu {
	background:#cccccc;
	color:#000;
}

.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:192px;
	background: url(../images/sidebar_border.gif) repeat-y #ffffff;
}

.leftmenu .main_content_wrap {
	float:right;
	width:50%;
	position:relative;
	right:192px;
}

.leftmenu .main_content {
	margin:0 0 0 192px;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .sidebar_content {
	float:left;
	width:192px;
	position:relative;
	right:192px;
}

.content {
	padding:1em;
	overflow:auto;
}

.content_main_page, .content_main {
	padding:1em 2em 2em 2em;
	overflow:auto;
	color:#121212;
}

.content_main img {
	border:2px solid #349a04;	
}

.content_main hr {
	margin:1em auto;	
}

.sidebar_content hr {
	margin:1em auto;
}

/* Footer styles */
#footer {
	clear:both;
	width:100%;
	background:#349a04;
	color:#ffffff;
	text-align:center;
}

#footer_text {
	text-align:center;
	padding:0.25em 1em;
	font-size:12px;
	color:#ffffff;
}

/* Heading Styles */
h1 {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin:0.25em 0em 0.5em 0em;
	border-bottom:1px solid #349a04;
}

.sidebar_content h1 {
	font-size:18px;
	border-bottom:none;
}

h2 {
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0.5em;
	color:#349a04;
}

h2 a {
	color:#349a04 !important;	
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.5em;
/*	color:#349a04;*/
	color:#333;
}

/* Other Text Styles */
#nondisc {
	color:#000;
	font-size:10px;
	clear:both;
	padding:0.5em 1em;
	background:#FFFF91;
	/*margin-left:1px;*/
	border-top:solid 1px #ababab;
	border-bottom:solid 1px #ababab;
	text-align:center;
}

.name {
	margin-bottom:0.5em;	
}

.accreditations {
	margin-bottom:0.5em;	
	color:#349a04;
}

.membership {
	margin-bottom:0.5em;
}

.team_bio {
	margin-top:0.5em;	
}

.name h1 {
	font-size:16px;
	font-weight:bold;
	color:#222222;
	border:none;
	display:inline;
	text-decoration:none;	
	margin-right:1em;
}

.name h2 {
	font-size:14px;
	font-weight:bold;
	color:#555;
	border:none;
	display:inline;
	text-decoration:none;
}

.degrees {
	margin-bottom:0.5em;
	font-style:italic;
}

.degrees h1, .membership h1,  .membership h2 {
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#349a04;
	display:inline;
	border:none;
	text-decoration:none;
	margin-right:0.5em;
}

.service_contact {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0.5em;
	color:#333;
	display:inline;
}

/* Floats */

.float_container_full {
	overflow:hidden;
	width:100%;
	margin:1em 0;
}

.right {
	float:right;	
	margin:1em 0em 1em 1em;
}

.right_top {
	float:right;	
	margin:0em 0em 1em 1em;
}

.left {
	float:left;	
	margin:1em 1em 1em 0em;
}

.left_top {
	float:left;	
	margin:0em 1em 1em 0em;
}

.left_half {
	width:49%;
	float:left;
	
}

.right_half {
	width:49%;
	float:right;
}

.office_block {
	text-align:center;
	overflow:hidden;
}

.one_third {
	float:left;
	width:33.33%;
}

.two_thirds {
	float:left;
	width:66.66%;
}

.one_third ul {
	margin-left:1em;
}

.third_left {
	padding-right:0.66em;	
}

.service_left {
	margin-right:0.66em;
	padding-right:0.66em;
}

.third_mid {
	padding:0 0.33em;
}

.service_mid {
	margin:0 0.33em;
	padding:0 0.33em;
}

.third_right {
	padding-left:0.66em;	
}

.service_right {
	margin-left:0.66em;
	padding-left:0.66em;	
}

.people_block {
	width:100%;
	overflow:auto;
	margin-bottom:1.5em;
}

.people_text {
	padding:1em 0.5em;	
}

.people_block.even {
/*	background:#ffffee;*/
	background:#ffffff;
}

.people_block.odd {
/*	background:#eeffee;*/
	background:#eeeeee;
}

/* Equal Height 2-Column */

#two_column_container2 {
    float:left;
	clear:left;
    width:100%;
    background:#FFFFD5;
    position:relative;
	overflow:hidden;
	margin:1em 0;
}
#two_column_container1 {
    float:left;
    width:100%;
	background:#D7FFD7;
    position:relative;
    right:50%;
}
#two_column_col1 {
    float:left;
    width:50%;
    position:relative;
    left:50%;
}
#two_column_col2 {
    float:left;
    width:50%;
    position:relative;
    left:50%;
}

/* Equal Height 3-Column */

#container3 {
    float:left;
    width:100%;
	background:#D7FFD7;
    overflow:hidden;
    position:relative;
	margin:1em 0;
}
#container2 {
    float:left;
    width:100%;
    background:#FFFFD5;
    position:relative;
    right:33.33%;
}
#container1 {
    float:left;
    width:100%;
	background:#D7FFD7;
    position:relative;
    right:33.33%;
}
#col1 {
    float:left;
    width:33.33%;
    position:relative;
    left:66.66%;
}
#col2 {
    float:left;
    width:33.33%;
    position:relative;
    left:66.66%;
}
#col3 {
    float:left;
    width:33.33%;
    position:relative;
    left:66.66%;
}

/* Other Image Styles */

.img_w_caption {
	text-align:center;	
	overflow:auto;
	font-size:0.8em;
}
.img_w_caption img {
	margin-bottom:0.25em;
}

.project_image {
	margin-bottom:1em;
	text-align:center;
	width:100%;
}

.people_image {
	float:left;
	margin:0 1em 1em 0;
}

/* Table Styles */

table.government_experience {
	margin:1em 0;
}

table.government_experience td {
	padding:0.25em 0.5em;
	margin:0;
}

table.government_experience tr.even {
	background:#ffffff;
}

table.government_experience tr.odd {
	background:#eeeeee;
}


