/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li, fieldset, form, table, tr, th, td {
	margin: 0;
	padding: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

html {
	height: 100%;
}

body {
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #02203f;
}

p, table, li {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */
}

h1{
	font-size:2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #4f5c60;
	font-weight: normal;
	padding-bottom: 15px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #0b3158;
	font-weight: bold;
	padding-bottom: 8px;
}

a {
	color:#231f20;
	text-decoration: underline;
}
	
hr {
	padding: 0;
	margin: 0;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

/******************* FIELD SETS **********************/

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #faf9f4;
	font-size: 11px;
	position: relative;
	margin-top: 15px;
}

.bg-container {
	width: 255px;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
}

.bg-containerEmpty {
	width: 255px;
}


#header {
	height: 128px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	width: 879px;
	margin-left: 1px;
}

#flash {
	height: 326px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}

#subheader {
	height: 189px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}

#content {
	padding:0 20px 20px 20px;
}

#content p{
	padding: 0 0 10px 0;
}

#contentMap {
	width: 800px;
	padding:10px 10px 10px 20px;
}

#contentMain {
	width: 510px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.heading {
	margin-left: -5px;
}


#contentSub {
	padding: 5px 10px 0 18px;
	float: left;
	width: 262px;
}

#contentSub ul{
	list-style:none;
}

#contentSub ul h3{
	padding-left: 130px;
	margin-top: -2px;
	margin-bottom: -3px;
	font-weight:normal;
}

#contentSub ul h3 a{
	text-decoration:none;
}

#contentSub ul h3 a:hover{
	text-decoration:underline;
}

.lineheight {
	line-height:2.1em;
}

.tightkern { word-spacing: -.2em; }

#logo {
	position: absolute;
	left: 35px;
	top: 6px;
	width: 263px;
}

#nav {
	padding:101px 0 0 330px;
	margin: 0;
	height: 27px;
}

#nav ul{
	list-style-type:none;
}

#nav li {
	float:left;
}

#nav a {
	text-decoration:none;
}

.home a{
	display:block;
	height:23px;
	width:47px;
	padding-left: 6px;
	padding-top: 3px;
	margin-top: 1px;
}

.home a:hover {
	background-image:url(../images/menu-hover-bg.jpg);
	background-repeat:repeat-x;
}

.playas a{
	display:block;
	height:23px;
	width:126px;
	padding-left: 7px;
	padding-top: 3px;
	margin-top: 1px;
}

.playas a:hover {
	background-image:url(../images/menu-hover-bg.jpg);
	background-repeat:repeat-x;
}

.location a{
	display:block;
	height:23px;
	width:64px;
	padding-left: 7px;
	padding-top: 3px;
	margin-top: 1px;
}

.location a:hover {
	background-image:url(../images/menu-hover-bg.jpg);
	background-repeat:repeat-x;
}

.sales a{
	display:block;
	height:23px;
	width:39px;
	padding-left: 7px;
	padding-top: 3px;
	margin-top: 1px;
}

.sales a:hover {
	background-image:url(../images/menu-hover-bg.jpg);
	background-repeat:repeat-x;
}

.brochure a{
	display:block;
	height:23px;
	width:68px;
	padding-left: 7px;
	padding-top: 3px;
	margin-top: 1px;
}

.brochure a:hover {
	background-image:url(../images/menu-hover-bg.jpg);
	background-repeat:repeat-x;
}

.contact a{
	display:block;
	height:23px;
	width:80px;
	padding-left: 7px;
	padding-top: 3px;
	margin-top: 1px;
}

.contact a:hover {
	background-image:url(../images/menu-hover-bg.jpg);
	background-repeat:repeat-x;
}

#contentSub p {
	padding-left: 130px;
}

#contentSub img {
	margin-bottom: -120px;
}

#divider {
	width:2px;
	height:270px;
	float:left;
	background-color:#b6bfc6;
	margin-top: 15px;
}

.floatright { float: right; padding:5px 0px 5px 10px; }

.floatleft { float: left; padding:5px 10px 5px 0px; }

#footer {
	font-size: 10px;
	color: #02203f;
	width: 850px;
	clear: both;
	height: 56px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	line-height: 1.3em;
	
}

#footer ul {
	list-style:none;
	padding-top: 25px;
	padding-left: 135px;
}

#footer li {
	float:left;
	padding-right: 8px;
}

.topmargin {
	margin-top: -8px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.fourwhat {
	width: 350px;
}
