@charset "utf-8";
 
 /* Backgrounds and Clearing */	
* {margin:0;padding:0;} 

html {
	background: #352102 url(../_images/main_background.jpg) repeat-x;
}
body {
	font:100.01% Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background: url(../_images/content_background_main.jpg) repeat-y center;
	padding-left:1px;
}
img {
	border:0;
}
img.borderYes {
	border: 1px solid #000;
}
	
/* DIV Positioning */	
#main_body {
	width: 940px;
	margin: 0 auto;
	text-align:left;
	background: url(../_images/content_background_top.jpg) no-repeat top;	 
}
#header {
	width: 920px;
	height:123px;
	margin: 0 auto;	
	position: relative;
	background: url(../_images/header.jpg) no-repeat;		
}
#header #home_link {
	position: absolute;
}
#header #main_nav {
	position:absolute;
	bottom: 26px;
	right: 35px;
}
#header #map_nav {
	position:absolute;
	top: 14px;
	right: 19px;
}
#pic_header, #pic_header_home {
	width: 920px;
	height:176px;
	margin: 0 auto;
	position:relative;
}
#pic_header_home {
	height:270px;
}
#sidebar {
	float: right;
	width: 360px;
	padding: 0px 0px 0px 20px;
	margin-top:20px
}
#mainContent {
	background:url(../_images/line.jpg) repeat-y right;
	padding: 0px 40px 0px 0px;
	margin: 20px 420px 0px 80px;
} 
#footer { 
	width: 940px;
	height:173px;
/*	background: url(../_images/content_background_main.jpg) repeat-y center; */
	margin: 0 auto;
	clear:both;
} 

/* Main Content & Sidebar Formats */
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.6em;
	margin-bottom:.5em;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.3em;
	margin-top:1em;
	margin-bottom:.4em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:0.8em;
	margin-bottom:1em;
	line-height: 2em;
}
ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:.8em;
	line-height:1.5em;
	padding:.8em 30px;
}
li{
	margin-bottom:1em;
}

p.cutline {
	font-size:0.7em;
	line-height:1.3em;
	font-style: italic;
}

select, input, textarea {
	background-color:#f3e7b3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	padding:4px;
}

/* Link Formats */
a:link,
a:visited {
	text-decoration: none;
	color: #771901;
}
a:hover {
	color: #566440;
	border-bottom: 1px dashed #566440;
}

a:hover.nohover {
	border:none;
}
