/*-----------------------------------+
 | Site: Athena Square               |
 | Part: Master stylesheet           |
 | Author: Pixels + Points           |
 +-----------------------------------*/
 
/************************/
/* Reset                */
/************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************************/
/* Global               */
/************************/

body {
	font-family: "Georgia", Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	text-align: left;
	background: #eaeae2 url('../images/main_bg.jpg') repeat-x;
}

.clear {
	clear: both;
}
 
.floatleft {
	position: relative;
	float: left;
}
 
.floatright {
	position: relative;
	float: right;
}

span {
	display: none;
}

/************************/
/* Layout               */
/************************/

#container {
	margin: 0 auto;
	width: 976px;
}

#header {}

#header #top {
	width: 976px;
	height: 63px;
	background: transparent url('../images/header_top.jpg') no-repeat 0 0;
}

#header #flash {
	width: 976px;
	height: 322px;
	background: transparent url('../images/header_flash.jpg') no-repeat 0 0;
}

#header #nav {
	width: 976px;
	height: 57px;
	background: transparent url('../images/header_nav.jpg') no-repeat 0 0;
}

#content {
	position: relative;
	width: 976px;
	height: 313px;
	background: transparent url('../images/main_rules.jpg') no-repeat 0 0;
}

#content_left {
	position: relative;
	padding: 30px 60px;
	width: 560px;
	float: left;
}

#content_left h2 {
	font-family: Georgia, times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #0092d1;
}

#content_left h4 {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#content_right {
	position: relative;
	padding: 30px 18px;
	width: 220px;
	float: left;
}

#content_right h4.models {
	margin: 10px 0;
	width: 223px;
	height: 71px;
	background: transparent url('../images/main_price.gif') no-repeat 0 0;
}

#content_right h4.viewbrochure a {
	margin: 10px 0;
	width: 223px;
	height: 46px;
	display: block;
	background: transparent url('../images/main_brochure.gif') no-repeat 0 0;	
}

#content_right h4.viewbrochure a:hover {
	background-position: 0 -46px;
}

#main_features {
	width: 250px;
	margin-right: 10px;
	float: left;
}

#main_features ul {
	margin: 0 0 0 15px;
}

#main_features ul li {
	margin: 0;
	list-style: square;
}

#footer {
	width: 976px;
	height: 113px;
	background: transparent url('../images/main_footer.png') no-repeat 0 0;
	clear: both;
}

/************************/
/* Navigation           */
/************************/

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	border: none;
}

#nav ul li#home a {
	width: 188px;
	height: 57px;
	background: transparent url('../images/nav_home.jpg') no-repeat 0 0;
}

#nav ul li#floorplans a {
	width: 124px;
	height: 57px;
	background: transparent url('../images/nav_floorplans.jpg') no-repeat 0 0;
}

#nav ul li#featureslist a {
	width: 141px;
	height: 57px;
	background: transparent url('../images/nav_featureslist.jpg') no-repeat 0 0;
}

#nav ul li#neighborhood a {
	width: 144px;
	height: 57px;
	background: transparent url('../images/nav_neighborhood.jpg') no-repeat 0 0;
}

#nav ul li#siteplan a {
	width: 104px;
	height: 57px;
	background: transparent url('../images/nav_siteplan.jpg') no-repeat 0 0;
}

#nav ul li#map a {
	width: 77px;
	height: 57px;
	background: transparent url('../images/nav_map.jpg') no-repeat 0 0;
}

#nav ul li#contact a {
	width: 198px;
	height: 57px;
	background: transparent url('../images/nav_contact.jpg') no-repeat 0 0;
}

#nav ul li#home a:hover {
	background-position: 0 -57px;
}

#nav ul li#floorplans a:hover {
	background-position: 0 -57px;
}

#nav ul li#featureslist a:hover {
	background-position: 0 -57px;
}

#nav ul li#neighborhood a:hover {
	background-position: 0 -57px;
}

#nav ul li#siteplan a:hover {
	background-position: 0 -57px;
}

#nav ul li#map a:hover {
	background-position: 0 -57px;
}

#nav ul li#contact a:hover {
	background-position: 0 -57px;
}