body{
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
}
img{
	border: none;
}

a{
	text-decoration:none;
	border: none;
	color: #033AA0;
}

a:visited{
	color: #033AA0;
}

a:hover{
	text-decoration: underline;
}

hr{
	background-color: #E0E0E0;
	height: 1px;
	border: none;
	margin-top: 0;
	padding-top: 0;
}

h1{
	font-family: Calibri, Arial;
	font-size: 42px;
	color: #033AA0;	
	padding-top: 8px;
	margin-bottom: 30px;
	margin-top: 0px;
}

#main{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;	
}

#header{
	background-color: #CFCFCF;
	height: 125px;
	width: 900px;
}
#headertopleft{
	width: 640px;
	height: 120px;	
	background-repeat: no-repeat;
	background-image: url(../images/header_grey_top_left.gif);	
	float: left;	
	overflow: hidden;
}

#headertopright{
	width: 260px;
	height: 80px;	
	background-image: url(../images/header_grey_top_right.gif);
	float: right;	
}

#logo
{
    height: 100px; 
    width: 600px; 
    margin-top: 10px; 
    margin-left: 20px
}

#login{
	width: 203px;
	height: 59px;
	float: right;
	margin-top: -7px;
}

#menu{
	list-style-type: none;
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/menu_bar_bg.png);
	height: 52px;
}

#menu span /*hide text in the navigation bar*/
{
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;   
}
#menu li{
	float: left;
	padding:0;
	margin:0;
	border-right: solid 1px #adbbd6;
	height: 47px;
}

#menu_home{
	display: block;
	width: 166px;
	height: 47px;
	background: url(../images/menu_home.gif) no-repeat 0 0;
}

#menu a:hover{
	background-position: 0 -47px;
	text-decoration: none;
}

#menu_managing_my_loan
{
    display: block;
    width: 220px;
    height: 47px;
    background: url(../images/menu_managing_my_loan.gif) no-repeat 0 0;    
}

#menu_legal
{
    display: block;
    width: 168px;
    height: 47px;
    background: url(../images/menu_legal.gif) no-repeat 0 0 ;
}

#menu_security
{
     display: block;
    width: 168px;
    height: 47px;
    background: url(../images/menu_security.gif) no-repeat 0 0 ;
}

#menu_glossary
{
    display: block;
    width: 174px;
    height: 47px;
    background: url(../images/menu_glossary.gif) no-repeat 0 0 ;
}

#content
{     
	padding-top: 34px;
	padding-left: 55px;
	padding-right: 55px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	width: 	790px;
	min-height: 250px;
	background-color: #ffffff;
}

#content ul
{
    list-style-type: square;    
}

#content ul li
{
    color: #033AA0;
}

#content ul li span, #content ul li.black
{
    color: #000000;
}

#contactbox{	
	width: 282px;
	float: left;
	margin-left: -13px;
	margin-top: 25px;
}

div.box_header{
	background-image: url(../images/box_header.png);
	background-repeat: no-repeat;
	height: 27px;
}

div.box_body{
	background-image: url(../images/box_body.png);
	background-repeat: repeat-y;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 13px;	
	color: #033aa0;
	font-family: Calibri;
	font-size: 20px;
}

.box_body h3{
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
	font-size: 34px;
	color: #033AA0;
}

div.box_body hr{
	margin-bottom: 25px;
	height: 1px;
	background-color: #B7C5DE;
}

div.box_body table tr td{
	padding-bottom: 15px;
	padding-right: 20px;
	font-weight: bold;
}

div.box_footer{
	background-image: url(../images/box_footer.png);
	background-repeat: no-repeat;
	height: 24px;
}

div.left_column{
	width: 185px;
	float: left;
	padding:0;
	margin-bottom: 20px;
	margin-top: 0;
	display: inline;
}

div.left_column h2{
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #666666;
	line-height: 21px;
	padding: 0;
	margin: 0;
}

div.right_column
{
    float: right;
	width: 575px;
	margin-bottom: 20px;
	padding: 0;
	margin-top: 0;
}

div.right_column p
{
    margin: 0;
    padding: 0;
}

#content hr{
	clear: both;
	margin-bottom: 21px;
}

#content_right_banner{
	background-image: url(../images/mortgage.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 430px;
	float: right;
	margin-right: 0;	
}
#footer{
	background-image: url(../images/footer_shadow.png);
	background-repeat: no-repeat;
	height: 66px;
}

div #footer_content{
	border: 1px solid #E7E8EC;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 9px;
	font-family: Verdana;
	height: 56px;
	line-height: 56px;
	width: 900px;
}
