@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#rwrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: visible;
}
#rwrapper #clearwrapper {
	clear: both;
	float: left;
	width: 800px;
}

#header {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height:300px;
	background:#FFFFFF;
}
#header #logo {
	float: left;
	height: 100px;
	width: 352px;
}

#header #rentalbanner {
	float: right;
	height: 60px;
	width: 234px;
	margin-right: 10px;
	margin-top: 10px;
}
#header #navTop {
	/* background-color: #FF0000; */
	background-color: #253894;
	background-image: url(images/bkgnd_redNav.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 800px;
	clear: both;
	float: left;
}
#navToplinks {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0em;
	padding-left: 6em;
	width: 780px;
	padding-top: 0.25em;
	text-transform: uppercase;
}

#navToplinks li {
	/*margin-right: 1.5em;*/
	padding-right: 12em;
	font-weight: bold;
	display: inline;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}

#navToplinks li.last {
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#navToplinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navToplinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#header #navBtm {
	/* background-color: #FF0000; */
	background-color: #253894;
	background-image: url(images/bkgnd_redNav.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 800px;
	float: left;
}

#navBtmlinks {
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0em;
	padding-left: 1em;
	width: 780px;
	padding-top: 0.25em;
	text-transform: uppercase;
	text-align:left;
}

#navBtmlinks li {
	padding-left:7em;
	font-weight: bold;
	display: inline;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
#navBtmlinks li.second {
	padding-left:15em;
}

#navBtmlinks li.last {
	padding-left:18em;
	border-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

#navBtmlinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navBtmlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#contentBox {
	width: 778px;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
	/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #263997;
	border-right-color: #263997;
	border-left-color: #263997;
	*/
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #0151AA;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0151AA;
	margin-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 6px;
}
h6 {
	color: #0151AA;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactProperty {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0050A9;
	text-align: right;
	font-weight: normal;
	position: relative;
	left: 470px;
	top: -40px;
	margin: 0px;
	padding: 0px;
}
#contentBox #leftColumn {
	float: left;
	width: 375px;
	margin-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
#leftColumn #propertyDisplay {
	width: 375px;
}
#leftColumn #savedProperties {
	width: 370px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #0151AA;
	margin-top: 20px;
	padding-top: 20px;
}
#contentBox #rightColumn {
	float: left;
	width: 380px;
}
#rightColumn #mapProperty {
	width: 370px;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #0151AA;
	padding-top: 20px;
}
#clearLinks {
	clear: both;
	float: left;
	width: 375px;
}


#contentBox #clear {
	clear: left;
	float: left;
	width: 770px;
	height: 50px;
}

#footer {
	width: 800px;
	height: 108px;
	overflow: hidden;
	clear: both;
	float: left;
}
#contentBox #index {
	float: left;
	width: 778px;
}
.indexLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CC0000 ! important;
	text-decoration: underline;
	display: block;
	clear: both;
	float: left;
}

#indexRes {
	width: 181px;
	height: 350px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	padding-right: 10px;
	margin-right: 8px;
	text-align:left
}
#indexRes ul{	
	list-style-type: none;
}
#indexRes li {
	margin-left: 8px;
}

#indexCom {
	width: 181px;
	height: 350px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	padding-right: 8px;
	margin-right: 8px;
	text-align:left
}
#indexCom ul{
	list-style-type: none;
}
#indexCom li {
	margin-left: 8px;
}

#indexVac {
	width: 181px;
	height: 350px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
	padding-right: 8px;
	text-align:left
}
#indexVac ul{
	list-style-type: none;
}
#indexVac li {
	margin-left: 8px;
}
#indexMan {
	width: 181px;
	height: 350px;
	float: left;
	margin-left: 8px;
	text-align: left;
	text-align:left
}
#indexMan ul{
	width: 181px;
	list-style-type: none;
}
#indexMan li {
	margin-left: 8px;
	
}
/* .sseltext               { font-size: 13px; color: #FF0000; font-weight: bold; } */
 .sseltext               { font-size: 13px; color: #253894; font-weight: bold; }

#row_rheader
{
    padding: 2px 0px 2px 0px;
    /* background-color: #FF0000; */
    background-color: #253894;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}
.rentsearch_headtext {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
}

