@charset "utf-8";

/* Help Bannor
-------------------------------------------------------------*/

/* Help */

#banner-help {
	position:relative;
	background-image: url(/img/banner/bannerbg.jpg);
	height: 124px;
	width: 946px;
	background-repeat: no-repeat;
	margin-top: 1.5em;}

#banner-help p {
	position:absolute;
	color: #eeeeee;
	width: auto;
    top: 75px;
	left: 55px;}
	
#banner-help .btitleh {
	position:absolute;
	background: url(/img/banner/title/help.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height: 36px;
	top: 41px;
	left: 53px;}

#banner-help .bimageh {
	position:absolute;
	background: url(/img/banner/image/help.jpg);
	background-repeat:no-repeat;
	width: 179px;
	height: 116px;
	top: 2px;
	right: 20px;}

/* Help Pages
-------------------------------------------------------------*/

#helpBody{
	width:946px;
	overflow:hidden;}
	
.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;}

	
/* Media 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;}
