/* CSS Document */

/* hide from ie on mac \*/
html,body {
	height: 100%;
}
/* end hide */
body
{
	margin:0px;
	background-image:url(../../images/img_body_bg2.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#1C4C8C;
}
body,span,div,form,ul,li,p,td,th,em,sup,select,input,textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:10px;
	color:#666666;
}
select
{
	width:98%;
}
input,textarea
{
	width:95%;
}
.radio
{
	width:12px;
	vertical-align: middle;
}
input,textarea,select
{
	margin-bottom:3px;
}
.btnInput
{
	width:auto;
}
img
{
	border:0px;
}

#header
{
	background-image:url(../../images/header_background.jpg);
	background-repeat:no-repeat;
	height:80px;
	padding:0px 0px 0px 24px;
}

#contentBG
{
	background-color:#F0F1F1;
	width: 742px;
	height: 100%;
	padding: 0 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.topClassHdr 
{
    border-left:1px solid white;
    border-right:1px solid white;
}


#footer td
{
	color:#a8a9a9;
	font-size:9px;
	text-align:right;
	padding:10px 12px 10px 12px;
	background-color:#F0F1F1;
}
#footer a
{
	color:#a8a9a9;
}

/*--------------------------------------------------------------------------
GLOBAL NAVIGATION
--------------------------------------------------------------------------*/
#globalNav{
		background-color:#333333;
		margin-bottom:1px;
		background-repeat:repeat-x;
		background-image:url(../../images/nav_bg.gif);
}
#globalNav a{
	background-repeat:repeat-x;
	background-image:url(../../images/nav_bg.gif);
	padding:8px 10px 8px 10px;
	float:left;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#globalNav .nav:hover{
	colour:#EEEEEE;
	background-image:url(../../images/nav_bg_over.gif);
	background-color:#666666;
}
#globalNav .active{
	background-image:url(../../images/nav_bg_over.gif);
	background-color:#999999;
}
/*--------------------------------------------------------------------------
AUX NAVIGATION
--------------------------------------------------------------------------*/
#auxNav
{
	background-image:url(../../images/nav_aux_bottom.gif);
	background-color:#dfe1e4;
	background-position:bottom;
	background-repeat:no-repeat;
	height:150px;
}
#auxNav a
{
	background-image:url(../../images/navAux_bulletPoint.gif);
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	padding:0px 10px 0px 18px;
	color:#2181cc;
	font-weight:bold;
	display:block;
}

#auxNav a:Hover, #auxNav a.levelTwo:Hover
{
	color:#003366;
	text-decoration: none;
}

#auxNav a.levelTwo
{
	background-image:url(../../images/navAux2nd_bulletPoint.gif);
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	padding:0px 10px 0px 26px;
	color:#2181cc;
	font-weight:bold;
	display:block;
}
/*--------------------------------------------------------------------------
CONTENT LAYOUT STYLES
--------------------------------------------------------------------------*/
.contentHeaderDivider
{
	padding:10px;
	background-image:url(../../images/hd_bg_hr_grad.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.contentPromCell
{
	padding-top: 8px;
}

.contentFeatureTable
{
	border: 1px solid #CCCCCC;
}
.contentFeatureTable td.rates 
{
	color: #0066CC;
	border: 1px solid #CCCCCC;
	background-color: #ebebeb;
}
.contentFeature, .contentAuxFeature
{
	padding:0px 10px 16px;
	background-color:#8AB13B;
	color:#FFFFFF;
	background-image: url(../../images/cnt_tbl_aux_160_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contentRatesFeature
{
	padding:0px 3px 7px;
	background-color:#8AB13B;
	color:#FFFFFF;
	background-image: url(../../images/cnt_tbl_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.contentRatesFeature th
{
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.contentRatesFeature td
{
	color:#999999;
	background-color: #FFFFFF;
}

.contentRatesFeature td.rates 
{
	color: #0066CC;
	background-color: #ebebeb;
}

.contentAuxFeature
{
	padding:10px;
}
.contentFeature a:link, 
.contentFeature a:active, 
.contentFeature a:visited,
.contentAuxFeature a:link, 
.contentAuxFeature a:active, 
.contentAuxFeature a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
.contentFeature a:hover,
.contentAuxFeature a:hover
{
	color:#D0E0B1;
	text-decoration:none;
}
.auxDivider
{
	padding:10px;
	border-top:1px solid #9AA3AF;
	background-color:#FFFFFF;
}
.auxPadding
{
	padding:10px;
	background-color:#FFFFFF;
}
.contentBodyCellLeftPadding
{
	border-top: 10px solid #F0F1F1;
	border-right: 6px solid #F0F1F1;
	border-left: 10px solid #F0F1F1;
	background-color:#FFFFFF;
}

.contentBodyNavLeftPadding
{
	border-top: 10px solid #F0F1F1;
	border-right: 6px solid #F0F1F1;
	border-left: 10px solid #F0F1F1;
	background-color:#F0F1F1;
	width:188px;
}
.contentBodyCellCenterPadding
{
	border-top: 10px solid #F0F1F1;
	border-right: 5px solid #F0F1F1;
	border-left: 5px solid #F0F1F1;
	background-color:#FFFFFF;
}

.contentBodyCellRightPadding, .contentBodyCellAuxPadding
{
	border-top: 10px solid #F0F1F1;
	border-right: 10px solid #F0F1F1;
	border-left: 6px solid #F0F1F1;
}
.contentBodyCellAuxPadding
{
	background-image:url(../../images/aux_bg.gif);
	background-repeat:repeat-y;
}

.topLoanTable td
{
	border-top: 1px solid #CCCCCC;	
}

/*--------------------------------------------------------------------------
TEXT STYLES
--------------------------------------------------------------------------*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #669900;
}
a:active {
	text-decoration: none;
	color: #666666;
}

ul {
	list-style: none;
	margin-left: 0px;
	
}
li {
	list-style-image: url(../../images/cnt_bulletPoint.gif);
	margin: 0 0 2em 2px;
	background-color: #e8e8e8;
	padding: 2px;
}

h1
{
	padding:25px 10px 0px 10px;
	line-height:12px;
	font-size:16px;
	color:#2181CC;
	page-break-after:auto;
	background-image:url(../../images/hd_pageHeader_bg.gif);
	background-repeat:no-repeat;
	width:500px;
	height:35px;
	margin:0px 0px 0px 0px;
	font-weight:lighter;
	background-color:#F0F1F1;
}

h2,h3
{
	padding:0px 10px 10px 10px;
	margin:0px;
	line-height:12px;
	font-size:10px;
	color:#669900;
	border-bottom: 1px solid #9AA3AF;
	margin-bottom:2px;
	background-color:#FFFFFF;
}
h3
{
	font-size:10px;
	color:#666666;
	padding:0px;
	border-bottom:none;
}
p
{
	margin:0px 0px 8px 0px;
}
.bulletPoint
{
	background-image:url(../../images/cnt_bulletPoint.gif);
	background-repeat:no-repeat;
	margin:0px 0px 5px 0px;
	padding-left:15px;s
}
.introText
{
	color:#669900;
	font-weight:normal;
}
.smallText
{
	font-size:9px;
	color:#999999;
}
.cntImage
{
	margin-bottom:10px;
}

.tableFormat td
{
	padding: 5px 10px 5px 5px;
	border-top:1px solid #9AA3AF;
}
.title
{
	background-color:#A3CDD8;
}
.tableInfo td
{
	padding: 5px 10px 5px 5px;
	text-align:center;
}
.tableInfo td.left
{
	border-top:1px solid #9AA3AF;
}
.tableInfo td.right
{
	border-top:1px solid #9AA3AF;
}

/*--------------------------------------------------------------------------
TREE DIAGRAM STYLES
--------------------------------------------------------------------------*/
.treeDiagram,
.treeDiagramGreen,
.treeDiagramBlue,
.treeDiagramDarkBlue
{
	background-color:#A3CDD8;
	display:block;
	padding:5px 3px 3px 3px;
	text-align:center;
	margin:0px 0px 3px 3px;
	color:#FFFFFF;
}

.treeDiagram a:link,
.treeDiagram a:hover,
.treeDiagram a:visited,
.treeDiagram a:active,
.treeDiagramGreen a:link,
.treeDiagramGreen a:hover,
.treeDiagramGreen a:visited,
.treeDiagramGreen a:active,
.treeDiagramBlue a:link,
.treeDiagramBlue a:hover,
.treeDiagramBlue a:visited,
.treeDiagramBlue a:active,
.treeDiagramDarkBlue a:link,
.treeDiagramDarkBlue a:hover,
.treeDiagramDarkBlue a:visited,
.treeDiagramDarkBlue a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
.treeDiagramGreen
{
	background-color:#8AB13B;
}
.treeDiagramBlue
{
	background-color:#90B9C9;
}
.treeDiagramDarkBlue
{
	background-color:#79A0B7;
}.error {
	color: #CC0000;
}
.date {color: #2181CC}
