/* CSS for The Wind and the Willow Farms */


/* Fonts */
/**************/

td.titleBlue {
   font-family: Georgia, Times, serif;
   font-size: 14px;
   font-weight: bold;
   line-height: 14px;
   color: #527193;

}

td.titleBrown {
   font-family: Georgia, Times, serif;
   font-size: 14px;
   font-weight: bold;
   line-height: 14px;
   color: #5c4f37;

}

td.titleGreen {
   font-family: Georgia, Times, serif;
   font-size: 15px;
   font-weight: bold;
   line-height: 12px;
   color: #587a07;

}

td.body {
   font-family: Georgia, Times, serif;
   font-size: 12px;
   color: #333333;
   text-align: left;
   line-height: 16px;   
   vertical-align: top;
}

	    td.body a:link{
				color:#669900;
				text-decoration: none;
		}
		td.body a:visited{
				color:#669900;
				text-decoration: none;
		}
		td.body a:hover{
				color:#669900;
				text-decoration: underline;
		}


td.off {
   height: 22px;
   font-family: Georgia, Times, serif;
   font-size: 14px;
   font-stretch:expanded;
   color: #fdffd8;
   text-align: center;
}

		td.off a:link{
				color: #fdffd8;
				text-decoration: none;
		}
		td.off a:visited{
				color: #fdffd8;
				text-decoration: none;
		}
		td.off a:hover{
				color: #fdffd8;
				text-decoration: none;
		}

td.on {
   height: 22px;
   font-family: Georgia, Times, serif;
   font-size: 14px;
   font-stretch: expanded;
   color: #fdffd8;
   text-align: center;
}

		td.on a:link{
				color: #fdffd8;
				text-decoration: none;
		}
		td.on a:visited{
				color: #fdffd8;
				text-decoration: none;
		}
		td.on a:hover{
				color: #fdffd8;
				text-decoration: none;
		}
		
td.footer {
   font-family: Georgia, Times, serif;
   font-size: 12px;
   color: #fdffd8;
   text-align: center;
   line-height: 1.75em;   
   vertical-align: top;
   
}		



/* Positioning */
/**************/

html, body { 
	height: 100%;
	background-image: url(../images/bg.png);
}

body {
   min-width: 660px;
   margin-top: 0px;
   margin-bottom: 0px;
   }
   
#callout {
   width: 226px;
   height: 62px;
   background-image:url(../images/callout.png);
   background-repeat:no-repeat;
   padding: 2px;
   }
 
#dottedline {
	background-image:url(../images/dottedline.png);
	background-repeat:no-repeat;
	}   

#addressphone {
   padding-top: 140px;
   text-align: center;
   width: 660px;
   font: Times, Georgia, serif;
   font-size: 13px;
   line-height: 17px;
   color: #60462d;
   z-index: 9;
   }
   
#wrapper {
   position: relative;
   margin: 0 auto;
   width: 660px;
   height:39px!important; /* real browsers */
   height:100%; /* IE6: treaded as min-height*/
   min-height:100%; /* real browsers */
}

#head {
	position: absolute;
	float: left;
	left: 0px;
	top: -203px;
	width: 661px;
	height: 280px;
  	background-image: url(../images/sfheader.png);
   	background-repeat: no-repeat;
	/*padding-top: 15px;
	padding-right: 10px;*/
	vertical-align: top;
	visibility: visible;
	z-index: 6;
}


#content {
	position: absolute;
	float: left;
	text-align: left;
	background-color:#fcf4e0;
	left: 1px;
	top: 203px;
	width: 660px;
	visibility: visible;
	z-index: 2;
	height: 129px;
}

#menu {
	position: absolute;
	float: left;
	left: -36px;
	top: -211px;
	height: 42px;
	width: 737px;
	background-position: center;
	background-image: url(../images/sfmenu.png);
	background-repeat: no-repeat;
	/*padding-top: 18px;*/
	z-index: 8;
	visibility: visible;
}

#menu2 {
	position: absolute;
	float: left;
	left: -36px;
	top: -211px;
	height: 42px;
	width: 737px;
	padding-top: 5px;
	z-index: 9;
	visibility: visible;
}

#menu3 {
	position: absolute;
	float: left;
	left: -36px;
	top: -211px;
	height: 42px;
	width: 737px;
	padding-top: 5px;
	z-index: 9;
	visibility: visible;
}


#sml-01 {
	float: left;
	width: 320px;
	height:400px;
}

#footer {
	position: absolute;
	float: left;
	left: -40px;

	height: 42px;
	width: 737px;
	background-position: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	z-index: 8;
	visibility: visible;
	font-family: Georgia, Times, serif;
    font-size: .75em;
    color: #fdffd8;
    text-align: center;
    line-height: 1.75em;   
    vertical-align: top;
}
