/*
Pelican Properties Stylesheet
Created: 12/22/07
by dyleeo
*/



body{
	background-color: #f1edea;
	background-image: url(../imgs/background_gradient.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

a:hover{
	text-decoration: none;
}

/*img, div { 
	behavior: url(iepngfix.htc); 
}
*/

#container{
	width: 940px;
	margin: 0 auto;
	text-align: -moz-center;
	text-align: center;
	/*background-color:#0000FF;*/
}

#container .header{
	behavior: url(iepngfix.htc);
	background-image: url(../imgs/id_headerbar.png);
	background-repeat: no-repeat;
	margin-top:10px;
	height: 121px;
	width: 925px;
}
#container .content{
	behavior: url(iepngfix.htc);
	background-image:url(../imgs/form_bg.png);
	background-repeat: repeat-y;
	background-position:center;
	width: 925px;
	height: 1300px;
	margin-top: 106px;
}

#container .mainimg{
	background-repeat: repeat-y;
	background-position: top;
	background-repeat:no-repeat;
	width:890px;
	height: 103;
	text-align:-moz-center;
	margin: 10px auto 0 auto;
	text-align:center;
}


#container .footer{
	behavior: url(iepngfix.htc);
	background-image:url(../imgs/footer.png);
	background-repeat:no-repeat;
	width: 925px;
	height:60px;
	text-align: center;
	margin: 0 auto;
	text-align: -moz-center;
	padding-top: 18px;
	font-size:10px;
	color: #999;
}


#container .titlebar
{
	background-color: #f1eee9;
	background-image: url(../imgs/briarwood 2/bar_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	width:853px;
	text-align: left;
	padding-top: 2px;
	color: #333;
	padding-left: 10px;
	font-size:24px;
	margin: 10px auto 0 auto;
}

#nav{
	position: absolute;
	margin-top: 96px;
	margin-left: 610px;
	width:300px;
	height: 50px;
	text-align: right;
	font-size:16px;
	font-weight: bold;
}

#nav a{
	color: #666;
	text-decoration:none;
}

#nav a:hover{
	color:#900;
}

#list1{
	margin-left: 5px;
	float: left;
	padding-left: 5px;
	width: 159px;
	height: 160px;
	padding-top: 25px;
	background-image: url(../imgs/panel_quickinfo.jpg);
	background-repeat: no-repeat; 
}
#list2{
	float: left;
	width: 320px;
	height: 200px;;
	padding-left: 5px;
	padding-top: 25px;
	background-image:url(../imgs/panel_activities.jpg);
	background-repeat: no-repeat;
}

#list3{
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 487px;
	padding-left: 5px;
	height: 100px;
	padding-top: 25px;
	background-image: url(../imgs/panel_luxury.jpg);
	background-repeat: no-repeat; 
}

#list4{
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 487px;
	padding-left: 5px;
	height: 146px;
	padding-top: 25px;
	background-image: url(../imgs/panel_location.jpg);
	background-repeat: no-repeat; 
}

#list5{
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 320px;
	padding-left: 5px;
	height: 130px;
	padding-top: 25px;
	background-image: url(../imgs/panel_rental.jpg);
	background-repeat: no-repeat; 
}

#list5sub{
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 320px;
	height: 130px;
	font-size: 10px;
}

#container .infozone1{
	float:left;
	width: 500px;
	margin-left: 20px;
	text-align: left;

}

#container .infozone2{
	float:left;
	width: 320px;
	margin-left: 20px;
	text-align: left;
	padding-top: 20px;
}


#container .divider{
	float:left;
	width: 13px;
	height: 218px;
	margin-left: 5px;
}

#container .imageholder{
	width: 491px;
	border: 1px solid #E5E5E5;
}
#container .thumbbox{
	margin-top: 3px;
	width: 491px;
	height: 200px;
}
#container .thumbbox img{
	padding-left: 1px;
}


#clear{
	clear: both;
}
