/**
 * @file
 * @project 663
 * @package sftheme
 * @site app1
 */
 
/* Typography */
 
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:30px;margin:10px 0;font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;font-style: italic;}
h2 {font-size:15px;margin:10px 0;font-family: Verdana, Geneva, Kalimati, sans-serif;}
h3 {font-size:15px;margin:10px 0;font-family: Verdana, Geneva, Kalimati, sans-serif;}
h4 {font-size:11px;margin:5px 0;padding:0;font-family: Verdana, Geneva, Kalimati, sans-serif;}
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;}


/* Main */
 
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:13px;
	background-color:#bdc2c7;
	color:#333333;
}

.sf_outer_wrapper {
	min-width:980px;
	margin:0 auto;
	background-color:#ffffff;
}

.sf_wrapper {	
	margin:0 auto;	
	min-height:1%;
	height:auto !important;
	height:1%;
	clear:both;
	width:90%;
	background-color: #ffffff;
	border-left: 1px solid #e4e3e6;
	border-right: 1px solid #e4e3e6;
	padding-bottom: 20px;
}

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

.sf_region1 {	
	background-repeat:no-repeat;
	width:100%;
	float:left;
	display: inline;	
	min-height:1%;
	height:auto;
	visibility: visible;		
}

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

.sf_main_header {
	float:left;
	display: inline;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:48px;
	font-weight:normal;
	font-style: italic;
	letter-spacing: 1px;
	min-height:95px;
	height:auto !important;
	height:95px;
	padding-top:10px;
	padding-bottom:5px;
	margin:0 60px;	
	color: #000000;	
	text-align:left;	
}

/* Navigation */

.sf_navigation .widget_header{
	display:none;
}

.sf_navigation .widget{
	margin-bottom: 0;
}

.sf_navigation {
	clear: both;
	display:block;
	font-size:11px;
	font-weight: normal;
	letter-spacing: 1px;	
	min-height:23px;
	height:auto !important;
	height:23px;	
	padding: 0px 52px;
	background-image: url(images/663_navbg.jpg);
	background-repeat: repeat;
	border-top: 1px solid #e4e3e6;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;	
	float:left;	
}

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

.sf_navigation ul li {
	float: left;
	width: auto !important;
	width: 1%;
	margin: 0;	
	padding:0;
	display:inline;
}

.sf_navigation ul li a {
	display: block;
	width: auto !important;
	width: 1%;
	white-space:nowrap;
	padding:4px 10px 6px;
	margin:0px;
	text-decoration:none;
	color: #6a6a6a;
}

.sf_navigation ul li a:visited{
	color: #6a6a6a;
	text-decoration: none;
}

.sf_navigation ul li a:hover {
	color: #6a6a6a;
	background-color: #e4e3e6;
}

/* Subnav */

.sf_navigation ul.subnav {
	padding: 0;
	margin: -1px 0 0;
	position: absolute;
	width: 150px;
	left: -999em; 
	z-index: 1000;
	background-color: #e4e3e6;
	border-top: 1px solid #ccc;
}

.sf_navigation ul.subnav li {
	float: right;
	width: 150px !important; 	
	margin: 0;	
	padding:0;
	border-bottom: 1px solid #ccc;	
}

.sf_navigation li.sf_first_nav_item  ul.subnav a {
	background-image:none;
}

.sf_navigation ul.subnav li.sf_last_nav_item_subnav {
	border-bottom: none;
}

.sf_navigation ul.subnav li a {
	display: block;
	width: 130px !important;
	padding:4px 10px;
	margin:0px;
	text-decoration:none;
	background-image:none;
	white-space:normal;
	font-size: 11px;
	font-weight: normal;
	color: #6a6a6a;	
}

.sf_navigation ul.subnav li a:visited {
	background-image:none;
	color: #6a6a6a;
}

.sf_navigation ul.subnav li a:hover {
	background-image:none;
	text-decoration: none;
	background-color: #efeef0;
	color: #6a6a6a;
}

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

#Nav1 li:hover, 
#Nav1 li.hover {  
    position: static;  
} 

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* Content */

.sf_main_wrapper {
	width:100%;	
}

.sf_main {	
	min-height:300px;
	height:auto !important;
	height:300px;		
}

.sf_region6 {	
	padding:15px 10px 15px 30px;	
}

.sf_pagetitle {	
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:24px;
	font-weight:normal;
	font-style: italic;
	padding:10px;
}

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

/* Footer */

.sf_region10 {	
	height: 150px;	
}

.sf_footer {
	text-align:right;
	font-size:11px;
	padding:10px 60px;
	color: #ffffff;
	border-top: 1px solid #e4e3e6;
}

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

.sf_banner {
	text-align:left;
	font-size:9px;
	float:left;
	padding:10px 60px;
}

#bannerLink a,
#bannerLink a:visited {
	color: #fff;
}

.sf_banner img {
	margin-bottom:3px;
}

.sf_banner #bannerLink {
	width:250px;
}
 
/* Sidebar */
 
 .sf_region7 {
 	font-size:11px;
 }

.widget {
	margin-bottom:10px;
}

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

.widget_header {		
	margin-bottom:10px;
	font-size:24px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-style: italic;	
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {
	color:#333333;
	text-decoration: none;
}

.widgetset .widget_header a:hover {	
	text-decoration: underline;
}

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

.widgetset .widget_content label{
	margin:0;
	padding:0;
	display:block;
}

.widgetset .widget_content form{
	margin:0;
	padding:0;
}

.widgetset .widget_content select,
.widgetset .widget_content input[type="text"] {
	width:178px;
	border-style:solid;
	border-width:1px;
	padding:1px 0px;
	border-color:#999999;
}

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

.widget li{
	margin:6px 0px;
	padding:0px;
}

.widgetset .widget_content .form_item{
	margin:6px 0px;
	padding:0;
}

.btn {
	margin:2px 0px;
}