/******************************************************************
Author: Subhan
Client: 8KMiles
Created Date: 05/02/09
Discription: This CSS is created for Help content.
*********************************************************************/

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	}

/* ------------------ Stye for Header portion Starts here ----------------------*/

#h_wrapper {
	border:solid 1px #eee;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:0px;
	margin-top:0px;
	height:100%;
}
#h_header {
	/*border:solid 1px #333;*/
	padding:0px;
	height:90px;
	border:solid 1px #fff;
	border-bottom:solid 1px #3b3b3b;
	
	}
#h_header h1{
	margin-top:0px;
	}
#h_header h1.logo a{
	text-decoration:none;
	background:url("../images/8kmileslogo.png") no-repeat left;
	text-indent:-200px;
	height:81px;
	width:172px;
	display:inline-block;
	margin-top:5px;
	float:left;
	
}
/* top Navigation */
#h_navigation {
    float:right; 
	width:100%;
	/*display:block;*/
	margin-top:-10px;
    line-height:normal;
	border-bottom:1px solid #3b3b3b;
	display:none;
	}
#h_navigation ul {
	float:right;
    margin:0;
    padding:6px 8px 0 0px;
    list-style:none;
    }
.ie6 #h_navigation, .ie6 #h_navigation ul {
	height: 2em;
	overflow: visible;
	}
#h_navigation li {	
	 display:inline;
      margin:0;
      padding:0;
      }
#h_navigation li a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 5px 0 4px;
      text-decoration:none;
      }
#h_navigation li a:hover {
      background-position:0% -42px;
      }
#h_navigation li a span {
	float:left;
	cursor:pointer;
	background:url("../images/tabright1.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#fff;
	font-weight: bold;
	font-family:arial;
	line-height:1.7em;
	font-size:13px;
      }
 #h_navigation li a:hover span {
 		background:url("../images/tabright1.gif") no-repeat;
      background-position:100% -42px  ;
   }
#h_navigation li.selected a {
    background-position:0% -42px;	
	/*padding-top: 0.05em;*/
      }
#h_navigation li.selected a span {
    background-position:100% -42px;
	color:#333; 
    }
/* ------------------ Stye for Header portion Ends here ----------------------*/

/* ------------------ Stye for Main content Area Starts here ----------------------*/
#content{
padding:20px;
}
#content .blocker{
	display:none;
	background-color:#f4f4f4;
	border-bottom:solid 1px #efefef;
	}
#content .blocker .top a{
	float:right;
	position:relative;
	top:0;
	font-size:11px;
	color:#999;
	padding-right:4px;
	}
#content h1{
	color:#333;
	}
#content h1 span{
	color:#7aba2b;
	}
#content h2{
	color:#4a91da;
	
	}
#content h2 a{
	color:#4a91da;
	display:block;
	width:250px;
	padding:30px;
	margin-left:20px;
	float:left;
	text-align:center;
	background:url(../images/title_bg.jpg) repeat-x bottom;
	border-bottom:solid 1px #e6e5e5;
	}
#content h2 a:hover{
	color:#7aba2b;
	background:url(../images/rarow.jpg) no-repeat right top;
	background-color:#efefef;
	}
#content h4 {
color:#4a91da;
	}
#content h4 a{
color:#4a91da;
text-decoration:underline;
cursor:pointer;
	}
#content p{
	color:#333;
	font-size:13px;
	line-height:20px;
	}
#content p a{
	color:#4a91da;
	}
#content p a:hover{
	color:#333;
	}
#content ul li{
	font-size:13px;
	color:#333;
}
.backlink{
float:right;
}
.backlink a{
color:#537826;
background:url(../images/goback.png) no-repeat left;
display:inline-block;
padding-left:18px;
}
.backlink a:hover {
color:#537826;
background:url(../images/goback_hov.png) no-repeat left;
display:inline-block;
padding-left:18px;
}


/* ------------------ added by mouna ----------------------*/
h6 {
	color:#333;
	text-decoration:underline;
	padding-left:25px;
	margin-bottom:0px;
	}

.h6_table td{
	padding-right:50px;
	vertical-align:top;
	}


.cards{
	background:url("../images/cards.jpg") no-repeat center;
	}
	
	#content ul li a{
	color:#4a91da;
	}

/* ------------------ added by mouna 6-3-09 ----------------------*/
	
.vce_img{
text-align:center;
padding-top:10px;
}