﻿@charset "utf-8";
/* CSS Document */

.nocss {
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-left:0px;
}

        

body {
	margin:0;
	background:#e2e3c7;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:806px;
	background:url(images/bgdrepeat.jpg) repeat-y;
	margin:0 auto;
}
#splash_header {
	height:300px;
	background:url(images/splash_header2.jpg) repeat-x;
	margin:0 auto;
}
#splash_wrapper {
	background-color:#525236;
}
#splash_title {
	font-size: 2em;
	color:#e0e0b8;
	font-family:arial;
	margin-top:75px;
}
#splash_subtitle {
	font-size: 1.25em;
	font-style:italic;
	color:#57b2ff;
	font-family:Arial;
}
.splash_box {
	background-color:#3c3c2b;
	font-size:1.15em;
	color:#FFF;
	float:left;
	border:2px solid #262511;
	line-height:16pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.splash_box a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.splash_box a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.splash_box a:hover {
	text-decoration: none;
	color: #57b2ff;
	}
.splash_box a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#content {
	width:657px;
	margin:5px 15px 35px 15px;
	background-color:#525236;
	/*background-color:#5C5C2E;*/
}
#leftcolumntext {
	float:left;
	width:300px;
	display:inline;
	padding: 10px;
	margin:0px 0px 0px 10px;
	font-size:small;
	color:#FFFFFF;
	background-color:#525236;
	/*background-color:#5C5C2E;*/

}
.header {
	font-size:1.5em;
	font-weight:bold;
	color:#57b2ff;
}

h2 {
	font-size:1.25em;
	font-weight:bold;
	color:#57b2ff;
}

.valleysoil {
	font-size:small;
	color:#53ad4e;
	font-weight:bold;
}
.listheader {
	font-size:12pt;
	color:#57b2ff;
	font-weight:bold;
}
.contact {
	font-size:1.4em;
	color:#FFF;
}
#rightcolumn {
	float:right;
	width:280px;
	display:inline;
	padding:10px 10px 20px 0px;
	margin:20px 10px 0px 0px;
	background-color:#525236;
	/*background-color:#5C5C2E;*/
	font-size:small;
	color:#FFFFFF;
	border-color:white;
}

p {
	font-size:small;
	color:white;
}

.weatherstations{
	padding:15px;
	padding-bottom:50px;
}

.weatherstation_links{
	display:list-item;
	list-style:square;
	margin-left:50px;
	text-decoration:none;
	color:white;
	font-size:16px;
	font-weight:bold;
	padding:2px;
}

.weatherstations a:hover{
	color: #57b2ff;
}

#contactform{
	width:400;
	padding:0px 10px;
	margin:0px 10px;
	font-size:small;
	color:#FFFFFF;
}
#container1 {
	width:686px;
	margin:0 auto;
	background-color:#3c3c2b;
	/*background-color:#474723;*/
}

.links {
	font-size:1.35em;
	color:#FFF;
	background-color:#2C2C14;
	padding:8px 10px;
	margin:8px;
}
.links a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.links a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.links a:hover {
	text-decoration: none;
	color: #57b2ff;
		}
.links a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

.headerpic {
	width:inherit;
	background:url(images/header2.jpg);
	padding-top: 130px;	
}

#headermenu {
	width:inherit;
	margin:0;
	padding-bottom:3px;
	background:url(images/menubgrd.jpg);
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFFFFF;
	border:none;
}

#subheaderbar {
	width:inherit;
	margin:0;
	background-color: #3c3c2b;
	background-image: url(images/subheaderbar.jpg);
	background-repeat: repeat-x;
}

.menu a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.menu a:hover {
	text-decoration: none;
	color: #57b2ff;
		}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

#footer {
	margin:0;
	padding-bottom:50px;
	text-align: center;
	font-size:x-small;
	color:#FFFFFF;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-color:#23220E;

