/*
	
	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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}

strong {
	font-weight: bold;
}

sup {
	font-size:0.5em;
	vertical-align: top;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	padding-top: 20px;
}

.container {
	width: 800px;
/*	height: 846px;*/
	margin: 0 auto 20px;
}

div#header {
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 20px;
	width: 760px;
}

div#logo_wrapper {
	margin: 0 auto;
	width: 591px;
}

img#logo {
	margin: 0 auto 10px;
	width: 591px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#main_nav li, ul#secondary_nav li, div#footer ul li {
	float: left;
	margin-left: 5px;
}
ul li.first {
	margin-left: 0;
}

#main_nav {
	margin: 0 auto;
	width: 750px;
}

#main_nav a {
	display: block;
	height: 19px;
	text-decoration: none;
	text-indent: -9999px;
	width: 145px;
}

#main_nav .wine { background-image: url(../images/wine.gif); }
#main_nav .spa { background-image: url(../images/spa.gif); }
#main_nav .golf { background-image: url(../images/golf.gif); }
#main_nav .arts { background-image: url(../images/arts.gif); }
#main_nav .outdoors { background-image: url(../images/outdoors.gif); }

div#snav-wrapper {
	position: relative;
	left: 50%;
	text-align: left;
	float: left;
}

ul#secondary_nav {
	position: relative;
	padding-top: 10px;
	text-align: center;
	left: -50%;
}

#secondary_nav li {
	font-size: 11px;
	margin-left: 10px;
	position: relative;
}

#secondary_nav li, #secondary_nav li a {
	color: #5f5f5f;
}

#secondary_nav li a {
	text-decoration: none;
	text-align: center;
}

#secondary_nav li a:hover {
	color: #478781;
}

div.clear_floats {
	clear: both;
}

#footer {
	clear: both;
	margin-top: 20px;
	font-size: 0.75em;
}

#footer span {
	display:block;
	margin-top: 5px;
	font-weight: bold;
	color: #767676;
}

#footer li {
	margin-left: 10px;
	color: #767676;
	font-size: 11px;
}

#footer li a {
	color: #767676;
	font-size: 11px;
	text-decoration: none;
}

#rightlogo {
	float: right;
}

img#bottom-logo {
	display:block;
	width: 91px;
	height: 29px;
	margin-top: 10px;
}

#footer ul li.first {
	margin-left: 0;
}
