@charset "utf-8";
/* CSS Style for Quicksilver Farm & School of Husbandry */

* {margin:0; padding:0;}

body {background-color:#e7cd79;
font-size:75%; /* default browser fontsize is 16pt, set base to 12pt */
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
text-align:center;}

h1, h2, h3, h4 { font-family:Papyrus,verdana,arial,sans-serif; }
h1 {font-size: 2em; margin:1.2em;}
h4 {font-size:1em; line-height:1.2em;}
p {font-size:1em; margin:1em 1em 1em 0;line-height:1.3em;}
a {color:#bc4704;text-decoration:none;}
a:hover {text-decoration:underline;} 
.imgR {float:right;margin:5px;}
.imgL {float:left;margin:5px;}

#mainwrap {
width:800px; 
margin-left:auto; 
margin-right:auto;  
}

div#header {
width:800px;margin-top:10px; 
}

#header img {margin:0px;border:none;padding:0px;}

div#contentarea {width:800px; 
background-color:#fcf7e4;
margin:0px;padding:0px;
margin-top:-5px;
text-align:left;}


div#column1 {
margin-top:2em;
width:165px; 
float:left;
margin-left:1.8em;
}

#column1 a:hover {text-decoration:none;}

#nav {
	width: 165px;
	border:none;
	padding: 1em 0 1em 0;
	margin-bottom:1em;
	color: #fff;
	background:#607a17;
	}
.Group {
	display: block;
	width: 151px;
	line-height: 1.2em;
	padding-left: 1em; 
	color: #ffffff;
	text-decoration: none;
	margin-left:.1em;
	padding-top:.4em;
	padding-bottom:.8em;
}
.Group:hover {
		background-color: #fcf7e4;
		color: #607a17;
}
.GroupCurrent {
	display: block;
	width: 151px;
	line-height: 1.2em;
	padding-left: 1em; 
	text-decoration: none;
	margin-left:.1em;
	padding-top:.4em;
	padding-bottom:.8em;
	background-color: #fcf7e4;
	color: #607a17;
}

.Option {
	display: block;
	width: 140px;
	background-color:#c1d098;
	line-height: 1.2em;
	margin-left: .5em;
	padding-left:1em; 
	color: #607a17;
	text-decoration: none;
	padding-top:.4em;
	padding-bottom:.8em;
}
.Option:hover {
		background-color: #fcf7e4;
		color: #607a17;

}
.OptionCurrent {
	display: block;
	width: 140px;
	background-color:#c1d098;
	line-height: 1.2em;
	margin-left: .5em;
	padding-left:1em; 
	text-decoration: none;
	padding-top:.4em;
	padding-bottom:.8em;
	color: #fcf7e4;
	
}.show {
	display:inline;
}
.hide {
	display:none;
}



dt {font-weight:bold;padding-top:10px;font-size:1.2em;}
dd {padding-left:20px;}

#lists ul {list-style-type:none;margin:1em 0em 0em 1.5em;}
#lists li {margin-bottom:5px;}

#SingleColumn {width:570px;margin-left:20px;float:left;text-align:left;}


#column2 {width:160px; margin-left:1.8em;margin-top:2em;float:left;text-align:center;}
#column2 img {margin-top:10px;}
#column2 span {font-style:italic;}

#column3 {width:180px; margin-left:1.8em;margin-right:.8em;margin-top:2em;float:left;}

#column4 {width:180px; margin-left:.8em;margin-right:1.8em;margin-top:2em; float:left;}
#column4 ul {list-style:disc;margin:1em 0em 0em 1.5em;}
#column4 li {margin-bottom:5px;}
#footer {width:800px; text-align:center; margin-top:.8em; float:left;}
#footer hr{
height:1px;
margin:0px 0px 0px 70px;
width:600px;
color:#607a17;
}

div#bottomContainer {
width:800px; 
margin-left:auto; 
margin-right:auto;  
}

#bottom a {color:#bc4704;text-decoration:none;font-weight:bold;}
#bottom a:hover {text-decoration:underline;} 
#bottom p {float:left;margin:0;padding:0;}
#bottom ul{
list-style-type:none;
text-align:center;
font-size:.8em;
list-style-type:none;
text-decoration:none;
margin-bottom:5px;
float:left;
}
#bottom li{
padding:5px 8px 0px 0px;
float:left;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


