/* CRS PUBLIC SECTION CSS
   Written: JUNE 3, 2005. 
   Last updated: JUNE 21, 2005
   Web Assist
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#E8E8E8;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container{
	background-color:#ffffff;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7096F9;
	border-bottom-color: #7096F9;
	border-left-color: #7096F9;
}
#header{
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height:73px;
}

#mainTable{
	margin:0px;
	margin-bottom: 0px;
	padding:0px;
}
#padded{
	padding:15px;
}
.image{
	border: 3px double #cccccc;
}

/* FONTS */

h1{
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.mainbody{
	font-size: 11px;
	color: #003764;
	text-decoration: none;
	line-height: 16px;
}
.mainbody a{
	font-size: 11px;
	color: #0068E7;
	text-decoration: underline;
}
.mainbody a:hover{
	font-size: 11px;
	color: #0068E7;
	text-decoration: none;
}
.mainbody li{
	font-size:11px;
	color:#003764;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height: 16px;
}
.black{
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.error{
	font-size: 11px;
	text-transform: uppercase;
	color: #cc0000;
	text-decoration: none;
}
.white{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 .white a{
	font-size: 10px;
	color: #68D5FE;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainbodyLow{
	font-size: 10px;
	color: #032F5E;
	text-decoration: none;
	line-height: 14px;
}
.mainbodyLow a{
	font-size: 10px;
	color: #0068E7;
	text-decoration: underline;
	font-weight:bold;
}
.mainbodyLow a:hover{
	font-size: 10px;
	color: #0068E7;
	text-decoration: none;
	font-weight:bold;
}
.mainbodyLow li{
	font-size:10px;
	color:#032F5E;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height: 14px;
}


/* INPUT CONTROL */
.btn{
	border:0px;
	border: 1px solid #006496;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6799CE;
}
.inputField{
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}

/* MORTGAGE CALCULATOR */
#mort{
	border: 1px solid #CCCCCC;
}

#mort td{
	font-size: 10px;
	color: #336699;
	text-decoration: none;
}


/* FOOTER CONTROLS */

#footer{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/bg-footer.jpg);	
}
#footer td{
	height:16px;
	line-height:16px;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a{ color: #FFFFFF; text-decoration:underline; }
#footer a:hover{ color: #FFFFFF; text-decoration:none; }

.subFooter {
	color: #666;
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* HIDE SOME DISPLAYS */

#prodSubNav {
	display:none;
}

/* Top Navigation Log In/Out */

.topNav-text {
	font-size: 10px;
	color: #0068E7;
}

.topNav-text a {
	color: #0068E7;
	text-decoration:none
}
