/* -------------------------------------------------------------------
BASE STYLES
------------------------------------------------------------------- */

body {
margin: 0;
padding: 0;
background: #1A478B url('/images/body-bg.jpg') left top repeat-x;
font: 13px Arial, Helvetica, sans-serif;
color: #002b73;
}

div {
position: relative;
margin: 0;
padding: 0;
}

h1 {
color: #ffffff;
font-size: 24px;
line-height: 26px;
}

h2 {
font-size: 18px;
line-height: 24px;
padding: 7px 0 4px 0;
margin: 10px 0 4px 0;
}

h3 {
font-size: 16px;
line-height: 18px;
padding: 0;
margin: 0 0 5px 0;
font-weight: normal;
}

h4 {
font-size: 12px;
line-height: 16px;
padding: 0;
margin: -10px 0 15px 0;
font-weight: bold;
}

a, a:visited {
color: #e85e27;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}

img {
padding: 0;
margin: 0;
border: 0;
}

ul {
list-style-type: square;
}

ul, ul li {
margin: 0;
padding: 0;
}

p {
margin: 0;
padding: 0;
font-size: 11px;
}

.rental-btn {
	padding: 6px 0px 4px 8px; 
	height: 20px; 
	position: absolute; 
	right: 0px; 
	bottom: -29px;
}


/* -------------------------------------------------------------------
WRAP
------------------------------------------------------------------- */

#wrap {
margin: 0 auto;
text-align: center;
width: 960px;
}


/* -------------------------------------------------------------------
HEADER
------------------------------------------------------------------- */

#header {
text-align: left;
width: 960px;
height: 105px;
margin-bottom: 30px;
background-color: #002966;
}

#header #top-nav {
text-align: left;
width: 960px;
height: 45px;
}

#header #logo {
width: 285px;
height: 60px;
float: left;
}

#header h1 {
margin: 0;
width: 285px;
height: 60px;
}

#header h1 span {
background-image: url('/images/logo.gif');
}

/* -------------------------------------------------------------------
TOP NAV
------------------------------------------------------------------- */

#top-nav ul {
list-style-type: none;
padding: 0;
margin: 0;
color: #ffffff;
font-weight: bold;
float: right;
margin-right: 5px;
}

#top-nav ul li  {
float: left;
display: inline-block;
padding: 0;
margin: 0;
margin-left: 20px;
padding-top: 15px;
}

#top-nav a, #top-nav a:visited {
color: #ffffff;
}

#top-nav a:hover {
color: #e85e27;
text-decoration: none;
}

#top-nav a.active {
color: #e85e27;
}

/* -------------------------------------------------------------------
MAIN NAV
------------------------------------------------------------------- */
#nav {
width: 675px;
height: 60px;
background: #1a3f76 url('/images/main-nav-bg.gif') top left repeat-x;
float: left;
}

#nav ul {
list-style-type: none;
font-weight: bold;
font-size: 18px;
margin-top: 1px;
}

#nav ul li {
float: left;
display: block;
width: 81px;
height: 59px;
margin-right: 1px;
/* padding: 20px 0 0 7px; */
}

#nav ul li.sales {
background: #ffffff url('/images/sales-btn-bg.gif') left bottom repeat-x;
}

#nav ul li.rentals {
background: #ffffff url('/images/rental-btn-bg.gif') left bottom repeat-x;
}

#nav ul li.sold {
background: #ffffff url('/images/sold-btn-bg.gif') left bottom repeat-x;
}

#nav ul li a, #nav ul li a:visited {
color: #002b73;
display: block;
width: 74px;
height: 39px;
padding: 20px 0 0 7px;
}

#nav ul li a:hover{
text-decoration: none;
color: #ffffff;
}

#nav ul li.sales a:hover{
background-color: #97c305;
}

#nav ul li.rentals a:hover{
background-color: #3a71c1;
}

#nav ul li.sold a:hover{
background-color: #e85e27;
}

#nav ul li.sales a.active {
background-color: #97c305;
color: #ffffff;
}

#nav ul li.rentals a.active {
background-color: #3a71c1;
color: #ffffff;
}

#nav ul li.sold a.active {
background-color: #e85e27;
color: #ffffff;
}



/* -------------------------------------------------------------------
CONTENT
------------------------------------------------------------------- */

#content {
width: 960px;
text-align: left;
margin-bottom: 35px;
}

.inner-bg {
width: 364px;
background-color: #e5e9ef;
padding: 10px;
margin: 0;
}



/* -------------------------------------------------------------------
HOME SPECIFIC CONTENT
------------------------------------------------------------------- */

#home-left-content {
width: 528px;
height: 474px;
float: left;
background-color: #ffffff;
margin-bottom: 35px;
}

#home-right-content {
width: 386px;
height: 474px;
float: left;
padding: 0px 23px 0px 23px;
background-color: #ffffff;
margin-bottom: 35px;
}

*html #home-left-content, *html #home-right-content {
margin: 0;
}

#content p {
padding: 0;
clear: both;
}
/*#content p.address {
float: left;
text-align: left;
width: 220px;
}
#content p.price {
float: right;
text-align: right;
width: 130px;
}*/

#home-right-content p {
	padding-bottom: 8px;
}

#content p.address, #content p.price {
font-size: 13px;
display: inline-block;
clear: none;
font-weight: bold;
margin-bottom: 4px;
height: auto;
padding:0;
}

/* -------------------------------------------------------------------
SALES, SOLD, RENTAL SPECIFIC CONTENT
------------------------------------------------------------------- */
#ssr-left-content {
	width: 848px;
}

#ssr-left-content.white {
	background-color: #fff;
	padding: 0 20px;
	width: 808px;
	height: 693px;
	font-size: 11px!important;
}

form ul {
	display: block;
	margin: 10px 0;
}

form ul li {
	list-style: none!important;
	display: inline-block;
	float: left;
	margin: 0 5px 0 5px;
	height: 20px;
	vertical-align: bottom;
}


form ul li input {
	padding: 0!important;
	margin: 0!important;
}

#ssr-left-content.white .form-left {
	width: 400px;
	float: left;
}

#ssr-left-content.white .form-right {
	width: 400px;
	float: right;
}

#ssr-left-content.white .form-row {
	height: 60px;
	padding: 10px 5px 0 15px;
	background-color: #e8e8e8;
	margin-bottom: 5px;
}

#ssr-left-content.white form input {
	margin: 10px;
}

#ssr-left-content.white form select {
	margin: 3px 0 10px;
}

#ssr-left-content.white form input.text {
	width: 300px;
	margin: 3px 0 10px;
}

#ssr-left-content.white form input.price {
	width: 150px;
	margin: 3px 0 10px;
}

#ssr-left-content.white form input.submit {
	float: right;
}

#ssr-right-content {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	background-color: #113a77;
	position: absolute;
	width: 112px;
	height: 673px;
	margin-left: 848px;
	top: 0;
}

iframe {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* -------------------------------------------------------------------
SUB PAGE CONTENT
------------------------------------------------------------------- */

#sub-left-content {
width: 488px;
float: left;
min-height: 380px;
background-color: #ffffff;
margin-bottom: 35px;
padding: 0 20px 20px 20px;
}

#sub-left-content p {
margin: 0 0 10px 0;
padding: 0;
font-size: 12px;
}

#sub-left-content h3 {
font-weight: bold;
color: #e85e27;
font-size: 16px;
margin: 0; 
padding: 0;
}

#sub-left-content h3.caption {
color: #002b73;
font-size: 16px;
padding: 0;
margin: 0 0 5px 0;
font-weight: normal;
}

#sub-left-content p.date {
font-size: 10px;
margin-bottom: 3px;
}

#sub-left-content .spacer,
#sub-left-content #spacer {
width: 100%;
height: 5px;
border-bottom: 1px dashed #bbbbbb;
clear: both;
margin-bottom: 20px;
}

#sub-left-content p.left {
width: 200px;
float: left;
clear: none;
}
#sub-left-content p.right {
width: 150px;
float: left;
clear: none;
}

#sub-left-content ul {
margin: 0 0 10px 0;
padding: 0 0 0 15px;
font-size: 12px;
}

#sub-right-content {
float: left;
width: 432px;
height: 410px;
background-color: #1a3f76;
}

#img1, #img2 {
	width: 384px;
	height: 283px;
}

/* -------------------------------------------------------------------
PREV SOLD
------------------------------------------------------------------- */

#content #prev-sold h3 {
	margin: 0;
}

#content #prev-sold h4 {
	margin: 0 0 10px 0;
}

#content #prev-sold .img-rot {
	clear: both;
	display: block;
	width: 480px;
	height: 320px;
	margin-bottom: 10px;
	overflow: hidden;
}
	

/* -------------------------------------------------------------------
FOOTER
------------------------------------------------------------------- */

#footer {
width: 100%;
height: 30px;
background-color: #ffffff;
clear: both;

}

#footer-inner {
width: 960px;
height: 100%;
margin: 0 auto;
}

#footer #left-nav {
width: 640px;
float: left;
}

#footer #left-nav ul {
list-style-type: none;
}

#footer #left-nav ul li {
float: left;
}

#footer #right-nav {
width: 320px;
float: right;
}

#footer #right-nav ul {
list-style-type: none;
float: right;
}

#footer #right-nav ul li {
float: left;
}

#footer #right-nav a, #footer #left-nav a, #footer #right-nav a:visited, #footer #left-nav a:visited {
display: inline-block;
color: #002b73;
}

#footer #left-nav a {
margin-right: 15px;
font-weight: bold;
padding-top: 7px;
}

#footer #right-nav a {
margin-left: 15px;
padding-top: 7px;
}

#footer #right-nav a:hover, #footer #left-nav a:hover {
color: #e85e27;
text-decoration: none;
}

#footer #left-nav a.active, #footer #right-nav a.active {
color: #e85e27;
}

#nm-link {
width: 960px;
height: 52px;
margin: 10px auto 0 auto;
}

#nm-link a {
width: 150px;
height: 12px;
display: block;
position: absolute;
right: 0;
top: 0;
text-align: right;
}



/* -------------------------------------------------------------------
IMG REPLACE
------------------------------------------------------------------- */

.irep span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: left top;
background-repeat: no-repeat;
background-color: transparent;
}

@media print {

* {
color: #000000;
background-color: transparent;
background-image: none;
border-color: #000000;
}

#header ul {
display: none;
}

#footer ul {
display: none;
}

.no-print {
display: none;
}

iframe {
position: absolute;
height: 1500px;
}

}

