body {
	font: .86em/1.3em Arial, Helvetica, sans-serif;
	background: #d3e8b7 url(../media/interface/bg_body.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: url(../media/interface/bg_wrapper.gif) repeat-y;
	margin: 0px auto;
	width: 800px;
	position: relative;
}
#wrapper h1 {
	margin: 0px;
	padding: 0px;
}

/* ========== MAIN MENU STYLES ========== */
#menu {border-top:1px solid #777777;
	height: 40px;
	width: 800px;
	margin-left:1px;
	}
a.nav, 
a.nav:link, 
a.nav:visited {
	display:block;
	width:133px;
	height:40px;
	background:#003405;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:40px;
	overflow:hidden;
	float:left;
	}
a.nav:hover {
	color:#003405;
	background:#c4e4a1;
	}
a.nav:active {
	color:#fff;
	background:#c00;
	}
	
/* ========== HEADER STYLES ========== */
#header {
	height:207px;
	width:800px;
	position:relative;
border-bottom:1px solid #777777;
border-top:1px solid #777777;
	}
h1#logo {
	background: url(../media/interface/bg_h1.jpg);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 157px;
	width: 185px;
	position:absolute;
	top:10px;
	left:20px;
	}
#headerImage1 {
	background: url(../media/interface/header.jpg);
	height: 207px;
	width: 556px;
	position:absolute;
	top:0px;
	right:0;
}

/* ========== CONTENT STYLES ========== */
#content {margin:25px 40px;position:relative;overflow: visible;}
#content #leftCol {width:430px;float:left;}
#content #rightCol {width:250px;float:right;}
#content p {margin:0 0 1em 0;}

/* ========== FOOTER STYLES ========== */
#footer,#adminMenu {
	border-top: 1px solid #c4e4a1;
	margin:10px 40px 15px 40px;
	font-size: 10px;
	color: #92A180;
}
#footer a, #adminMenu a {
	color: #777777;
	text-decoration: none;
}
#footer a:link {}
#footer a:visited {}
#footer a:hover, #adminMenu a:hover {
	color: #6891AC;
	text-decoration: underline;
}
#footerCap {
	background: url(../media/interface/footerCap.gif);
	height: 5px;
	width: 800px;
}

h3#upcomingEventsTitle {
	background: url(../media/interface/upcomingEvents.gif);
	text-indent: -9999px;
	height: 39px;
	width: 250px;
	margin:0;
	padding:0;
}

/* ========== FORM STYLES ========== */
form.subscribe label {
	display:block;
	margin:0;
	padding:0;
	color: #333333;
	}
form.subscribe input {
	margin:0;
	width: 200px;
	border: 1px solid #777777;
	font-size:11px;
	color: #777777;
	padding-left: 3px;
	}
form.subscribe input.submit {
	margin:0;
	width: 100px;
	border: 1px solid #777777;
	font-size:11px;
	color: #777777;
	padding-left: 3px;
	}

/* ========== TITLE STYLES ========== */
h2 {
	text-indent: -9999px;
	height: 40px;
	width: 100%;
	margin:0 0 0 0;
	}
	
h2#t_home {background: url(../media/interface/sprite_pageTitles.gif) no-repeat 0px 0px;}
h2#t_history {background: url(../media/interface/sprite_pageTitles.gif) no-repeat 0px -40px;}
h2#t_landmarks {background: url(../media/interface/sprite_pageTitles.gif) no-repeat 0px -80px;}
h2#t_events {background: url(../media/interface/sprite_pageTitles.gif) no-repeat 0px -120px;}
h2#t_businessDir {background: url(../media/interface/sprite_pageTitles.gif) no-repeat 0px -160px;}
h2#t_docLibrary {background: url(../media/interface/sprite_pageTitles.gif) no-repeat 0px -200px;}


/* ========== DOCLIBRARY STYLES ========== */
#content div.docLib,#content div.event {
border:1px solid #e8e8e8;
margin-bottom:25px;
line-height:1.1em;

}
#content div.docLib h3,#content div.event h3 {
margin:0;
padding:2px 5px 1px 5px;
background-color:#e4e4e4;
border-bottom:1px solid #7e936a;
font-size: 1.1em;
color:#184e2e;
}
#content div.docLib p,#content div.event p {
font-size:.9em;
margin:.2em 1em .7em;
padding:0;
}
#content div.docLib strong,#content div.event strong {
font-style:oblique;
font-weight: bold;}




img.right {
	float:right;
	margin:0px 0 5px 20px;
	}

#content ul {
	margin:1em 0 1em 50px;
	padding:0;
	list-style:none;
	color: #666666;
}
#content li {
	margin:0;
	padding:0 0 0 16px;
	background: url(../media/interface/arrow_green.png) no-repeat left 2px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
