
/*rules for Long Meadow Farm, 3/30/05, Ed Geis (www.hwaters.com)*/
			
/*enables divs to fill 100% of vertical browser space*/
body,html { 
	height:100%;
	margin: 0;
	padding: 0;
	} 
				
body {
	background: #9c9 url(../graphics/shared/background.jpg) repeat fixed;
	text-align: left;
	font-family: georgia, serif;
	}
				
/*box holding all elements of the site*/
#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	border-right: dotted #633 2px;
	margin: 0;
	padding: 0px;
	}
				
/*rules for the header*/
#header {
	background: #fff url(../graphics/shared/header.jpg) top left;
	width: 800px;
	height: 130px;
	}
				
/*rules for the navigation bar*/
#navbar {
	width: 800px;
	height: 29px;
	background: #ccc url(../graphics/shared/navbar_background.gif) top left;
	text-align: center;
	border-bottom: solid #666 1px;
	}
				
#navbar a {
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	/*hide from IE5 which doesn't do small-caps*/
	voice-family:"\"}\"";
	voice-family:inherit;
	font-variant: small-caps;
	}
	
#navbar a:hover {
	text-decoration: none;
	color: #fff;
	background: #363;
	}
	
#navbar	a:active { 
	background: #9c9;  
	}
	
.navbar_links {
	color: #999;
	}
	
/*rules for the content area*/
#content {
	padding: 10px 30px 30px 10px;
	}
	
/*rules for the footer*/
#footer {
	text-align: center;
	margin-top: 50px;
	border-top: solid #fff 1px;
	}
#footer p {
	font-size: 11px;
	}
	
/*typography*/
h1, h2 {
	color: #363;
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, serif;
	/*hide from IE5 which doesn't do small-caps*/
	voice-family:"\"}\"";
	voice-family:inherit;
	font-variant: small-caps;
	margin-top:10px;
	margin-bottom:10px;
	line-height: 30px;
	}
	
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: -10px;
	}
	
p {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	font-family: georgia, serif;
	}
	
ul	{
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	font-family: verdana, sans-serif;
	list-style-position: inside;
	
	}
	
/*rule for links*/
a:link { 
	color: #00f;
	text-decoration: none;
	}
	
a:visited {
	color: #909;
	text-decoration: none;
	}

a:hover { 
	color: #633; 
	text-decoration: underline;
	}

a:active { 
	background: #fff;  
	}
	
img {
	border: solid #c60 4px;
	margin-top:10px;
	}
	
.main_text {
	margin-left: 240px;
	}
	
.highlight_link {
	font-size:12px;
	background: #9c9;
	border: solid #363 1px;
	padding: 4px;
	margin:6px 6px 6px 0;
	text-align:left;
	width:auto;
	}