/* main layout */

body {
  background-image: url("../images/Spring/bgspring.gif");
  background-color: #FEEFCB;
  color: #996633;
  font-family: Arial, sans-serif;
  font-size: .9em;
  margin: 0px;
  padding: 20px 0px;
}
div#container {
  margin: 0px auto;
  border: 1px solid #800000;
  width: 800px;
  height: auto;
  background-color: #FEEFCB;
  color: inherit;
}
div#header {
  width: 800px;
  height: 120px;
  border-bottom: 1px solid #800000;
  padding: 0px;
  text-align: center;
}
img#headerimage {
  border: 0px;
  width: 800px;
  height: 120px;
}
div#contentleft {
  width: 145px;
  height: auto;
  float: left;
  padding: 15px;
}
div#contentright {
  width: 145px;
  height: auto;
  float: left;
  padding: 15px;
}
/* Note: the dual height rules are necessary to work around a min-height bug in IE6. */
div#contentmain {
  width: 408px;
  min-height: 800px;
  height: auto !important;
  height: 800px;
  float: left;
  background-color: #FFFFE8;
  border-left: 1px solid #800000;
  border-right: 1px solid #800000;
  padding: 15px 20px;
  color: #5A7B5A;
}
div#footer {
  width: 800px;
  height: 120px;
  border-top: 1px solid #800000;
  clear: both;
  background-image: url("../images/bg_footer.gif");
  background-color: inherit;
  color: inherit;
}
div#footer img#todayshow {
	width: 53px;
	height: 37px;
	margin-left: 185px;
	margin-top: 27px;
}
div#footer p#todayshowtext {
	display: inline;
	font-style: italic;
	font-size: smaller;
}
div#footer p#wistrailstext {
	padding-left: 185px;
	font-style: italic;
	font-size: smaller;
	margin-top: 3px;
}
div#footer p#contactfooter {
	float: right;
	margin-top: 1.25em;
	margin-right: 15px;
}

/* menu link styles */

div.link1-no, div.link1-act, div.link2-no, div.link2-act {
	margin-bottom: 10px;
}

a:link, a:hover, a:active, a:visited {
	color: #996633;
	background-color: inherit;
	text-decoration: none;
}

div.link1-act a:link, div.link1-act a:active, div.link1-act:hover, div.link1-act a:visited {
	font-weight: bolder;
}

div.link2-no a:link, div.link2-no a:active, div.link2-no a:hover, div.link2-no a:visited {
	margin-left: 15px;
}

div.link2-act a:link, div.link2-act a:active, div.link2-act a:hover, div.link2-act a:visited {
	margin-left: 15px;
	font-weight: bolder;
}

/* main body styles */

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.bodytext {
	font-size: .9em;
}

div#contentmain .bodytext {
	font-size: .8em;
}

/* header styles */

h1 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
}

/* mailform styles */

fieldset.csc-mailform {
	border: none;
	margin: 0px;
	padding: 0px;
}

div.csc-mailform-field {
	margin: 3px 0px;
}

div.csc-mailform-field label {
	display: block;
	width: 125px;
	float: left;
}

/* Form element styles -- cascade over default */

div#contentmain form input, div#contentmain form textarea {
	border: 1px #996633 solid;
	color: #5A7B5A;
	background-color: White;
}
