/*General Reset and Webpage Settings*/
html
{
	text-align: center;
	background: #C0CDDD url(../gfx/bg.jpg) repeat-x top center;
}
body
{
	font-size: 62.5%;
	position: relative;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
}
li li, li p, p, blockquote p
{
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
	margin-bottom: 1em;
}
h1
{
	font-weight: bold;
	font-size: 2.5em;
	font-family: Trebuchet MS;
}
h2
{
	font-weight: bold;
	font-size: 1.2em;
	font-family: Trebuchet MS;
}
p
{
	font-size: 1.1em;
	line-height: 140%;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}


/*Privacy Policy & Disclaimer Formatting*/
.text
{
	padding: 10px 0px 0px 0px;
		font-family: Trebuchet MS;}

.text h1
{
	font-family: Trebuchet MS;
	color: #003574;
	font-size: 2.0em;
	font-weight: normal;
	margin: 15px 0px 10px 10px;
}
.text h2
{
	font-weight: normal;
	font-size: 1.4em;
		color: #003574;
	margin: 15px 0px 10px 20px;
}
.text p
{
	font-size: 1.2em;
	color: #000;
	margin: 0px 25px 10px 30px;
}

.text ul
{
	list-style-type: disc;
	margin-left: 50px;
}
.text ol
{
	list-style-type: decimal;
	margin-left: 55px;
}
.text li
{
	font-weight: normal;
	font-size: 1.2em;
	color: #000;
}


/* Footer Formatting */


.copy
{
	float: left;
	margin: 10px 0px 0px 0px;
}
.info
{
	float: right;
	margin: 10px 0px 0px 0px;
}

/* Drop Down Menu Settings */

ul#menu li ul
{
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 164px;
	background: none;
	list-style: none;
}

ul#menu li ul
{
	padding: 5px 0px 0px 0px;
	width: 164px;
}

ul#menu li ul li
{
	width: 164px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	line-height: 25px;
	background: #005A9F;
	height: 25px;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
}

ul#menu li ul li a
{
	background: #005A9F;
	text-indent: 0px;
	height: 25px;
	width: 164px;
	color: #EDEDED;
	text-decoration: none;
	line-height: 25px;
	display: block;
}

ul#menu li ul li a:hover
{
	text-decoration: underline;
	line-height: 25px;
	height: 25px;
	width: 164px;
	background: #005A9F;
}

/*End General Reset and Webpage Settings*/

#container
{
	width: 950px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 7px;
	min-height:500px;
	height:auto !important;
	height:500px;

}

#footer
{
	width: 950px;
	clear: both;
	height: 30px;
	color: #000;
	font-family: Trebuchet MS;
	margin: 0px auto 0px;
	}
	
	#footer a
	{
		color: #000;}

#holder
{
	background: #fff;
	padding: 7px;
	float: left;
	width: 935px;}

#header
{
	width: 950px;
	font-family: Verdana;
	height: 108px;
}

#header h1
{
	width: 330px;
	height: 48px;
	float: left;
	background: url(../gfx/logo.jpg) no-repeat left top;
	margin: 23px 0px 0px 0px;
}

#header h1 a
{
	width: 330px;
	line-height: 48px;
	display: block;
	text-indent: -100000px;
}

#header p
{
	float: right;
	font-size: 1.2em;
	color: #fff;
	text-align: right;
	margin: 20px 0px 0px 0px;
}

#slideshow
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	z-index: 1;
	height: 200px;
	width: 935px;
}

#menu
{
	height: 50px;
	background: url(../gfx/menu.jpg) repeat-x 0px 18px;
	width: 879px;
	position: relative;
	z-index: 4;
	margin: -20px 0px -25px 0px;
	padding: 0 0 0 55px;
}

#menu li
{
	height: 45px;
	width:164px;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
}

#hypHome a
{
	background: url(../gfx/butt_home.gif) no-repeat left top;
}

#hypAbout a
{
	background: url(../gfx/butt_about.gif) no-repeat left top;
}

#hypBuy a
{
	background: url(../gfx/butt_buying.gif) no-repeat left top;
}

#hypRent a
{
	background: url(../gfx/butt_renting.gif) no-repeat left top;
}

#hypSold a
{
	background: url(../gfx/butt_selling.gif) no-repeat left top;
}

#hypContact a
{
	background: url(../gfx/butt_contact.gif) no-repeat left top;
}

#menu li a
{
	display: block;
	height: 45px;
	width: 164px;
	text-indent: -10000px;
}

#hypHome a:hover
{
	background: url(../gfx/butt_home.gif) no-repeat left -45px;
}

#hypAbout a:hover
{
	background: url(../gfx/butt_about.gif) no-repeat left -45px;
}

#hypBuy a:hover
{
	background: url(../gfx/butt_buying.gif) no-repeat left -45px;
}

#hypRent a:hover
{
	background: url(../gfx/butt_renting.gif) no-repeat left -45px;
}

#hypContact a:hover
{
	background: url(../gfx/butt_contact.gif) no-repeat left -45px;
}


#wrapper
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 935px;
}

#blue
{
	width: 100%;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	background: #edf1f5 url(../gfx/wrapper_top_shadow.jpg) repeat-x top center;
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
}

#left
{
	float: left;
	width: 572px;
}

#welcome
{
	float: left;
	width: 490px;
	margin: 20px 0px 20px 10px;
}

#welcome h1
{
	margin: 10px 0px 0px 20px;
	font-family: Trebuchet MS;
	color: #003574;
	font-size: 2.0em;
	font-weight: normal;
}

#welcome p
{
	font-family: Trebuchet MS;
	font-size: 1.3em;
	color: #000;
	margin: 10px 0px 0px 25px;
}

#ctl00_ContentPlaceHolder1_pnlFeature
{
	float: left;
	width: 333px;
	background: #fff;
	margin: 30px 0px 0px 0px;
	border: solid 1px #A4C5E3;
}

.fpimg
{
	margin: 7px;
	border-bottom: solid 4px #FBDB13;
}

#ctl00_ContentPlaceHolder1_pnlFeature h1
{
	font-family: Trebuchet MS;
	color: #003574;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 2.0em;
	font-weight: normal;
}

#ctl00_ContentPlaceHolder1_pnlFeature p
{
	font-family: Trebuchet MS;
	font-size: 1.2em;
	margin: 0px 10px 15px 10px;}


h1.resultstitle
{
	color: #003C7C;}
	
	h3.headingresults
	{
		background: #819DC2;
		color: #fff;}


/* Form Css Settings Firefox, IE6, IE7 compliant */



.wrap
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	float: left;
	display: block;
}



#search
{
	width: 490px;
	height: 150px;
	margin: 10px 0px 0px 10px;
	padding: 0px 15px 10px 0px;
	float: left;
	position: relative;
	font-family: Trebuchet MS;
	border-top: solid 1px #A3CBE5;
}



#search h1
{
	margin: 20px 0px 0px 20px;
	font-family: Trebuchet MS;
	color: #003574;
	font-size: 2.0em;
	font-weight: normal;
}

#search label
{
	font-size: 1.3em;
	color: #000;
}



#search br
{
	clear: left;
}





.check
{
	margin-bottom: 10px;
	display: block;
}

.radio
{
	width: 180px;
	height: 25px;
	padding: 0px 0px 20px 0px;
	float: left;
	padding: 0px;
	display: block;
}



.radio label
{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



.radio input
{
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}





.prop select
{
	display: inline;
	width: auto;
	clear: left;
	float: left;
	margin: 0px 0px 10px 0px;
}



.prop select
{
	width: 160px;
}



.prop label
{
	float: left;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}



.toprice
{
	float: left;
	width: 200px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



.toppricelbl
{
	float: left;
	width: 200px;
	display: block;
	margin: 0px;
	padding: 0px;
}



.toprice select
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



.toprice span
{
	float: left;
	margin: 0px;
	font-size: 1.4em;
	padding: 0px;
	display: block;
}



.submit
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 15px;
}



