/*----------------------------------
		Theme552 Modified by Erica Lund, www.foolproofmarketing.com
----------------------------------*/

body {
	margin: auto;
	font-family: Georgia, Georgia, Georgia, sans-serif;
	font-size: 15px;	
	background-color: #d2903d;
	color:#333333;		
}

.sf_outer_wrapper {
	width: 940px !important;
    margin: 20px auto;	
}

.sf_extra1 {

}

.sf_wrapper {	
	width:940px !important;	  	
	background-color: #F9F1DE;
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {	
	height: 130px;
	width: 940px;	
	background-repeat: no-repeat;
}

.sf_extra2 {
	display:block;
	height:25px;
	width:785px;
	margin-left: 155px;
	padding-top: 0px;
}

.sf_main_header {
	text-align: left;	
	overflow: hidden;
	width: 775px;
	font-family: Georgia, Georgia, Georgia, Georgia, sans-serif;
	font-size: 0px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 5px 3px 5px;	
	height: 98px;
	margin-left: 155px;		
}

.sf_extra3 {
	
}

.sf_sub_header {
	display: none;
}

.sf_main_header p, .sf_sub_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
	float:right;
	display:inline;
	width:309px;
	height: 252px;
	background-image: url(uploads/FP_RightBanner_Pumpkin_Web.gif);
	background-repeat: no-repeat;	
}

/*--------------------------------
		Bottom Navigation
---------------------------------*/

.sf_navigation{	
	font-family: Trebuchet MS, sans-serif;	
	float: left;	
	width: 145px;
	height: auto !important;
	text-align: left;
	font-style: normal;	
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;		
}

.sf_navigation ul{		
	height:auto !important;
	list-style-type: none;	
	margin: 0;
	padding: 0;
	padding-bottom: 25px;	
}

.sf_navigation ul:after{
	content: ".";   
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;		
}

.sf_navigation ul li {	
	height:auto;
	margin:0px;	
	padding: 0px;
}

.sf_navigation ul li.sf_last_nav_item{
}

.sf_navigation ul li.sf_first_nav_item{

}

.sf_navigation ul li a {	
	padding: 3px 3px 15px 3px;	
	text-decoration: none;		
	display: block;	
	min-height:25px;
	height:auto !important;
	height:25px;				
}

.sf_navigation ul li a:visited {		
	text-decoration: none;		
	display: block;
}

.sf_navigation ul li a:hover{	
	text-decoration: none;	
	display: block;
}

/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#Nav1 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 165px;	
}

#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 165px;	
}

#Nav1 li { /* all list items */   
	float: left;	
	width: 165px;	
}

#Nav1 li a {	
	display : block;
	width: 145px;			
}

#Nav1 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	min-height:27px;
	margin:-40px 0 0 145px;
	.margin:-38px 0 0 78px;
	z-index: 1000;
}

#Nav1 li ul li { /* second-level lists */	
	position : relative;
	width: 145px;
	background-color: #523226;
}


#Nav1 li ul li a { /* second-level lists */	
	color: #FAF8EC;
	width: 145px;
	padding: 3px;
}

#Nav1 li ul li a:hover {		
	color: #D2903D;
	width: 145px;
	padding: 3px;	
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
	background-color: #FAF8EC;
	width: 145px;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {	
	padding: 20px 10px 0px 0px;
	float:right;
	text-align: left;	
	font-size: 0px;
	font-weight: normal;
	font-family: Georgia, Georgia, Georgia, serif;	
	width: 748px;
	display: block;
}

/*--------------------------
		Content
--------------------------*/

.sf_content {
	float: right;
	display:inline;
	width: 660px;	
	padding-top: 0px;
	margin-bottom: 25px;
	margin-right: 60px;
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

