/* Text and Links */

h1 {
	font-size: 1.4em;
	color: #f90;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}

p {
	margin-top: 0;
	float: left;
}

a:link, a:visited {
	color:#003399;
	font-weight: bold;
}

a:hover {
	color:#0066CC;
}


/* General Layout */

body {
	font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	text-align: center;
	min-width: 760px;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	width:720px;
	height:44px;
	background: url(images/logo.gif) no-repeat right top;
	clear: both;
}

#branding {
	width: 720px;
	clear: both;
	padding-bottom: 2px;
}

img {
	border: none;
	padding-top: 2px;
}

#footer {
	width:720px;
	height:162px;
	background: url(images/footer.jpg) no-repeat right top;
	clear: both;
}


/* Splash Content Layout */

#splashsubnav {
	width: 180px;
	float: left;
}

#splashcontent {
	width: 500px;
	float: right;
	padding-left: 19px;
	padding-right: 19px;
	background: white;
}

#splashleft {
	float: left;
	width: 260px;
}

#splashfeatures {
	width: 210px;
	float: right;
	background: #FAA819;
	padding-right: 8px;
	margin-bottom: 19px;
}


/* Full Content Layout - Pics and Maps */

#piccontent {
	width: 720px;
	clear: both;
	margin-top:2px;
	padding-bottom:7px;
	background: black;
}

#contentfull {
	width: 720px;
	clear: both;
	margin-top:2px;
	background: white;
}


/* Sellers Layout */

#sellercontent {
	width: 682px;
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	margin-top:2px;
	padding-bottom:7px;
	background: white;
}

#sellerleft {
	float: left;
	width: 381px;
}

#sellerright {
	float: right;
	width: 282px;
	padding-left: 19px;
}


/* Agent Layout */

#agentleft {
	width: 480px;
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	margin-top:2px;
	background: white;
	padding-bottom: 25px;
}

#agentright {
	width: 200px;
	float: right;
	text-align: right;
}


/* mainNav */

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #fff;
}

#mainNav a:hover {
	color: #333;
}

#mainNav {
	margin: 0;
	padding: 0;
	float: left;
	width: 720px;
	background: #FAA819;
	list-style: none;
	text-transform: uppercase;
}

#mainNav li {
	float: left;
}

/* Hide from IE5 mac \*/

#mainNav li a {
	display: block;
}
/* end hack */

#mainNav li a {

	margin: 0;
	padding: 0 2em;
	line-height: 2.1em;
	background: url(images/mainNavBorder.gif) repeat-y left top;
}

#mainNav .first a {
	background: none;
}