/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 98.75%;
}

body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	height: 100%;
}

a:link, a:visited, a:active
{
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:visited:hover, a:active:hover
{
	color: #0000FF;
	text-decoration: none;
}

#container
{
	margin: 10px auto 0px auto;
	padding: 5px 10px 0px 10px;
	width: 800px;
}

#toplineL
{
	float: left;
	margin-bottom: 5px;
	text-align: left;
	width: 50%;
}
#toplineR
{
	float: left;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-align: right;
	width: 50%;
}

#banner
{
	background-color: #003366;
	clear: both;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	width: 780px;	
}
#banner a
{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#banner .title
{
	font-size: 32px;
	line-height: 1.5em;
}
#banner .subtitle
{
	font-size: 14px;
	line-height: 1.5em;
}

#content
{
	clear: both;
	width: 100%;
}

#content p
{
	line-height: 1.5em;
	margin-bottom: 10px;
}
#testimonials  blockquote cite {
	text-align: right;
	font-size: x-small;
}
#content h1 {
	font-size: 1.5em;
	margin-bottom: 15px;
	letter-spacing: .5em;
	border-bottom: 1px solid #003366;
	margin-top: 5px;
	padding-bottom: 6px;
}
#testimonials hr {
	margin-bottom: 25px;
	margin-right: 150px;
	margin-left: 150px;
	background-color: #003366;
}
#testimonials blockquote,
#mortgageReport #content p {
	margin-right: 25px;
	margin-left: 25px;
	text-align: justify;
}

#content .headline
{
	font-size: 16px;
}

#LoanTypes
{
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
 	width: 100%;
}
#LoanTypes img 
{
	border:0;
	text-decoration: none;
}
#LoanTypes a.TypeCell:link, #LoanTypes a.TypeCell:visited, #LoanTypes a.TypeCell:active
{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 24%;
}
#LoanTypes a.TypeCell:hover, #LoanTypes a.TypeCell:visited:hover, #LoanTypes a.TypeCell:active:hover 
{
	background-color: #ccddee;
	border-color: #003366;
}

#ContactForm
{
	clear: both;
	line-height: 2em;
	margin-bottom: 10px;
	margin-top: 10px;
 	width: 100%;
}
#ContactForm .FormLeft
{
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
	width: 39%;
}
#ContactForm .FormRight
{
	border: 1px solid white;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	width: 56%;
}
#ContactForm input, textarea
{
	background-color: #ccddee;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
	color: #003366;
	font-size: 16px;
	padding: 2px;
	width: 305px;
}
#ContactForm input:hover, textarea:hover
{
	background-color: #dddddd;
}
#ContactForm select
{
	background-color: #ccddee;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
	color: #003366;
	font-size: 12px;
	padding: 2px;
	width: 50px;	
}
#ContactForm input.submit
{
	background-color: #ccddee;
	border: 2px solid #ccddee;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	width: 25%;
}
#ContactForm input.submit
{
	border: 2px solid #003366;
}
#footer
{
	background-color: #003366;
	clear: both;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	width: 780px;	
}
#copyright
{
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
#sitemap ul#c1,
#localReps ul#c1 {
	margin: 0 0 0 30px;
}
#sitemap ul#c2 {
	margin: -108px 0 0 230px;
}

#localReps ul#c2 {
	margin: -325px 0 0 200px;
	}
	
#localReps ul#c3 {
	margin: -325px 0 0 400px;
	}
	
#mortgageReport h3 {
	color: #999999;
	font-size: xx-small;
	text-transform: uppercase;
}
#subMenu {
	text-align: center;
}

.centerContent {
	margin-left: auto;
	margin-right: auto;
	}
#subMenu a {
	font-size: 1.0em;
}
