/*
*	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;	
	}

.center {
	text-align: center;
	margin: auto;
	}
	
.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;
	}
	
.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;
	}

.story {
	float: left;
	margin: 0 20px 20px 0;
	width: 450px;
	}
	
.sidebar {
	float: left;
	margin: 0 0 20px 0;
	width: 240px;
	}
	
.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;
	}

.feature {
	border: 3px solid #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 195px;
	padding: 10px;
	margin: 0 20px 20px 0;
	float: left;
	font-size: 1.3em;
	}

.feature img {
	margin-bottom: 10px;
	}
	
.feature a.full {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}	
	
.feature.red {
	border-color: #DC2D0B;
	}

.feature.yellow {
	border-color: #e1eb42;
	}
	
.feature.blue {
	border-color: #002D56;
	}	

.feature.ltblue {
	border-color: #39A8BB;
	}	
	
.feature.green {
	border-color: #8CC13D;
	}	
	
.feature.orange {
	border-color: #F17221;
	}	

.feature.purple {
	border-color: #863C93;
	}
	
.feature.ltpurple {
	border-color: #A971B0;
	}	
	
.feature.dkgreen {
	border-color: #970786;
	}		
	
.feature.pink {
	border-color: #E71E7E;
	}	
	
	
	
	
	
	
	
	
#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 30px;
	}
	
#footer .footerlinks li {
	color: #FFF;
	float: left;
	line-height: 1.4em;
	padding: 0 10px 20px 10px;
	text-align: left;
	width: 160px;
	}

#footer .footerlinks li strong{
	font-size: 1.5em;
	line-height: 1.6em;
	}
	
	
#footer .footerlinks li ol li {
	color: #FFF;
	float: none;
	padding: 0;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.3em;
	width: 138px;
	}

#footer .footerlinks ol.social li {
	float: left;
	width: 53px;
	}
	
#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 ul {
	margin-left: 20px;
	}

#footer .credits li {
	display: inline;
	padding-right: 10px;

	}

#footer .credits li.copyright {
	clear: both;
	display: block;
	margin-top: 5px;
	text-align: left;
	}
	
#footer .credits {
	clear: left;
	color: #999;
	padding: 0px 0px 10px 0px;
	margin: 0;	
	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 {
 	display: block;
 	}
legend {
	display: none;
	}
	
label {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 5px;
	color: #444;
	}
	
label small {	
	font-size: 0.8em;
	font-weight: normal;
	}
	
input, textarea {
	border: 1px solid #CCC;
	line-height: 1.4em;
	font-size: 1.5em;
	padding: 5px;
	margin-bottom: 20px;
	}

input.checkbox {
	float: left;
	margin: 0px 10px 40px 10px;
	outline: 0;
	border: 0px;
	}
	
textarea {	
	font-family: inherit;
	padding: 10px 5px 10px 5px;
	width: 100%;
	}
	
input.button {
	border: 0px;
	padding: 0px;
	}
	
input.w100, select.w100 {
	width: 100px;
	}
input.w150, select.w150 {
	width: 150px;
	}
input.w200, select.w200 {
	width: 200px;
	}	
input.w250, select.w250 {
	width: 250px;
	}
input.w300, select.w300 {
	width: 300px;
	}
.w450 {
	width: 430px;
	}
	
select {
	border: 1px solid #CCC;
	line-height: 1.4em;
	font-size: 1.5em;
	padding: 3px;
	margin-bottom: 20px;
	}
	
textarea {	
	font-family: inherit;
	padding: 10px 5px 10px 5px;
	width: 100%;
	}
	
input.error, select.error, textarea.error {
	border-color: #FF1111;
	background: #FFD5D5;
	}

p.error {
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF1111;
	}
	
/*
*	FONT STYLES
*/
	
h1 {
	color: #505050;
	font-family: arial;
	font-size: 3.2em;
	line-height: 1.0625em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}
	
h2 {
	color: #666;
	font-family: georgia;
	font-size: 1.6em;
	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;
	}
