﻿@import "/template/styles/main.css";

body{
	background:#E8DFCF url('/template/images/home/site_back_home.gif') repeat-x top left;
}


/********************************* col1 *********************/
#homecol1{
	width:300px;
	float:left;
}

#homecol1 h3{
	font:1.4em "Trebuchet MS", Helvetica, sans-serif;
	color:#E9C845;
	padding:.2em 0 .4em 1.5em;
	background:url('/template/images/dotted_white.gif') repeat-x;
}

#homecol1 h3 a{
	color:#E9C845;
	
}

#login{
	height:186px;
	margin-bottom:.5em;
}

#rates{
	width:100%;
	font-size:1em;
	color:#333;
}

#rates tr td{
	padding-left:2em;
}

#rates .title{
	background:url('/template/images/table_back.gif') top left;
}

#rates .title td,#rates .ratefoot td{
	padding:.5em 0 .5em 2em;
}

#rates .ratefoot{
	background:#211D1C;
	color:#E8DFCF;
	font-size:.9em;
}

.calc, .seccent{
	margin:0 .2em;
}

/******************************** col2 *********************/

#homecol2{
	width:700px;
	float:right;
}

#headnav {
	height:84px;
}

/*flash area*/

#flasharea{
	background:silver;
	height:300px;
	border-bottom:1px solid #E8DFCF;
	text-align:center;
}
/*body nav*/

#homecol2 .bodynav {
	background:#816C40 url('/template/images/home/body_nav_home.gif') repeat-x;
	height:73px;
}

#homecol2 .bodynav span{
	font:.6em verdana, Helvetica, sans-serif;
}

#homecol2 .bodynav li{
	display:inline;
}

#homecol2 .bodynav li a{
	font:1.3em "Trebuchet MS", Helvetica, sans-serif;
	float:left;
	width:110px;
	color:white;
	padding:20px 0 20px 30px;
	background:url('/template/images/home/body_nav_button.gif') repeat-y top left;
}

#homecol2 .bodynav li a:hover{
	background:#5C4E2E;
}

/******************************** bodycol1 */

#bodycol1{
	margin-top:2em;
	width:60%;
	float:left;
	color:#333;
}

.items{
	padding:0 1em 0 2em;
}

#bodycol1 h3{
	font:1.3em "Trebuchet MS", Helvetica, sans-serif;
}

.education{
	background:url('/template/images/home/education_img.gif') no-repeat left center;
	display:inline-block;
	padding:.2em 0 .2em 2em;
	margin-bottom:.2em;
}

#bodycol1 p{
	margin-bottom:1em;
}

#bodycol1 ul li{
	background:url('/template/images/check_mark.gif') no-repeat left .8em;
	padding:.5em .5em .5em 2em;
	border-bottom:1px dotted #999;
}

#bodycol1 ul li a:hover{
	color:#333;

}

/****************************** bodycol2 */



#bodycol2{
	width:39%;
	float:right;
	margin-top:2em;
	color:#333;
}

#bodycol2 h3, #bodycol2 h3 a {
	color:#E8DFCF;
}

.news {
	border:1px solid #304469;
	margin-bottom:1em;
}


.news ul{
	margin: 1em;
}

.news ul li{
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #304469;
}

.news li a{
	color:#304469;
	font-weight:bold;
	background:url('/template/images/home/bullet_go.gif') no-repeat left 0;
	padding-left:1.6em;
}

.news li a:hover{
	color:black;
}

.news h3{
	font-size:1.2em;
	background:#304469;
	padding:.1em .3em .1em 1em;
}

/* security */

.security{
	border:1px solid #A6351C;
	margin-bottom:1em;
}

.security ul{
	margin:1em;
}

.security ul li{
	color:#A6351C;
	font-weight:bold;
	padding-bottom:1em;
}

.security h3{
	font-size:1.2em;
	background:#A6351C url('/template/images/home/bullet_warn.gif') no-repeat .8em center;
	padding:.1em .3em .1em 2.5em;
}


/*
.news p{
	margin-bottom:1.5em;
}


.news p a:hover{
	background:#6D2212;
}


.news h4 a:hover{
	border-bottom:1px dotted #A6351C;
}

*/