/* Main Decoration*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	color: white;
	background-color: #0072bc;
	text-align: left;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	font: 16px/1.5em "Palatino", Lucida;
}

h1#logo
{
	float: left;
	padding-top: 30px;
}

h1#info
{
	width: 400px;	
	text-align: left;
	font-size: 12px;
	color: #33CCFF;
	text-decoration: none;
}

h2
{
	display: block;
	width: ;
	height: ;
	float: left;
	color: #053d69;
	font-size: 30px;
	font-style: italic;
	text-align: center;
	line-height: 1.5em;
}

h3
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: white;
}

h4
{
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-align: center;
	padding: 10px 0;
}

h5
{
	font-size: 18px;
	color: #053d69;
	
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}

a
{
	text-decoration: none;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9eceeb;
}

a:hover
{
	border-bottom: 1px solid;
}


/* Heater Style Starts HereÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉ*/

#header
{	
	width: 940px;
	height: 250px;
	padding: 10px 20px 10px 0;
}

#logo
{
	padding-top: 40px;	
	padding-right: 40px;
}

#slogan
{
	width: 230px;
	padding-top: 60px;
}

#address
{
	float: right;
	text-align: right;
	line-height: 1.5em;
	list-style: none;
	font-size: 16px;
}

.space
{
	padding-top: 10px;
}

/* SideBar Starts Here ÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉ*/

#sidebar
{
	float: right;
}

#blog
{
	float: left;
	width: 250px;
	margin-top: 20px; 
	border: 1px solid;
	background: #053d69;
	font-size: 14px;
	-moz-box-shadow: 0px 0px 6px #555555;
	-webkit-box-shadow: 0px 0px 6px #555555;
	box-shadow: 0px 0px 6px #555555;
}

#blog li
{
	list-style: none;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}

div.feedburnerFeedback
{
	padding: 5px;
}

#blog p.feedTitle
{
	background-color: #7a2426;
	width: 240px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	
}

div#blog .feedTitle a
{
	color: #fff568;
}

#blog span.headline
{
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
}

/* Navigation Style Starts Here ÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉ */


.navigation-bar
{
	width: 940px;
	display: block;
	text-align: center;
	background-color: #053d69;
	padding: 15px 10px;
	margin-bottom: 30px;
	font-size: 17px;
}

.navigation-bar a
{
	color: white;
}

.navigation-bar li
{
	display: inline;
	text-decoration: none;
	padding: 10px 2px;
	background-color: #053d69;
}

.navigation-bar li a:hover
{
	border-top: 6px solid #7a2426;
	border-bottom: 0;
	padding-top: 10px;
}

/* Content Style Starts HereÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉÉ */

.capitals
{
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
}

#content
{
	width: 690px;
	height: 100%;
	float: left;
}

.content-list
{
	list-style-type: square;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
}

#1st-box
{
	height: 100%;
}

.top-box
{
	background-color: #7a2426;
	padding: 10px 0;
	border-bottom: 1px;
}

.italic
{
	font-style: italic;
}

.learn-more
{
	size: 14px;
	font-style: italic;
	padding-left: 5px;
	border-bottom: 1px solid;
}

.bottom-box
{
	background-color: #053d69;
	padding: 5px 0 5px 20px;
	margin-bottom: 20px;
}


ul#important
{
	padding: 10px 0 10px 20px;
	text-align: center;
}

#important li
{
	display: inline;
	padding-left: 5px;
}

#footer
{
	width: 960px;
	display: block;
	float: left;
	margin-top: 20px;
	text-align: center;
}

/* Sub Pages Content Starts Here  */

.box
{
	background-color: #0072bc;
	padding: 20px;
	margin-bottom: 20px;
}

/* IDX Search Style Starts Here */

#idx
{
	width: 940px;
	text-align: center;
}

/* Quick Search Style Starts Here */

#IDX-quickSearchForm 
{ 
position: relative; 
height: 360px; 
width: 250px; 
border: 1px solid;
background: #053d69;
font-size: 14px;
-moz-box-shadow: 0px 0px 6px #555555;
	-webkit-box-shadow: 0px 0px 6px #555555;
	box-shadow: 0px 0px 6px #555555;
} 

#IDX-quickSearchForm:hover
{
	-moz-box-shadow: 0px 0px 10px #f30021;
	-webkit-box-shadow: 0px 0px 10px #f30021;
	box-shadow: 0px 0px 10px #f30021;
}


#IDX-quickSearchForm { position: relative; height: 320px; width: 250px; } 
#QS-minPriceField { position: absolute; width: 100px; height: 15px; left: 130px; top: 56px; } 
#QS-maxPriceField { position: absolute; width: 100px; height: 15px; left: 130px; top: 86px; } 
#QS-minSqftField { position: absolute; width: 100px; height: 15px; left: 130px; top: 116px; } 
#QS-minRoomsField { position: absolute; width: 100px; height: 15px; left: 130px; top: 148px; } 
#QS-minBathsField { position: absolute; width: 100px; height: 15px; left: 130px; top: 179px; } 
#QS-labelMaxPrice { text-align: left; position: absolute; width: 110px; height: 15px; left: 10px; top: 94px;  } 
#QS-labelMinPrice { text-align: left; position: absolute; width: 110px; height: 15px; left: 10px; top: 58px;  } 
#QS-labelMinSqft { text-align: left; position: absolute; width: 115px; height: 15px; left: 10px; top: 124px;  } 
#QS-labelMinRooms { text-align: left; position: absolute; width: 115px; height: 15px; left: 10px; top: 155px;  } 
#QS-labelMinBaths { text-align: left; position: absolute; width: 120px; height: 15px; left: 10px; top: 183px;  } 
#QS-labelFormTitle 
{ text-align: left; position: absolute; width: 100%; height: 15px; left: 0; top: 0px; font-size: 20px; background-color: #7a2426; padding-top: 10px; padding-bottom: 15px; text-align: center; text-transform: uppercase; color: #fff568;} 

#QS-labelCityList { text-align: left; position: absolute; width: 135px; height: 15px; left: 10px; top: 220px;  } 
#QS-buttonSearch { position: absolute; width: 70px; height: 27px; left: 82px; top: 256px;  } 
#QS-selectCityList { position: absolute; width: 105px; height: 22px; left: 130px; top: 220px;  } 
#backLink {position:absolute; top:320px;}
div#advanced {position: absolute; width: 70px; height: 27px; left: 45px; top: 270px; width: 150px; margin-top: 15px;  padding: 2px;}
