﻿/*

RESET --------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  

	margin:0; 

	padding:0; 

} 

table { 

	border-collapse:collapse; 

	border-spacing:0; 

} 

fieldset,img {  

	border:0; 

} 

address,caption,cite,code,em,strong,dfn,th,var { 

	font-style:normal; 

	font-weight:normal; 

} 

ol,ul { 

	list-style:none; 

} 

caption,th { 

	text-align:left; 

} 

h1,h2,h3,h4,h5,h6 { 

	font-size:100%; 

	font-weight:normal; 

} 

q:before,q:after { 

	content:''; 

} 

abbr,acronym {

	border:0; 

}

:focus {
	outline: none;
}



/***** END RESET *****/

body {
	background: #fff url('../images/bg.gif') repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow-x:hidden;
}

#wrapper {
	margin: auto;
	width: 990px;
}

#header {
	clear: both;
	display: block;
	height: 72px;
}

#nav {
	clear: both;
	display: block;
	height: 32px;
	margin: 7px auto 0px auto;
	width: 990px;
}

#content {
	clear: both;
	display: block;
	font-size: .9em;
	margin-top: 35px;
	width: 990px;
}

#footer {
	clear: both;
	display: block;
	border-top: 1px #104c4f solid;
	font-size: .8em;
	margin: 15px 0px;
	text-align: center;
	width: 990px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

a {
	color: #D3642C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.green {
	display: block;
	color: #52735F;
	text-decoration: underline;
	font-weight: bold;
}

a.green:hover {
	color: #D3642C;
}

a.WhatsNew {
	font-size:1.1em;
	font-weight:bold;
}

a.bigger {
	font-size: 1.2em;
}

h1, h2, h3, h4 {
	display: block;
	margin-bottom: 7px;
}


h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.65em;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.copyright {
	font-size: .85em;
}

p {
	margin: 0 0 1.5em 0;
}

.bold {
	font-weight: bold;
}

h2.orangeHeader {
	color: #D3642C;
}

/*
	NAV *****************************************/

#nav img {
	float: right;
	margin-right: 33px;
}	

#nav td img {
	float: none;
	margin-right: 0px;
}

#dropdown {
	float: left;
	height: 32px;
	margin-left: -10px;
}

#dropdown li {
	float: left;
	list-style: none;
}

#dropdown li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	white-space: nowrap;
}
	
#dropdown li ul {
	background: transparent url('../images/dropdownBG.gif') repeat-y;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px;
	position: absolute;
	visibility: hidden;
}
		
#dropdown li ul li {	
	float: none;
	margin-bottom: 5px;
}
			
#dropdown li ul li a {
	font-size: .8em;
	width: auto;
	color: #fff;
	text-indent: 0px;
}

#dropdown li ul li a:hover {
	color: #104c4f;
}

/*
	NAV link images ***/
	
#dropdown li a#nav_home {
	background: transparent url('../images/home.gif') no-repeat;
	height: 32px;
	width: 66px;
}
#dropdown li a#nav_properties {
	background: transparent url('../images/properties.gif') no-repeat;
	height: 32px;
	width: 107px;

}
#dropdown li a#nav_articles {
	background: transparent url('../images/articlesLinks.gif') no-repeat;
	height: 32px;
	width: 156px;

}
#dropdown li a#nav_services {
	background: transparent url('../images/services.gif') no-repeat;
	height: 32px;
	width: 90px;

}
#dropdown li a#nav_brokers {
	background: transparent url('../images/brokers.gif') no-repeat;
	height: 32px;
	width: 87px;

}
#dropdown li a#nav_contact {
	background: transparent url('../images/contact.gif') no-repeat;
	height: 32px;
	width: 94px;

}


#dropdown li a#nav_home:hover {
		background: transparent url('../images/homeRoll.gif') no-repeat;

}
#dropdown li a#nav_properties:hover {
		background: transparent url('../images/propertiesRoll.gif') no-repeat;

}
#dropdown li a#nav_articles:hover {
		background: transparent url('../images/articlesLinksRoll.gif') no-repeat;

}
#dropdown li a#nav_services:hover {
		background: transparent url('../images/servicesRoll.gif') no-repeat;

}
#dropdown li a#nav_brokers:hover {
		background: transparent url('../images/brokersRoll.gif') no-repeat;

}
#dropdown li a#nav_contact:hover {
		background: transparent url('../images/contactRoll.gif') no-repeat;

}


#dropdown li ul.subnav li a {
	padding: 5px;
	text-shadow: #26501d 1px 1px 1px;
}

#dropdown li ul.subnav li a:hover {
	color: #ff8d00;
	text-shadow: #26501d 1px 1px 1px;
}


/*
	BODY CONTENT *****************************************/
	
/*
	Left Side ***/

#content #left {
	float: left;
	line-height: 20px;
	margin-left: 5px;
	width: 630px;
	text-align: justify;
}

#content #left #banner {
	text-align: left;
}

/*For jQuery cycle plugin*/
#content #left #banner img {
	width: 620px;
	height: 252px;
}


#content #left p.columnText {
	float: left;
	font-size: .9em;
	margin: 20px 10px 0px 0px;
	padding: 0px 10px;
	width: 45%;
}

#content #left ol {
	list-style: decimal;
}

#content #left ul {
	list-style: disc;
}

#content #left ul li, #content #left ol li {
	margin-bottom: 5px;
}

#content #left .SearchCol ul, #content #left .SearchCol ol {
	list-style: none;
}

.SearchCol {
	width: 200px;
	float: left;
	padding-right: 10px;
}

.SearchCol ul {
	margin-bottom: 1.5em;
}

.SearchCol ul li {
	margin-bottom: .5em;
}

.SearchCol .CheckList li {
	margin-bottom: 0;
}

.descrip {
	font-weight: bold;
	font-style: italic;
	font-size: .8em;
	line-height: 1.2em;
}


#content #right ul#whatsNew {
	width: 620px;
}

#content #left ul#whatsNew li {
	float: left;
	height: 220px;
	margin-right: 25px;
	margin-bottom: 15px;
	text-align: justify;
	width: 285px;
}

#content #left ul#whatsNew li strong {
	color: #008066;
	display: block;
}

#content #left ul#whatsNew li img {
	float: left;
	margin: 0px 5px 3px 0px;
}

#content #left ul#whatsNew li span.more {
	display: block;
}

#content #left ol {
	margin-bottom: 2em;
}


/*
	Right Side ***/
	


#content #right {
	border-left: 3px #008066 solid;
	float: right;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding-left: 20px;
	width: 325px;
}

#content #right p {
	font-size: .9em;
}

#content #right p.people {
	font-size: .75em;
	float: right;
	margin-right: 6px;
	margin-top: 30px;
	width: 155px;
}

#content #right ul#homeUL {
	color: #008066;
	float: left;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
	width: 145px;
}

#content #right ul#homeUL a {
	color: #008066;
}

#content #right ul#homeUL li {
	border-top: 3px #008066 solid;
}

#content #right ul#homeUL li {
	padding: 11px 9px;
}
#content #right ul#homeUL li:first-child {
	border: none !important;
}

#content #right ul.governmentLinks {
	font-size: .85em;
	margin-bottom: 20px;
}

#content #right ul.governmentLinks li {
	margin-left: 15px;
	margin-bottom: 7px;
}

#content #right ul.governmentLinks strong {
	color: #008066;
	font-size: 1.3em;
	margin-left: -15px;
}



/*
	Footer *****************************************/

#footer p {
	margin: 10px 0px;
}
#footer a {
	font-size: .9em;
	color: #D3642C;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}




/*
	Under Pages ********************************************************/
	
/*
	Property Search Title, Criteria, and Back/Print links ***/

#propSearch {
	margin-bottom: 20px;
	text-align: center;
}

#propSearch h1 {
	color: #D3642C;
	font-weight: bold;	
}

#propSearch p {
	font-size: 1em;
	margin-bottom: 10px;
}

#propSearch p a {
	color: #666;
	font-weight: bold;
}

#propSearch p img {
	margin: 0px 0px 0px 6px;
}

/*
	Property listings ***/

.property {
	width: 99%;
	margin-bottom: 30px;
	padding: 8px 8px;

	display: block;
}

.property:after {
	content: ".";
 	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
}

/*hides from IE-Mac */
*html .property {
	height: 1%;
}


.property.green {
	background-color: #d2e0c7;
}

.property .headerInfo {
	float: left;
	border-bottom: 1px #acacac solid;
	margin-bottom: 20px;
	width: 100%;
}

p.checkbox {
	display: block;
	float:left;
	font-size: .85em;
	height: 30px;
	padding-left: 10px;
	width: 100%;
}

.property h1 {
	color: #D3642C;
}

.property h2 {
	font-size: 1.3em;
	float: left;
}

.property h2 a {
	display: block;
	color: #52735F;
	background: transparent url('../images/listDetail.gif') no-repeat -47px center;
	height: 32px;
	padding-left: 20px;
	padding-top: 8px;
}

.property h2 a:hover {
	background: transparent url('../images/listDetailRoll.gif') no-repeat -47px center;
}

.property h2 span {
	color: #000;
	font-size: .6em;
}

.property h3 {
	color: #D3642C;
}


.property .listNumber {
	color: #666;
	float: right;
}

.property table {
	font-size: .9em;
	width: 100%;
	float: left;
}


.property table td.propImage {
	font-size: .85em;
	text-align: center;
	padding-right: 40px;
	width: 120px;
}

.property table td.propImage img {
	display: block;
	margin: auto;
	clear: both;
}

.property table td table {
	color: #666;
	float: left;
	width: 300px;
}

.property table td table strong {
	color: #000;
}

.property table.propContacts {
	color: #000;
	float: right;
	text-align: right;
	width: 120px;
}

.property table.propContacts tr:first-child {
	color: #666;
}


/*
	Property listings pagination ***/

#pagination {
	color: #666;
	text-align: center;
}

#pagination #pageActive {
	color: #000;
	font-size: 1.3em;
}

/*
	Broker Bio page ***/
	
#bioHeader {
	
}

.bioName {
	font-size: 1.3em;
}

#bioInfo {
	clear: both;
}

#bioPhoto {
	float: left;
	margin: 0 10px 10px 0
}


/*
CONTACT --------------------------------------- */

ol#contactForm {
	list-style: none;
	width: 400px;
}

ol#contactForm li {
	margin-bottom: 10px;
	overflow: auto;
}

ol#contactForm li label {
	float: left;
}

ol#contactForm li .textBox {
	float: right;
}

ol#contactForm li .req {
	display: block;
	float: left;
	font-size: .8em;
	margin-left: 10px;
}

ol#contactForm li .invalid {
	float: right;
	font-size: .8em;
	margin: 5px 5px 0px 0px;
}


/*General Use */

.floatColumn50 {
	width: 44%;
	margin: 0;
	padding: 0 5% 0 0;
	float: left;
}

.container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.floatColumn50_icon32 {
	width: 39%;
	min-width: 37px;
	min-height: 37px;
}

.icon_FB_32 {
	background: transparent url('../images/facebook_32.gif') no-repeat 0 0;
	padding-left: 37px;
}

.icon_email_32 {
	background: transparent url('../images/email_32.gif') no-repeat 0 0;
	padding-left: 37px;
}

.icon_phone_32 {
	background: transparent url('../images/phone_32.gif') no-repeat 0 0;
	padding-left: 37px;
}

