@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #9AD15D url(../images/bodybg.jpg) repeat-x top center;
}

p, ul {
	margin-bottom: .6em;
}

ul, li {
	list-style-type: none;
	clear: left;
}

li {
	display: block;
	line-height: 1.12em;
	padding: 2px 0 2px 22px;
	background: url(../images/list-flower.gif) no-repeat 2px 4px;
}

h1 {
	margin-bottom: 0.4em;
}

h2 {
	margin-bottom: 0.4em;
	padding-top: 12px;
}

h3 {
	padding: 12px 0 4px 0;
}

table {
	border-top: #dcc7b0 solid 3px;
	border-bottom: #dcc7b0 solid 3px;
	margin: 8px 0;
}

tr {
	background: #efe7cc;
}

tr.odd {
	background: #f3efd3;
}

td {
	padding: 2px 6px;
}

#wrap {
	background:url(../images/wrapbg.jpg) no-repeat top center;
}

#top {
	height: 134px;
	text-align: left;
}

#top .logolink {
	width: 800px;
	margin: 0 auto;
	padding-top: 17px;
	text-align: left;
}

#top .logolink a {
	height: 68px;
	background: url(../images/spacer.gif);
	display: block;
	width: 445px;
	margin-left: 108px;
}

#top .logolink a:hover {
	background: url(../images/logolink.gif) no-repeat top right;
}

#contentwrap {
	width: 900px;
	margin: 0 auto;
	background: url(../images/contentbg.gif) no-repeat top right;
}

.pageright {
	float: right;
	width: 283px;
	margin-right: -50px;
}

.right {
	padding: 8px 18px;
	margin-right: 50px;
	overflow: hidden;
}

.contentright {
	float: right;
	width: 618px;
	min-height: 415px;
	margin-right: 50px;
	text-align: left;
	background: #F9F9DC url(../images/contentbtm.gif) no-repeat bottom left;
}

* html .contentright {
	height: 415px;
}

.sidebar {
	margin-right: 668px;
	padding: 112px 22px 0 0;
	text-align: center;
}

#footer {
	background: #9AD15D;
}

.footerinside {
	width: 618px;
	margin-left: 232px;
	padding: 12px 0;
}

.inside {
	margin-right: 245px;
	padding: 24px 0 46px 24px;
}

.clr {
	clear: both;
	height: 0px;
	line-height: 0px;
}


/* Typography */

body, .upcoming {
	font: 94%/1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
}

a {
	color: #cc3300;
}

a:hover {
	color: #912803;
}

.inside {
	color: #7b2e00;
}
.right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.12em;
	color: #006600;
}
.right h2 {
	color: #006600;
	font-weight: normal;
	font-size: 1.5em;
}

h1 {
	color: #e73f05;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 0.9em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #e73f05;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1em;
}

.smallitalic {
	font-size: 0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.sidebar {
	color: #336600;
	font-size: 0.96em;
	line-height: 1.22em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#footer {
	color:#336600;
	font-size: 0.82em;
	line-height: 1.22em;
}

#footer a {
	color:#336600;
}
#footer a:hover {
	color: #003300;
}


/* Main Nav */

.navcontainer {
	height: 39px;
	padding-right: 64px;
}

ul#mainnav {
	list-style-type: none;
	float: right;
}

ul#mainnav li {
	list-style-type: none;
	background: none;
	padding: 0;
	display: inline;
}

ul#mainnav a {
	display: block;
	float: right;
	height: 39px;
	background: url(../images/spacer.gif);
	margin-left: 3px;
}

ul#mainnav a.about { width: 106px; }
ul#mainnav a.classes { width: 98px; }
ul#mainnav a.summer { width: 178px; }
ul#mainnav a.events { width: 92px; }

ul#mainnav a.about:hover { background: url(../images/nav-about-ro.gif); width: 106px; }
ul#mainnav a.classes:hover { background: url(../images/nav-classes-ro.gif); width: 98px; }
ul#mainnav a.summer:hover { background: url(../images/nav-summer-ro.gif); width: 178px; }
ul#mainnav a.events:hover { background: url(../images/nav-events-ro.gif); width: 92px; }


/* Footer Nav */

#footer ul {
	border-bottom: #7db351 solid 1px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#footer li {
	background: none;
	display: inline;
	padding: 0 4px;
}

#footer a {
	text-decoration: none;
	font-size: 1.1em;
}


/* Feedback Form */

form#feedback_form {
}

form#feedback_form div {
	padding: 3px 6px;
	clear: left;
	background: #f3efd3;
}

form#feedback_form div.formrow1 {
	background: #efe7cc;
}
form#feedback_form div.formsubhead {
	background: none;
	padding: 12px 6px 6px 6px;
	font-weight: bold;
}
form#feedback_form div.formbuttonrow {
	background: none;
	padding: 6px;
}

form#feedback_form textarea {
	width: 99%;
	border: #7b2e00 solid 1px;
	margin-bottom: 4px;
}
form#feedback_form label {
	width: 88px;
	display: block;
	float: left;
}


/* Email Form */


form#email_form label, span.label {
	width: 88px;
	display: block;
	float: left;
	padding: 2px 0;
}

form#email_form label.comment {
	width: 88px;
	display: block;
}

form#email_form input {
	font-size: 1.2em;
	width: 220px;
}

form#email_form textarea {
	font-size: 1.2em;
	width: 98%;
}

form#email_form button {
	background: #E83E00;
	border: none;
	color: white;
	cursor: pointer;
	padding: 3px 0;
	text-align: center;
	width: 68px;
	font-size: 1.12em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul#form_list {
	margin: 0.6em 0;
	background: #efe7cc;
	padding: 4px;
	border-top: 2px solid #7b2e00;
}

ul#form_list li {
	display: block;
	line-height: 1.12em;
	padding: 6px 0 0 0;
	background: none;
	clear: left;
}
