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


/*----------------------------------
		Typography
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:24px;margin:10px 0;padding:0px;font-family: Verdana, Geneva, Kalimati, sans-serif;}
h2 {font-size:20px;margin:10px 0;padding:0px;font-family: Verdana, Geneva, Kalimati, sans-serif;}
h3 {font-size:20px;margin:10px 0;padding:0px;font-family: Verdana, Geneva, Kalimati, sans-serif;}
h4 {font-size:16px;margin:5px 0;padding:0px;font-family: Verdana, Geneva, Kalimati, sans-serif;line-height: 18px;}
h5 {font-size:13px;font-weight:bold;margin:5px 0;padding:0px;font-family: Verdana, Geneva, Kalimati, sans-serif;}
h6 {font-size:13px;font-weight:bold;margin:3px 0;padding:0px;font-family: Verdana, Geneva, Kalimati, sans-serif;}


/*----------------------------------
		General
----------------------------------*/

html {	    
	margin: auto;
	background-image: url(images/736_mainbg.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
	background-attachment: fixed;	
	height: 100%;	
}

body {	
	margin: auto;	
	color:#ffffff;
	background-color: transparent;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(images/736_border.png);
	background-repeat: repeat-y;	
	background-position: top center;
	min-height: 100%;
}

* html body {
 	background-image: none;
}

.sf_outer_wrapper {
	width: 1044px;
    margin: auto;
}

.sf_wrapper {	
	width: 600px;
    float:right;
	margin-right: 135px;
	_margin-right: 50px;
	min-height: 870px;
	height: auto !important;
	height: 870px;
}
	
/*--------------------------
		Content
--------------------------*/

.sf_main_header {
	text-align: center;	
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 56px;
	font-weight: normal;
	color: #ffffff;		
	padding: 20px;		
	width: 560px;
	_width: 590px;	
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

.sf_main {
	clear: right;	
}

.sf_region6 {
	padding-top: 40px;
}

.sf_pagetitle {		
	font-size:20px;
	padding: 0 28px;
	text-align: left;
	color: #ffffff;
}

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

.sf_content {	
	padding: 0;	
	line-height: 1.4;	
	margin:10px 20px 40px;
	width: 560px;
	min-height: 200px;
}

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

/*--------------------------
		 Footer
--------------------------*/

.sf_region9 {
	clear:both;
	width: 600px;
	margin: auto;
	color: #ffffff;
	padding: 20px 0;
}

.sf_footer {	   
    clear:both;
	font-family: Verdana, Geneva, Kalimati, sans-serif;	
	text-align:center;	
	padding:10px;
	font-size:10px;
	color: #ffffff;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

.sf_banner {
	margin: 0px auto;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}

.sf_footer a:link,
.sf_footer a:visited,
.sf_banner a:link,
.sf_banner a:visited,
#bannerLink a:link, 
#bannerLink a:visited{
	color: #ffffff;	
}

#bannerLink {
	padding: 10px 0 0;
}

.sf_region10 {
	clear:both;
}


/*--------------------------------
		Navigation
---------------------------------*/
.sf_region1 {
	float: left;
	display:inline;
	width: 240px;
	margin-left: 45px;
	margin-top: 148px;
	position: relative;	
	z-index: 1001;
}

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
}

.sf_navigation {	
	clear:both;			
	padding:0;
	margin: 0;
	width:240px;
	background-image: url(images/736_navbg.png);
	background-repeat: repeat;
}

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

.sf_navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:1%;
	float: left;
}

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

.sf_navigation ul li {
	float:left;	
	padding:0;
	white-space:normal;
	border-bottom: 1px solid #bbb;
}

.sf_navigation ul li.sf_last_nav_item {		
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li a {		
	padding: 5px 20px;
	text-decoration:none;
	display: block;	
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:17px;
	font-weight: normal;
	width:200px;
	text-align: left;
}

.sf_navigation ul li a:visited {	
	text-decoration:none;
}

.sf_navigation ul li a:hover {	
	background-color: #dcdbdf;	
	text-decoration: none;
}

.sf_navigation ul li:hover a {
	background-color: #dcdbdf;	
	text-decoration: none;			
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 150px;
	left: -999em;
	z-index: 1000;	
	margin:0 0 0 70px;	
}

.sf_navigation .subnav li { 
	background-color: #ffffff;
	width: 150px;
	background-image: none;
	white-space: normal;
	height: auto;		
	margin: 0;
	padding: 0;		
}

.sf_navigation .subnav li a { 
	color: #fff !important;		
	width: 130px;
	height: auto;
	padding: 3px 10px;		
	margin: 0;	
	text-align: left;
	font-size: 13px;
}

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

.sf_navigation .subnav li a:hover { 
	color: #ddd !important;
	text-decoration: none;	
}

#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;
}
 
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}

/*--------------------------------
		End Navigation
---------------------------------*/

/*--------------------------
		Sidebar Left/Right
---------------------------------*/

.sf_region7 {
	float: left;	
	color: #ffffff;
	display:block;
	margin-left: 10px;
	_margin-left: 5px;
	width: 290px;
}

.sf_region8 {
	float: right;	
	color: #ffffff;
	display:block;
	margin-right: 10px;
	_margin-right: 0;
	width: 290px;
}

.sf_region7 .widgetset {	
	float: left;
	display: block;	
	padding-top: 20px;
	margin-top: 20px;	
}

.sf_region8 .widgetset {	
	float: left;
	display: block;	
	padding-top: 20px;
	margin-top: 20px;	
	margin-left: 2px;
}

.sf_region7 .widget,
.sf_region8 .widget {
	width:248px;
	padding:10px 20px;	
	float:left;
	display:inline;
	margin:2px 0;	
	overflow: hidden;
}

.sf_region7 .widget_content,
.sf_region8 .widget_content {	
	padding: 5px 15px;
	margin: 0px;	
	font-size: 12px;
}

.sf_region7 .widget_header,
.sf_region8 .widget_header {
	margin:0px;
	padding:0px;
	font-size:20px;
	text-align: left;
}

.sf_region7 .widget ul,
.sf_region7 .widget ol,
.sf_region8 .widget ul,
.sf_region8 .widget ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.sf_region7 .widget li,
.sf_region8 .widget li {	
	padding: 5px 0px;
	overflow:hidden;
}

.sf_region7 img,
.sf_region8 img {
	vertical-align: top;
	padding: 2px 4px;
	border: none;
}

.sf_region7 a:link,
.sf_region7 a:visited,
.sf_region8 a:link,
.sf_region8 a:visited {
	text-decoration:underline;
	padding: 2px 0;
	color: #ffffff;
}

.sf_region7 a:hover, 
.sf_region8 a:hover {
	padding: 2px 0;
	text-decoration: none;
}

.sf_region7 .widget_content .form_item,
.sf_region8 .widget_content .form_item {
	margin:0px;
	padding:0px;
}

.sf_region7 .widget input,
.sf_region7 .widget select,
.sf_region8 .widget input,
.sf_region8 .widget select {	
	width:175px;
}

.sf_region7 .widget .btn,
.sf_region8 .widget .btn {
	width:auto;
	margin: 5px 0px;
}

.sf_region7 .widget_content .form_item,
.sf_region8 .widget_content .form_item {
	width: 200px;
}
/** 
 * ------------------------------------------------------------------
 * @section Pod   
 * ------------------------------------------------------------------
 */
.sf_pod {
	clear: both;
	padding: 10px 10px 10px 5px;
	text-align: left;
}


/*--------------------------
		Other
--------------------------*/

a:link {
	color: #ffffff;
	text-decoration: underline;	
}

a:visited {
	color: #ffffff;
	text-decoration: underline;		
}

a:hover {
	color: #ffffff;
	text-decoration: none;	
}

input[type="text"], textarea {
	border-color: #dddddd;
}
