*
{
	font-family:Arial , verdana;
	font-size: 8pt;
}


body
{
	font:8pt Arial, sans-serif;
	text-align:center;
	background:#21447e url(../images/bg_home.gif) center repeat-y;
	margin: 0;
	padding: 0;
}

.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignMiddle{text-align:middle;}
 

ul 
{
	margin:15px 0;
	padding:1;
}
 
li 
{
	list-style-type:none;
	list-style-image:url(../images/ball.gif);
	margin:2px 0 2px 20px;
	padding:0;
}

ul.square, ul.circle
{
	list-style: none;
	margin-left: 20px;
	margin:10px;
	padding-left: 1em;
	text-indent: 0em;
	
}
 
ul.square li, ul.circle li
{
	list-style-type:square;
	list-style-image:none;
	margin:2px 2px 2px 8px;
	padding:1px;
}

ul.circle li
{
	list-style-type:circle;
}

.errors
{
	color:#21447e;
	font-weight:400;
	padding:3px;
	padding-left:45px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	width: 100%;
}

.error 
{
	border: 1px solid red;
  	background-color: #ffffee;
  	color: red;
  	width: 500px;
  	padding: 5px;
  	margin-top:10px;
}

.errors td, .erroritem
{
	color:#21447e;
	font-weight:400;
}

hr
{
	border:1px solid #000000;
	font-size:8pt;
}

input,select,textarea
{
	border:1px solid #999999;
	background-color:#EEEEEE;
	color:#21447e;
}

.noborder
{
	border:0px solid #999999;
	background-color:#FFFFFF;
}

.noBorder, .noBorder tr, .noBorder tr td, .noBorder tr th
{
	border:0px !important;
}

.requiredinput
{
	border:1px solid red;
	color:red;
}

.prettytable
{
	padding:4px;
	border-collapse:collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;	
}

.dataTable 
{
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

.dataTable td, .dataTable th
{
	height: 25px;
}

.columnHeader1Row,.rowHeader,.thBgColor,th, .tableheader, .tablesubheader
{
	text-align: left;
	font-weight: 600;
	font-style: normal;
	border-width: 0px 2px 0px 0px;
	border-style: none none solid none;
	border-color: #778DA8;
	padding: 2px 2px;
	background-color:#cccccc;
	color:#333333;	
}

.tablesubheader
{
	background-color:#dddddd; 
	font-color:#777777;
}

.columnHeader1Row td,.rowHeader td,th, .tableheader td, .tablesubheader td
{
	padding-left: 5px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	border: 2 px dotted #FFFFFF;
}


.columnHeader1Row a:link,.columnHeader1Row a:visited 
{
	font-weight: 600;
	color: #FFFFFF;
	vertical-align: top;
}

.columnHeader1Row a:hover,.columnHeader1Row a:active 
{
	font-weight: 600;
	color: #FFCC00;
}

.tablecontent1 {background-color: #F6F6F6;}
.tablecontent2 {background-color: #EBEBEB;}

.tablecontent1 td, .tablecontent2 td 
{
	color: #333333;
	padding-left: 5px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.tablecontent2 td 
{

}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/
.content
{
	font-weight:100;
	padding:10px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	background-color:#FFFFFF;
	width:100%;
}

.footer
{
	color:#21447e;
	font-size:10px;
	text-align:center;
	padding:15px;
	font-weight:400;
}

.emphasis
{
	color:#1555bf;
	font-style:normal;
}

h1
{
	font-size:11pt;
	color:#8a712d;
	margin:0;
	padding:0;
	font-weight:bold;
}

h2
{
	font-size:10pt;
	color:#8a712d;
	margin:0;
	padding:0;
	font-weight:bold;
}

h3
{
	font-size:12px;
	color:#555555;
	margin:0;
	padding:0;
	font-weight:bold;
}

/*----------------------------_style.css-----------------------------------------*/

.clear1 {clear:both; height:1px;}
img {border:none;}

a:link, a:visited
{
	color:#1555bf;
	text-decoration:underline;
	font-weight:normal;
}

a:active, a:hover
{
	text-decoration:none;
}

p {margin-top:0;}


.header
{
	background:url(../images/logo.gif) no-repeat;
	height:99px;
}

.header-jfym
{
	background:url(../images/header-jfym.jpg) no-repeat;
	height:99px;
}

.container
{
	text-align:left;
	margin:0 auto;
	width:782px;
	background-color:#fff;
}

/*  -------------------------  BACKPAGE  */

.backPage
{
	margin:15px 0 70px 30px;
	width:525px;
	float:left;
	display:inline;
	color:#333333;
}

.backPageRight
{
	width:165px;
	float:right;
}

.backPageRight a:link, .backPageRight a:visited
{
	font-weight:normal;
	text-decoration:none;
}

.backPageRight a:active, .backPageRight a:hover
{
	font-weight:normal;
	text-decoration:underline;
}

.backPageRight ul
{
	margin:15px 0 15px 12px;
	padding:0;
}

.backPageRight ul li
{
	list-style-type:none;
	list-style-image:none;
	margin:4px 0 4px 0;
	padding:0;
}

/* ----  ON State */            
.backPageRight ul li.on
{
	list-style-image:url(../images/bullet_backpage.gif);
}


.backPageContainer
{
	background:url(../images/backpage_bg.gif) right repeat-y;
}

.backpageFooter
{
	background-color:#dbd6b4;
	text-align:center;
	padding-top:20px;
}

.homeContent
{
	text-align:center;
	padding:16px 0px 30px 0px;
}

.homePromos
{
	background-color:#dbd6b4;
}

.homePromoLeft, .homePromoRight
{
	float:left;
	margin-top:20px;
}

.homePromoLeft
{
	width:519px;
	margin-right:20px;
	margin-left:20px;
	display:inline;
}

.homePromoRight
{
	width:185px;
}

.promoSupport
{
	background:url(../images/support_bg.gif);
}

.promoSupportContent
{
	padding:6px 10px 12px 14px;
	background:url(../images/support_foot.gif) bottom no-repeat;
}

.promoBox
{
	border-bottom: 1px solid #fff;
	margin-bottom:15px;
}

.promoBox h3
{
	margin:0 0 8px 0;
	padding:0;
	color:#003366;
	font-size:10pt;
}

.promoLeft, .promoRight {float:left;}
.promoLeft {width:92px;}
.promoRight{width:400px; margin-left:10px;}

/* ---------- PARENT FUEL STYLES -----  */
#parentfuel {background:#4f4f4f url(../images/pf_bg_home.gif) center repeat-y;}
#parentfuel .container {background-color:#000;}
#parentfuel .backPage {color:#efefef;}
#parentfuel h1 {color:#CCC; padding-top:10px;}


.smalltext {font-size:.9em;}


