/* Main Styling */
* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background: #ede3c8 url(../images/body_bg.gif) repeat-x scroll top left;
}

#header {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	background: url(../images/contentwrapper_top.jpg) no-repeat scroll center bottom;
	font-size: 3em;
}

#header .floatright {
	padding-right: 17px;
}

#content_wrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/contentwrapper_bg.jpg) repeat-y scroll center top;
}

#nav_wrapper {
	padding: 0 35px 0 35px;
}

#nav {
	height: 35px;
	padding-left: 45px;
	background: url(../images/menu_bg.jpg) repeat-x scroll left top;
	font-size: 100%;
	font-weight: bold;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	padding: 8px 15px;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover {
	background: url(../images/menu_bg_hover.jpg) repeat-x scroll left top;
}

#home .home, 
#southwestflorida .southwestflorida, 
#models .models, 
#sponsors .sponsors, 
#education .education,
#contact .contact {
	background: url(../images/menu_bg_hover.jpg) repeat-x scroll left top;
}

#main_content {
	position: relative;
	padding: 15px 35px;
	font-size: 83%;
}

#polaroid {
	float: right;
	padding-right: 20px;
}

#footer {
	width: 840px;
	height: 161px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/footer_bg.jpg) no-repeat scroll center top;
	font-size: 75%;
}

#footer ul {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 83px;
	list-style: none;
}

#footer ul li {
	float: left;
	padding: 0 15px;
}

p {
	margin: 10px 0;
	line-height: 120%;
}

a {
	color: #000;
}

h1 {
	margin-bottom: 15px;
	font-size: 150%;
	font-weight: bold;
	color: #000;
}

h2 {
	margin: 20px 0 0 0;
	font-size: 125%;
	font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font-size: 105%;
}

sup {
	font-size: 75%;
	margin-left: -5px;
	margin-right: 5px;
}

h1 sup {
	font-size: 50%;
	margin-left: 0;
	margin-right: 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clearboth {
	clear: both;
}

.small {
	font-size: 90%;
}

.center {
	text-align: center;
}

.border {
	border: 1px solid #666;
}

#winners img.floatleft, #home img.floatleft, #southwestflorida img.floatleft, #sponsors img.floatleft, #education img.floatleft, #contact img.floatleft {
	margin: 5px 5px 0 0;
}

#home #main_content img.floatleft {
	margin-top: 10px;
}

#home img.floatright, #southwestflorida img.floatright, #sponsors img.floatright, #education img.floatright, #contact img.floatright {
	margin: 5px 0 0 5px;
}

#main_content ul {
	margin-left: 15px;
}

#home_wrapper {
	float: left;
	width: 620px;
}

.guide {
	padding-top: 7px;
	font-size: 80%;
}

.photo {
	float: left;
	text-align: left;
	font-size: 75%;
}

.photo p {
	margin-bottom: 0;
}

#ad_wrapper {
	float: right;
	width: 125px;
	height: 400px;
}

#map {
	height: 400px;
}

.modellist_container {
	margin: 20px 0;
	border-top: 1px solid #999;
}

.modellist_container img.floatleft {
	margin: 5px 10px 0 0;
}

.modellist_container img.floatright {
	margin: 5px 0 0 0;
}

.modellist_header {
	height: 30px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
}

.modellist_header a {
	color: #FFF;
	text-decoration: none;
}

.dark_blue {
	background-color: #1c3f95;
}

.green {
	background-color: #22b24c;
}

.purple {
	background-color: #92278f;
}

.light_blue {
	background-color: #00aeef;
}

#details_header {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#price_box {
	float: left;
	width: 260px;
	margin-top: 20px;
}

#model img.floatleft {
	margin-top: 10px;
}

#model ul {
	padding: 0;
}

#model h1 {
	color: #FFF;
	font-size: 125%;
	border: 0;
}

#elevation {
	margin-bottom: 20px;
}

.floorplan {
	float: right;
	text-align: right;
	width: 480px;
}

#model_features {
	padding-right: 10px;
}

.download {
	margin-left: 50px;
}

.download p {
	float: left;
	padding: 20px;
	text-align: center;
}

#winners h2 {
    margin-bottom: 10px;
}

#winners h3 {
    font-size: 110%;
    font-weight: bold;
    text-decoration: underline;
}