@charset "utf-8";

/* About Pages
-------------------------------------------------------------*/

#aboutBody{
	width:946px;
	overflow:hidden;}

.left-col{
	margin-top: 25px;
	overflow:hidden;
	float:left;}
	
.text{
	margin-top: 25px;
	padding-left: 20px;
	padding-bottom: 0;
	padding-right: 0;
	width:700px;
	float:left;
	overflow:hidden;
	font-size:14px;
	color: #444444;}

.text p{
	font-size:14px;
	color: #444444;}
	
	
.text h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #326bb1;
	margin-bottom: 20px;}

#banner-about {
	background-image: url(/img/banner/bannerbg.jpg);
	height: 124px;
	width: 946px;
	background-repeat: no-repeat;
	margin-top: 1.5em;}

#banner-about h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FDC138;
	position: relative;
	top: 35px;
	left: 55px;
	font-size: 36px;
}

#banner-about p {
	width: 300px;
    padding-top: 45px;
	padding-left: 55px;
	color: #eeeeee;}
	
#banner-about .btitleh {
	position:absolute;
	background: url(/img/banner/title/help.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height: 36px;
	top: 41px;
	left: 53px;}

#banner-about .bimageh {
	position:absolute;
	background: url(/img/banner/image/help.jpg);
	background-repeat:no-repeat;
	width: 179px;
	height: 116px;
	top: 120px;
	right: 200px;}

#aboutleftnav {
	margin-top: 30px;
	margin-left: -6px;
	height: auto;
	width: 200px;}

#aboutleftnav ul{
    margin: 0 auto;
	list-style-type: none; 
	list-style-image: none;}

.wrapper { 
	position:relative; 
	height:790px; } /* whatever height you want */

/* About Table Formatting
-------------------------------------------------------------*/

.row1 {
	padding-top: 10px;}

.row2 {
	margin-top: 50px;}

.row1 #pagenavLeft { 
	height: 150px;
	display:inline;}

.row1 #pagenavRight {  
	height: 150px;
	display:inline;
	text-align:right; }

.row1 #pagenavCenter { 
	height: 150px;  
	width:100%; 
	display:inline;
	text-align:center; }

.row2 #pagenavLeft2 {
	height: 150px; 
	z-index:2;}

.row2 #pagenavRight2 {   
	height: 150px;
	z-index:2; 
	text-align:right;}

.row2 #pagenavCenter2 { 
	height: 150px; 
	width:100%; 
	text-align:center;}
	
/* About Left Navigation Bar
-------------------------------------------------------------*/
.left-col{
	margin-top: 25px;
	overflow:hidden;
	float:left;}

.left-col ul.rollover li{
	padding-top: 5px;}

.left-col ul.rollover a{
	display: block;
	width: 160px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 13px;
	font-weight: 600;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 37px;
	background-image: url(../img/btn2.png);
	background-position: 0px 0px;}

.left-col ul.rollover a:hover{
	background: url(../img/btn2.png) 0px -40px;
	text-decoration: none;
	color: #252834;
	font-weight: 600;}

.left-col ul.rollover #active{
	background: url(../img/btn2.png) 0px -80px;
	text-decoration: none;
	font-weight: 600;}

.left-col ul.rollover #active a:hover{
	background: url(../img/btn2.png) 0px -80px !important;
	text-decoration: none;
	font-weight: 600;}
	
	