/* =================== breadcrumbs =================== */

#hero p#breadcrumb {
	color: #9c9b9b;
	font-size: 11px;
	margin: 7px 0 10px 0;
}

#breadcrumb a {
	color: #9c9b9b;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* =================== main navigation =================== */

#nav {
	/* margin changed */
	margin: 0 0 0 -205px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 102px;
	left: 50%;
}

#nav li {
	float: left;
	font-size: 12px;
	margin: 0 17px 0 0;
}

#nav li a {
	line-height: 23px;
	height: 23px;
	color: #fff;
	display: block;
}

#nav li a#login {
	color: #00bdf2;
}

#nav li a#logout {
        color: #00bdf2;
}

#nav li a:hover {
	text-decoration: none;
}

#nav li a#nav_hse:hover {
	background: url(/assets/templates/main/grfx/over_sm.png) bottom center no-repeat;
}


#nav li a#nav_projects:hover, #nav li a#nav_vessels:hover #nav li a#nav_news:hover, #nav li a#nav_resources:hover, #nav li a#nav_community:hover {
	background: url(/assets/templates/main/grfx/over_med.png) bottom center no-repeat;
}

#nav li a#nav_about:hover  {
	background: url(/assets/templates/main/grfx/over.png) bottom center no-repeat;
}

#nav li a#nav_employ:hover, #nav li a#nav_contact:hover  {
	background: url(/assets/templates/main/grfx/over_large.png) bottom center no-repeat;
}

#nav li a#login:hover {
	background: url(/assets/templates/main/grfx/over_larger.png) bottom center no-repeat;
}

#nav li a#logout:hover {
	background: url(/assets/templates/main/grfx/over_sm.png) bottom center no-repeat;
}
/* 
	LEVEL TWO
*/

#nav li ul {
	visibility: hidden;
	text-transform: none;
	width: 220px; 
	z-index: 30;
	position: absolute; 
	top: 15px; 
	/*left: 0;*/ 
	padding: 0;
	margin: 0px;
	margin-left: -5px;
	list-style: none;
	text-align: left;
}

#nav ul li {
	float: none; 
}

/* background hack for ie6 due to lack of transparency */
* html ul.dropdown ul li { 
	background: #0082a8;
}
									  
 /* IE 6 & 7 Needs Inline Block */
#nav li ul li a {
	width: 121px; 
	padding: 1px 5px 0 25px;
	display: inline-block; 
	color: #fff; 
	background: url(/assets/templates/main/grfx/dropdown.png) 0 -26px no-repeat;
	height: 25px;
} 


#nav li ul li a:hover {
	color: #00bdf2!important; 
}

#nav li ul li a.first {
	background: url(/assets/templates/main/grfx/dropdown.png) 0 0 no-repeat;
	height: 24px;
	padding-top: 2px;
}

#nav li ul li a.last {
	background: url(/assets/templates/main/grfx/dropdown.png) 0 -158px no-repeat;
	height: 40px;
	padding-top: 0;
}

#nav li ul li a.single {
	background: url(/assets/templates/main/grfx/dropdown_single.png) 0 0px no-repeat;
	height: 40px;
	padding-top: 0;
}


/* =================== controllers for the slideshow =================== */

#controllers {
	margin: 0;
	padding: 0;
	border: 0;
}

#controllers a {
	display: block;
	height: 40px;
	width: 60px;
	position: absolute;
	top: 223px;
	left: 50%;
}

#controllers a#left_arrow {
	background: url(/assets/templates/main/grfx/back_btn.jpg) 0 0 no-repeat;
	margin-left: -528px;
	/* margin changed */
	margin-left: -539px;
}

#controllers a#right_arrow {
	background: url(/assets/templates/main/grfx/next_btn.jpg) 0 0 no-repeat;
	/* margin changed */
	margin-left: 478px;
}



#banner_nav_btns {
	background: url(/assets/templates/main/grfx/banner_nav.png);
	position: absolute;
	top: 212px;
	left: 50%;
	z-index: 91;
	text-align: center;
	width: 57px;
	padding: 5px 15px;
	height: 9px;
	overflow: hidden;
	margin: 0 0 0 360px;
}

#banner_nav_btns a {
	float: left;
	display: block;
	background: url(/assets/templates/main/grfx/banner_nav_dot.png) !important;
	background: none;
	width:8px;
	height:8px;
	font-size: 1px;
	line-height: 1000px;
	z-index: 91;
	cursor: pointer;
	overflow: hidden;
}

#banner_nav_btns a.activeSlide, #banner_nav_btns a:focus, #banner_nav_btns a:hover {
	background: url(/assets/templates/main/grfx/banner_nav_dot_on.png) !important;
	background: none;
}
#banner_nav_btns a:focus { outline: none; }


/* =================== news items =================== */

#newsbox ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#newsbox ul li {
	background: url(/assets/templates/main/grfx/news_row.jpg) 0 0 no-repeat;
	height: 20px;
	padding: 4px 0 0 5px;
	margin: 0;
	overflow: hidden;
}


#newsbox ul li.even {
	background: url(/assets/templates/main/grfx/news_row.jpg) 0 -24px no-repeat;
}

#newsbox ul li span {
	color: #004170;
	font-weight: bold;
	width: 45px;
	display: block;
	float: left;
}

#newsbox ul li a {
	color: #fff;
}

/* =================== right boxes area =================== */

#boxes {
	float: right;
	background: #a1a9ae;
	width: 269px;
	height: 235px;
	overflow: hidden;
	background: url(/assets/templates/main/grfx/boxes.jpg) 0 0 no-repeat;
}

#int-main #boxes {
	width: 269px;
	height: auto;
	background: url(/assets/templates/main/grfx/int-boxes.jpg) 0 0 no-repeat;
}

#boxes ul {
	padding: 0;
	margin: 0 0 0 1px;
	list-style: none;
}

#boxes ul li {
	float: left;
	font-size: 14px;
}

#boxes ul li a {
	color: #fff;
}

#boxes ul li#community a {
	color: #ffb800;
}

#boxes ul li#environmental {
	height: 94px;
	width: 122px;
	padding: 7px 0 0 12px;
}


#boxes ul li#press {
	height: 94px;
	width: 122px;
	padding: 7px 0 0 12px;
}


#boxes ul li#safety {
	height: 99px;
	width: 122px;
	padding: 0px 0 0 12px;
}


#boxes ul li#community {
	height: 99px;
	width: 122px;
	padding: 0px 0 0 12px;
}


#int-main #boxes ul {
	padding: 0;
	margin: 0!important;
	list-style: none;
}

#int-main #boxes ul li#environmental {
	height: 92px;
	width: 122px;
	padding: 7px 0 0 12px;
}

#int-main #boxes ul li#press {
	height: 92px;
	width: 122px;
	padding: 7px 0 0 12px;
}


#int-main #boxes ul li#safety {
	height: 97px;
	width: 122px;
	padding: 2px 0 0 12px;
}


#int-main #boxes ul li#community {
	height: 97px;
	width: 122px;
	padding: 2px 0 0 12px;
}
