/***********************************************/
/* Rough Terrain Farm Stylesheet               */
/* Developed by Thor Hansen                    */
/* innevi                                      */
/***********************************************/

/***********************************************/
/* Global styles                               */
/***********************************************/

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	text-align: center;	
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:900;
	color:#660000;
	}

h4 {
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	color: #660000;
}

p,li {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin-right: 5px;
	}

#frame {
	width:750px;
	margin: 10px auto 0px;
	padding:0px 0px 25px;
	text-align: left;
	border: 1px solid #333333;
	background-image: url(../images/frbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#336633;}
a:visited {color:#336600;}
a:hover {
	text-decoration: underline;
}

br {
	clear: both;
}

/***********************************************/
/* Div and layout styles                       */
/***********************************************/


#Header {
	background-image: url(../images/banner1.jpg);
	height: 200px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: left top;
	}


#Content {
	padding:10px 10px 10px 150px;
	text-align: left;
	float: left;
	clear: right;
	}

/*
#Menu ul{
	margin: 0 0 -5;
	padding: 2 0 5;
	list-style-type: none;
	text-align: center;
	}
#Menu ul li { display: inline; }
#Menu ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #336633;
	margin-right: -0.25em;
	margin-left: -0.25em;
}
 #Menu ul li a:hover {
	text-decoration: underline;
}

*/
#Contact {
	position:relative;
	left:0px;
	width:135px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px dashed #999;
	line-height:17px;
	width:135px;
}

#Contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#tagline {
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336633;
	border-bottom-color: #336633;
	font-style: italic;
}
#footer {
	font-size: 9px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336633;
	border-left-color: #336633;
	width: 500px;
	clear: right;
	text-indent: 10px;
	margin-top: 75px;
}
#sidebar {
	background-image: url(../images/vert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 530px;
	width: 170px;
}
#specialblock {
	background-color: #FFE6EC;
	border: 1px dashed #666666;
	padding: 5px;
	margin: 10px 170px 10px 10px;
}

#imgbar {
	background-image: url(../images/horiz2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 625px;
	clear: both;
	height: 125px;
	margin: 0px auto 10px;
	padding: 10px;
}
#bio {
	text-align: left;
}
#bio img {
	text-align: left;
	padding: 5px;
	clear: none;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.vertspace {
	height: 500px;
	width: 1px;
	float: left;
}


/***********************************************/
/* Navigation Styles                           */
/***********************************************/

#leftcontent {
	position: relative;
	left:0px;
	top:0px;
	width:125px;
	font-size: 11px;
}

#navcontainer {
	position: absolute;
	margin: 10px;
}

#nav, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 120px;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}

#nav li { position: relative; }
	
#nav li ul {
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html #nav li { float: left; height: 1%; }
 * html #nav li a { height: 1%; } 
/* End */

#nav li a:hover { color: #336633; background: #f9f9f9; } /* Hover Styles */

#nav li ul li a { 
	padding: 2px 5px;
	background: #ffffff;
} /* Sub Menu Styles */	

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#vertimgbar {
	background-image: url(../images/vert2.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 530px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#specialblock br {
	clear: none;
}
.specialblock {
	background-color: #F2F2F2;
	border: 2px dashed #9A0504;
	padding: 5px;
	margin: 10px 175px 10px 0px;
}
.specialblock br {
	clear: none;
}
.specialblock strong {
	color:#990000;
}

.head1 {  font-family: arial;  font-weight: bold;  font-size: 14px; line-height: 16px; color: #003300; font-style: italic; }

.sub1 {  font-family: arial;  font-weight: bold;  font-size: 10px; }

.sub1 a:link    { font-family: arial;  font-weight: bold;  font-size: 10px; color:#336633;}
.sub1 a:visited { font-family: arial;  font-weight: bold;  font-size: 10px; color:#336600;}
.sub1 a:hover   { font-family: arial;  font-weight: bold;  font-size: 10px; text-decoration: underline;