@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#77ADD2;
	color:#333;
}

h1, h2, h3 h4 h5 h6 {
	text-transform:uppercase;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:16px;
}

h3 {
	margin-left:20px;
	color:#023370;
}

#header {
	width:1000px;
	height:350px;
	margin:0 auto;
	background:#023370 url(../images/203k-Header.jpg) bottom right no-repeat;
}

#header h1 {
	float:left;
	margin:10px 20px;
	color:#fff;
	font-weight:normal;
}

#header h1 span {
	color:#77ADD2;
}

#header h2 {
	float:right;
	color:#fff;
	margin:10px;
	font-size:18px;
	font-weight:normal;
}
	
#mainNav {
	clear:both;
	float:left;
	width:225px;
	text-align:left;
	font-size:14px;
	margin:5px 10px 0 10px;
	padding:0;
}

#mainNav li {
	list-style:none;
	margin:0px;
	padding:3px;
	border-bottom:1px solid #005988;
}

#mainNav a, #header h2 a {
	color:#fff;
	text-decoration:none;
}

#mainNav a:hover, #header h2 a:hover {
	color:#fff;
	text-decoration:underline;
}

#containerMain {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:url(../images/background_containerMain.jpg) repeat-y;
	overflow:hidden;
}

#containerSub {
	clear:both;
	float:left;
	width:750px;
	background:#fff;
}

#containerSub h2 {
	padding:10px;
	color:#023370;
}

#containerSub p {
	padding:0 15px;
}

#containerSub ul, #containerSub ol {
	padding-right:15px;
}

#containerSub ul li, #containerSub ol li {
	padding-bottom:10px;
}

.buyers, .consultants {
	float:left;
	width:375px;
	height:160px;
	background:#ebebeb;
}

.buyers a {
	color:#023370;
	font-weight:bold;
	text-decoration:none;
}

.buyers a:hover {
	color:#023370;
	font-weight:bold;
	text-decoration:underline;
}

.realtors {
	margin-bottom:20px;
}

.realtors a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.realtors a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.realtors, .loan-officers {
	float:left;
	width:375px;
	height:160px;
	background:#023370;
}

.buyers img, .realtors img, .loan-officers img, .consultants img {
	float:left;
	width:90px;
	padding:20px;
}

#containerSub .buyers h3, #containerSub .realtors h3, #containerSub .loan-officers h3, #containerSub .consultants h3 {
	font-size:16px;
	padding:20px 20px 0 0;
	margin:0;
}

#containerSub .buyers p, #containerSub .realtors p, #containerSub .loan-officers p, #containerSub .consultants p {
	font-size:14px;
	padding:10px 20px 0 0;
	margin:0;

}

.realtors h3, .realtors p, .loan-officers h3, .loan-officers p {
	float:left;
	width:205px;
	color:#fff;
}

.buyers h3, .buyers p, .consultants h3, .consultants p {
	float:left;
	width:205px;
}

#sidebar {
	float:right;
	width:210px;
	background:#656156;
	padding:20px;
	color:#fff;
}

#sidebar h3 {
	color:#fff;
	margin-left:0px;
	font-size:16px;
}

#footer {
	width:1000px;
	background:#023370;
	margin:0 auto;
	color:#fff;
}

#footer ul {
	margin:0 auto;
	padding:20px 0 0 0;
	font-size:14px;
}

#footer li {
	list-style:none;
	display:inline;
	padding:3px;
	color:#fff;
	text-transform:uppercase;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

#footer p.adminLogin {
	text-align:right;
	font-size:12px;
	text-transform:none;
	padding:10px;
}

.no-bullets {
	list-style:none;
	margin:0;
}

.contact {
	padding:0 20px;
}

.square-bullets {
	list-style:square;
}

.circle-bullets {
	list-style:circle;
}

.upper-letter-bullets {
	list-style:upper-alpha;
}

#containerSub ol.lower-letter-bullets {
	padding-top:10px;
}

#containerSub ol.lower-letter-bullets li {
	list-style:lower-alpha;
	padding-bottom:0px;
}

.no-margin {
	margin:0;
}

.clear {
	clear:both;
}

.realtor {
	font-size:10px;
	vertical-align:top;
}
