/**
 * @file
 * @project 648
 * @package sftheme
 * @site app1
 */

/**
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */

body {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	color:#666666;
}



/**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

.sf_wrapper {
	width:840px;
	border:solid 15px;
	margin:40px auto 0;
	padding:40px 60px 60px;
	min-height:1%;
	height:auto !important;
	height:1%;
	position:relative;
	background-color:#ffffff;
}

/**
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;
	text-align:left;
}

.sf_header_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

h1 {
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
	text-align:left;
	font-size:36px;
	font:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
}

.sf_main_header {
	float:left;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:42px;
	font-weight:bold;
	color:#222222;
	margin:0 0 35px 0;
	padding:0 20px;
	width: 800px;
}

.sf_main_header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_pagetitle {
	font-size:20px;
	margin:25px 0 0;
	padding:0 20px;
	width:800px;
	float: left;
}

.sf_pagetitle h1 {
	font-size:20px;
	font-weight:normal;
	margin:0px;
}


/**
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */

.sf_navigation {
	float:left;
	margin:0;
	width:800px;
	padding:10px 20px;
	z-index:50;
	position: relative;
}
 
.sf_navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
	margin:0px;
	padding:0px;
}

.sf_navigation .widget_content {
	width:100%;
}

.sf_navigation .widget_header {
	display:none;
}

.sf_navigation ul {
	margin: 0;
	padding: 0;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	white-space: nowrap;	 
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
 
.sf_navigation ul li.sf_first_nav_item {
}
 
.sf_navigation ul li.sf_last_nav_item {	
}
 
.sf_navigation ul li a {
	display: block;
	color:#555555;
	margin:0;
	padding:0 20px 0 0;
	text-decoration: none;	
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */;
}
 
.sf_navigation ul li a:visited {
	color:#555555;
}
 
.sf_navigation ul li a:hover {
	color:#000000;
}
 
/**
 * @section subnav
 */
.sf_navigation ul.subnav {
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0;	
	padding-top:6px !important;
	padding-bottom:6px;
	line-height:1.9;
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	position: absolute;	
	width: 150px;
	z-index:1000;	
}
 
.sf_navigation ul.subnav  li {
	display:block;
	float: left;
	min-width:130px;
	width:130px;
	margin:0 10px;
	padding:0;
}
 
.sf_navigation ul.subnav  li a {
	display:block;
	padding:2px 5px;
	color:#555555;
	font-size:11px;	height:auto;
	white-space:normal;
}

.sf_navigation ul.subnav  li a:visited {
	color:#555555;
}

.sf_navigation ul.subnav  li a:hover {
	color:#000000;
}

.sf_navigation ul.subnav  li.sf_last_nav_item_subnav a {
	border-bottom:0;
}
 
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	left: auto;
}
 
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
#Nav1 li:hover, #Nav1 li.hover {
	position: static;
}
/**
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */

.sf_content {
	padding:0 15px;
	font-size:14px;
}

.sf_content h2 {
	font-size:18px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.4;
	margin:16px 0;
}

.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.sf_content h3, .sf_content h4, .sf_content h5, .sf_content h6 {
	font-size:16px;
	margin:16px 0;
}

.sf_content ul, .sf_content ol {
	margin-left:20px;
}

/**
 * @subsection error page
 *
 * The !important is to override app3
 */
.error, .info {
	font-weight:normal !important;
	margin:0.5em 0 !important;
	padding:0.4em !important;
}

/**
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */

.sf_banner {
	clear:both;
	padding-top:20px;
	width:990px;
}

.sf_footer {
	clear:both;
	color:#666666;
	font-size:13px;
	font-style:italic;
	padding:20px 15px 0;
	margin:30px auto 5px;
	text-align:left;
}

.sf_footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_banner {
	margin:5px auto 100px;
	text-align:right;
	font-size:12px;
	color:#666666;
}

#bannerImage {
	margin:5px;
}