@charset "utf-8";
/* CSS Document */
body {
	position:relative;
	top:0px;
	left:0px;
	margin:			0px auto;
	padding:		0px;
	background-color:#333333;
/*	background-image: url(images/bg-body.jpg);
	background-position: top center;
	background-repeat:repeat-y;*/
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
	font-size:11pt;
}
img {
	border:none;
}
#logo h1, #logo small{
	margin:0px;
	display:block;
	text-indent:-9999px;
	z-index:20;
}
#logo {
	margin:0px;
	margin-top:5px;
	padding:0px;
	background-image:url(images/SFC-Logo.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -26px;
	top: 1px;
	z-index:20;
	width:451px;
	height:110px;
}
#logo a{
	display:block;
	position:absolute;
	top:0px;
	left:opx;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
}
.container {
	position:relative;
	top:0px;
	left:0px;
	width: 800px;
	margin:		0px auto;
	padding: 0px;
	text-align:		left;
	overflow:hidden;
}
.content-block {
	float: left;
	padding:0px;
	margin: 15px 0 0 15px;
	background:#fafafa;
	border:2px solid #ffffff;
	border-bottom:2px solid #999999;
}
.content-block p, table {
	margin:0px;
	padding:0px 10px 1em 10px;
	line-height:normal;
}
.content-block ul {
	list-style-type:square;
	list-style-position:inside;
	padding:0px 10px 1em 15px;
	margin:0px;
}
.content-block a, .content-block a:link, .content-block a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#339933;
}
.content-block a:hover {
	text-decoration:none;
}
.content-block h1 {
	margin:0px 0px 1em 0px;
	padding:0.2em 10px;
	display:block;
	background:#1a3b06;
	height:auto;
	color:#ffffff;
	font-size:12pt;
}
.nl{
	list-style-type:none;
}
.content-block h2 {
	margin:0px;
	padding:0px 10px;
	font-weight:bold;
	font-size:11pt;
	display:block;
}
.clear {
	clear:none;
}
#top-container {
	overflow:visible;
	height:80px;
	background:#1a3b06;
	border-bottom:2px solid #ffffff;
	color:white;
	z-index:20;
}
#middle-container {
	height:auto;
	background-image:url(images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:0;
}
#footer-container {
	height:100px;
	padding:0px;
	background-color:#444444;
	color:#EEEEEE;
	font-size:10pt;
	vertical-align:bottom;
	overflow:visible;
}
#footer-container p {
	padding:15px;
}
#main-block {
	padding: 0 20px 20px 0;
	min-height: 500px;
	background: #e0e0e0;
	overflow:hidden;
}
#featured-block {
	position:absolute;
	left:560px;
	top:100px;
	height:auto;
	width:auto;
}
#menu-block {
	position:absolute;
	left:0px;
	right:0px;
	background:#333333;
	top:0px;
	padding: 0;
	height:33px;
 	background-image:url(images/bg-top.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
	border-bottom:2px solid #ffffff;
}
#menu {
	margin: -8px 20px 0px 0px;
	padding:18px 0px 0px 0px;
	display: block;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:bold;
}
#menu li {
list-style: none;
float: left;
margin: 0px;
display: block;
padding: 0px;
}
#menu li a, #menu li a:link, #menu li a:visited {
margin: 0px;
display: block;
padding: 1px 10px 1px 10px;
border:1px solid #e0e0e0;
border-bottom:1px solid #ffffff;
text-decoration: none;
background: #ffffff;
height:20px;
background-image:url(images/bg-top.png);
background-repeat:repeat-x;
background-position:bottom;
color:#335533;
}
#menu li a:hover, #menu li a#active {
padding: 0px 10px 1px 10px;
background: #1a3b06;
color:#e0e0e0;
border:1px solid #e0e0e0;
border-bottom:none;
}
#menu li a#active {
background: #1a3b06;
border:none;
border-bottom: 4px solid #1a3b06;
height:18px;
color:#ffffff;
}
#menu li#active1 {
border: 2px solid #e0e0e0;
border-left: 2px solid #ffffff;
border-bottom:none;
}
#submenu-block {
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
color:#000000;
background:url(images/header.jpg) left top no-repeat;
}
#submenu {
list-style-type: none;
margin: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
padding: 133px 0px 24px 10px;
background:url(images/bg-bottom.png) top left repeat-x;
border-bottom:2px solid #000000;
overflow:visible;
}
#submenu li {
float: left;
margin: 0;
padding: 0;
}
#submenu li a{
float: left;
position: relative;
top: 1px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/submenu-left.png) no-repeat left top;
margin: 0;
margin-right: 10px; /*Spacing between each tab*/
padding: 0 0 0 10px;
text-decoration: none;
color:#ffffff;
}
#submenu li a span {
float: left;
position: relative;
display: block;
background: url(images/submenu-right.png) no-repeat right top;
padding: 3px 10px 5px 0px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#submenu-block a span {float:none;}
/* End IE5-Mac hack */

#submenu li a:hover {
background-position: 0% -33px;
top: 0;
cursor:pointer;
}
#submenu li a:hover span {
background-position: 100% -33px;
padding-bottom: 4px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
padding-top:5px;
top: 0;
cursor:pointer;
color:#333333;
}
#submenu li a#current {
background-position: 0 -33px;
top: 0;
color:#000000;
}
#submenu li a#current span {
background-position: 100% -33px;
padding-bottom: 4px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
padding-top: 5px;
top: 0;
}

.back-button {
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url(images/back.gif);
	width:54px;
	height:23px;
}
.back-button:hover {
	cursor:pointer;
}
#Seal {
	position: absolute;
	bottom: 5px;
	right: -40px;
	z-index:20;
}
.required {
	background-color:#e0e0e0;
	
/*	font-weight:bold;*/
}
.content-block table
{
    background:#1a3b06;
    border:border-width:4;
    color :#ffffff;
	font-size:12pt;
}	

    