@charset "UTF-8";
/* Rabbit Hill Farms Screen CSS (03/30/2009) */

/* --------------------------------------------
	Top Level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background: url(images/bgtop02.jpg) repeat-x left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	background-color: #DCDEA9;
}

body * {
	font-size: 100%;
}

div.sec1 {
background:  url(images/bgbottom01.jpg)  bottom right no-repeat fixed;
}


/* --------------------------------------------
	Main Body Elements
----------------------------------------------- */

p.bodyindent1 
{
	color:#000;
	text-indent:30px;
}

p.bodylist1 
{
	color:#000;
	margin-left:30px;
}

div.body 
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

div.picleft
{
	float:left;			/* Has a margin issue in IE, but hopefully not serious */
	padding:0px;
	border:2px solid #8CC63F;
	margin-right:12px;
	margin-bottom:4px;
	font-size:11px;
	text-align:left;
	line-height:18px;
}

div.picright
{
	float:right;		/* Has a margin issue in IE, but hopefully not serious */
	padding:0px;
	border:2px solid #8CC63F;
	margin-left:12px;
	margin-bottom:4px;
	font-size:11px;
	text-align:left;
	line-height:18px;
}

div.headerpic
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0
}

.class1 a:link {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #8CC63F;
	text-decoration:underline}
	
.class1 a:visited {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color:#8CC63F;
	text-decoration:underline}
	
.class1 a:active {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color:#8CC63F;
	text-decoration:underline}
	
.class1 a:hover {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color:#114E38;
	text-decoration:underline}
	
.class3 a:link {
	border:2px solid #8CC63F}
	
.class3 a:visited {
	border:2px solid #8CC63F}
	
.class3 a:active {
	border:2px solid #8CC63F}
	
.class3 a:hover {
	border:2px solid #114E38}
	
	
	
/* --------------------------------------------
	Bottom Section Elements
----------------------------------------------- */


.style2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:left}
	
.class2 a:link {
	font: 11px Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none}
	
.class2 a:visited {
	font: 11px Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none}
	
.class2 a:active {
	font: 11px Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none}
	
.class2 a:hover {
	font: 11px Tahoma, Geneva, sans-serif;
	color:#FFF;
	text-decoration:underline}