/* created  2007 by WoW! Graphic Designs. Duplication or redistribution is strictly prohibited. */

/* since mostly the same font is used throughout a site, to be able to change it faster you can have a font-family only tag for all */

* { margin: 0; padding: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	font-family: Verdana, Tahoma, Helvetica, Arial;	
}

p {
	font-size: 9pt;
	line-height: 150%;
	margin-top: 12pt;
	color : #000000;
	margin-left : 2px;
	margin-right : 2px;
	}


	
/* html tags */

a:link	{
	color : #146101;
	text-decoration: none;
	}

a:visited {
	color : #146101;
	text-decoration: none;

	}

a:hover	{
	color : #146101;
	text-decoration: underline;

}

a:active {
	color : #146101;
	text-decoration: none;

}


body {
	text-align: left;
	background-color: #6E6E6E;
	background-image:url('http://www.cavesfarm.com/images/cavesbkg.jpg');
}

h1 {
	color : #237006;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom : 0px;
}

h2 {
	color : #980000;
	font-size : 17px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom : 0px;


}

h3 {
	color : #133080;
	font-size : 12px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom: 0px;
}

h4 {
	color : #133080;
	font-size : 13px;
	font-weight: bold;
	margin-top : 10pt;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	padding: 5px;

}

h5 {
	color : #133080;
	font-size : 14px;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom : 0px;


}

h6 {
	color : #133080;
	font-size : 10px;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;


}


ul {
	color : #000000;
	text-decoration : none;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left: 15px;
}


/* classes */


.nospace{
	color : #000000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	
	}

.maintable {
	width: 790px;
	height: 200px;
	cellpadding: 0;
	cellspacing: 0;
	align: left;
	border: 0px none;
}

.newstable {
	background-image:url('http://www.cavesfarm.com/images/news_bkg.jpg');
	background-repeat: repeat-x;
	
}


.newsbox {
	background-color: #146101;
	text-align:center;
	color : #146101;
	font-size: 9pt;
	padding: 1;
	border-right: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; border-bottom: 1px solid #C0C0C0;
	

}


.newsboxcontent {
	text-align:center;
	color : #000000;
	font-size: 8pt;
	padding: 1;



}



/* layers (div)*/




#container{
	position:absolute;
 	width:810px;
 	z-index:1;
 	margin-left:-395px;
 	left: 50%;
 	
}


#top{

	position:absolute;
	width: 790px;
	background-color : #FFFFFF;
	top:10px; 
	overflow: visible;
	left: 0px;	
	text-align: left;
	height: 250px;
	}
	
	
#bar {
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	font-size: 10pt;
	background-image:url('http://www.cavesfarm.com/images/bar_bkg.gif');
	background-repeat: repeat-x;
	height: 25px;

}

#bar ul {
	font-size: 10pt;
	text-align: right;
	padding-top: 5px;

}

#bar li {
	display:inline;
	margin: 10px;
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;

}

#bar li a {
	text-decoration:none;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

#bar li a:hover {
	color: #FFFFFF;
	text-decoration: bold;
	font-size: 8pt;
}

#bar2 {
	margin-left: 20px;
	margin-right: 20px;
	text-align:center;
	font-size: 10pt;
	height: 25px;
	text-align: right;

}

#bar2 ul {
		font-size: 10pt;
		text-align: right;
}

#bar2 li {
	display:inline;
	margin: 10px;
	width: 100px;
	font-size: 8pt;
	font-weight: bold;


}

#bar2 li a {
	text-decoration:none;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

#bar2 li a:hover {
	color: #980000;
	text-decoration: bold;
	font-size: 8pt;
}
	
#dropmenudiv{
	border: 1px solid #6E6E6E;
	position:absolute;
	margin-top: 2px;
	margin-left: -5px;
	z-index:100;
	font-size: 8pt;
	color: #6E6E6E;
	line-height: 200%;
	text-align: center;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #616161;
	


}

#dropmenudiv a:hover{ /*hover background color*/
	color: #980000;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 100%;

}


#content{
	position:absolute;
	top:260px; /* position from top of browser + logo + menu height */
	text-align:left;
	background-color: #FFFFFF;

}


#full {
	position:relative;
	top:0px;
	width:790px;
	background-color : #FFFFFF;
	overflow:visible;
	

}

#right{
	position:absolute;
	right:5px;
	top:5px;
	width:200px;
		}

#footer{
	position:relative;
	width: 790px;
	bottom:0px;
	background-color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	overflow: visible;
	
}