
body {
	margin: 0px;
	background: #ededed url(/images/SFI-bg.jpg);
}

.ui_wrap{	background: transparent url(/images/SFI-bg-rp.jpg) repeat-x top left;}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.is_home .ui_page {z-index: 6;}

.ui_header {
	/*if positioning element need to set z-index to 10 for content rotator & flyout*/
	width: 1160px;
	margin: 0px auto;
	position: relative;
		z-index: 1;
	min-height: 300px;
}
.is_home .ui_header {min-height: 100px; z-index: 10;}
	.ui_logo{float: left; width: 390px;
			background: transparent url(/images/SFI-logo.png) no-repeat left 10px;
			position: relative;
				z-index: 10;}
	.ui_topnav{float: right; width: 770px;
			background: url(/images/SFI-header-bg-rp.png) repeat-x top left;
			position: relative;
				z-index: 10;}
	.ui_rotator {
		position: absolute;
			top: 0;
			left: 0;
			z-index: 5;
		-webkit-box-shadow: 0px 2px 2px 0px #999999;
-moz-box-shadow: 0px 2px 2px 0px #999999;
box-shadow: 0px 2px 2px 0px #999999; 
		 width: 1160px;	min-height: 300px;}
	.is_home .ui_rotator{display: none;}
		
.ui_left {
	width: 230px;
	float: left;
	background: #fff;
	margin: 15px 0;
}
.is_home .ui_left{display: none;}
	.ui_left .NavigationTitle{display: inline-block; font: bold 20px/20px Calibri,Georgia,Utopia,Palatino,'Palatino Linotype',serif; color: #091a21; padding: 15px 0 0 15px; }


.ui_right {
	width: 710px;
	float: right;
	background: #fff;
	margin: 15px 0;
}
.is_home .ui_right{width: 980px; margin: 0;}
	.ui_main_content_wrapper {
		padding: 20px;
	}
		.ui_main_content {}	
		.is_home .ui_main_content {padding-top: 416px;}	
		
			
		
.ui_footer_wrapper {
	margin: 0 0 30px 0;
	background-color: #22456c;
	width: 960px;
	height: 80px;
		-webkit-box-shadow: 0px 5px 10px 1px #666666;
		-moz-box-shadow: 0px 5px 10px 1px #666666;
		box-shadow: 0px 5px 10px 1px #666666; 
}
.is_home .ui_footer_wrapper {width: 980px; margin-left: -20px; /*this is to accomodate for homepage table*/}

	.ui_footer {
		padding: 20px;
	}

		.ui_social {
			float: right;
			color: #6481a1;
		}

			a.PrintPageLink:link, a.PrintPageLink:visited { }
			a.PrintPageLink:hover {}
			a.PrintPageLink:active {}

			a.TellAFriendLink:link,	a.TellAFriendLink:visited {}
			a.TellAFriendLink:hover {}
			a.TellAFriendLink:active {}

		.ui_credits {
			text-align: right;
			float: right;
			width: 450px;
			height: 40px;
			color: #6481a1;
			font: normal 10px/18px "Calibri", Arial, Tahoma, sans-serif;
		}

.ui_tagline a:link,
.ui_tagline a:visited {font-weight: normal;	color: #6481a1;}

.ui_tagline a:hover {font-weight: normal;	color: #ccc;}

.ui_tagline a:active{font-weight: normal;	color: #6481a1;}
