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

	Folder:	Theme208
	Name:	Gifted
	Cat:	Generic

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



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	color: #454D55;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFF;
}

.sf_outer_wrapper{
	background-image:url(images/outer_bg.gif);
	background-repeat:repeat-x;
}
.sf_wrapper{
	width: 100%;
	margin: auto;
}



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






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

.sf_navigation{
	margin-top: -10px;
	width: 95%;
	
	margin:0 auto;
	background-color:#EDEDED;
	background-image:url(images/nav.gif);
	background-repeat:repeat;
	background-position:top;
}
.sf_navigation ul{
	margin: 0;
	padding: 0;
	height: auto !important; height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	float: left;
}
.sf_navigation ul li.sf_last_nav_item{
}
.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;
}
.sf_navigation ul li a:visited{
	color: #444;
}
.sf_navigation ul li a:hover{
	background-color:#2B2B2B;
	background-image:url(images/nav_hover.gif);
	background-repeat:repeat-x;
	background-position:top;
	color: #D1D1D1;
}

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 180px;
	left: -999em;
	z-index: 1000;
	background-color: #E8E8E8;
}

#Nav1 li ul li { /* second-level lists */	
	width: 180px;
	margin: 0px;
}

#Nav1 li ul li a { /* second-level lists */	
	width: 180px;
	padding: 10px 0px 0px 5px;
	margin: 0px;
}

#Nav1 li ul li a:hover { /* second-level lists */		
	background-color: #2A2A2A;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

/*------------------------------------
	PAGE TITLE
------------------------------------*/

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

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_content {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat;
	background-position:50% 0;
	color: #454D55;
	min-height: 350px; 
	height: auto !important; 
	height: 400px;
	padding: 50px 50px 0px 50px;
}


.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}


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


/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	color: #454D55;
}

a:visited {
	color: #454D55;
}

a:hover {
	color: #454D55;
}



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

.sf_banner a{
	color: #454D55;
}
.sf_banner a:visited{
	color: #454D55;
}
.sf_banner a:hover{
	color: #454D55;;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
