/**
 * @file
 * @project 627
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
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;}
li ul, li ol {margin:0 2.5em;padding:0;}
ul, ol {margin:0 1.5em 1.5em 3em;padding:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dd {margin-left:1.5em;}
caption {margin:0; padding:.5em;}

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 

body {
	background-image: url(images/627_redline.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
}

.sf_outer_wrapper {
	width: 100%;
	background-image: url(images/627_belt.jpg);
	background-repeat: repeat-x;
}

.sf_wrapper {	
	width: 100%;
	background-image: url(images/627_uniform.jpg);
	background-repeat: no-repeat;
}

/** 
 * @subsection header
 */
.sf_header_wrapper {
	height: 85px;
	width: 780px;
	padding-top: 23px;
	margin-left: 150px;
}

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

.sf_main_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 1px;
	overflow: hidden;
	height: 85px;
	text-align: right;
	text-transform: uppercase;
	background-image: url(images/627_headerback.jpg);
	background-position: top left;
}


/** 
 * @subsection extra4
 */
.sf_extra4 {
	clear: both;
	height: 120px;
}

/** 
 * @subsection navigation
 */
 .sf_navigation .widget_header {
	display:none;
}

.sf_navigation {
	margin-left: 150px;
	width: 780px;
	margin-bottom:20px;
}

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

.sf_navigation .main_nav {
	margin-bottom:0px;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

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

.sf_navigation ul li {	
	float: left;
	width:auto !important;
	width:1%;
	white-space:nowrap;
	margin:0 30px 0 0;
	padding:0;
}

.sf_navigation ul li.sf_last_nav_item {	
	margin-right: 0;
}

.sf_navigation ul li a {
	display: block;
	width:auto !important;
	width:1%;
	border:none;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:31px;
	letter-spacing:1px;
	padding-top:8px;
	text-decoration:none;
	text-transform:uppercase;
}

.sf_navigation ul li a:visited {	
	border:none;
}

.sf_navigation ul li a:hover{
	background-image:url(images/627_hover.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:none;
	border:none;
}

/** 
 * @subsection subnav
 */
.sf_navigation .subnav { 
	list-style-type:none;
	position: absolute;
	left: -999em; 
	z-index:1000;
	height:auto;
	margin:-15px 0px 0px -10px;
	padding:3px 3px 0px;
	width:137px;
}

.sf_navigation .subnav li {
	float: left;
	width:137px;
	padding:0px;
	margin:0px;
	white-space:normal;
}

.sf_navigation .subnav li a {
	display: block;
	width:127px !important;
	height:auto;
	margin:0px 0px 3px;
	padding:2px 5px;
	background-image:none;
}

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

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

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	left: auto;
}

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

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

/** 
 * @subsection content
 */
.sf_extra5 {
	clear:both;
}

.sf_main_wrapper{
	float:left;
	width:780px;
	display:inline;
	margin-left:150px;
	margin-bottom:20px;
}

 
.sf_pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0px 0px 15px 0px;
}


.sf_content {
	text-align: justify;
	min-height:500px;
	height:auto !important;
	height:500px;
}

.sf_extra7 {	
	width: 100%;
	background-image: url(images/627_footer.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 62px;
	clear:both;
}

.sf_region7{
	display:none;
	float:left;
	width:190px;
	margin-left:-780px;
	overflow:hidden;
	margin-bottom:20px;
}

/** 
 * @subsection region10
 */
.sf_region10 {
	background-image: url(images/627_blue.jpg);
	padding:1px 0px 20px 150px;
}

.sf_footer {
	margin: 20px 0 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width:780px;
}

.sf_banner {
	font-size: 10px;
	margin: 20px 0 0px 0px;
	width:780px;
	clear:both;
}

.sf_banner a {
	text-decoration: none;
	border: none;
}

.sf_banner a:visited {
	text-decoration: none;
	border: none;
}


/** 
 * @subsection main links
 */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
 
 /** 
 * @subsection all widgets
 */
.widget {
	margin-bottom:25px;
}

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

.widget_header {
	font-family:"Times New Roman",Times,FreeSerif,serif;
	font-size:18px;
	font-weight:100;
	margin:0px 0px 5px;
	text-decoration:none;
	text-transform:uppercase;
}

.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;
}

.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;
}

 /** 
 * @subsection region10 widgets
 */
.sf_region10 {
	clear:both;
	position:relative; 
	width:100%;
}

.sf_region10 .widgetset{
	width:780px;
	
}

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

.sf_region10 .widget{
	width:218px;
	height:220px;
	overflow:auto;
	margin:20px 10px 0px;
	padding:10px 10px;
	float:left;
	display:inline;
}