/* CSS Document */

h1.home {
	position: relative;
	top: 0px;
	left: 0px;
	height: 34px;
	width: 293px;
	border-bottom: 3px solid #002778;
	padding: 0px 0px 4px 0px;
	margin: 10px 0px 10px 0px;
	}

#cont {
	width: 735px;
	padding-left: 5px;
	/*border-bottom: 1px solid red;*/
	background: url("../images/homebx-topbg-2.jpg") no-repeat 3px bottom;
	}
	
#cont div.left {
	position: relative;
	top: 0px; 
	left: 20px;
	width: 280px;
	}

/*	
#ardent_propMap { 
	position: relative;
	top: 0px;
	}
*/

#ardent_propMap { 
	margin-top: -30px;
	}
	
#specials {
	width:239px;
	margin:10px 0 8px 0;
	padding-bottom:8px;
	background-image:url(../images/specials-btm.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#specials h1.top {
	display:block;
	background-image:url(../images/specials-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:0;
	margin-top:-10px;
	height: 48px;
	width:239px;
}
#specials ul {
	list-style:none;
	list-style-position:outside;
	list-style-image:url(../images/specials_bullit.gif);
	margin-left:-2px;
	margin-top:0;
	font-size:14px;
}
#specials li {
	padding: 3px 0;
}
#specials li a:link, a:visited{
	text-decoration:none;
	color:#fff;
}
#specials li a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#0E2676;
}
