@charset "UTF-8";
/** CSS DOCUMENT */

/** CSS
Author: Fritschle Communications
Client: Sirmoor Hill Farms
Created: 7-18-08
Modified: 7-18-08
*/


/** GLOBAL ELEMENTS */

html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

div { text-align: left; }

body {
	margin: 0 0 0 0;
	text-decoration: none;
	line-height: 1.2em;
	background-repeat: no-repeat;
}

/** HEADINGS */

h1, h2, h3, h4, body {
	font-family: Arial, Helvetica, sans-serif;
}

/** TEXTS */
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 5px;
}

body {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 16px 0px;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 16px 0px;
}

.nav {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	}

.footer {
	font-size: 12px;
	color: #5C775F;
	font-weight: bold;
}

img {
	border: 0;
}

a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

img.floatLeft { 
    float: left; 
    margin: 7px 5px 7px 5px; 
}

img.floatRight { 
    float: right; 
    margin: 7px 5px 7px 5px; 
}

.gallery {
	font-size: 10px;
	text-align: right;
	margin: 0;
}

/** Layout */

#home_wrapper {
	width: 800px;
	height: 600px;
	margin: 50px auto 50px auto;
	border: solid 1px #000000;
	background: url(../images/home/home.jpg);
}

#home_spacer {
	height: 580px;
	width: 100%;
	float: left;
}

#wrapper_body {
	width: 890px;
	height: auto;
	margin: 182px auto 0 auto;
}

#spacer_bottom {
	width: 100%;
	height: 100px;
}

#body_top {
	width: 890px;
	height: 30px;
	clear: both;
}

#body_mid {
	width: 890px;
	height: auto;
	clear: both;
}

#body_bottom {
	width: 890px;
	height: 29px;
	clear: both;
}

#body {
	width: 555px;
	min-height: 250px;
	border-right: solid 10px #FFFFFF;
	border-bottom: solid 10px #FFFFFF;
	background: #FFFFFF;
}

#body_text {
	width: 621px;
	padding: 0 40px 0 0;
	float: right;
	clear: none;
}

#footer {
	width: 835px;
	height: 60px;
	clear: both;
	border-top: solid 20px #B6B8A0;
	background: #E3E3C3;
}

#footerl {
	width: 300px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	float: left;
}

#footerr {
	width: 300px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	float: right;
}

#footerr a {
	text-decoration: none;
	font-size: 12px;
	color: #5C775F;
	font-weight: bold;
}

#sirmoor {
	width: 166px;
	padding: 0 0 0 23px;
}

#gallery_text {
	text-align: right;
	width: 200px;
	float: right;
	margin: 0 25px 0 0;
}

/** MENU */

#body_nav_wrapper {
	width: 207px;
	height: auto;
	float: left;
}

#body_nav {
	width: 159px;
	padding: 15px 24px 1px 24px;
}
	  
#home_nav {
	padding: 0 0 0 70px;
	clear: both;
	text-align: center;
}

#nav, #nav ul {
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	line-height: 23px;
	z-index: 5;
}

#nav a {
	margin: 0;
	display: block;
    padding: 4px 20px 4px 20px;
    background: url(../images/menu/menu_right.gif) no-repeat right top;
	font-size: 12px;
	font-weight: bold;
    color: #FFFFFF;
	text-decoration: none;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
    } 
	
#menu li:hover, #menu li.hover {
    position: static;
}

/** New Home */

#home2_wrapper {
	width: 910px;
	height: 646px;
	margin: 30px auto 30px auto;
	}
	
#home2_text_wrapper {
	width: 232px;
	height: 100%;
	clear: none;
	float: left;
	}
	
#home2_text {
	height: 560px;
	background: url(../images/new_home/white_board.jpg) top repeat-y;
	padding: 86px 2px 0px 30px;
	}
	
#home2_pic {
	width: 678px;
	height: 646px;
	background:url(../images/new_home/house.jpg);
	float: right;
	clear: none;
	}