/**
 * @file
 * @project 887
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */
 
h1 { font-size:3em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.75em; }
h2 { font-size:2.5em; font-weight:normal; letter-spacing:-.04em; margin:1em 0; }
h3 { font-size:2em; font-weight:normal; letter-spacing:-.04em; margin:1.28em 0; }
h4 { font-size:1.5em; font-weight:bold; letter-spacing:-.04em; margin:1.5em 0; }
h5 { font-size:1.25em; font-style:italic; margin:1.67em 0; }
h6 { font-size:1em; font-weight:bold; margin:2.05em 0; }
p,
form { margin:0 0 1.5em; padding:0; }
blockquote { margin:1.5em; }
sup,
sub { line-height:0; }
address { margin:0 0 1.5em; }
pre,
code { margin:1.5em 0; white-space:pre; }
pre,
code,
tt { line-height:1.5; }
caption { margin:0; padding:.5em; }
/** 
 * ------------------------------------------------------------------
 * @section LEFT BOX
 * ------------------------------------------------------------------
 */
a:hover { text-decoration:none; }
font { letter-spacing:normal; }
body {
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	font-size:100%;
	padding:40px;
	margin:0;
}
.sf_header_wrapper {
	padding:0;
	float:left;
	margin-top:7%;
	width:460px;
}
.sf_region3 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_region3:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main_header {
	font-size:56px;
	padding:15px;
}
/** 
 * @section NAVIGATION
 */
 
.sf_navigation .widget_header { display:none; }
.sf_navigation {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_navigation ul {
	list-style: none;
	float: left;
	padding:20px;
	margin:0;
}
.sf_navigation ul li {
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation ul li a {
	display: block;
	font-size:22px;
	padding:5px 0;
	min-width:200px; /* Fast hack */
	width:auto !important; /* Fast hack */
	width:200px; /* Fast hack */
}
.sf_navigation .subnav {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	padding:10px;
	list-style: none;
	float: left;
	position: absolute;
	left: -999em;
	margin-left:125px;
	margin-top: -2.5em;
	width: 200px;
	z-index:1499;
}
.sf_navigation .subnav li {
	position: relative;
	float: left;
	width: 200px;
}
.sf_navigation .subnav li a {
	display: block;
	width: 200px;
}
#Nav1 li:hover ul, #Nav1 li.sfhover ul { /* lists nested under hovered list items */ 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 RIGHT BOX
 * ------------------------------------------------------------------
 */

.sf_main_wrapper {
	float:right;
	margin-bottom:40px;
	width:470px;
}
.sf_main {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-size:.75em;
}
.sf_pagetitle { font-size:20px; }
.sf_pagetitle h1 {
	border-bottom:solid 1px;
	font-size:20px;
	margin:0 0 15px;
}
.sf_main h2, .sf_main h3, .sf_main h4 { border-bottom:solid 1px; }
.sf_region6 {
	padding:20px;
	width:430px;
}
.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/** 
 * ------------------------------------------------------------------
 * @section FOOTER / BANNER
 * ------------------------------------------------------------------
 */

.sf_region10 {
	clear:both;
	padding-top:60px;
	width:100%;
}
.sf_footer {
	font-size:.75em;
	text-align:center;
}
.sf_banner {
	font-size:.75em;
	margin-top:20px;
	text-align:center;
}
/** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */

*html .sf_header_wrapper { position:absolute; }
