@charset "UTF-8";
body {
	background-color: #fff;
	font-family: Verdana, Arial;
	color:#000;
		background-image:url('../images/bg_black.gif');
		background-repeat:repeat-x;
		background-position:left center;
}

html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{

	text-align:center;
	
	min-height:420px;
}

a {text-decoration: none;}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-240px;/* half main elements height*/
	left:0;
	width:100%;
	background-image:url('../images/bg_centerGradient1.png');
	background-repeat: none;
	
}


#verticalCurrent{
	position:absolute;
	top:50%;
	margin-top:-240px;/* half main elements height*/
	left:0;
	width:100%;
	background-image:url('../images/bg_current.gif');
	background-repeat: none;
	
}




#contentWrapper{
width:1150px;margin-left:auto;margin-right:auto;
position: relative;text-align:left;

}

h1 {background-image:url('../images/headerNameFull.png');width:394px;height:27px;display:block;text-indent:-9999px;position: absolute;left:225px;top:-15px;}

#contentWrapper .left {width:620px;float:left;text-align:right;margin-top:29px;}
#contentWrapper .left img {float:right;}
#contentWrapper .right {width:500px;float:left;margin-top:29px;height:380px}
#contentWrapper .right.home {background-image:url('../images/pageHeader_design.png');background-repeat: no-repeat;}

#contentWrapper .right.contact {background-image:url('../images/pageHeader_contact.png');background-repeat: no-repeat;}

#contentWrapper .right.contact h3 {margin-top:200px;font-size:10px;color:#000;font-weight:normal;padding-left:10px;}#contentWrapper .right.contact p {clear:both;color:#58595B;margin-top:80px;font-size:14px;line-height:19px;padding-left:10px;}
#contentWrapper .right.contact p strong {color:#000;font-weight:normal;}
#contentWrapper .right.contact p a {color:#000}

#contentWrapper .right.history {background-image:url('../images/pageHeader_history.png');background-repeat: no-repeat;position: relative}
#contentWrapper .right.history img {position: absolute;bottom:0;left:0;}
#contentWrapper .right.history p {margin-top:70px;font-size:10px;line-height:15px;padding-left:10px;width:475px;}

#contentWrapper .right.current{font-size:12px;position: relative;background-image: none}



#contentWrapper .right.bio {background-image:url('../images/pageHeader_bio.png');background-repeat: no-repeat;}
#contentWrapper .right.bio img {margin-top:65px;margin-bottom:10px;margin-left:10px;}
#contentWrapper .right.bio p {clear:both;color:#000;margin-top:0px;font-size:11px;line-height:15px;padding-left:10px;}

#lowerNav {color:#fff;width:500px;float:left;font-family: Verdana, Arial;font-size:12px;margin-left:620px;margin-top:4px;}
#lowerNav a {display:inline-block;float:left;margin-right:40px;text-decoration: none;color:#fff;}
#lowerNav a:hover {text-decoration: underline}
.count {position:absolute;bottom:16px;left:34px;font-size:10px;}
a.arrowNext {width:25px;height:48px;display:block;position:absolute;bottom:0;left:0;outline:0;}
a.arrowNext img {border:0;}
.clearFloats {clear:both;}