/* Start of CMSMS style sheet 'Default' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(/uploads/images/background.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #003D79;
	text-decoration: none;
}

a:visited {
	color: #003D79;
	text-decoration: none;
}

a:hover {
	color: #FD4624;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #003D79;
}

h2{
 font-size: 120%;
 color: #003D79;
}

h3{
 font-size: 110%;
 color: #003D79;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FD4624;
}

h5{
 font-size: 100%;
 color: #FD4624;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	width: 774px;
	background-image: url(/uploads/images/background.png);
	background-repeat: no-repeat;
	padding: 25px 20px 20px 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topnav {
	background-image: url(/uploads/images/topnav_bground.jpg);
	background-repeat: no-repeat;
	padding-left: 220px;
        padding-bottom: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003D79;
	height: 70px;
}

.realtorimg {
        padding-left: 15px;
	padding-bottom: 5px;
        border-style: none;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
        font-weight: bold;
}
#sidenav {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/uploads/images/sidenav_bground.jpg);
	background-repeat: no-repeat;
	height: 439px;
	width: 177px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #003D79;
	line-height: 22px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003D79;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003D79;
	color: #003D79;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
#footer p img {
	padding-right: 20px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 550px;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper #topnav ul li {
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#clear {
	clear: both;
}

/* End of 'Default' */

