/*
*	GENERAL STYLES
*/

body {
	background: #FFF;
	border: 0px;
	color: #444;	
	font-family: arial, san-serif;
	font-size:62.5%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width:  100%;
	}
	
.arrow {
	position: absolute;
	padding: 0px 18px 0px 0px;
	background: url(/includes/images/arrow.gif) right no-repeat;
	}
	
.arrow2 {
	position: absolute;
	padding: 0px 18px 0px 0px;
	background: url(/includes/images/arrow2.gif) right no-repeat;
	}
	
.arrow3 {
	position: absolute;
	padding: 8px 18px 0px 6px;
	background: url(/includes/images/arrow.gif) right no-repeat;
	height: 25px;
	}
	
.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}
	
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.displace {
	position: absolute;
	left: -5000px;	
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}	
	
.title {
	padding: 30px 0px 0px 40px;
	}


/*
*	OPTION BAR STYLES
*/

#optionbar {
	width: 925px;
	margin: auto;
	padding: 9px 15px 6px 20px;
	text-align: right;
	font-size: 1.1em;
	height: 15px;
	}
	
#optionbar ul {
	float: right;
	list-style: none;
	padding: 0px;
	}
	
#optionbar li {
	border-right: 1px solid #666;
	float: left;
	}

#optionbar li a {
	padding: 4px 6px 4px 6px;	
	}
	
#optionbar .noborder {
	border: 0px;
	float: left;
	padding: 0px;
	}

#optionbar .welcome {
	float: right;
	margin-right: 10px;
	}	
	
/*
*	HEADER STYLES
*/	

#header {
	background: #002D56 url(/includes/images/topcurve.gif) no-repeat top left;
	margin: auto;
	width: 960px;
	}
	
#header .logo {
	float: left;
	height: 90px;
	width: 227px;
	background: transparent url(/includes/images/logo.gif) no-repeat top left;
	}

#header .logo a {
	height: 90px;
	width: 227px;
	display: block;
	}
	
#header .mainmenu {
	float: left;
	height: 31px;
	padding: 57px 0px 0px 0px;
	width: 733px;
	}
	
#header .mainmenu li {
	float: left;
	}
	
#header .mainmenu li a {
	display: block;
	height: 31px;
	background: url(/includes/images/topmenu.gif);
	}

#header .mainmenu li.rentals a {
	background-position: 0 0;
	width: 122px;
	}
	
#header .mainmenu li.rentals a:hover, #header .mainmenu li.rentals_active a {
	background-position: 0 31px;
	width: 122px;
	}	
	
#header .mainmenu li.sales a {
	background-position: -120px 0;
	width: 103px;
	}

#header .mainmenu li.sales a:hover, #header .mainmenu li.sales_active a {
	background-position: -120px 31px;
	width: 103px;
	}	
	
#header .mainmenu li.propertymanagement a {
	background-position: -220px 0;
	width: 260px;
	}

#header .mainmenu li.propertymanagement a:hover, #header .mainmenu li.propertymanagement_active a {
	background-position: -220px 31px;
	width: 260px;
	}
	
#header .mainmenu li.newdevelopments a {
	background-position: -477px 0px;
	width: 245px;
	}

#header .mainmenu li.newdevelopments a:hover, #header .mainmenu li.newdevelopments_active a {
	background-position: -477px 31px;
	width: 245px;
	}	
	
#header .headerbottom {
	background: #8CC63F url(/includes/images/topcurve2.gif) no-repeat bottom left;
	height: 21px;
	width: 960px;
	}
	
/*
*	MAIN CONTENT AREA STYLES
*/
	
#maincontent {
	border: 0px;
	margin: auto;
	width: 960px;
	}

/*
*	LEFT COLUMN
*/

#leftcolumn {
	background: transparent url(/includes/images/maincurve.gif) no-repeat top left;
	float: left;
	padding: 0px 20px 0px 20px;
	width: 187px;
	}

#leftcolumn a {
	text-decoration: none;
	}
	
#leftcolumn .secondarymenu {
	background: #8CC63F url(/includes/images/maincurve2.gif) no-repeat bottom left;
	padding: 20px 0px 40px 0px;
	width: 187px;
	}
	
#leftcolumn .secondarymenu .active a, #leftcolumn .secondarymenu .active a:visited {
	background: #002D56;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 17px 15px 16px 15px;
	width: 157px;
	}
	
#leftcolumn .secondarymenu li a, #leftcolumn .secondarymenu li a:visited {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 17px 15px 16px 15px;
	width: 157px;
	}
	
#leftcolumn .secondarymenu li a:hover, #leftcolumn .secondarymenu li a:active {
	background: #002D56;
	color: #FFF;
	}
	
#leftcolumn .secondarymenu .active li {
	background: #F4F4F4;
	}
	
#leftcolumn .secondarymenu .active li a, #leftcolumn .secondarymenu .active li a:visited {
	background: #E2E2E2;
	border-bottom: 1px solid #FFF;
	color: #666;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 15px 7px 15px;
	}
	
#leftcolumn .secondarymenu .active li a:hover, #leftcolumn .secondarymenu .active li a:active {
	background: #999;
	color: #FFF;
	}
	
#leftcolumn .secondarymenu .active .active a, #leftcolumn .secondarymenu .active .active a:visited {
	background: #999;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	padding: 7px 15px 7px 15px;
	width: 157px;
	}
	
#leftcolumn .secondarymenu .active .active ul {
	background: #F4F4F4;
	border-bottom: 1px solid #FFF;
	padding: 4px 0px 8px 0px;
	}
	
#leftcolumn .secondarymenu .active .active li a, #leftcolumn .secondarymenu .active .active li a:visited {
	background: #F4F4F4;
	border-bottom: 0px;
	color: #3077c1;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	padding: 2px 15px 2px 15px;
	width: 157px;
	}

#leftcolumn .secondarymenu .active .active li a:hover, #leftcolumn .secondarymenu .active .active li a:active {
	background: #F4F4F4;
	border-bottom: 0px;
	color: #3077c1;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	padding: 2px 15px 2px 15px;
	text-decoration: underline;
	width: 157px;
	}
	
#leftcolumn .secondarymenu li strong {
	background: #999;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	width: 157px;
	}
	
#leftcolumn .secondarymenu li .count {
	font-size: 0.9em;
	color: #999;
	}

#leftcolumn .secondarymenu .active .active .active a, #leftcolumn .secondarymenu .active .active .active a:visited {
	border-bottom: 0px;
	color: #666;
	font-weight: bold;
	}
	
#leftcolumn .secondarymenu .active .active .active a:hover, #leftcolumn .secondarymenu .active .active .active a:active {
	border-bottom: 0px;
	color: #666;
	font-weight: bold;
	}

#leftcolumn .secondarymenu .active .active .remove a:hover, #leftcolumn .secondarymenu .active .active .remove a:active {
	border-bottom: 0px;
	color: #FF1111;
	background: url('/includes/images/remove.png') right no-repeat;
	padding-right: 20px;
	font-weight: bold;
	width: 142px;
	}
	
#leftcolumn .secondarymenu .active .active .showmore a, #leftcolumn .secondarymenu .active .active .showmore a:visited {
	border-bottom: 0px;
	color: #999;
	padding: 2px 30px 2px 15px;
	text-align: right;
	width: 142px;
	}
	
#leftcolumn .secondarymenu .active .active .showmore a:hover, #leftcolumn .secondarymenu .active .active .showmore a:active {
	border-bottom: 0px;
	color: #999;
	padding: 2px 30px 2px 15px;
	text-align: right;
	width: 142px;
	}

#leftcolumn form {
	padding: 0px 15px 12px 15px;
	}	

#leftcolumn label {
	color: #666;
	font-weight: normal
	}	

#leftcolumn input.beds {
	font-size: 1.0em;
	width: 30px;
	}	

#leftcolumn input.price {
	font-size: 1.0em;
	width: 40px;
	margin-left: 2px;
	}	

 input.go-button {
	border: 0px;
	height: 21px;
	margin: -2px 0px 0px 3px;
	position: absolute;
	width: 21px;
	}

 input.go-button2 {
	border: 0px;
	height: 21px;
	margin: -2px 0px 0px 0px;
	position: absolute;
	width: 21px;
	}	
/*
*	MAIN COLUMN
*/

#maincolumn {
	float: left;
	padding: 20px 0px 0px 0px;
	width: 733px;
	}
	
.features {
	float: left;
	padding: 0px 20px 20px 0px;
	margin-bottom: 20px;
	width: 211px;
	}
	
.column-left {
	float: left;
	padding: 0px 40px 20px 0px;
	margin-bottom: 20px;
	width: 336px;
	}
	
.column-right {
	float: left;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	width: 336px;
	}
	
.column-left .split, .column-right .split {
	width: 168px;
	float: left;
	}
	
.column-one {
	float: left;
	padding: 0px 40px 20px 0px;
	width: 217px;
	}
	
.column-two {
	float: left;
	padding: 0px 40px 20px 0px;
	width: 217px;
	}
	
.column-three {
	float: left;
	padding: 0px 0px 20px 0px;
	width: 217px;
	}

.widecolumn {
	float: left;
	padding: 0px 40px 20px 0px;
	width: 400px;
	}
	
.thincolumn {
	float: left;
	padding: 0px 0px 20px 0px;
	width: 270px;
	}
	
#maincolumn ul, #maincolumn ol {
	margin: 0px 0px 20px 30px;
	padding: 0px;
	font-size: 1.3em;
	}

#maincolumn ul ul, #maincolumn ol ol {
	font-size inherit;
	}
	
#maincolumn ul li {
	list-style-type: disc;
	}

#maincolumn ol li {
	list-style-type:decimal;
	}

#maincolumn .roundedbox {
	width: 336px;
	}

#maincolumn .roundedbox .box {
	width: 316px;
	padding: 0px 10px 0px 10px;
	}
	
#maincolumn .roundedbox .top {
	background: transparent url('/includes/images/curvetop.gif') no-repeat top;
	}
	
#maincolumn .roundedbox .bottom {
	background: transparent url('/includes/images/curvebottom.gif') no-repeat bottom;
	}

#maincolumn .roundedbox.green {
	background: #8CC63F;
	color: #FFF;
	}

#maincolumn .roundedbox.blue {
	background: #002D56;
	color: #FFF;
	}

#maincolumn .roundedbox.grey {
	background: #F4F4F4;
	
	}

.white {
	color: #FFF;
	}
/*
*	FOOTER
*/
				
#footer {
	margin: auto;
	text-align: center;
	width: 960px;
	margin-top: 20px;
	}
	
#footer .addresses {
	background: #F4F4F4 url(/includes/images/addresscurve2.gif) no-repeat bottom left;
	margin: 0px 20px 20px 20px;
	padding: 0px 0px 20px 0px;
	width: 920px;
	font-size: 1.3em;
	}

#footer .addresses a strong {
	color: #888;
	}
		
#footer .addresses a {
	font-weight: bold;
	}
	
#footer .addresses ul {
	background: transparent url(/includes/images/addresscurve.gif) no-repeat top left;
	margin: 0px;
	padding: 20px 0px 0px 40px;
	}
	
#footer .addresses li {
	color: #999;
	float: left;
	line-height: 1.4em;
	padding: 0px 20px 0px 20px;
	text-align: left;
	width: 178px;
	}
	
#footer .footerlinks {
	background: #999 url(/includes/images/footercurve2.gif) no-repeat bottom left;;
	margin: 0px 0px 10px 0px;
	width: 960px;
	}
	
#footer .footerlinks ul {
	background: transparent url(/includes/images/footercurve.gif) no-repeat top left;
	padding: 20px 0px 20px 60px;
	}
	
#footer .footerlinks li {
	color: #FFF;
	float: left;
	line-height: 1.4em;
	padding: 0px 20px 20px 20px;
	text-align: left;
	width: 178px;
	}

#footer .footerlinks li strong{
	font-size: 1.5em;
	line-height: 1.6em;
	}
	
	
#footer .footerlinks li ol li {
	color: #FFF;
	float: none;
	padding: 0px;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.3em;
	width: 138px;
	}
	
#footer .footerlinks li ol li a, #footer .footerlinks li ol li a:visited {
	color: #FFF;
	}
	
#footer .footerlinks li ol li a:hover, #footer .footerlinks li ol li a:active {
	color: #EEE;
	text-decoration: underline;
	}
	
#footer .credits {
	color: #999;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 20px;	
	float: left;
	font-size: 1.1em;
	}

#footer .translate {
	padding: 0px 0px 10px 0px;
	margin: 0px 20px 0px 0px;	
	float: right;
	}	
	
/*
*	LINK STYLES
*/

a {
	text-decoration: none;
	color: #3077C1;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	}

a.nounderline {
	text-decoration: none;
	}

a.small {
	font-size: 0.682em;
	}
	
a.small img {
	padding-top: 10px;
	}

	
/*
*	FORM STYLES
*/

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

label {
	font-size: 1.3em;
	}
	
legend {
	display: none;
	}

select {
	border: 1px solid #999;
	color: #666;
	padding: 2px;
	width: 174px;
	}
	
/*
*	FONT STYLES
*/
	
h1 {
	color: #444;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}
	
h2 {
	color: #666;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}
	
h3 {
	color: #444;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
	
h4 {
	font-size: 1.2em;
	color: #002D56;
	}
	
	
h5 {

	}
	
h6 {

	}
	
p  {
	line-height: 1.4em;
	font-size: 1.3em;
	margin-bottom: 20px;
	}


/*
*	CMS PAGE STYLES
*/	

.column {
	width: 333px;
	margin-right: 20px;
	float: left;
	}