/*---------------------------------------------------
     RESET
---------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*---------------------------------------------------
     STRUCTURAL
---------------------------------------------------*/

body {
	background: #006699;
	color: #111111;
	font-family: Arial;
	font-size: 12px; 
	text-align: center;	
}
	
#container {
	margin: 20px auto;
	overflow: hidden;
	width: 740px;
}
	
#header {
	background: url(../images/layout/header-bg.gif) no-repeat;
	clear: both;
	height: 141px;
	float: left;
	width: 740px;
}

#content {
	background: url(../images/layout/content-bg.gif) repeat-y;
	clear: both;
	float: left;
	text-align: left;
	width: 740px;
}

#content-close {
	background: url(../images/layout/content-close.gif) no-repeat;
	clear: both;
	float: left;
	height: 21px;
	margin: 0 auto;
	width: 740px;
}
	
#main-content {
	clear: both;
	margin: 10px auto;
	width: 720px;
}
	
#footer {
	clear: both;
	color: #ffffff;
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 740px; 
}
				
/*----------------------------------------------------
     STANDARD SELECTORS
----------------------------------------------------*/

h1 {
	font-size: 150%;
	margin: 7px auto 6px auto;
}

h2 {
	font-size: 130%;
	margin: 7px auto 6px auto;
}

h3 {
	font-size: 120%;
	margin: 7px auto 6px auto;
}

h4 {
	clear: both;
	color: #0066CC;
	font-size: 115%;
	margin: 0;
}

p {
	margin: 7px auto 6px auto;
	line-height: 140%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #004b71;
}
	 
a:hover {
}
	 
a:active {
}
	
/*--------------------------------------------------
     MAIN NAV
--------------------------------------------------*/

#main-nav {
	color: #ffffff;
	margin: 109px 0 0 10px;
}

#main-nav ul {
	margin: 0;
}

#main-nav li {
	display: inline;
	float: left;
	margin: 0 5px;
}

#main-nav a:link, #main-nav a:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#main-nav a:hover, #main-nav a:active {
	text-decoration: underline;
}
	 
/*--------------------------------------------------
     CONTENT
--------------------------------------------------*/

body#index-page #content {
	margin: 0;
	padding: 0;
	width: 740px;
}

.two-col-list {
	margin: 10px 0 10px 30px;
	width: 300px;
}

.two-col-list li {
	display: inline;
	float: left;
	width: 150px;
}

.mls {
	clear: both;
	float: left;
	font-weight: bold;
	margin-right: 55px;
}

#contact-info {
	display: inline;
	float: left;
	margin-left: 20px;
}

#contact-info h3 {
	clear: left;
	display: inline;
}

#contact-info li {
	clear: both;
	list-style: none;
}

.area {
	font-size: 80%;
	padding: 0 0 2px 4px;
}

#bot-error-page h2, #url-error-page h2, #thank-you-page h2 {
	margin: 20px 0;
}

/*--------------------------------------------------
     PROPERTY DETAILS
--------------------------------------------------*/

.property-listing {
	/*background: #7fb2cc;*/
	border: 1px solid #709db4;
	clear: both;
	display: inline;
	float: left;
	margin: 10px 30px;
	width: 620px;
}

.property-listing li {
	list-style: none;
	margin: 0 5px;
}

.property-listing img {
	border: 2px solid #c9d5e7;
	display: inline;
	float: left;
	margin: 5px 0 5px 15px;
}

.property-listing h2 {
	margin-left: 10px;
}

.property-listing label {
	display: inline;
	float: left;
	margin-right: 3px;
}
/*
.actions {
	clear: both;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.actions li {
	clear: both;
	float: left;
	margin-bottom: 6px;
}
*/
.details {
	float: left;
	margin: 5px 0 10px;
	width: 180px;
}

.details li {
	clear: both;
}

.details a {
	float: left;
	padding: 5px;
}

.remarks {
	float: left;
	width: 200px;
}

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

#footer ul {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}

#footer p {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

#footer li {
	display: inline;
	float: left;
	margin: 0 5px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.dei-link {
	font-size: 80%;
}

/*-------------------------------------------------
     OTHER SELECTORS
-------------------------------------------------*/
	
.first {
	margin-top: 10px; }

.clear {
	clear: both; }
	
.float-r {
	float: right;
	margin: 10px; }
	
.bordered {
	border: 2px solid #7fb2cc;
}
	
.float-l {
	float: left; }
	
.full-center {
	width: 100%;
	text-align: center;
}

/*--------------------------------------------------
     BROWSER FIXES
--------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*--------------------------------------------------
	CONTACT FORM
--------------------------------------------------*/

#contact-form * { list-style-type: none;
}

#contact-form {
	background: url(../images/layout/contact-bg.jpg) no-repeat;
	display: inline;
	float: right;	
	padding: 10px;
	text-align: right;
	width: 400px;
}

#contact-form label { 
	clear: left;
	display: inline;
	float: left; 
	height: 20px;
	line-height: 20px;
	margin-right: 6px;
	text-align: right;
	width: 110px; 	
}

#contact-form h3 { 
	clear: both;
	display: inline;
	float: right;
	margin-right: 50px; 
}

#contact-form input {
	background: #FFFFFF;
	border: 1px solid #e1e1e1;
	display: inline;
	height: 20px;
	float: left;
	margin-bottom: 8px;
	width: 270px; 
}

#contact-form .submit {
	background: #006699;
	border-top: 1px solid #0066FF;
	border-left: 1px solid #0066FF;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
	color: #ffffff;
	cursor: pointer; 
	height: 28px;
	margin: 20px 0 0 180px;
	padding: 4px;
	width: 150px;
}

#contact-form .submit:hover {
	background: #0178b4;
}

#contact-form .submit:active {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 2px solid #0066FF;
	border-bottom: 2px solid #0066FF;
}

#contact-form textarea {
	border: 1px solid #e1e1e1;
	display: inline;
	float: left;
	width: 270px;
}

.bot-input { 
	float: left; 
	margin-left: -999em; 
}

.contact-footer {
	width: 300px;
	height: 16px;
	margin: 0px auto 0px auto;
	padding: 10px; 
}
