@charset "utf-8";
body {
	background: url(../_images/wallpaperLrg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #wrapper{ /*this adds the shadow around the container*/
	background: url(../_images/containerShadow.png) repeat-y;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-style: none;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F9F989 no-repeat;
	margin: 0 auto;
	text-align: left;
	height: auto;
	padding: 0px;
	border: 1px none #000000;
} 
.twoColFixLtHdr #header {
	background: #2D6F2F url(../_images/headerImg.jpg) no-repeat center top;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 165px;
	width: 800px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CD1908;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 0px;
}
#sidebar1 #woodenValley {
	position: absolute;
	height: 361px;
	width: 197px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0 0 0;
	height: auto;
	z-index: 100;
	color: #B40104;
	clear: left;
	margin: 0px;
	background-color: #5a027c;
}
.twoColFixLtHdr #mainContent {
	margin-left: 250px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	width: 500px;
	margin-right: 0px;
	position: relative;
	height: auto;
}
.twoColFixLtHdr #subTable {
	margin-left: 250px;
	padding-left: 0px;
	color: #000;
	width: 500px;
	margin-right: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.05em;
	color: #2D6F2F;
	padding-left: 0px;
	margin: 10px 0px 0px;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1em;
	font-style: normal;
	color: #2D6F2F;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-variant: normal;
	color: #F9F989;
	background: #2D6F2F;
	text-align: center;
	width: 800px;
	height: auto;
	margin: 0px 0px 10px;
	clear: both;
	border-width: 0px;
	border-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}
#container .mediapro {
	color: #F9F989;
	text-decoration: none;
}

/* since the appearance of the navigation will be driven by the a tags, it's necessary to strip out all margin, padding and list-styles for unordered lists  and list elements in the sidebar */
#sidebar1 ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	border-width: 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: lighter;
}
#sidebar1 ul li  {
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0px;
}
#sidebar1 ul a  {
	color: #F9F989;
	text-decoration: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 0.9em;
	padding-left: 30px;
	width: 170px;
	display: block;
	border-bottom: 1px solid #F9F989;
	background:url(../_images/sideBar-nav.jpg) no-repeat left center;
}
#sidebar1 ul a:hover {
	background-position: -200px 0px;
	color:#532A6E;
}
#sidebar1 ul a.current {
	color: #512c6f;
	cursor: default;
	background: url(../_images/sideBar-nav.jpg) no-repeat right top;
}
#index {
	background: #502B70 url(../_images/weatherBack.jpg);
	padding-left: 3px;
	height: 180px;
	width: 180px;
	clear: left;
	float: left;
	margin: 15px 6px 10px;
	border: 2px solid #000;
}

#sideBarImage {
	height: auto;
	width: 180px;
	clear: left;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.currentWeather {
	color: #00F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "Wingdings 2";
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.check {
	font-family: "Wingdings 2";
	color: #2D6F2F;
	font-weight: normal;
}
.clearfloat {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	margin-top: 10px;
}
.clearfloat_bottom {
	height: 10px;
	background: url(../_images/clearfloat_bottom.png);
}
.dailyRepublic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
}
.notavailable {
	font-family: "Wingdings 2";
	font-weight: bold;
	color: #2D6F2F;
}
.phone {
	width: 12em;
}
.red {
	color: #F00;
}
.state {
	width:  2em;
	background: #FFF;
}
.text {
	width: 250px;
}
.zip {
	width:  5em;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	width: 500px;
	margin-bottom: 20px;
	border: thin solid #2D6F2F;
}
th {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	font-variant: small-caps;
	padding: 0em 0em 0em 0.2em;
	vertical-align: middle;
	background: #2D6F2F;
	color: #FFF;
}

td {
	font-size: 0
.9em;
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.8em;
	font-size: .7em;
}
input{
	width: 250px;
	margin-left: 20px;
	margin-right: 0px;
	text-align: left;
}
#submit {
	width: 120px;
	text-align: center;
	margin-left: 185px;
}
#formWrap #frmContact input.text:focus,
#formWrap #frmContact input.state:focus,
#formWrap #frmContact input.zip:focus,
#formWrap #frmContact input.phone:focus,
#formWrap #frmContact input.fax:focus,
#formWrap #frmContact textarea:focus {
	background: #C6FFD9;
	border: 1px solid #006A23;
}
textarea {
	width: 425px;
	margin-top:  10px;
	margin-left: 0px;
	padding-top: 20px;
}
.centered {
	text-align: center;
}

#spacer {
	margin: 0px;
	padding: 0px;
}
#blankPage {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .80em;
	color: #2D6F2F;
}

/*-------------- form styles -----------------*/
#formWrap {
	background: #F9F989 no-repeat;
	padding: 1em 0 0em;
	margin: 0px;
}
form#frmContact {
	width: 500px;
	background: #F9F989;
	padding-right: 0em;
	padding-left: 0em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0.05em;
}
fieldset {
	background: #E8AA09;
	margin: 1em 0 1em 0px;
	padding-bottom: 0.5em;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-variant: small-caps;
	text-align: left;
	color: #F00;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
legend {
	font-family: Arial
	font-size: 1.2em;
	color: #602e0c:
	background: D8d8c4;
	margin-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	background: #E8AA09;
	color: #000;
	padding: 3px 15px 10px;
	vertical-align: baseline;
	margin-top: -5px;
	font-weight: lighter;
	letter-spacing: 0.1em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#formWrap p {
	line-height: 1.2px;
	color: #000;
	margin: 1.4em 0px 1.4em 20px;
	text-align: left;
	background: #E8AA09;
}
#footer .clearfloat {
	color: #F9F989;
	text-decoration: none;
}

#footer .mediapro {
	color: #F9F989;
	text-decoration: none;
}

#footer a:link, a:visited {
	color: #F9F989;
	text-decoration: none;
}

