/* @group CSS 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.5em;
	color: black;
	background: white;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
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: "" "";
	display: block;
}

/* @end */

html {
	height: 100%;
	width: 100%;
}

body {
	background: #5d5235 url(../i/bg.gif) repeat;
}

body#sub {line-height:1.2em;}

#wrap {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#content a:link, #content a:visited, .pulldown a:link, .pulldown a:visited {color:white; border-bottom: 1px solid #fff; text-decoration:none;}
#content a:hover, #content a:active, .pulldown a:hover, .pulldown a:active {color:white; border-bottom: 1px dashed #fff;}


/* @group Header */

#header {
	height: 141px;
	width: 100%;
	position: relative;
}

#header h1 {
	width: 191px;
	height: 126px;
	background: url(../i/logo.gif);
	position: absolute;
	top: 8px;
	left: 0;
}
#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9000px;
}

/* @end */

/* @group Navigation */

#header ul {
	position: absolute;
	top: 55px;
	left: 360px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	margin-right: 13px;
	padding-bottom: 3px;
}
#header ul li a:hover {
	text-decoration:underline;
}
#header ul li a.current {
	text-decoration:underline;
}

/* @end */

/* @group Promo */

#home #promo {
	width: 780px;
	height: 240px;
	margin-bottom: 15px;
	overflow: hidden;
}
	#home #promo img {
		width: 780px;
		height: 240px;
	}
	
#sub #promo {
	width: 300px;
	overflow: hidden;
	position:absolute;
	top:145px;
	left:0;
}
	#sub #promo {
		width:300px;
		height:240px;
	}
	

/* @end */

#content {
	width: 460px;
	position: absolute;
	top: 400px;
	left: 320px;
	color: #fff;
	font-size: 13px;
	text-align: left;
	padding-bottom: 20px;
}
	#sub #content {top:138px; left:320px;}

#content ul {margin-left:20px; margin-bottom:25px;}
#content ul li {list-style-type:disc; padding-left:5px;}
#content ul.address {margin: 0 0 25px 0;}
	#content ul.address li {list-style-type:none; padding:0;}

#content p {margin-bottom:15px;}

#content h1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	border-bottom:1px solid #999;
}

#content p#footer {
	font-size: 11px;
	line-height: 1.2em;
	text-align: right;
	color: #999;
	margin: 50px 0 0 0;
}
#content p#footer a {
	color: #999;
	text-decoration: none;
	border:none;
}
#content p#footer a:hover {
	color: #fff;
}

#sidebar {
	width: 300px;
	position: absolute;
	top: 400px;
	left: 0;
}

#content h2 {font-size:16px; font-weight:bold;margin-bottom:5px;}

#sidebar h2 {
	width: 100%;
	height: 60px;
	line-height: 50px;
	margin-bottom: 7px;
}

#sidebar #phone_button {
	background: url(../i/sidebar.jpg) no-repeat;
	background-position: top left;
	text-indent: -9000px;
}

#sidebar #email_button a {
	background: transparent url(../i/sidebar.jpg) no-repeat left -61px;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9000px;
}
#sidebar #email_button a:hover {
	background: url(../i/sidebar.jpg) no-repeat left -122px;
}

#sidebar #map_button a {
	background: url(../i/sidebar.jpg) no-repeat left -183px;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9000px;
}
#sidebar #map_button a:hover {
	background: url(../i/sidebar.jpg) no-repeat left -244px;
}



#sidebar .pulldown {font-size:11px; height:251px; width:300px; background:url(../i/dropdown.gif) no-repeat top 4px; margin-top:-7px; margin-bottom:5px; text-align:left;}

label, input.text, textarea {display:block; margin-left:20px;}
input.text {margin-bottom:5px; width:251px; font-size:14px; color:#444; padding:2px;}
	input:focus {background:#ffffcc;}
label {color:#333; font-size:12px; margin-bottom:-5px;}

textarea {width:251px; font-size:14px; color:#444; padding:2px; height:90px; margin-bottom:5px;}
	textarea:focus {background:#ffffcc;}
input#send {margin-left:175px; width:100px; height:20px; background:#fff;}

#map_div {padding-top:15px;}
#map_div a {margin-left:20px;}
#map {width:260px; height:210px; margin:0 auto; border:1px solid #444;}
