/*********************************************************
**********************************************************

	Folder:	Theme208
	Name:	Gifted
	Cat:	Generic

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
}

div.sf_outer_wrapper{
}
div.sf_wrapper{
	width: 100%;
	margin: auto;
}



/*------------------------------------
	HEADER
------------------------------------*/
div.sf_header_wrapper{
	padding-top: 50px;
	padding-left: 50px;
	min-height: 146px; height: auto !important; height: 146px;
}
div.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
div.sf_main_header{
	font-size: 26px;
	font-weight: bold;
	margin-bottom:5px;
	height: 40px;
	overflow:hidden;
}
div.sf_sub_header{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
margin: 0;
padding: 0;
}






/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top {
	display: none;
}

div.sf_navigation{
	margin-top: -10px;
	width: 95%;
	
	margin:0 auto;
	background: #EDEDED url(images/nav.gif) repeat top;
}
div.sf_navigation ul{
	
	margin: 0;
	
	padding: 0;
	height: auto !important; height: 1%;
}
div.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
div.sf_navigation ul li{
	list-style-type: none;
	float: left;
}
div.sf_navigation ul li.sf_last_nav_item{
}
div.sf_navigation ul li a{
	display: block;
	text-decoration: none;
	min-height: 28px; height: auto !important; height: 28px;
	width: auto !important; width: 1%;
	white-space: nowrap;
	font-size: 14px;
	padding: 8px 20px 0 20px;
	color: #444;
}
div.sf_navigation ul li a:hover{
	background: #2B2B2B url(images/nav_hover.gif) repeat-x top;
	color: #D1D1D1;
}



/*------------------------------------
	PAGE TITLE
------------------------------------*/
div.sf_pagetitle{
	font-weight:bold;
	font-size: 18px;
	padding: 80px 50px 0 50px;
}
div.sf_pagetitle div{
	min-height: 44px; height: auto !important; height: 44px;
	color: #fff;
}




/*------------------------------------
	CONTENT
------------------------------------*/
div.sf_content{
	background: #fff url(images/body_bg.gif) no-repeat top right;
	color: #454D55;
	height: 1500px;
	min-height: 350px; height: auto !important; height: 400px;
	padding: 50px 50px 0px 50px;
}





/*------------------------------------
	FOOTER
------------------------------------*/
div.sf_footer{
	padding: 20px 50px 40px 50px;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
}






/*------------------------------------
	BANNER
------------------------------------*/
div.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size:10px;
}
div.sf_banner div#bannerLink{
	padding-top: 10px;
}


