/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body {
	font: 72% Verdana, Arial, sans-serif;
	background: url(sitegraphics/bg.jpg) repeat-x 0 0 #FFF;
	color: #333;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336633;
}
a:active, a:hover {
	color: #333;
	text-decoration: underline;
}

.highlight { color:#336633; font-weight:bold }


#wrapper {
	width: 750px;
	margin: 20px auto 0 auto;
	padding: 3px;
	border: 6px solid #EFEFEF;
	background-color: #95B770;
}

#contentWrapper {
	width: 750px;
	background: url(sitegraphics/bg_contentwrapper.jpg) 0 0 repeat-y;	
}

#nav {
	height: 28px;
	padding-top: 8px;
	border-bottom: 2px solid #95B770;
	background: url(sitegraphics/bg_nav.jpg) 0 0 repeat-x;
	font-family: Georgia;
	font-size: 120%;
}
#nav ul {
	height: 28px;
	margin: 0 0 0 20px;
}
#nav li {
	display: inline;
	padding: 0 0.9em 0 0.9em;
	background: url(sitegraphics/navdivider.jpg) left 50% no-repeat;
}
#nav li.first {
	display: inline;
	padding: 0 0.9em 0 0;
	background: none;
}
#nav a:link, #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:active, #nav a:hover {
}

#navSub {
	height: 27px;
	padding-top: 8px;
	background: url(sitegraphics/bg_navsub.jpg) 0 0 no-repeat;
	font-family: Georgia;
	font-size: 120%;
}
#navSub ul {
	margin-left: 20px;
}
#navSub li {
	display: inline;
	height: 35px;
	padding: 0 0.9em 0 0.9em;
	background: url(sitegraphics/navdivider.jpg) left 50% no-repeat;
}
#navSub li.first {
	display: inline;
	padding: 0 0.9em 0 0;
	background: none;
}
#navSub a:link, #navSub a:visited {
	text-decoration: none;
}
#navSub a:active, #navSub a:hover {
}



#contentMain {
	float: left;
	width: 460px;
	padding: 20px 20px 0 20px;
	background: url(sitegraphics/bg_contentmain.jpg) 0 0 no-repeat;
}
#contentMain h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 0.75em;
	color: #336633;
}
#contentMain h2 {
	font-size: 120%;
	margin-bottom: 0.75em;
}
#contentMain ul {
	margin-bottom: 1.2em;
	padding-left: 1.65em;
}
#contentMain li {
	margin-bottom: 1.2em;
	padding-left: 9px;
	background: url(sitegraphics/bullet.gif) 0 0.4em no-repeat;
}
#address ul {
	
}
#address li {
	margin-left:-26px;	
	background:none;
	margin-bottom: 0.8em;
}
#contentMain .cite {
	color: #336633;
}



#contentSub {
	float: right;
	width: 247px;
}
#contentSub img {
	margin-bottom: 3px;
	border: 5px solid #FFF;
}


.imageRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imageFullWidth {
	margin: 10px 0 25px 0;
}



#footer {
	clear: both;
	padding: 15px;
}
#footer h1 {
	font-family: Georgia;
	font-size: 120%;
	margin-bottom: 0.1em;
	color: #336633;
}
#footer p {
	line-height: 1.1em;
	margin-bottom: 0.3em;
}
#footer .caption {
	color: #336633;
}