@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url();
	background-color: #666;
	background-repeat: repeat-x;
	font-family: sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4D6A9A;
	letter-spacing: -1px;
	line-height: 1.3em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D6A9A;
}
h3 {
	color: #930;
	font-weight: bold;
	font-size: 100%;
}

#wrapper2 {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	padding-bottom: 20px;
}
#wrapper {
	background-image: url(../images/bottom_shadow_gray.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-bottom: 20px;
}

#container {
	text-align: left;
	background-image: url(../images/980px_shadow_background_gray.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#container .overhang {
	position: absolute;
	left: -30px;
	top: 0px;
}
#header_top {
	text-align: right;
	font-family: sans-serif;
	font-size: 70%;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	width: 354px;
	position: absolute;
	left: 568px;
	top: 8px;
}
#header_top a {
	text-decoration: none;
	color: #FFF;
}
#header_top a:hover, #header_top a:active, #header_top a:focus {
	color: #CCC;
}
#header {
	position: relative;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/EBR_logo_line_art_white_background_12_08_09.gif);
	background-position: top;
	background-color: #013499;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
} 
#header h1 {
	margin: 0;
	padding: 0px;
	color: #FFF;
	font-size: 18px;
	vertical-align: top;
	line-height: 0px;
}
#sidebar h3 {
	padding-top: 10px;
	margin: 0px;
}

#sidebarMain {
	float: right;
	width: 220px;
	padding-right: 15px;
	padding-bottom: 0px;
	height: 100%;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 198px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #CCC;
	font-size: 12px;
	background-image: url(../images/sidebar_background.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px;
}
#sidebar p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar ul {
	list-style-image: url(../images/square_bullet.gif);
	list-style-position: outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}
#sidebar ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}



#menu_main {
	background-color: #F0F0F0;
	padding: 0px;
	height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#menu_main ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #B1B1B1;
	background-image: url(../images/nav_bar_background.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	border-top-width: 1px;
}
#menu_main li {
	font-size: 90%;
	float: left;
}
#menu_main li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
#menu_main li a:hover, #menu_main li a:active, #menu_main li a:focus {
	color: #900;
}
#index_artwork {
	float: none;
	width: 695px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 150%;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	font-size: 12px;
	line-height: 150%;
	width: 495px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 
#menu_left {
	float: left;
	width: 185px;
	padding-left: 15px;
	clear: left;
	margin-bottom: 15px;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #023499;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-family: sans-serif;
	font-size: 75%;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #CCC;
}
#footer2 {
	font-family: sans-serif;
	font-size: 10px;
	float: right;
	width: 300px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer2 a {
	color: #000;
}
#footer2 a:hover, #footer2 a:active, #footer2 a:focus {
	color: #000;
}
.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 183px;
	font-family: sans-serif;
	font-size: 12px;
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000;
	text-decoration: none;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #F5F5F5;
}

.sidebarmenu ul li a:visited{
	color: #000;
}

.sidebarmenu ul li a:hover{
	background-color: #CCC;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.home #home a, .about #about a, .expertise #expertise a, .projects #projects a, .clients_partners #clients_partners a, .publications #publications a, .seaport #seaport a, .careers #careers a {
	color: #900;
}

.first {
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

