/*reset values*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: inside;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



body {
	background: #a9b734 url(../images/bg.jpg) top center no-repeat;
	font-family: "Lucida Sans", "Lucida Grande", "Arial", "sans-serif";
	font-size: 14px;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

p {
	line-height: 140%;
	margin-bottom: 12px;
}

a:link {
	color: #525c00;
}

a:visited {
	color: #525c00;
}

a:hover {
	color: #525c00;
	text-decoration: none;
}

a:active {
	color: #525c00;
	text-decoration: none;
}

ul {
	margin: -10px 0px 10px 0px;
}

li {
	line-height: 140%;
}

div#main {
	width: 970px;
	margin: 0px auto;
}

div#nav {
	margin-top: 105px;
}

div#home {
	background: url(../images/home_photo.jpg) top center no-repeat;
	width: 962px;
	height: 440px;
	margin: 7px auto 20px auto;
}

div#home-content {
	width: 551px;
	float: left;
	margin-left: 411px;
	padding: 15px;
	color: #ffffff;
}

div#content {
	width: 962px;
	height: 582px;
	margin: 7px auto 20px auto;
}

div#content-photo {
	width: 411px;
	float: left;
}

div#content-page {
	width: 551px;
	float: left;
}

div#content-page-header {
	margin: 7px 15px;
}

div#content-page-content {
	margin: 15px 15px 50px 20px;
}

div#footer {
	width: 962px;
	margin: 20px auto 20px auto;
	padding: 0px 0px;
	clear: both;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}

div#footer p {
	margin-bottom: 7px;
}

div#footer a {
	color: #ffffff;
}





div.press_story {
	margin-bottom: 25px;
}

div.press_story_headline {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

div.press_story_date {
	font-size: 12px;
	color: #666666;
	margin-bottom: 8px;
}



div.calendar_entry {
	margin-bottom: 25px;
}

div.calendar_entry_title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 3px;
}

