/******************************************************
* Global Styles
******************************************************/ 
body {
	background: #ffffff;
	font-size: 76%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#wrap {
	background:#ffffff;
	font: 1em arial, verdana, helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 975px;
}
a {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/******************************************************
* Header Styles
******************************************************/
#header {
	background: transparent;
	height: 110px;
	padding: 0 0 0 27px;
}
#headerlogo {
	float: left;
	margin: 22px 0 0 0;
}
#header2 {
	background: transparent;
	height: 88px;
	padding: 0 0 0 27px;
}
#headerlogo2 {
	float: left;
}
/******************************************************
* Navigation Styles - Son of Suckerfish Drop Downs
******************************************************/
#menusystem, #menusystem2 {
	background: white;
	color: #949ca1;
	float: right;
	font: 1.1em arial, verdana, helvetica, sans-serif;
	z-index: 1001; /* necessary to place menu at highest elevation */
}
#menusystem {
	margin-top: 81px;
}
#menusystem2 {
	margin-top: 59px;
}
#menusystem a, #menusystem2 a {
	color: #949ca1;
	text-decoration: none;
}
#menusystem a:hover, #menusystem2 a:hover {
	color: #004b8d;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1001; /* necessary to place menu at highest elevation */
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	float: left;
	padding-left: 15px;
	position: relative;
	z-index: 1001; /* necessary to place menu at highest elevation */
}
#nav li ul { /* second-level lists */
	background: white;
	border-bottom: 2px solid #949ca1;
	display: block;
	left: -1200em;
	position: absolute; 
	text-align: left;
	width:160px;
	z-index: 1001; /* necessary to place menu at highest elevation */
/*	margin-top: 5px;  total height of images from first ul */
}
#nav li ul li { /* second-level list items */
	xdisplay: block;
	float: left;
	padding: 5px;
	position: relative;
	width: 160px;
	z-index: 1001; /* necessary to place menu at highest elevation */
}
#nav li:hover ul , #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}
/*multi level drop down menu
ul#nav {
	margin:0 auto;
	padding:5px 21px 0 34px;
	xpadding:5px 0 0;
	list-style:none;
	position:relative;
	z-index:5;
	display:table;
}
ul#nav:after {
	content:"";
	display:block;
	clear:both;
}
#nav li {
	float:left;
	font-size:12px;
	text-transform:uppercase;
	padding:0 6px;
	position:relative;
}
#nav li a {
	display:block;
	margin:0 0 11px;
	position:relative;
}
#nav li div{
	position:absolute;
	left:3px;
	top:25px;
	width:187px;
}
#nav li ul {
	width:187px;
	margin:0;
	padding:0;
	list-style:none;
	background:url('../images/subnav-bg.png');
	border:1px solid #5c4646;
	display:none;
}
#nav li ul:after {
	content:"";
	clear:both;
	display:block;
}
#nav li li div{
	left:188px;
	top:0;
	position:absolute;
	width:121px;
	z-index:30;
}
#nav li li ul {
	width:135px;
}
#nav li li ul li{
	z-index:20;
	position:relative;
}
#nav li li a {
	display:block;
	width:177px;
	padding:4px 0 3px 10px;
	margin:0;
}
#nav li li {
	padding:0;
	text-transform:none;
	position:relative;
	z-index: 10;
}
#nav li li li a{
	width:125px;
}
#nav li:hover, 
#nav li.hover{
	position:relative;
}
#nav li:hover ul, 
#nav li.hover ul{
	display:block;
}
#nav li:hover ul ul, 
#nav li.hover ul ul{
	display:none;
}
#nav li:hover ul li:hover ul, 
#nav li.hover ul li.hover ul{
	display:block;
}
#nav li:hover a {
	color:#fff;
}
#nav li:hover li a {
	color:#D9CED0;
}
#nav li li a:hover {	
	background:url('../images/subnav-bg-hover.png');
}
*/
/******************************************************
* Footer Styles
******************************************************/
#footer, #footer2nd {
	background: transparent;
	display: block;
	font-size:.95em;
	padding: 0;
}
#footerleft {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 600px;
}
#footerright {
	float: right;
	margin-top: 10px;
	text-align: right;
}
.copyright {
	color: #b1b7bc;
	font-size: .8em;
}
/******************************************************
* Main Content Styles
******************************************************/
#content {
	background: transparent;
	clear: both;
	margin: 0px auto;
	min-height: 444px;
	padding: 0;
	text-align: center;
}
#contentwrap {
	width: 975px;
	height: 495px;
}
#boxleft {
	background: transparent;
	float: left;
	margin: 22px 0 0 22px;
}
#topleft {
	width: 264px; 
	height: 174px;
	background: url(../images/box_photo.png) no-repeat;
}
#topleft img {
	margin: 7px;
}
#bottomleft {
	width: 264px;
	color: #004b8d;
	font-size: .9em;
	margin:10px 0 0 0;
	padding: 0 0 15px;
	text-align: left;
	background: url(../images/box_photo.png) no-repeat bottom left;
}
#bottomleft .boxtop {
	background: url(../images/box_photo.png) no-repeat top left;
	height:10px;
	position:relative;
	top:-10px;
	width: 264px;
}
.qleft {
	margin-left: 15px;
	width: 234px;
}
.qright {
	text-align:right;
	color:#7DA4C7;
	margin-right: 15px;
	width: 234px;
}
#boxright {
	background: url(../images/box_right.png) no-repeat;
	float: left;
	height: 250px;
	margin: 65px 0 0 0;
	text-align: left;
	width: 310px;
}
/******************************************************
* ScrollControl styles
******************************************************/
#contentcontainer { /* This is the style for the container that holds the scrollbars and content */
	font-size: 1.1em;
	height: 220px;
	margin: 15px 0 15px 15px;
	overflow: scroll;
	overflow-x: hidden;
	text-align: left;
	width: 283px;
}
#noscroll { /* This is the style for the container that holds content and no scrollbars */
	font-size: 1em;
	height: 220px;
	margin: 15px 0 15px 15px;
	text-align: left;
	width: 283px;
}
#scrollcontroll_contentmask { /* Med. Green 233c12 */
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 15px;
	height: 220px;
	width: 273px; /* = #boxright(310) - padding - scrollbar width - scrollbar margin */
	padding-right: 10px;
	float: left;
}
#scrollcontroll_scrollcontainer {
	float: left;
	position: relative;
	left: 5px;
	top: 15px;
	height: 220px;
	width: 7px;
}
#scrollcontroll_scrolltrack {
	height: 220px;
	width: 7px;
	background: #C6CACD;
}
#scrollcontroll_scrollknob {
	background: url(../images/scrollknob.gif);
	height: 53px;
	width: 7px;
}
/******************************************************
* Secondary Page photo styles
******************************************************/
.page_svcs-blade {
	background: url(../images/ph_svcs-blade.jpg) no-repeat;
}
.page_svcs-tower {
	background: url(../images/ph_svcs-tower.jpg) no-repeat;
}
.page_svcs-fall {
	background: url(../images/ph_svcs-fall.jpg) no-repeat;
}
.page_svcs-bridge {
	background: url(../images/ph_svcs-bridge.jpg) no-repeat;
}
.page_team {
	background: url(../images/ph_team.jpg) no-repeat;
}
.page_team-join {
	background: url(../images/ph_team-join.jpg) no-repeat;
}
.page_about {
	background: url(../images/ph_about.jpg) no-repeat;
}
.page_about-rope {
	background: url(../images/ph_about-rope.jpg) no-repeat;
}
.page_about-values {
	background: url(../images/ph_about-values.jpg) no-repeat;
}
.page_contact {
	background: url(../images/ph_contact.jpg) no-repeat;
}