body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #31527B;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333;
}
img {
	vertical-align: middle;
}
h3 {
	line-height: 32px;
}
h3.blue {
	color: #354F7C;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
}
a, a:link, a:visited {
	color:#375A81;
	text-decoration:underline;
}
a:hover {
	color: #354F7C;
	text-decoration:none;
}
#nav a, #nav a:link, #nav a:visited {
	color: #000;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
}
#nav a:hover {
	color:#E87927;
}
.white * {
	color: #fff;
}
.white a {
	color: #C1F2F9;
}
.dotted {
	border-top: 1px dotted #fff;
}
table {
	border-collapse: collapse;
}
.copyright {
	text-align: justify;
}


/*tabs*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #bec0b2;
	border-left: 1px solid #bec0b2;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #bec0b2;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #FCEFD2;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 13px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ced0bf;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

/*tab container*/
.tab_container {
	border: 1px solid #bec0b2;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-bottom:40px;
}
.tab_content {
	padding: 20px;
}
.tab_container ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.tab_container .rss_item {
	padding-bottom: 10px;
}
#home-mortgage-calculator {
	border: 1px solid #FAC995;
	background: #FCEFD2;
	padding: 0 20px 20px 20px;
}