/* G L O B A L  D E F A U L T S */

body,div,dl,dt,dd,ul,ol,li,hr,h1,h2,h3,h4,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,p,h1,h2,h3,h4,h5,h6,li,strong,th,var {
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

div {
	text-align:left; 
	vertical-align:top;
}

strong, h1, h3 {
	font-weight:bold;
	color:#093;
}

img {
	border:none;
}

em {
	font-weight:bold;
	color:#79520e;
}

/* G L O B A L  E L E M E N T S */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/sfm_bg_pattern.gif);
	background-repeat:yes;
	}

/* H E A D E R */

#printContent {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#header {
	width:950px;
	height:116px;
	background-repeat:no-repeat;
	padding:0 6px 0 6px;
}

#header_logo {
	height:85px;
	width:246px;
	float:left;
	background-image:url(../images/sfm_logo_header.gif);
	background-repeat:no-repeat;
	margin:25px 0 0 30px;
}

#header_nav_right {
	float:right;
	width:200px;
	margin:30px 30px 0 0;
}

/* ****** MATT! I CHANGED THIS ****** */
#navigation {
	width:950px;
	height:30px;
	background-color:none;
	background-image:url(../images/sfm_bg_nav.gif);
	background-repeat:repeat-x;
	margin:0 6px 0 6px;
}

/* N A V I G A T I O N */
#nav ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20;
}
.nav {
	text-align: left;
	margin: 0px;
	padding: 0px 0 0 20px;
}
#nav li {
	display: block;
	margin: 0px 24px 0px 0px;
	padding: 0px 0px 0px 12px;
	float: left;
	font-size:10px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
}
#nav li.over
{
	color: #cfb78f;
	
}
#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active
 {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px;
}
#nav li a:hover,
#nav li a:active
 {
	color: #cfb78f;
}


#nav li ul {
	position:absolute;
	left:-9999px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#nav li:hover ul, 
#nav li.over ul
{
	left:auto;
}

#nav li ul li 
{
	float: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	letter-spacing: auto;
	text-align: left;
	text-transform: none;
}

#nav li ul ul 
{
	float: none;
	height: 0px;
}

#nav li ul li  a:link,
#nav li ul li  a:visited,
#nav li ul li  a:hover,
#nav li ul li  a:active
 {
	background-color: #cfb78f;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
 #nav li ul li  a:hover,
#nav li ul li  a:active
 {
	color:#79520e;
}

/* ****** END MATT! I CHANGED THIS ****** */

/* Navigation CSS End*/

/* M A I N  C O N T E N T  S T Y L E S - (Top to Bottom - Left to Right) */

#wrapper {
	text-align:left;
	margin:0px auto;
	padding:0px;
	border:0;
	width:962px;
}

#content_top { 
	background-image:url(../images/sfm_bg_content.png);
	background-repeat:repeat-y;
	padding:0px 0 20px 0;
	
}

#content_middle {
	width:950px;
	padding:20px 0 0 0;
	margin:0 0 0 6px;
}	
	
#sidebar {
	float:right;
	width:200px;
	padding:0 30px 0 0;
}

.sidebar_text {
	padding:10px 20px 0px 20px;
}

#content_main {
	float:left;
	width:660px;
	padding:0 30px 0 30px;
}

#content_main_left_column {
	float:left;
	width:315px;
	padding:0 30px 0 0;
}

#content_main_right_column {
	float:right;
	width:315px;
	padding:0;
}

/* When multiple sections of 2 columns appear */
.content_2col_container {
	width:660px;
	clear: both;

}

#content_bottom {
	clear: both;
	height:1px;
	*height:auto;
}

#footer {
	clear:both;
	background-image:url(../images/sfm_bg_footer.png);
	height:138px;
}

.imageright {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
}

.imageleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}

#image80px {
	width: 80px;
	padding-bottom:10px;
}

#image120px {
	width: 120px;
	padding-bottom:10px;
}

.caption {
	font-size: 10px;
	margin: 6px 0px 0px;
	padding: 0px;
	line-height: 13px;
	display: block;
	width: auto;
}

.byline {
	font-size: 10px;
	margin: 6px 0px 10px 0px;
	padding: 0px;
	line-height: 13px;
	display: block;
	width: auto;
}

ul.textlist {
	list-style-image: url(../images/bullet.gif);
	color:#666;
	padding:0 0 0 24px;
	margin: 4px 0 10px 0;
}

/* H O M E P A G E  C O N T E N T  S T Y L E S */

p.header_nav {
	font-size:12px;
	line-height:8px;
	text-align:right;
}

p.header_nav a:link {
	color:#009933;
	text-decoration:none;
}

p.header_nav a:hover {
	color:#00CC33;
	text-decoration:none;
}

p.header_nav a:visited {
	color:#009933;
	text-decoration:none;
}

p.footer_text {
	font-size:10px;
	text-align:center;
	color:#666;
	padding-top:100px;
}

p.footer_text a:link {
	color:#666;
	text-decoration:none;
}

p.footer_text a:hover {
	color:#666;
	text-decoration:underline;
}

p.footer_text a:visited {
	color:#666;
	text-decoration:none;
}

/* H O M E P A G E  S P E C I F I C */
.feature_item {
	clear: both;
	width:315px;
	height:140px;
	margin-bottom:20px;
}

.feature_item_long {
	clear: both;
	width:315px;
	margin-bottom:20px;
}

.feature_photo {
	float:left;
	width:80px;
	padding-top:6px;
}

.feature_text {
	float:right;
	width:225px;
	padding-left:10px;
}

.feature_link {
	font-weight:bold;
	text-align:right;
	font-size:10px;
	color:#79520e;
}

.feature_link a:link {
	text-decoration:none;
}

.feature_link a:hover {
	text-decoration:underline;
}

#slideshow{
	width:660px;
	height:225px;
	margin-bottom:20px;
}

/* S I D E B A R   S T Y L E S */
#sidebar01_top {
	width:200px;
	height:7px;
	background:url("../images/sidebar01_top.gif") top left no-repeat;
}
	
#sidebar01_middle {
	width:200px;
	background:url("../images/sidebar01_middle.gif");
	background-repeat:repeat-y;
}

#sidebar01_bottom {
	width:200px;
	height:7px;
	background:url("../images/sidebar01_bottom.gif") top left no-repeat;
	padding-bottom:15px;
}

#sidebar02_top {
	width:200px;
	height:7px;
	background:url("../images/sidebar02_top.gif") top left no-repeat;
}
	
#sidebar02_middle {
	width:200px;
	background:url("../images/sidebar02_middle.gif");
	background-repeat:repeat-y;
}

#sidebar02_bottom {
	width:200px;
	height:7px;
	background:url("../images/sidebar02_bottom.gif") top left no-repeat;
	padding-bottom:15px;
}

#sidebar03_top {
	width:200px;
	height:7px;
	background:url("../images/sidebar03_top.gif") top left no-repeat;
}
	
#sidebar03_middle {
	width:200px;
	background:url("../images/sidebar03_middle.gif");
	background-repeat:repeat-y;
}

#sidebar03_bottom {
	width:200px;
	height:7px;
	background:url("../images/sidebar03_bottom.gif") top left no-repeat;
	padding-bottom:15px;
}

.sidebar_content {
	width:172px;
	padding:0 14px 10px 14px;
}

.sidebar_content p {
	font-size:10px;
	text-align:center;
	line-height:14px;
	margin:0;
}

.sidebar_content strong {
	font-size:10px;
	text-transform:uppercase;
	color:#79520e;
	line-height:14px;
	margin:0;
}

/* T E X T   S T Y L E S */

hr {
	border:none;
	background-color:#79520e;
	color:#79520e;
	height:1px;
	width:100%;
	clear:both;
}

.clear {
	clear:both;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#093;
	line-height:24px;
	margin:5px 0 8px 0;
	text-align: left;
}

.redText {
	color:#F00;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:16px;
	color:#093;
	letter-spacing:.5px;
	line-height:24px;
	margin-bottom:18px;
}

.article {
	line-height:12px;
	margin-bottom:14px;
}

h3 {
	font-size:15px;
	color:#79520e;
	line-height:21px;
}

h4 {
	font-size:13px;
	color:#79520e;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
}

p {
	color:#666;
	margin-bottom:10px;
}


p.closeWindow {
	padding-top:8px;
	font-size:9px;
	color:#5B473B;
	text-align:center;
}

p.noSpaceAfter {
	margin-bottom:0px;
}

p.indent {
	margin-bottom:0px;
	padding-left:12px;
}

p.indentLast {
	padding-left:12px;
}

.spaceAfter {
	margin-bottom:10px;
}

a:link {
	color:#79520e; text-decoration:underline;
}

a:visited {
	color:#79520e; text-decoration:underline;
}

a:hover {
	color:#79520e; text-decoration:underline;
}

.bodyBold {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px; 
	margin-top:5px; 
	margin-bottom:10px; 
	font-weight:bold;
	}

.italic {
	font-style:italic;
}

.noBorder {
	border:0;
}

input.btn {
   color:#FFFFFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:CD7400;
   border:1px solid CD7400;
}
   
input.btnhov {
	border-top-color:7f4800;
	border-left-color:7f4800;
	border-right-color:7f4800;
	border-bottom-color:7f4800;
	background-color:7f4800;
}

.boldHGGreen {
	font-size:14px;
	font-weight:bold;
	color:#84933F;
}

.boldHGRed {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
}

.normal {
	color:#000;
	font-weight:normal;
}

.rightAlign {
	text-align:right;
}

.rightAlignForm {
	text-align:right;
	padding-right:6px;
	
}

.leftAlign {
	text-align:left;
}

.number {
	font-weight:bold;
	color:#990000;
}

.caption {
	font-size:10px;	
	color:#666666;
}

/* T A B L E   S T Y L E S */

.datatable {
	border:1px solid #79520e;
	border-collapse:collapse;
	width:660px;
}

.datatable col.item {
}

.datatable col.odd {
	background-color:#E7E3D2;
}

.datatable col.even {
	background-color:#FFF;
}

.datatable td {
	padding:4px 0 4px 4px;
	color:#666;
	text-align:left;
	border:1px solid #79520e;
}

.datatable th {
	border:1px solid #5B473B;
	background-color:#5B473B;
    color:#FFFFFF;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	line-height:14px;
	padding:2px;
}

.datatable tr.altrow {
	/* background-color:#cfb78f; */
	background-color:#FAF7DE;
}

.listHeadPlain {
	color:#E7E3D2;
	font-weight:normal;
	font-size:9px;
}

#item {
	padding-right:4px;
}


#tableBullet { 
	font-family:Webdings,"Zapf Dingbats"; 
	font-size:10px;
	color:#84933F;
	text-align:center;
}


/* I M A G E  S T Y L E S */

.imageright {
	padding:0px;
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:15px;
	text-align:right;
}

.imageleft {
	padding:6px 0 0 0;
	float:left;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
}

/* P Y O  P A G E   S T Y L E S */

.pyo_image {
	padding:0px;
	float:left;
	margin:10px 12px 10px 0;
	text-align:left;
}
/* ********* MATT! ADDED FROM HERE ON  ******* */
/* clearing tools ---------------------- */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
