* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a img {
	border: 1px solid white;
}

body {
	background: green url(img/body_background.jpg) fixed;
	width: 100%;
	font-family: sans-serif;
	color: #FFFFFF;
}

fieldset {
	border: 1px solid white;
	border-radius: 8px; -moz-border-radius: 8px;
	margin: 16px 0;
}

fieldset legend {
	border: 1px solid white;
	border-radius: 8px; -moz-border-radius: 8px;
	margin: 0px 8px;
	padding: 0px 8px;
}

form * {
	font-size: medium;
	margin: 8px 0px;
}

form div {
	margin: 8px;
}

form div * {
	border-radius: 8px; -moz-border-radius: 8px;
}

form div input[type="submit"] {
	margin-left: 8em;
}

form div label {
	float: left;
	width: 8em;
}

form div textarea {
	height: 300px;
	width: 70%;
}

html {
	overflow-y: scroll;
}

li ul {
	/* nested lists */
	margin-left: 16px;
}

.center {
	text-align: center;
	width: 100%;
}

.content {
	margin: 10px 290px 10px 170px;
	width: 490px;
}

.copyright {
	clear: both;
	margin: 25px 0px;
	text-align: center;
	width: 100%;
}

.heading {
	background-color: #5D5;
	margin: 0px;
	padding: 25px 0px;
	text-align: center;
}

.newsflash {
	border: 0px;
}

.newsflash_paragraph {
	margin: 25px;
	padding: 0px;
	text-align: center;
}

.newstable {
	line-height: 160%;
	margin: 25px;
	padding: 0px;
}

.paragraph, .paragraph_opening {
	line-height: 160%;
	margin: 25px 0;
	text-indent: 32px;
}

.photos {
	float: right;
	width: 240px;
	margin: 25px;
}

.picture_container {
	float: right;
}

.picture, .picture_large {
	width: 240px;
}

.subheading {
	margin: 25px;
}

.summer_cms_pagelist {
	list-style-type: none;
	max-height: 300px;
	overflow-y: auto;
	/* padding fixes odd Fx bug */
	padding: 2px;
}

/* cloning content style for the news so they blend onto the homepage */

.summer_content, .summer_news_content {
	line-height: 160%;
}

.summer_content div, .summer_news_content div, .summer_news_heading {
	margin: 25px 0;
	text-indent: 32px;
}

.summer_content h3, .summer_news_heading {
	font-size: x-large;
	margin: 25px 0;
	text-indent: 32px;
}

.summer_content img, .summer_news_content img {
	max-width: 240px;
}

.summer_content ul, .summer_news_content ul {
	margin: 32px;
}

.summer_dropdown {
	/* note: position and width will be copied from the list element when this is shown */
	background: #5D5 repeat-y scroll;
	display: none;
	overflow-y: auto;
	padding: 2px 25px;
	position: absolute;
}

.summer_dropdown ul {
	list-style-type: none;
}

.summer_main {
	background-image: url(img/table_background.jpg);
	border: 1px solid black;
	margin: 25px auto;
	width: 960px;
}

.summer_nav {
	float: left;
	list-style-type: none;
	margin: 25px;
	/* compensates for the 10px margin of the first li */
	margin-top: 15px;
	width: 120px;
}

.summer_nav li {
	margin: 10px 0;
}

.summer_nav li:hover {
	background-color: #5D5;
}

.summer_nav .summer_nav_spacer {
	padding: 5px;
}

.summer_nav .summer_nav_spacer:hover {
	background-color: transparent;
}

.summer_news .summer_time {
	display: none;
}

.summer_pagelist {
	list-style-type: none;
}

.summer_section {
	margin: 25px 0;
}

.summer_section a img {
	/* get firefox! */
	border: none;
}

.summer_time {
	font-size: small;
	margin: 25px 0;
	text-indent: 32px;
}

.welcome {
	font-style: italic;
}

