/* Major Layout */
* {
	margin: 0;
	padding: 0;
}

body
{
	width: 100%;
	height: 100%;
	background: #fff url("../images/background.png") repeat-x top center;
	text-align: center;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: .05em;
}

#wrapper
{
	width: 100%;
	background: url("../images/header.png") no-repeat top center;
}

#wrap 
{
	margin: 0 auto 0 auto;
	width: 980px;
	position: relative;
}

#header
{
	height: 192px;
}

#header .logo
{
	margin: 15px 0 0 63px;
	float: left;
}

#header ul
{
	margin: 29px -8px 0 0;
	float: right;
}

#header ul li
{
	margin: 0 8px 0 8px;
	font-size: 12px;
	display: inline;
}

#header a,
#header a:visited
{
	color: #9edeeb;
	text-decoration: none;
}

#header a:hover,
#header a:active
{
	color: #fff;
	text-decoration: none;
}

#nav
{
	clear: both;
	height: 69px;
	position: relative;
	text-align: center;
	/* background: red; */
}

#content
{
	float: right;
	width: 750px;
	text-align: left;
}

#clear
{
	clear: both;
	line-height: 1px;
	height: 1px;
}


/* Nav */
#nav ul
{
	margin: 22px 0 0 0;
	padding: 0 1px 0 1px;
	position: absolute;
	left: 215px;
	background: url("../images/navBackground.jpg") repeat-x top center;
}

/* for everything but IE6 */
#nav > ul
{
	left: 200px;
}

#nav ul li
{
	margin: 0 2px 0 2px;
	float: left;
	font: normal 16px Verdana, Geneva, sans-serif;
}

#nav ul .navRed a,
#nav ul .navBlue a,
#nav ul .navGold a
{
	width: 111px;
	height: 47px;
	line-height: 37px;
	display: block;
}

#nav ul .navRed a,
#nav ul .navRed a:visited
{
	color: #fff;
	background: url("../images/nav_red_off.jpg") no-repeat;
}

#nav ul .navRed a:hover,
#nav ul .navRed a:active
{
	color: #fff;
	background: url("../images/nav_red_on.jpg") no-repeat;
}

#nav ul .navBlue a,
#nav ul .navBlue a:visited
{
	color: #fff;
	background: url("../images/nav_blue_off.jpg") no-repeat;
}

#nav ul .navBlue a:hover,
#nav ul .navBlue a:active
{
	color: #fff;
	background: url("../images/nav_blue_on.jpg") no-repeat;
}

#nav ul .navGold a,
#nav ul .navGold a:visited
{
	color: #fff;
	background: url("../images/nav_gold_off.jpg") no-repeat;
}

#nav ul .navGold a:hover,
#nav ul .navGold a:active
{
	color: #fff;
	background: url("../images/nav_gold_on.jpg") no-repeat;
}

#nav ul .navGreen a,
#nav ul .navGreen a:visited
{
	width: 185px;
	height: 47px;
	color: #fff;
	line-height: 37px;
	display: block;
	background: url("../images/nav_green_off.jpg") no-repeat;
}

#nav ul .navGreen a:hover,
#nav ul .navGreen a:active
{
	color: #fff;
	background: url("../images/nav_green_on.jpg") no-repeat;
}
/* - Nav */



/* Footer */
#footer
{
	padding-top: 50px;
	height: 100px;
	text-align: left;
}

#footerLeft
{
	float: left;
	width: 300px;
}

#footerMiddle
{
	float: left;
	width: 680px;
	background: white;
}

#footerMiddle img
{
	margin-top: 13px;
}

#footer p
{
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #353636;
}

#footer ul 
{
	margin-bottom: 7px;
}

#footer ul li
{
	padding: 0 3px 0 6px;
	display: inline;
	list-style: none;
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #353636;
	border-left: 1px solid #353636;
}

#footer ul li a,
#footer ul li a:visited
{
	text-decoration: none;
	color: #1c6491;
}

#footer ul li a:hover,
#footer ul li a:active
{
	text-decoration: none;
	color: #000;
}
/* - Footer */



/* Sidebar */
#sidebar
{
	padding-top: 30px;
	float: left;
	width: 205px;
	background: url("../images/subNavTop.jpg") no-repeat top center;	
}

#sidebarBottom
{
	width: 205px;
	height: 30px;
	background: url("../images/subNavBottom.jpg") no-repeat;	
}

#sidebar ul
{
	text-align: left;
	width: 195px;
}

#sidebar ul li
{
	list-style: none;
	font: normal 14px Verdana, Geneva, sans-serif;	
}

#sidebar ul li ul,
#sidebar .subNavigation
{
	text-align: left;
	width: 180px;
}

#sidebar ul li ul li
{
	margin: 0;
	padding: 0;
}

#sidebar ul li a,
#sidebar ul li a:visited
{
	padding: 0 0 0 10px;
	width: 100%;
	line-height: 30px;
	background: url("../images/background_li.jpg") no-repeat bottom center;
	display: block;
	text-decoration: none;
	color: #000;
}

#sidebar ul li ul li a,
#sidebar ul li ul li a:visited,
#sidebar .subNavigation a,
#sidebar .subNavigation a:visited
{
	padding: 0 0 0 25px;
	color: #1c6491;
	display: block;
}

#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li ul li a:hover,
#sidebar ul li ul li a:active,
#sidebar .subNavigation a:hover,
#sidebar .subNavigation a:active
{
	color: #fff;
	background: #1c6491;
}

#sidebar .bold
{
	font-weight: bold;
}
/* - Sidebar */
/* - Major Layout */





/* Type */
#content .propertyType .first,
#footer .first
{
	border-left: none;
}

a img
{
	border: none;
}

a,
a:visited
{
	color: #1c6491;
}

a:hover,
a:active
{
	color: #000;
}

h1
{
	margin: 10px 0 20px 0;
	font: bold 21px Verdana, Geneva, sans-serif;
	line-height: 18px;
}

h2
{
	margin: 10px 0 5px 0;
	font: bold 14px Verdana, Geneva, sans-serif;
	line-height: 18px;
	text-align: left;
}

h3
{
	margin: 25px 0 10px 0;
	font: bold 18px Verdana, Geneva, sans-serif;
	font-style: italic;
	line-height: 18px;
	color: #ccc; 
}


h4
{
	margin: 25px 0 5px 0;
	font: bold 14px Verdana, Geneva, sans-serif;
	line-height: 18px;
}

.column1 h4,
.column2 h4
{
	margin: 25px 0 5px 0;
	padding: 5px;
	font: bold 14px Verdana, Geneva, sans-serif;
	line-height: 18px;
	color: #fff;
	background: #1c6491;
}


p
{
	margin: 0 0 10px 0;
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 18px;
}

small
{
	font-size: 75%;
	letter-spacing: 0;
}
/* - Type */






/* Specific Layout */
.banner
{
	margin: 25px 0 25px 0;
}

.column1 /* home and Search */
{
	float: left;
	width: 335px;
	text-align: left;
}

.column2 /* home and Search */
{
	float: right;
	width: 335px;
	text-align: left;
}

.column1 .listing img,
.column2 .listing img
{
	margin-bottom: 15px;
}

.listing
{
	margin: 15px 0 30px 0;	
}

.listing img
{
	margin: 0 10px 0 0;	
	vertical-align: -2px;
}

.column1 .listing .icon,
.column2 .listing .icon,
.listing .icon
{
	margin: 0 0 0 5px;	
}


.propertyType
{
	margin: 0 auto 25px auto;
	width: auto;
	height: 18px;
	text-align: center;
}

.propertyType li
{
	float: left;
	list-style: none;
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 18px;
	border-left: 1px solid #000;
}

.propertyType li a,
.propertyType li a:visited
{
	padding: 0 20px 0 25px;
	color: #000;
	text-decoration: none;
}

.propertyType li a:hover,
.propertyType li a:active
{
	padding: 0 20px 0 25px;
	color: #fff;
	background: #1c6491;
}

#subtypes
{
	margin: 25px 0 5px 0;
	text-align: center;
}

#subtypes li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	font: normal 14px Verdana, Geneva, sans-serif;
	line-height: 20px;
	white-space: nowrap;
}

#subtypes li a,
#subtypes li a:visited
{
	text-decoration: none;
}

#subtypes li a:hover,
#subtypes li a:active
{
	text-decoration: none;
	color: #fff;
	background: #1c6491;
}

#subtypes li a.selected
{
	color: #fff;
	background: #1c6491;
}

#subtypes li.separator
{
	padding: 0 8px 0 8px;
}





.form td
{
	width: 400px;
}

.form .textField
{
	width: 300px;
}

.required
{
	font: italic 12px Verdana, Geneva, sans-serif;
	letter-spacing: 0px;	
}

.contactError
{
	margin: 25px 0 25px 0;
	color: #ff1111;
	font-weight: bold;
}

input
{
	margin-right: 10px;
}

.submit
{
	margin-top: 25px;	
}
/* Specific Layout */
