/*
Theme by The Write Design by Milli
http://www.thewritedesignbymill.com
*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	background-image: url(images/mortgage-bg.gif);
	background-repeat: repeat;	
}
#wrapper {
	width: 760px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #999999;
	margin-left: auto;
	
	
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;	
	
}

h1 {
	font-size: 20px;
	
}

h2 {
		
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #008667;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #003300;
	background-color: #CCCCCC;
}

/* Menu */

#menu {
	height: 40px;
	width: 760px;
	text-align: center;
	padding-top: 15px;
	
}

#menu a {
	color: #008667;
	padding: 10px;
	font-size: 16px;
	text-decoration: none;		
}

#menu a:hover {
	text-decoration: underline;
	color: #003300;
	background-color: #f0fff0;	
}


/* Header */

#header {
	width: 760px;
	height: 204px;
	background-image: url(images/MortgageBanner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;	
}
#smallerbanner {
	width: 770px;
	height: 45px;
	padding-top: 10px;
	background-color: #FFFFFF;		
}


/* Content */

#content {
	float: left;
	clear: right;
	width: 510px;
	padding: 10px;
	
}

#content h1 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;		

}

#content h2 {
	color: #666666;
	

}
#content p {
font-size: 1em;
}


/* Images */

.smallrightimage {
	width: 200px;
	float: right;
	clear: left;
	margin: 10px;
}
.mediumleftimage {
	width: 500px;
	float: left;
	clear: right;
	margin: 10px;
}

.mediumimagecentered {
	width: 500px;
	height: 314px;
	align: center;
	clear: right;
	margin: 0px;
}
.largeleftimage {
	width: 500px;
	height: 420px;
	float: left;
	
}



/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	
}

#sidebar h2 {
	font-size: 15px;
	color: #666666;
	font-style: italic;
	font-weight: bold;

}

#sidebar p {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #008667;
	
}

#sidebar a {
	text-decoration: none;
	font-size: 15px;
	
}

#sidebar a:hover {
color: #003300;
background-color: #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 740px;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}




