body {
	font-size: 62.5%;
	font-family: Calibri,Helvetica,Arial,sans-serif;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eee3d2;
	text-align: center;
	background-image: url(/images/bg.gif);
}

a {
	text-decoration: none;
}

/* layout */

#page_outer {
	width: 825px;
	margin: 0px auto 0px auto;
	background-color: #e1cdb1;
	padding: 0px 50px 30px 50px;
	text-align: left;
	position: relative;
}

#header {
	height: 290px;
	width: 825px;
	background-image: url(/images/bg_header.gif);
	background-repeat: no-repeat;
}

#main {
	width: 825px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(/images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


body#plan #main, body#map #main {
	background-image: none;
}

#content {
	padding: 30px 224px 20px 43px;
	min-height: 250px;
}

body#plan #content, body#map #content {
	padding: 30px 43px 20px 43px;
}

/* navigation */

ul#navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 825px;
	position: relative;
	overflow: hidden;
}

ul#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #c4b097;
}

ul#navigation li span {
	margin-left: -8000px;
}

ul#navigation li a {
	display: block;
	height: 83px;
	background-repeat: no-repeat;
	background-position: 8px 66px;
}

ul#navigation li a#nav_his {
	width: 74px;
	background-image: url(/images/nav_his.gif);
}

ul#navigation li a#nav_his:hover {
	background-image: url(/images/nav_his_ovr.gif);
}

ul#navigation li a#nav_res {
	width: 104px;
	background-image: url(/images/nav_res.gif);
}

ul#navigation li a#nav_res:hover {
	background-image: url(/images/nav_res_ovr.gif);
}

ul#navigation li a#nav_edu {
	width: 94px;
	background-image: url(/images/nav_edu.gif);
}

ul#navigation li a#nav_edu:hover {
	background-image: url(/images/nav_edu_ovr.gif);
}

ul#navigation li a#nav_eve {
	width: 67px;
	background-image: url(/images/nav_eve.gif);
}

ul#navigation li a#nav_eve:hover {
	background-image: url(/images/nav_eve_ovr.gif);
}

ul#navigation li a#nav_abo {
	width: 86px;
	background-image: url(/images/nav_abo.gif);
}

ul#navigation li a#nav_abo:hover {
	background-image: url(/images/nav_abo_ovr.gif);
}

ul#navigation li a#nav_sup {
	width: 95px;
	background-image: url(/images/nav_sup.gif);
}

ul#navigation li a#nav_sup:hover {
	background-image: url(/images/nav_sup_ovr.gif);
}

.menu {
	border-top: 1px solid #c4b097;
}

.menu p {
	text-transform: uppercase;
	background-color: #eee3d2;
	border-left: 1px solid #c4b097;
	border-right: 1px solid #c4b097;
	line-height: 100%;
	margin: 0px;
	font-size: 1.2em;
}

.menu p.last {
	border-bottom: 1px solid #c4b097;
}

.menu p a {
	display: block;
	padding: 5px 10px 5px 5px;
	color: #8b6b57;
}

.menu p:hover {
	background-color: #ffffff;
}


/* header */

#header h1 {
	margin: 0px;
}

#header h1 a {
	display: block;
	margin: 62px 0px 0px 0px;
	height: 80px;
	background-image: url(/images/bg_h1.gif);
	background-repeat: no-repeat;
}

#header h1 span {
	margin-left: -8000px;
}

/* middle */

#content a {
	color: #8b6b57;
}

#content a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #8b6b57;
}

#content h1 {
	margin-top: 0px;
	font-size: 2.5em;
	line-height: 130%;
	font-weight: 300;
	text-transform: uppercase;
	color: #8b6b57;
}

#content h2 {
	margin: 5px 0px 5px 0px;
	font-size: 1.8em;
	line-height: 130%;
	font-weight: 900;
	color: #8b6b57;
}

#content p, #content ul {
	margin: 0px 0px .7em 0px;
	font-size: 1.5em;
	line-height: 130%;
}

body#front #content p {
	margin-top: 0px;
	font-size: 1.9em;
	line-height: 150%;
}

#content p span.dropcap {
	display: block;
	float: left;
	position: relative;
	margin: -7px 5px -20px 0px;
	font-size: 550%;
	line-height: 100%;
	color: #d9ac88;
}

/* footer */

#footer {
	width: 739px;
	background-image: url(/images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 43px 53px 43px;
	position: relative;
	overflow: hidden;
}

body#plan #footer, body#map #footer {
	padding-top: 30px;
}

#footer .box {
	width: 233px;
	margin: 0px 13px 10px 0px;
	float: left;
}

#footer .box h3 {
	margin: 0px 0px 10px 0px;
	height: 15px;
	background-repeat: no-repeat;
}

#footer #news h3 {
	background-image: url(/images/bg_news.gif);
}

#footer #connect h3 {
	background-image: url(/images/bg_connect.gif);
}

#footer .box h3 span {
	display: none;
}

#footer .box p {
	font-size: 1.24em;
	line-height: 120%;
	margin: 0px 0px 0.7em 0px;

}

#footer .box p a {
	font-weight: 900;
	color: #8b6b57;
}

#footer .box p a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #8b6b57;
}

#footer #slide img {
	border: 1px solid #8b6b57;
	margin: 0px 0px 0px 5px;
}



.link_flickr {
	background-image: url(/images/footer_flickr.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 3px;
	margin-left: 3px;
}

.link_fb {
	background-image: url(/images/footer_fb.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 3px;
	margin-left: 3px;
}



fieldset {
	display: none;
	margin: 0px;
	padding: 0px;
}

#email {
	margin: 0px 5px 0px 5px;
	border: 1px solid #959595;
	padding: 3px;
	font-size: .9em;
	width: 100px;
	color: #666666;
}

#submit {
	margin-bottom: -6px;
	position: relative;
}

/* misc */

#directions {
	padding-bottom: 20px;
}

#directions #saddr {
	margin: 0px 5px 0px 5px;
	border: 1px solid #959595;
	padding: 3px;
	font-size: .9em;
	width: 100px;
	color: #666666;
}

ul.sublinks {
	margin-top: 0px;
	margin-bottom: 15px;
}
