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

html, body, div, span,   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,   
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;  
    background: transparent;  
}   
ol, ul {
	list-style: circle;
	padding:25px;
	padding-top:0px;
	margin:0px;
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}  
   
table {  
     border-collapse: collapse;  
    border-spacing: 0;  
}  

body {
	line-height: 1; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
a:link {
	color:#007CAB;
	text-decoration: none;
}
a:visited {
	color:#007CAB;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color:#007CAB;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color: #007CAB;
}
h1 {
	font-size:16px;
	color: #89B454;
}
h2 {
	font-size:16px;
	font-weight:normal;
	letter-spacing:5px;
	color: #007CAB;
	border: 1px dotted #8BB456;
	text-transform: uppercase;
	padding: 5px;
	margin-bottom: 15px;
}
p {
	font-style:italic;
}
li {
	margin-bottom: 12px;
}
img {
	margin-top: 0px;
	margin-left: 0px;
}

.container {
	width:1150px;
	margin: 0;
}

.headerbar {
	background-image:url(images/sfb-header.jpg);
	background-repeat:repeat-x;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #89B556;
	font-weight: bold;
	letter-spacing: 1px;
}
.lside {
	width: 250px;
	float: left;
	margin-bottom: 20px;
}
.lsideinside {
	border-left-color:#007CAB;
	border-left-style:solid;
	border-left-width:20px;
	margin-top: 65px;
}
.lsideinside a {
	margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;
}
.lsideinside img {
	margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;
}
.flash-home {
	width: 850px;
	height: 325px;
	float: left;
}
.flash {
	width: 850px;
	height: 150px;
	float: left;
}
.title{
	background-image:url(images/sfb-title.jpg);
	margin-top:20px;
	width:790px;
	height:40px;
	margin-left: 25px;
	float: left;
}
.textarea {
	margin-top:10px;
	width: 790px;
	border-bottom-color:#007CAB;
	border-top-color:#007CAB;
	border-bottom-style:solid;
	border-top-style:solid;
	border-bottom-width:10px;
	border-top-width:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float: left;
	margin-left: 25px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 15px;
}
.textpic {
	width:115px;
	height:160px;
	float:left;
	margin-right: 15px;
	border: 1px dotted #8BB456;
	clear: both;
}
.texttext {
	float: left;
	width: 100%;
}
.footer {
	width:780px;
	margin-left: 275px;
	border-left-color:#007CAB;
	border-left-style:solid;
	border-left-width:10px;
	margin-bottom: 30px;
	clear: both;
	height: 65px;
}
.optimize {
	margin-right: auto;
	margin-left: auto;
	margin-top: -2650px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	z-index: 0;
}

