* { margin: 0; padding: 0; }
a img { border: 0; }

body {
	font: 76% Helvetica, Arial, sans-serif;
	color: #2E2E2E;
	margin: 0; padding: 0;
	text-align: center;
	background: #C1BF9C;
}

p { line-height: 1.6; margin: 3px 0 12px 0; }
p strong { color: #222; }
h1 { font: bold 180% Helvetica, Arial, sans-serif; color: #014C1E; margin: 7px 0 12px 0; letter-spacing: -.05em; } 
h2 { font: bold 100%/130% Helvetica, Arial, sans-serif; color: #818181; margin: 3px 0 10px; } 
h3 { font: bold 140%/130% Helvetica, Arial, sans-serif; color: #818181; margin: 15px 0 2px; } 
h4 { font: bold 135% Helvetica, Arial, sans-serif; color: #333; margin: 0 0 .5em; } 

#content ul { margin: .75em 0; }
#content li {
	padding-left: 23px;
	margin: 0 0 1em 0;
	line-height: 1.4; height: 1.5em;
	background: transparent url(/img/bullet.png) no-repeat 0 -.05em;
	list-style-type: none;
	position: relative;
}
#content .sub li {
	padding-left: 0;
	margin: 0 0 .75em 2.75em;
	line-height: 1.4;
	background: none;
	list-style-type: square;
	position: relative;
}

hr {
	border: none 0; 
	border-top: 1px solid #EEE;
	width: auto;
	height: 1px;
	margin: 1.5em auto;
}
	
#wrap {
	position: relative;
	margin: 10px auto;
	width: 780px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: left;
	background: #FFF url(/img/wrap_tile.gif) repeat-y 0 0;
	border: 1px solid #000;
}
#head {
	position: relative;
	width: 780px; height: 100px;
	background: #E8E5D2;
	z-index: 5;
}
#head img {
	position: absolute;
	right: 20px; top: 10px;
}
#snapshot {
	width: 234px; height: 234px;
	position: absolute;
	top: 10px; left: 16px;
	z-index: 10;
}
	
	
#content {
	width: 480px;
	margin: 120px 0 28px 265px;
}

#content a  {
	color: #95010A; text-decoration: none;
	text-decoration: underline;
	position: relative;
}	
#content a:hover, #content a:active {
	text-decoration: none;
}
#footer {
	text-align: right;
	position: absolute;
	right: 12px; bottom: -3px;
}
#footer p {
	font-size: 92%; color: #AAA;
}
#footer p a:link, #footer p a:visited { color: #AAA; text-decoration: none; border-bottom: 1px solid #ECECEC; }
#footer p a:hover, #footer p a:active { color: #777; text-decoration: none; border-bottom: 1px solid #AAA; }



/* =MAIN NAVS (vertical sprites)
_________________________________________________________________ */
#navs {
	position: absolute;
	top: 280px; left: 10px;
}
#nav-list {
    width: 112px; height: 211px;
	background-image: url(/img/navs.gif);
    margin: 0; padding: 0;
	position: relative;
}
#nav-list li { list-style: none; position: absolute; top: 0; left: 0; }
#nav-list a { text-indent: -9999px; text-decoration: none; position: absolute; }

#list1 a { top: 0; left: 0; width: 112px; height: 39px; }                                           
#list2 a { top: 39px; left: 0; width: 112px; height: 41px; }
#list3 a { top: 80px; left: 0; width: 112px; height: 44px; }
#list4 a { top: 124px; left: 0; width: 112px; height: 47px; }
#list5 a { top: 171px; left: 0; width: 112px; height: 39px; }

#list1 a:hover { background: transparent url(/img/navs.gif) 0 -211px no-repeat; }
#list2 a:hover { background: transparent url(/img/navs.gif) 0 -250px no-repeat; }
#list3 a:hover { background: transparent url(/img/navs.gif) 0 -291px no-repeat; }
#list4 a:hover { background: transparent url(/img/navs.gif) 0 -335px no-repeat; }
#list5 a:hover { background: transparent url(/img/navs.gif) 0 -382px no-repeat; }




#nav-directions { margin-bottom: 2em; }
#nav-directions li {
	padding: 0;
	display: inline;
	margin: 0 .75em 1em;
	list-style-type: disc;
	position: relative;
	font-size: 110%;
	color: #580000;
	background-image: none;
}
#nav-directions li a { padding: 4px 6px; color: #FFF; background: #5C5A34; font-weight: bold; text-decoration: none; border: none; }
#nav-directions li a:hover, #nav-directions li a.selected { background: #95010A; }

