/* Rocky Creek Clay Dusters */
/* Initial Project Design - 3/2007 */
/* SpyderWeb Concepts - Ron Dick */

/* Colors */
/* Dark Green = 467241 */
/* Background = BEB98D */

/* ----------------------------------- Text Styling ------------------------------------- */
body {
	background-color: #BEB98D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
	color: #467241;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration:underline;
}

v:link {
	color: #000000;
	text-decoration:underline;
}
	
a:hover {
	color: #000000;
	text-decoration:none;
}

hr {
	color: #4A7545;
	size: 3px;
}

/* ----------------------------------- Layout Styling ------------------------------------- */

.Main {
	background: #FFFFFF;
	position:absolute;
	left: 10%;
	top: 5px;
	left: 2%;
	width: 95%;
/*	height: 200%; */
/*	border: #000000 thick solid; */
}

.Logo {
	background-color:#BEB98D;
	background-image:url(../images/header1.jpg);
	background-repeat:no-repeat;
	position:relative;
	left: 0%;
	top: 0%;
	width: 100%;
}

.Header2 {
	background-color:#467241;
	background-image:url(../images/header2.gif);
	background-repeat:no-repeat;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100px;
	z-index: 20;
}

.Nav {
/*	background-image: url(../images/side1.gif); */
	background: #467241 url(../images/nav-btm.gif) no-repeat 100% 100%;
	color: #FFFFFF;
	line-height: 200%;
}

.Nav a {
	color: #FFFFFF;
	text-decoration: underline;
}

.Nav a:link {
	color: #FFFFFF;
	text-decoration:underline;
}

.Nav v:link {
	color: #FFFFFF;
	text-decoration:underline;
}
	
.Nav a:hover {
	color: #000000;
	text-decoration:none;
	background: #FFFFFF ;
	background-image: url(../images/white.gif);
}

.Nav td a:hover {
	background: #FFFFFF;
	color: #000000;
}

.MainText {
	background-color:#FFFFFF;
	position: absolute;
	float:right;
	left: 0px;
	top: 170px;
	width: 84.5;
	padding-left: 150px;
	padding-right: 10px;
	z-index: 0;
	visibility: visible;
/*	visibility: hidden; */
/*	height: 100%; */
}

.PageTitle {
	position: relative;
	top: -30px;
	left: 4px;
	font-size: 150%;
	color: #467241;
	font-style:italic;
	font-weight:bold;
}

.PageSubTitle {
	font-size: 130%;
	color: #467241;
	font-weight:bolder;
}


.ParagraphTitle {
	color: #467241;
	font-size: 120%;
	font-weight: bold;
}

.Weather {
	background-color:#FFFFFF; 
	border: #467241 thin solid;
	position: absolute;
	padding: 0px;
	right: 30px;
	top: 100px;
/*	height: 129px;
	width: 180px; */
	overflow: hidden;
	float:right;
	z-index:99;
	font-size: 90%;
/*	left: 804px; */
}

.Footer {
	font-size: 90%;
	color: #000000;
}

/* ----------------------------------- Lists Styling ------------------------------------- */

ul {
	list-style-image:url(../images/clay3.gif);
	list-style:disc;
	list-style-position:outside;
}

ul li {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* ----------------------------------- Tables Styling ------------------------------------- */

.Table2 {
	background: #BEB98D;
	border: #467241 medium inset;
}

.Table3 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.Table4 td{
	border-bottom: solid thin #467241;
	padding: 4px;
}

.StaTable {
	border: #000000 thin solid;
	background: #FFFFFF;
	padding: 4px;
	line-height: 150%;
}

.StaTable th {
	background: #467241;
	font-size: 105%;
	font-weight: bold;
	color: #ffffff;
}

.StaTableR1 {
	background: #BEB98D;
	font-size: 100%;
	font-weight:normal;
	line-height: 150%;	
}

.NewsTable {
	background: #BEB98D url(../images/green.gif) repeat-y 50% 0%;	
	border: #000000 thin solid;
	padding: 4px;
}

.NewsTable th {
	background: #467241;
	font-size: 105%;
	font-weight: bold;
	line-height: 130%;
	color: #ffffff;
	vertical-align: middle;
}



/* ----------------------------------- Image Styling ------------------------------------- */

.Image1 {
	border: #467241 outset medium;
	margin: 4px;
}

.imgTopLeft {
	background-position: 0 0;
	background-repeat: no-repeat;
}