/*** HOME PAGE & PROPERTY SEARCH ***/

#MapDiv {
	display:block;
}

.content {
	position:relative;
	height:402px;
	/**background:url(../images/backgrounds/search_background_3.jpg) no-repeat;**/
}

.searchBar {
	padding: 20px;
	height: 28px;
	z-index:5;
	/* background-color: #003366; */
	width:895px;
	left:22px;
	margin: 0 auto;
	color:#FFF;
	/* background-image: url(../images/overlayBackground.png); */
}

.searchBar a{
	color:#FFF;
	text-decoration:underline;
}

.searchBar a:hover{
	color:#ED1C24;
	text-decoration:underline;
}

.textBeginSearch {
	position: absolute;
}

#textBeginSearch {
	position: absolute;
}

#smallMap {
	position: absolute;
	top:16px;
	margin-left:253px;
}

#openSearch {
	position: absolute;
	top: 34px;
	right: 44px;
	z-index: 5;
}

#closeSearch {
	position: absolute;
	top: 34px;
	right: 44px;
	visibility: hidden;
	z-index: 5;
}

#openSearch a, #closeSearch a 
{
	color: #fff
}


#openSearch img, #closeSearch img{
	margin-left: 6px;
}


.searchColumn {
	float: left;
}

.textChooseYourContinent {
	color: #ffe753;
	font-weight:normal;
}

.searchMap 
{
	margin-top: 18px;
}

.searchChooseContinent {
	padding: 0 10px 0 20px;
	width: 280px;
	
}

.searchSelectCriteria 
{
	width: 295px;
	padding: 0 0 0 13px;
	border-left:#FFF solid 1px;
}

.searchSelectCriteria  select 
{
	width: 278px;
	border: solid 1px #505050;
	height: 18px;
	font-size: 11px;
	margin: 3px 0 24px 0;
}

#propertyType, #ddlPropertyTypes 
{
	margin-bottom: 0;
}

#priceFrom, #ddlMinPrice
{
	margin-bottom: 10px
}

.yellowText 
{
	color: #ffe753;
}

.submitSearch 
{
	float: right;
	text-align: left;
	padding-left: 10px;
	margin: 21px 17px 0 0;
	border: solid 1px #fff;
	font-size: 11px;
	font-weight:bold;
	color: #061d49;
	width: 82px;
	height: 27px;
	background:url(../images/submitArrow.gif) no-repeat 55px 8px;
	background-color: #ffe753;
	cursor: pointer;
}

/** banner ads **/

.searchBannerAds 
{
	padding-top: 17px;
}

.searchBannerAds 
{
	margin-left: 15px;
}

.bannerAd
{
	width: 273px;
	height: 135px;
	border: solid 1px #fff;
	background-color: #f3f0e7;
	margin-bottom: 25px;
	color: #000
}

.bannerAd img
{
	float: left;
	margin-right: 10px
}

.bannerAd p 
{
	padding-top: 10px;
}

/*** END HOME PAGE & PROPERTY SEARCH ***/


/*** PROPERTY SEARCH DROP DOWN OVERLAY ***/

.apDivTransparent
{
	width: 935px;	
	margin: 0 auto;
	background-image: url(../images/overlayBackground.png);
	display:block;
	
}

.apDivSolid 
{
	width: 935px;
	height:402px;
	margin: 0 auto;
	background-color: #003366;
	display:block;
	height:70px;
	
}

* html .apDivSolid 
{
	width: 935px;
	height:402px;
	margin: 0 auto;
	background-color: #003366;
	display:block;
	height:70px;
	z-index:5;
}

#apDiv1 {
	position: absolute;
	left:22px;
	top:68px;
	z-index:4;
	display:none;
	clip: rect(10,auto,auto,50);
	color:#FFFFFF;
	width:935px;
	height:402px;
	/* background-image: url(../images/overlayBackground.png);*/
}

.SearchDivTransparent {
	position: absolute;
	left:22px;
	top:41px;
	z-index:4;
	display:none;
	clip: rect(10,auto,auto,50);
	color:#FFFFFF;
	width:935px;
	height:100px;
	background: url(../images/overlayBackground-SearchDiv.png) repeat 52px;
}

.SearchDivSolid {
	position: absolute;
	left:22px;
	top:42px;
	z-index:4;
	display:none;
	clip: rect(10,auto,auto,50);
	background-color: #003366; 
	color:#FFFFFF;
	width:935px;
	height:361px;
	/* background-image: url(../images/overlayBackground.png);*/
}

.op 
{
	/* background-image: url(../images/overlayBackground.png); */
	width: 935px;
	height: 402px;
	position: absolute;
	left:22px;
	top:68px;
}


/*** END PROPERTY SEARCH DROP DOWN OVERLAY ***/


