/************* Global CSS *************/
body {
	margin: 0;
	padding: 0;
	background: #EEEEEE url(/images/background.jpg) repeat-x;
	color: #444444;
	font: normal 11pt Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: underline;
	color: #660030;
}
a:hover {
	color: #004;
}

input, select {
	border: 1px #AAAAAA solid;
}


/************* Header *************/
#header {
	position: relative;
	width: 864px;
	height: 220px;
	margin: 0 auto;
}
#sourceLogo {
	display: none;
	position: absolute;
	top: 11px;
	left: 32px;
}


/************* Navigation *************/
#navBox {
	width: 1000px;
	height: 31px;
}
#topNav {
	width: 830px;
	height: 31px;
	overflow: hidden;
	background: url(/images/navBG.png) repeat-x;
}
#topNav a {
	text-decoration: none;
	color: #FFFFFF;
}
.topNavItem {
	float: left;
	padding: 5px 15px 0 15px;
}
.topNavDivider {
	float: left;
	margin-top: 8px;
	width: 1px;
	height: 16px;
	background: #AAA;
}
.topNavSubBox {
	display: none;
	padding: 2px 0;
	border: 1px #AAA solid;
	border-top: 0;
	background: #F0F0F0;
	color: #777;
}
.topNavSubBox div {
	padding: 0 10px;
	border-bottom: 1px #CCCCCC solid;
}
.topNavSubBox div.lastItem {
	border-bottom: 0;
}
.topNavSubBox a {
	text-decoration: none;
}


/************* Content *************/
#contentOuterBox {
	position: relative;
	width: 852px;
	margin: 0 auto;
	background: url(/images/contentShadow.png) repeat-y;
}
#contentInnerBox {
	margin-left: 11px;
	width: 828px;
	border: 1px #906464 solid;
	background: #F0F0F0 url(/images/contentBG.jpg) bottom repeat-x;
}
#content {
	padding: 10px;
}
.back {
	font-size: 8pt;
}
.redHeader {
	background: #671515;
	color: #EEEEEE;
}

/************* Copyright *************/
#copyrightBox {
	width: 100%;
	margin-top: -10px;
	font-size: 8pt;
	color: #8f5d5c;
}
#copyrightContent {
	padding: 10px 0;
	border-top: 1px #906464 solid;
	border-bottom: 1px #906464 solid;
	text-align: center;
	background: #DDDDDD url(/images/copyrightBG.jpg) top repeat-x;
}
#copyrightContent a {
	color: #8f5d5c;
	text-decoration: none;
	border-bottom: 1px #8f5d5c solid;
}


/************* IDX Slideshow *************/
#slideshowBox {
	float: right;
	width: 182px;
	height: 190px;
	margin: 5px -30px 0 0;
	padding: 10px 0 0 10px;
	border: 1px #671515 solid;
	background: #4C4C4C;
}
#IDX-slideshow {
	border: 0 !important;
}
#IDX-ssImage {
	margin-bottom: 5px;
	border: 1px #906464 solid;
}
a.IDX-ssLinkText {
	color: #EEEEEE;
	font-style: normal !important;
	font-weight: normal !important;
	text-decoration: none;
}


/************* Mortgage Page *************/
.evenrow {
	background-color:#DBDBDB;
}
.mortgage th {
	color: white;	
}
.mortgage td {
	font-size: 9pt;
}
.redth th {
	color: white;
	background-color: #990000;
}


/************* Mortgage Page *************/
.reflectBoxContainer {
	margin: 0 auto 0 auto;
	width: 735px;
}
.reflectBox {
	float:left;
	margin-right: 32px;
	margin-left: 32px;
}
.reflectBoxContent {
	display: none;	
}
.reflectBox a img {
	border: 0;
}
