@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bgBody.png) repeat-y;
	background-color:#666666;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	width:100%;
	background-attachment:fixed;
	background-position:center; 
	margin: 0;
	padding: 0;
}

#holder{
	margin:0 auto;
	width:800px;
	padding:0;
}

#header{
	height:120px;
	width: 400px;
	background:url(images/logo.png) no-repeat;
	margin: 20px auto 20px auto;
	padding: 0;
}


/*NAV*/

.chromestyle{
width: 800px;
font-weight: bold;
font-size:11px;
margin: auto auto 0 auto;
height:34px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background: url(images/navBGBar.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 12px 0 10px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 12px 60px 10px 60px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/navBGBarCurrent.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #666666; /*THEME CHANGE HERE*/
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #000000;
width: 150px;
padding:0 0 4px 0;
visibility: hidden;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #cccccc;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #161616;
}


#homeAd{
	background:url(images/HomeAd.jpg) no-repeat;
	width:800px;
	height:182px;
	margin:0;
}

#positionsAd{
	background:url(images/PositionsAd.jpg) no-repeat;
	width:800px;
	height:220px;
	margin:0;
}

#focusAd{
	background:url(images/FocusAd.jpg) no-repeat;
	width:800px;
	height:220px;
	margin:0;
}

#companyAd{
	background:url(images/CompanyAd.jpg) no-repeat;
	width:800px;
	height:220px;
	margin:0;
}

#teamAd{
	background:url(images/TeamAd.jpg) no-repeat;
	width:800px;
	height:220px;
	margin:0;
}

#contentHolder{
	width: 800px;
	margin:20px 0 25px 0;
	min-height: 500px;
}

#rightCol{
	width: 225px;
	float: right;
	padding:10px 20px 0 0;
}

#rightCol p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	line-height: 20px;
}

#rightCol p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	line-height: 20px;
	text-decoration:none;
}

#rightCol p a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	line-height: 20px;
	text-decoration:underline;
}



#leftCol{
	width: 500px;
	min-height: 500px;
	float: left;
	border-right: 1px dotted #CCCCCC;
	padding: 10px 15px;
	}

#leftCol p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 20px;
	}
	
#leftCol a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 20px;
	text-decoration:none;
	}
	
#leftCol a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 20px;
	text-decoration:underline;
	}
	
#leftCol h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#660000;
	}
	
#leftCol h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	margin:35px 0 0 0;
	}
	
#leftCol ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
	}

#leftCol ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin: 0 40px 5px 0;
	}
	
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	width: 800px;
	margin: 25px auto 10px auto;
	clear:both;
	}
	
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	}

#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:underline;
	}	


/*Left One Column*/

#leftColOne{
	width: 700px;
	min-height: 500px;
	float: left;
	border-right: none;
	padding: 10px 15px;
	}

#leftColOne p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 20px;
	}
	
#leftColOne a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 20px;
	text-decoration:none;
	}
	
#leftColOne a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	line-height: 20px;
	text-decoration:underline;
	}
	
#leftColOne h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#660000;
	}
	
#leftColOne h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	margin:35px 0 0 0;
	}
	
#leftColOne ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
	}

#leftColOne ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin: 0 40px 5px 0;
	}
	
#divider {
	background:url(images/divider.jpg) no-repeat;
	height: 23px;
	width: 500px;
	margin: 0 0 0 100px;
}
