/*
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;
}

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

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #900;
	font-weight:bold;
}

a:visited{
	color:#999999
	text-decoration: none;
}

#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: 520px;
	margin-top: 106px;
}

#container .mainimg{
	background-image:url(../imgs/mainimg_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	background-repeat:no-repeat;
	width:890px;
	height: 290px;
	text-align:-moz-center;
	margin: 10px auto 0 auto;
	text-align:center;
}

#container .listingbox{
	width:800px;
	height: 290px;
	text-align:-moz-center;
	margin-top: 10px;
	margin-left: 0px;
	text-align:center;
}

#container .listingbox .sublist{
	float: left;
	width: 180px;
	height: 150px;
	border: 1px solid #ccc;
	margin-top: 15px;
	margin-left: 15px;
}



#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;
}

#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;
	width: 110px;
}
#list2{
	float: left;
	width: 100px;
}

#container .zone1{
	float:left;
	width: 220px;
	height: 200px;
	margin-left: 20px;
	text-align: left;
	padding-top: 20px;
}

#container .zone2{
	float:left;
	width: 210px;
	height: 200px;
	margin-left: 5px;
	text-align: left;
	padding-top: 20px;
}

#container .zone3{
	float:left;
	width: 300px;
	height: 200px;
	margin-left: 5px;
	text-align: left;
	padding-top: 20px;
}

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

#clear{
	clear: both;
}