/* /////////////////////////////////////////////////////// */
/* Layout CSS                                              */
/* /////////////////////////////////////////////////////// */

body {
    margin: 0px 0 0 0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
}

/* wrapper styles */
.bgrunner
{
    background: url(../_images/14x325_bgrunner.png) 0 0 repeat-x;
    width: 100%;
    margin:0 0;
    background-color: #EBEBEB;
    padding: 0;
}

.wrapper
{
    width: 900px;
    margin:0 auto;
    padding: 0;
}

.header
{
	width: 900px;
	height: 222px;
	float:left;
	background: url(../_images/900x222_header.png) 0 0 repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.navicontainer {
    clear:both;
    float:left;
    height: 103px;
    background-image: url(../_images/900x103_navibg.png);
    width:100%;
}

.navicontainer p  {      
	margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 10px;
}

.content 
{
	width: 900px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}	

.content div.left
{
    width: 650px;
    float: left;
}

.content div.right
{
    width: 250px;
    float:left;
}
.content div.clear
{
    clear:both;
}

.footer 
{
	width: 900px;
	height: 254px;
	background: url(../_images/900x254_footer.png) no-repeat;
	margin: 0 auto;
	padding: 0px;
}

.footerrunner
{
    background: url(../_images/13x254_footerrunner.png) 0 0 repeat-x;
    width: 100%;
    margin:0 0;
    background-color: #EBEBEB;
    padding: 0;
}


/* /////////////////////////////////////////////////////// */
/* Text CSS                                                */
/* /////////////////////////////////////////////////////// */

.header p  {
	color: #ffffff;       
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 570px;
}

.header a:link,
.header a:visited,
.header a:hover {
	color : #ffffff;
	font-size: 13px;
	text-decoration : none;
	font-weight : normal;
}
      						
.header a:hover 		{
	text-decoration: underline;
}	

.content h1  {
	color: #717171;       
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 10px 10px 10px;
    padding: 0px;
}	

.content h2  {
	color: #B3CC16;       
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
    padding: 0px;
}	

.content h3 {
	color: #E8004C;       
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
    padding: 0px;
}

.content p  {
	color: #000000;       
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 10px 0px 10px;
    padding: 0px;
}	

.content a:link,
.content a:visited {
	color: #b3cc16;       
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
    padding: 0px;
}
      						
.content a:hover {
    color: #b3cc16; 
	text-decoration: underline;
}

.content ul 
{
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 40px;
	list-style: none;
    }
    
.content ul li {
	color: #000000;       
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	list-style-type: circle;
    padding: 0px 0px 0px 0px;
    text-indent: 3px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	line-height: 25px;
}

.content ul li a:link,
.content ul li a:visited 	{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration : none;
}	

.content ul li a:hover	{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through; 
}

.noline
{
    border-bottom:none !important;
    margin-bottom:10px !important;
}

.footer p  {
	color: #5c5c5c;       
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
    padding: 170px 0px 0px 20px;
}

.footer a:link,
.footer a:visited,
.footer a:hover {
	color : #5c5c5c;
	font-size: 11px;
	text-decoration : none;
	font-weight : normal;
}
      						
.footer a:hover 		{
	text-decoration: underline;
}	
		
	
/* /////////////////////////////////////////////////////// */
/* Navi Btns                                               */
/* /////////////////////////////////////////////////////// */

.applybtn
{
    background:url(/_images/681x75_topnavisprite.png) 0 0;
    width: 227px;
    height: 75px;
    border: 5px
    }

.faqsbtn
{
    background:url(/_images/681x75_topnavisprite.png) -227px 0;
    width: 227px;
    height: 75px;
    border: 0px;
    margin: 0px 0px 0px 10px;
    }

.affiliatesbtn
{
    background:url(/_images/681x75_topnavisprite.png) -454px 0;
    width: 227px;
    height: 75px;
    border: 0px;
    margin: 0px 0px 0px 10px;
    }
    
a
{
	outline:none;
}

.image 
{
    border: 0px;
}
