@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/mortgage_grad.png) #8f9ad0 repeat-x top;
}

p,ul{
	line-height: 1.6em;
	font-size:0.75em;
}

a {
	color:#e9741f;
	text-decoration:none;
	padding:1px 0;
	border-bottom:1px dotted #ffd6b9;
}

a:hover {
	color:#e9741f;
	background:#ffd6b9;
}

a.clean {
	padding:0;
	margin:0;
	border:0;
}
a.clean:hover {
	padding:0;
	margin:0;
	border:0;
}

h1,h2,h3,h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.5px;
	margin:0;
	font-size:1.0em;
}

h1 {
	color:#14388b;
	font-size:1.6em;
	letter-spacing:-0.08em;
}

h2 {
	color:#717dbd;
	font-size:1.3em;
}

h3 {
	color:#e9741f;
	font-size:1.0em;
}

h1.rate {
	font-size:1.1em;
	margin-top:0;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

h4 {
	color:#717dbd;
	font-size:1.0em;
}

h4.rate {
	font-size:1.0em;
	margin-bottom:2px;
	clear:both;
	color:#717dbd;
	border-bottom:1px solid #ccc;
}
h1.bank {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-top:2px;
	letter-spacing:normal;
	margin-right:5px;
	color:#999;
	font-weight:normal;
	float:right;
}



#wrap {
	width:800px;
	margin:0 auto;
	height:100%;
	background:#fff;
}

#header {
	padding-top:20px;
}

#top {
	padding:10px;
}

#logo {
	float:left;
}
#search_bar {
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#e9741f;
	margin-right:15px;
	width:250px;
}

#navcontainer{
	width: 100%;
	float: left;
	background:url(../images/navigation/nav_bg.png) #11265e repeat-x top;
	border-bottom:5px solid #717dbd;
}

#navcontainer ul {
	padding: 0;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul{
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#navcontainer ul li a{
	border: 0;
	padding: 0;
	padding: 0.8em 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #3b5599;
}

#navcontainer ul li a:hover{
	border-bottom:0;
	background-color: #3d579f;
	color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active{
	color: #FFFFFF;
	text-decoration: none;
	background: #3d579f;
	text-align: left;
}

#top_bar {
	clear:both;
	color:#fff;
	xbackground:url(../images/navigation/orange_bg.png) #e9741f bottom repeat-x;
	padding:20px;
	padding-bottom:0;
}

#cont{
	background:#fff;
	overflow:hidden;
	height:100%;
	margin:15px;
	margin-bottom:0;
	clear:both;
}
#cont_left {
	float:left;
	padding:10px;
	width:520px;
}

#cont_right {
	width:200px;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
	float:right;
	background:#eeeef6;
}

#cont_full {
	padding:10px;
	width:780px;
	clear:both;
}

#footer{
	width: 100%;
	color:#fff;
	background:url(../images/navigation/nav_bg.png) #11265e repeat-x top;
	border-top:5px solid #717dbd;
	font-size: 0.7em;
	overflow:hidden;
	height:100%;
	margin-bottom:10px;
	clear:both;
	margin-top:5px;
}
#footer #footlinks {
	font-size: 1.2em;
	float:right;
	padding:15px;
}
#footer #foottext {
	float:left;
	padding:10px;
}

.sep {
	height:13px;
	line-height:13px;
	clear:both;
}

.search {
	height:20px;
	padding:5px;
	font-size:17px;
	color:#2a4387;
	text-align:center;
}
.mortgage_product {
	border:1px dashed #ccc;
	margin:10px 0;
	padding:10px;
	overflow:hidden;
}
.mortgage_product:hover {
	background-color:#eeeef6;
}

.ileft {
	float:left;
	margin-right:10px;
	border:0;
}

.iright {
	float:right;
	margin-left:10px;
	border:0;
}