/**
 * @file
 * @project 652
 * @package sftheme
 * @site app1
 */

body {
	background-image:url(images/652_html.jpg);
	background-color:#ffffff;
	color:#404040;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:14px;
	margin:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

.sf_outer_wrapper {
	background-image:url(images/652_body.jpg);
	background-repeat:repeat-x;
}

.sf_outer_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}

.sf_wrapper {
	margin:auto;
	width:1006px;	
}

.sf_main_wrapper {
	padding:10px 0 40px;
}

.sf_main_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}

/**
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	background-repeat:repeat-y;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:auto;
	width:1006px;
}

.sf_header_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_main_header {
	color:#ffffff;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:42px;
	font-weight:normal;
	float:left;
	margin:0;
	padding:20px 0 0 20px;
	width:460px;
}

.sf_main_header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_extra3 {
	background-repeat:no-repeat;
	clear:both;
	height:10px;
}

.sf_region4 {
	margin:auto;
	width:1006px;
}

.sf_pagetitle {
	background-color:#FFFFFF;
	border-color:#C5C5C5;
	border-style:solid;
	border-width:1px 1px 0;
	color:#333;
	float:right;
	font-size:28px;
	padding:20px 20px 0;
	width:766px;
}

.sf_pagetitle h1 {
	font-size:28px;
	margin:0;
}

/**
 * ------------------------------------------------------------------
 * @section navigation
 * ------------------------------------------------------------------
 */

.sf_region5 {
	display:inline-block;
	float: left;
	padding:10px 0 40px;
	position:relative;
	width: 198px;
	z-index:9999;
}

.sf_navigation {
	float:left;
	padding-top:5px;
}
 
.sf_navigation .widget_header {
	display:none;
}

.sf_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 198px;
}

.sf_navigation ul li {
	position: relative;
	float: left;
	width: 198px;
}

.sf_navigation ul li a {
	background-image:url(images/652_nav.jpg);
	background-repeat:repeat-y;
	font-size:26px;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding:3px 5px;
	margin:0 0 2px;
}

.sf_navigation ul li:hover a,
.sf_navigation ul li a:hover {
	background-image:url(images/652_nav-o.jpg);
	background-repeat:repeat-y;
}

.sf_navigation .subnav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 150px;
	position: absolute;
	left: -999em;
	margin:-38px 0 0 198px;
	z-index:1000;
}

.sf_navigation .subnav li {
	background-image:none;
	position: relative;
	float: left;
	width:150px;
}

.sf_navigation .subnav li a {
	background-image:none !important;
	color: #fff;
	display: block;
	font-size:16px;
	text-decoration: none;
	padding:5px;
	margin:0;
}

.sf_navigation .subnav li a:visited {
	background-image:none !important;
	color: #fff;
}

.sf_navigation .subnav li a:hover {
	background-image:none !important;
	color: #fff;
}

#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 CONTENT
 * ------------------------------------------------------------------
 */

.sf_content {
	background-color:#ffffff;
	border-color:#C5C5C5;
	border-style:solid;
	border-width:0px 1px 1px;
	display:inline-block;
	float:right;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:806px;
}

div#content1,
div#content2,
div#content3 {
	padding:20px;
}

.ContainerBlock p {
	padding-top:0;
	margin-top:0;
}

.sf_content h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	margin:16px 0;
}

.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

/**
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */

.sf_footer,
.sf_banner {
	clear:both;
	margin:auto;
	width:1006px;
}

.sf_region10 {
	background-image:url(images/652_footer.jpg);
	border-top:solid 1px #c5c5c5;
	padding:20px 0 0;
	min-height:100px;
	height:auto !important;
	height:100px;
}

.sf_footer {
	color:#404040;
	min-height:1%;
	height:auto !important;
	height:1%;
	font-style:italic;
	text-align:right;
}

.sf_footer a {
	font-style:normal;
}

.sf_footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_banner {
	margin:100px auto 0;
	text-align:center;
	font-size:9px;
}

#bannerImage {
	margin:10px;
}

/**
 * ------------------------------------------------------------------
 * @section Form Elements
 * ------------------------------------------------------------------
 */
 
.btn {
	border-width:0;
	border-style:solid;
	color:#ffffff;
	font-size:10px;
	padding:2px 2px 3px;
	text-transform:uppercase;
	cursor:pointer;
}

.btn:hover {
	background-color:#737373;
}

.input {
	border-width:1px;
	border-style:solid;
	color:#737373;
	padding:3px;
}

.sf_content .input {
	background-image:none;
}
