
body {
	margin: 0px;
	background: #083266 url(/images/SFI_BG.jpg) repeat-x top left;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.default {}

.ui_page_bg {
	background: transparent url(/images/SFI_Content.gif) repeat-y top center;
}

.ui_page {
	background: transparent url(/images/SFI_Bottom_BG.jpg) no-repeat bottom center;
	padding-bottom: 9px;
}

.home .ui_page {
	background: transparent url(/images/SFI_Bottom_BG_Home.jpg) no-repeat bottom center;
	padding-bottom: 3px;
}

.ui_top_bg {
	background: transparent url(/images/SFI_Top_Home_BG.gif) no-repeat top center;
	width: 787px;
	margin: 0px auto;
}

.ui_header_top_wrapper {
	background: transparent url(/images/SFI_Outside_BG_Sub.jpg) no-repeat top center;
}

.home .ui_header_top_wrapper {
	background-image: url(/images/SFI_Outside_BG.jpg);
}

.ui_header_top {
	width: 787px;
	height: 30px;
	margin: 0px auto;
}

.ui_outside {
	padding-top: 10px;
	font-size: 10px;
	color: #376599;
	float: right;
	width: 370px;
	text-align: right;
}

.ui_outside a:link{
	color: #376599;
}

.ui_outside a:visited{
	color: #376599;
}

.ui_outside a:hover{
	color: #fff;
}

.ui_outside a:active{
	color: #376599;
}

.ui_content {
	width: 776px;
	margin: 0px auto;
	overflow: hidden;
}

.ui_header_wrapper {
	width: 777px;
	float: left;
}

.ui_header {
	width: 777px;
	height: 129px;
	position: relative;
}

.home .ui_header {
	height: 267px;
}

.ui_header_left {
	background: transparent url(/images/SFI_Logo.jpg) no-repeat top left;
	width: 300px;
	height: 129px;
	position: absolute;
	top: 0;
	left: 0;
}

.home .ui_header_left {
	background-image: url(/images/SFI_Logo_Home.jpg);
	width: 261px;
	height: 267px;
}

.ui_header_right {
	width: 470px;
	height: 129px;
	position: absolute;
	top: 3px;
	left: 304px;
}

.home .ui_header_right {
	width: 513px;
	left: 263px;
}

.ui_top_nav_wrapper {
	clear: both;
	background: transparent url(/images/SFI_Nav1_BG.jpg) no-repeat top left;
	height: 26px;
	width: 777px;
}

.ui_top_nav_wrapper_2 {
	background: transparent url(/images/SFI_Nav2_BG.jpg) no-repeat top left;
	height: 20px;
	width: 777px;
}

.ui_main_content_wrapper {
	padding: 20px;
	background: transparent url(/images/SFI_Content2.gif) repeat-y top center;
}

.ui_main_content {
	width: 737px;
}

.left 
{
	margin: 0;
	padding: 0;
	width: 531px;
	float: left;
}

.right {
	width: 183px;
	float: right;
	background: transparent url(/images/SFI_Vert_Line.jpg) no-repeat top left;
}

.right p.right_ad {

}
	
.rotator_bg {
	width: 149px;
	height: 113px;
	border: solid 1px #CCCC99;
}
	
.ui_footer {
	background: transparent url(/images/SFI_Footer.jpg) no-repeat top left;
	color: #353535;
	font-size: 10px;
	padding: 0 10px;
	height: 25px;
}

.ui_footer a:link {
	color: #353535;
}

.ui_footer a:visited {
	color: #353535;
}

.ui_footer a:hover {
	color: #fff;
}

.ui_footer a:active {
	color: #353535;
}

.ui_privacy_sitemap {
	width: 350px;
	float: left;
	padding-top: 5px;
}

.ui_print_email {
	color: #353535;
	font-size: 10px;
	float: right;
	width: 350px;
	text-align: right;
	padding-top: 5px;
}

.ui_print_email a:link {
	color: #353535;
}

.ui_print_email a:active {
	color: #353535;
}

.ui_print_email a:hover {
	color: #fff;
}

.ui_print_email a:visited {
	color: #353535;
}

.ui_copyright_tagline {
	clear: both;
	width: 777px;
	text-align: left;
	font-size: 10px;
	margin: 0px auto;
	color: #fff;
}

.ui_footer_banner {
	padding-left: 7px;
}

.ui_copyright {
	padding-left: 7px;
	padding-top: 10px;
}

.ui_copyright a:link {
	color: #6998CC;
	font-size: 10px;
}

.ui_copyright a:visited {
	color: #6998CC;
	font-size: 10px;
}

.ui_copyright a:hover {
	color: #fff;
	font-size: 10px;
}

.ui_copyright a:active{
	color: #6998CC;
	font-size: 10px;
}

.ui_tagline {
	padding-left: 7px;
	
}

/* Required Browser Specific Declarations */

/* <td><p>...</p><p>...</p><p>...</p></td> in firefox creates additional space above the first element and below the last */
/* the following classes remove this extra space for p, h1, h2, h3, h4, h5, h6 tags */
td p:first-child, 
td h1:first-child, 
td h2:first-child, 
td h3:first-child, 
td h4:first-child, 
td h5:first-child, 
td h6:first-child { margin-top: 0; }
td > p, 
td > h1, 
td > h2, 
td > h3, 
td > h4, 
td > h5, 
td > h6 { margin-bottom: 0; }