/*CSS*/

body{
	margin: 20px 0 0 0;	
	font-size: 11px;
	font-family: arial;
}

a{
	color: #003c77;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#mainContainer{
	position: relative;
	width: 939px;
	/*min-height: 510px;*/
	min-height: 300px;
	margin: auto;
	/*border: 1px solid #000;*/
}

*html #mainContainer{
	height: 270px;
}

/**
* TOP HEADER
*/

#topHeader{
	position: relative;
	width: 100%;
	height: 52px;	
}

#topHeader .logo{
	position: relative;
	float: left;
}

#topHeader .slogan{
	position: relative;
	float: right;
}


/**
* HEADER
*/

#header{
	position: relative;
	width: 100%;
	height: 194px;
	margin: 20px 0 0 0;
	background: url("images/header01.jpg") no-repeat;
}

*html #header{
	height: 194px;	
	overflow: hidden;
}

#menuMain{
	position: absolute;
	width: 800px;	
	height: 54px;
	bottom: 0px;
	z-index: 2;	
}

*html img{
	padding: 0px;
	margin: 0px;
}

#menuMain ul{
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#menuMain ul li{
	float: left;	
	margin: 0 26px 0 0;	
}

#menuMain ul li a{	
	position: relative;	
	color: #fff;		
	font-size: 12px;
	text-decoration: none;
	padding: 5px 40px 10px 1px;
	margin: 0;	
	border-top: 5px solid #a0a6b3;	
	/*display: block;	*/	
}
/*
*html #menuMain ul li a{
	display: inline-block;
}
*/

#menuMain ul li a.active{
	/*color: #FFEC01;*/
	color: #fff;
	border-top: 5px solid #FFEC01;
}

#menuMain ul li a:hover{
	/*color: #FFEC01;*/
	color: #fff;
	border-top: 5px solid #FFEC01;
}

/**
* CONTENT
*/


h4{
	font-size: 10px;
	color: silver;
}

#content{
	position: relative;
	width: 100%;
	min-height: 270px;
	padding: 30px 0 0 0;
	background: #FFFDE8 url("images/bg_content.jpg") no-repeat;
}

#content .left{
	position: relative;
	float: left;
	width: 220px;
	min-height: 200px;
	margin-top: 33px;
	padding: 0 0 0 9px;
}

#content .left ul{
	position: realtive;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .left ul li{
	margin-bottom: 10px;
}

#content .left ul li a{
	font-weight: bold;
	color: gray;
	text-decoration: none;	
}

#content .left ul li a:hover{
	text-decoration: underline;
}

#content .left ul li a.active{
	color: #181240;
	text-decoration: none;
}

#content .right{
	position: relative;
	float: left;
	width: 700px;
	min-height: 250px;
	padding: 0 0 20px 0;
}

#content .right h1{
	position: relative;
	width: 100%;
	font-family: arial;
	font-size: 25px;
	font-weight: normal;
	color: #0f1f3f;
	margin-top: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: 4px solid silver;
}

#content .right #inner{
	position: relative;
	padding-left: 30px;	
	line-height: 16px;
	background: url("images/square.jpg") no-repeat left top;
}

#content .right #inner h2{
	position: relative;
	width: 100%;
	font-family: arial;
	font-size: 23px;
	font-weight: normal;
	color: #181240;
	margin: 0 0 15px 0;
	padding: 2px 0 5px 0;	
}

.clear{
	position: relative;
	width: 100%;
	clear: both;
}

/**
* FOOTER
*/

#footer{
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0;
}

#footer a{
	color: #373737;
	text-decoration: none;
}

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

/*SEARCH*/

#sResultsStats{
	position: relative;
	float: left;
}

#sResultsNav{
	position: relative;
	float: right;
}

#searchHeader{
	position: relative;
	width: 100%;		
}

#sResultsList{
	position: relative;
	width: 100%;
	margin-top: 20px;
	clear: both;
}

.sResultItem{
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}

.pagerActive{
	font-weight: bold;
	color: #000;
}

.fText{
	font-family: arial;
	font-size: 11px;
	padding: 2px;
	width: 350px;
	/*border: 1px solid #343434;*/
	/*border: 1px solid silver;*/
}

.fTextDate{
	font-family: arial;
	font-size: 11px;
	padding: 2px;
	width: 330px;	
	/*border: 1px solid #343434;*/
	/*border: 1px solid silver;*/
}

.fTextArea{
	font-family: arial;
	font-size: 11px;
	padding: 2px;
	width: 350px;
	height: 130px;
	/*border: 1px solid #343434;*/
	/*border: 1px solid silver;*/
}

/**
* HOME
*/

.home{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.home li{
	position: relative;
	float: left;
	width: 180px;
	padding: 0px 0px 0 30px;	
	margin-right: 10px;
	line-height: 16px;
	background: url("images/square.jpg") no-repeat left 3px;
}

.homeButtons{
	position: relative;	
	clear: both;	
	margin: 50px 0 0 30px;
}

.homeButtons div{
	position: relative;
	float: left;
	width: 220px;
}

img{
	border: none;
}

/**
* PROJECT SEARCH
*/

.projectsearch{
	position: relative;	
}

.projectSearch p{
	margin-bottom: 20px;
}

.projectSearch input{
	width: 130px;
}

.projectSearch select{
	width: 170px;
}

.projectResults{
	position: relative;	
	margin: 15px 0 0 -15px;	
	padding: 0;	
}

.projectResults div{
	position: relative;
	float: left;
	width: 136px;	
	height: 215px;
	padding: 0 15px 0 15px;	
}

.projectResults div p {
	padding: 0;
	margin: 0;
}

.projectResults div a {
	position: relative;
	display: inline-block;
	height: 100px;
	background: #ccc;
	/*padding: 3px;*/
	margin-bottom: 3px;
	vertical-align: middle;
}

.projectResults div a img {
	position: relative;
}

.projectResults div.balancer{
	position: relative;	
	height: 20px;		
	width: 500px;
	
	clear: both;	
}

.projectResults div.clear{	
	margin-top: 20px;
}

/*
*html .projectResults div.clear{	
	height: 20px;
}
*/

.projectResults li a{
	
}

.projectResults li p{
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.projectResults li h2{
	position: relative;
	font-size: 11px;
	font-weight: bold;
}

.projectResults li h3{
	position: relative;
	font-size: 11px;
	font-weight: normal;
}

/*RESIDENCES*/
/**
* PROJECT SEARCH
*/

.residenceResults{
	position: relative;	
}

.residenceResults input{
	width: 130px;
}

.residenceResults select{
	width: 170px;
}

.residenceResults{
	position: relative;
	list-style-type: none;
	margin: 15px 0 0 -15px;
	padding: 0;
}

.residenceResults li{
	position: relative;
	float: left;
	width: 140px;	
	padding: 0 15px 0 15px;
}

.residenceResults li.balancer{
	position: relative;
	height: 20px;
	clear: both;	
	width: 650px;
}

.residenceResults li a{
	
}

.residenceResults li p{
	margin: 0;
	padding: 0;
}

.residenceResults li h2{
	font-size: 11px;
	font-weight: bold;
}

.residenceResults li h3{
	font-size: 11px;
	font-weight: normal;
}
.basic  {	
	font-family: verdana;
	/*border: 1px solid black;*/
}
.basic div {
	background-color: #F1F1F1;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #222;
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	*/
	border-bottom: 1px dotted #F1F1F1;
}
.basic a:hover {
	background-color: #4B4B4B;	
}
.basic a.selected {
	color: #fff;
	background-color: #4B4B4B;	
}

.basic ul li{
	position: relative;
	margin-bottom: 10px;
}

.news{
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news li{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
}

.news li h3{
	margin: 0;
	padding: 0;
}

.news li p{
	position: relative;
	margin: 0;
	padding: 0 100px 0 0;
}

.news li a.more{
	position: absolute;
	font-size: 12px;
	bottom: 10px;
	right: 0px;
	padding: 3px 30px 5px 5px;
	background: url("images/arrow.gif") no-repeat right 0px;
	cursor: pointer;	
}

* html .news li a.more {
	top: 0px;	
}

h3{
	font-size: 11px;
	color: #181240;
	font-weight: bold;
}

a.apply{
	/*position: relative;*/
	float: right;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 30px 5px 5px;
	background: url("images/arrow.gif") no-repeat right 0px;
	cursor: pointer;
	/*display: inline-block;*/
	/*border: 1px solid #000;*/
}

a.back{
	/*position: relative;*/
	float: left;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 5px 5px 30px;
	background: url("images/arrow_left.gif") no-repeat left 0px;
	cursor: pointer;
}

button.apply{
	/*position: relative;*/
	/*float: right;*/
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 30px 5px 5px;
	background: url("images/arrow.gif") no-repeat right 0px;
	cursor: pointer;	
	border: none;
}

button.calendar{
	position: relative;
	padding: 0;
	margin: 3px 0 0 0;
	border: 0;
	cursor: pointer;
}

button.calendar img{
	padding: 0;
	margin: 0;
}

.print{
	position: absolute;
	top: -45px;
	right: 0px
}
