/* simple reset */
* { 
	margin: 0; 
	padding: 0; 
}

img, a img { 
	border: 0; 
}

/* layout */
body {
	background: #fff url('/gfx/bg-body-hq.jpg') repeat;
	font: normal 11px georgia, times, serif;
	color: #000;
	padding-bottom: 200px;
}

#shadow {
	width: 872px;
	height: 734px;
	margin: 0 auto;
	padding: 28px 0 0 0;
	position: relative;
	background: transparent url('/gfx/dropshadow.png') no-repeat;
	text-align: center;
}

#main {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	background-image: url('/gfx/bg.gif');
	text-align: center;
}

#header, #footer {
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
}

#header {
	top: 0;
}

#footer {
	bottom: 0;
}

#logo {
	width: 222px;
	height: 128px;
	position: absolute; 
	top: 10px;
	left: 288px;
}

#content {	
	width: 100%;
	position: relative;
}

#footboard {
	background: #fff url('/gfx/bg-footer-hq.jpg') no-repeat;
	width: 800px;
	height: 72px;
	margin: 0 auto;
}

/* NAVIGATION */
.nav ul {
	list-style: none;
}

.nav ul li {
	display: inline;
	font-size: 16px;
}

/* standard link styles */
.nav a {
	text-decoration: none;
	font-size: 16px;
	text-transform: lowercase;
}

.nav a:link { color: #333; }
.nav a:visited { color: #333; }
.nav a:hover { color: #333; }
.nav a:active { /* empty */ }

/* callout link styles: enews signup and locator */
.callout a {
	font-style: italic;
	font-weight: bold;
}

.callout a:link { color: #000; }
.callout a:visited { color: #000; }
.callout a:hover { color: #963823; }
.callout a:active { /* empty */ }

.red a:link { color: #963823; }
.red a:visited { color: #963823; }
.red a:hover { color: #000; }
.red a:active { /* empty */ }


/* primary nav */
#nav {
	position: absolute;
	top: 170px;
	left: 50px;
	text-align: center;
	
}

#nav ul {
	text-transform: lowercase;	
}

#nav ul li {
	padding: 0 33px 0 0;
	width: 200px;
}

#nav ul li span.bracket { 
	visibility: hidden;
	padding: 0 3px;
	color: #603;
	
}

#nav ul li:hover span.bracket {
	visibility: visible;
}

/* enews signup */
#signup {
	position: absolute;
	top: 147px;
	right: 36px;
}

#signup img {
	margin-left: 5px;
}

/* hours */
#hours {
	position: absolute;
	bottom: 23px;
	left: 28px;
}

#hours ul li.first {
	border-right: solid 1px black;
	padding-right: 5px;
	margin-right: 5px;
}

.small {
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}

/* infostrip */
#infostrip {
	position: absolute;
	bottom: 25px;
	right: 150px;
	color: #666;
}

#infostrip ul li {
	font-size: 10px;
	border-right: solid 1px #666;
	padding-right: 4px;
	margin-right: 2px;
	text-transform: uppercase;
}

/* locator */
#locator {
	position: absolute;
	bottom: 22px;
	right: 80px;
}

/* general form styles */
form {
	margin: 10px 0 0 70px;
}

label {
	display: block;
	font-size: 14px;
}

input, select {
	width: 150px;
	margin: 0 0 10px 0;
}

input#state, input#zip {
	width: 75px;
}

input#submit {
	text-align: center;
	margin: 20px 75px 0 0;
	float: right;
}

textarea {
	width: 320px;
}

.float-wrapper {
	margin: 0 0 10px 0;
}

.float-wrapper div {
	float: left;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.message {
	font-size: 16px;
	text-align: center;
	margin: 25px 0 15px 0;
}


/* contact form */
body#contact-form {
	padding: 5px; 
	background: #F7F6E8 url("/gfx/page-blank.gif") no-repeat;
}

/* enews form */
body#enews-form {
	background: #F7F6E8 url("/gfx/page-enews-png8-notag.png") no-repeat;
}

body#enews-form #wrapper {
	width: 468px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}

body#enews-form p#callout {
	position: absolute;
	top: 60px;
	left: 120px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

body#enews-form label {
	float: left;
	font-size: 12px;
}

body#enews-form input {
	width: 130px;
	margin-left: 2px;
}

body#enews-form .field {
	position: absolute;
	right: 130px;
}

body#enews-form #firstname-field {
	top: 135px;
}

body#enews-form #lastname-field {
	top: 180px;
}

body#enews-form #email-field {
	top: 220px;
}

body#enews-form input#submit {
	left: 240px;
	position: absolute;
	top: 237px;
	width: 60px;
	padding: 0;
	font-size: 9px;
}

/* main window */
#main-window {
	position: absolute;
	top: 220px;
	left: 30px;
}

/* content elements */
.custom-bg {
	width: 468px; 
	height: 400px; 
	background-image: url('/gfx/page-blank.gif');
}

h1 {
	font-weight: normal;
	text-align: center;
	font-family: georgia, times, serif;
	letter-spacing: 1px;
	margin: 10px 0 5px;
}

h1 span {
	padding: 0 2px;
	color: #603;
}

h1.hide {
	display: none;
}

a { text-decoration: none; }
a:link { color: #963823; }
a:visited { color: #963823; }
a:hover { color: #000000; }
a:active { /* empty */ }



