/* ------------------------------------------------------------------------
CSS sheet for Richard DeKleyn LLC
Author: Chris Robinson
Date Created: 11-13-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS
Blue: #3772a8;


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	color: #024b92;
	text-decoration: none;
	outline: none;
}
a:hover{
	background: #024b92;
	color: #fff;
}
body{
	color: #000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-x #fff;
}
#outer{
	width: 100%;
	background: #3772a8;
}
#wrap{
	width: 1000px;
	display: block;
	margin: auto;
	text-align: left;
	background: url(images/wrapbg.jpg) top center repeat-y;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	clear: both;
	background: url(images/headerbg.jpg) center top no-repeat;
	width: 100%;
}
#header .holder{
	width: 1004px;
	height: 183px;
	margin: auto;
}
ul.nav{
	display: block;
	padding: 10px 0;
}
ul.nav li{
	float: left;
	list-style-type: none;
	border-right: 2px solid #3772a8;
}
ul.nav li.last{
	border: 0;
}
ul.nav li a{
	font-size: 15px;
	color: #3772a8;
	font-weight: bold;
	text-decoration: none;
	padding: 0 18px 1px 18px;
}
ul.nav li a:hover{
	background: #3772a8;
	color: #fff;
}
ul.btmLinks{
	list-style-type: none;
	display: block;
	clear: both;
	margin: 25px 0;
}
ul.btmLinks li{
	float: left;
	margin: 0 40px 0 30px;
}
#header ul.btmLinks li.coldwell a{
	display: block;
	background: url(images/ColdwellLogo2010.jpg) no-repeat;
	width: 132px;
	height: 87px;
	text-indent: -9999px;
}
#header ul.btmLinks li.logo a{
	display: block;
	background: url(images/logo.jpg) no-repeat;
	width: 297px;
	height: 96px;
	text-indent: -9999px;
}
#header ul.btmLinks li.call{
	margin: 0 40px 0 10px;
	margin-top: 15px;
}
#header ul.btmLinks li.call a{
	display: block;
	background: url(images/call.jpg) no-repeat;
	width: 216px;
	height: 76px;
	text-indent: -9999px;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	width: 960px;
	margin: auto;
	padding-bottom: 10px;
	overflow: hidden;
}
#content h3{
	font-size: 17px;
}
#left{
	margin: 0 10px 0 10px;
	width: 220px;
	float: left;
}
#content dl.listing{
	margin: 1.5em 0;
}
#content dl.listing dd img{
	border: 2px solid #000;
}
#content dl.listing dd.city, #content dl.listing dd.price{
	margin-left: 10px;
}
#content dl.listing dd a{
	color: #000;
}
#content dl.listing dd a:hover{
	background: none;
	text-decoration: underline;
}
#main{
	float: left;
	width: 480px;
	margin-right: 20px;
}
#main h3{
	font-size: 17px;
	margin: 0 0 1.5em 0;
}
#main dl{
	margin: 0 0 2em 0;
}
#main dl dt{
	font-weight: bold;
}
#main ul{
	margin-left: 20px;
}
#main dl dd{
	margin: .25em 0 1.5em 0;
}
#main .red{
	color: #ff0000;
}
#right{
	float: left;
	width: 210px;
}
#right p.newslettter{
	margin-bottom: 0;
}
#right form{
	text-align: center;
}
#right form input.email{
	width: 200px;
	display: block;
	margin-bottom: 3px;
}
#right form input.submit{
	margin: auto;
}



table.prequal{
	width: 90%;
	margin: auto;
	border: 1px solid #5b6754;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.prequal th{
	text-align: left;
	padding: 2px 5px;
	background-color: #687561;
	color: #fff;
}
table.prequal td{
	padding: 4px 5px;
}
table.prequal td.buttons input{
	margin-right: 10px;
}

/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 100%;
	background: url(images/footerbg.jpg) top left repeat-x #fff;
	padding: 10px 0 30px 0;
	clear: both;
}
#footer .holder{
	width: 1004px;
	margin: auto;
}
#footer ul{
	margin: 0 30px;
}
#footer ul li{
	float: left;
	list-style-type: none;
	border-right: 1px solid #000;
}
#footer ul li.last{
	border: 0;
}
#footer ul li a{
	padding: 0 10px;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	background: none;
	text-decoration: underline;
}
#footer p{
	margin: 0 30px;
	float: left;
}
#rightIcons a {
	text-decoration: none;
	border: none !important;
	background: transparent;
}
#rightIcons a:hover {
	text-decoration: none;
	border: none !important;
	background: transparent;
}

#rightIcons img {
	height: 94px;
	width: 94px;
	padding: 4px;	
	margin-bottom: 10px;
	border: none !important;
}