/* Eric Myers Reset Styles */ 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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:inherit; font-family:inherit; text-align:left; vertical-align:baseline; } a img, :link img, :visited img{ border:0; } table{ border-collapse:collapse; border-spacing:0; } ol, ul{ list-style:none; } q:before, q:after, blockquote:before, blockquote:after{ content:""; }


/* Global Styles */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1;
}
strong{ font-weight:bold;}
em{ font-style:italic;}


/* Main Navigation */
ul#nav{
	list-style:none;
	line-height:1;
	margin:0;
	padding:0;
}
ul#nav li{
	border-bottom:1px dotted #ccc;
	display:block;
	font-weight:bold;
	line-height:1.2em;
	padding:1em;
	text-align:right;
}
ul#nav a{
	color:#555;
	text-decoration:none;
}
ul#nav a:hover{
	color:#663300;
}

/* Layout */
h1{
	height:160px;
	text-indent:-9999em;
}
#container{
	background:url(../images/masthead.jpg) top left no-repeat;
	height:auto;
	margin:0 auto 2em auto;
	overflow:hidden;
	width:800px;
}
#pnav{
	float:left;
	margin:1.125em 0 1em 0;
	width:130px;
}
#content{
	border-left:1px solid #ccc;
	margin:1.125em 201px 1em 150px;
	min-height:600px;
	padding:0 20px 0 20px;
	width:405px;
}
#sidebar{
	background-color:#ffe9c9;
	border-top:.125em solid #663300;
	float:right;
	margin:0 0 1em 0;
	padding:1em;
	width:180px;
}
#footer{
	border-top:1px solid #ccc;
	clear:both;
	padding:1.6em 0 0 0;
}
#footer p{
	color:#aaa;
}
#footer address{
	font-style:normal; /* curse you Internet Explorer! */
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:.5em;
}


/* Home Page */
body#home{
	background-color:#000;
}
#home #container{
	background:url(../images/home-bgd.jpg) top left no-repeat;
	height:516px;
	margin:80px auto 0 auto;
	overflow:visible;
	position:relative;
}
#home ul#nav{
	left:650px;
	position:absolute;
	top:50px;
	width:150px;
}
#home ul#nav li{
	border:none;
	padding:0;
	text-align:left;
}
#home ul#nav li a{
	background:transparent;
	color:#fff;
	display:block;
	height:auto;
	line-height:1.2em;
	padding:10px 20px 10px 10px;
	width:120px;
}
#home ul#nav li a:hover{
	background:#fff url(../images/arrow.gif) 110px center no-repeat;
	color:#000;
}
#home #feature{
	background:#fff;
	left:350px;
	height:150px;
	padding:15px;
	position:absolute;
	top:300px;
	width:400px;
	z-index:9;
}
.scroll{
		height:149px;
		overflow:auto;
}
#home #footer{
	border:none;
	left:0;
	padding:0;
	position:absolute;
	top:536px;
	width:600px;
}
#home #footer p, #home #footer address{
	color:#ddd;
}


/* Typography */
h2{
	border-bottom:1px solid #ccc;
	font-size:2em;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	margin-bottom:.5em;
	padding-bottom:.5em;
}
h3{
	color:#663300;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.5em;
	margin:0pt 0pt .7692em;
	margin:0;
}
h4, h5, h6{
	color:#660000;
	font-weight:bold;
	line-height:1.6em;
}
p, ul, ol{
	color:#333333;
	line-height:1.6em;
	margin-bottom:1.6em;
}
ul{
	list-style-type:disc;
	list-style-position:outside;
	padding:0 5em 0 3em;
}
ol{
	list-style:outside decimal;
	margin-left:2em;
}
li{
	line-height:1.6em;
}
ol li{
	margin-bottom:1.6em;
}
table{
	line-height:1.6em;
	margin-bottom:1.6em;
}
address{
	color:#555;
	font-size:.9em;
	font-style:normal;
	line-height:1.6em;
}

/* Calendar Table */
table.calendar{
	width:90%;
}
table.calendar th{
	background:#000;
	border-right:1px solid #ccc;
	color:#fff;
	padding:.125em;
	vertical-align:middle;
}
table.calendar tr.event{
	background-color:#eee;
}
table.calendar tr.alt-event{
}
table.calendar td{
	border:1px solid #fff;
	padding:.125em;
}
table.calendar td h3{
	margin-bottom:0;
}
table.calendar td p{
	margin-bottom:.6em;
}

/* Sidebar Typography */
#sidebar h2{
	border-bottom:1px solid #fff;
	font-size:1.5em;
	color:#663300;
	line-height:1.3333em;
	margin-bottom:.75em;
	padding-bottom:.75em;
}
#sidebar h3{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar ul{
	list-style-type:none;
	padding:0;
}

/* Info Sheet Form */
form.cotact{
}
form.contact div{
	border-top:1px solid #eee;
	margin:1em 0 0 0;
	padding:1em 0 0 0;
}
form.contact label{
	display:block;
	font-weight:bold;
	margin:0 0 .5em 0;
}
form.contact input{
	display:block;
}
