/**
 * @file
 * @project 644
 * @package sftheme
 * @site app1
 */

/**
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */

body {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:16px;
	padding:0;
	margin:0;
	background-color:#ffffff;
	color:#000000;
}

/* ------- DO NOT EDIT THIS DECLARATION ------ */

/**
 * @hack IE border fix
 *
 * Target IE's line height to prevent the editor from
 * cutting of the borders
 */
div.Block,
div.ActiveBlock,
div.Block *,
div.ActiveBlock * {
	*line-height:1 !important;
}

/**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

.sf_wrapper {
	width:960px;
	margin:0 auto;
	min-height:1%;
	height:auto !important;
	height:1%;
	position:relative;
}

/**
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
/**
 * @section navigation
 */

.sf_navigation .widget_header {
	display:none;
}

.sf_navigation {
	margin: 0px;
	width: 960px;
	z-index:50;
	position: relative;
}

.sf_navigation ul {
	margin: 0;
	padding: 0;
}

.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}

.sf_navigation ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
	text-align:left;
}

.sf_navigation ul li a {
	display: block;
	margin:0px;
	padding:0px;
	text-decoration: none;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
	padding:0 15px 0 0;
}

/**
 * @section subnav
 */

.sf_navigation ul.subnav {
	border:1px solid #bbb;
	border-top:0;
	left: -999em;
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 180px;
	z-index:1000;
	background-color:#fff;
}

.sf_navigation ul.subnav  li {
	float: left;
	margin:0;
	padding:0;
	width: 180px;
    white-space:normal;
}

.sf_navigation ul.subnav li a {
	border:0;
	border-bottom:1px solid #bbb;
	display: block;
	height:auto;
	min-width:150px;
	padding: 7px 15px;
	width: 150px !important;
	white-space:normal;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul {
	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 HEADER
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:10px;
	text-align:center;
}

.sf_header_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

h1 {
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
	text-align:center;
	font-size:40px;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-weight:bold;
	line-height:1;
	margin:20px 0;
	color:#000000;
}

.sf_main_header {
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
	text-align:center;
	font-size:40px;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-weight:bold;
	line-height:1;
	margin:20px 0;
	color:#000000;
}



h1:after,
.sf_main_header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.sf_pagetitle {
	padding-bottom:10px;
	border-bottom:2px solid #EBEBEB;
	margin-bottom:20px;
	font-size:18px;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-weight:bold;
	line-height:1.4;
	text-transform:uppercase;
	color:#000000;
	text-align:center;
}

.sf_pagetitle h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
}


/**
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.sf_content {
	line-height:1.5;
}

.sf_content h2 {
	font-size:18px;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-weight:bold;
	line-height:1.4;
	margin:0;
	text-transform:uppercase;
	text-align:right;
}

.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.sf_content h3, .sf_content h4, .sf_content h5, .sf_content h6 {
	font-size:16px;
	margin:16px 0;
}

.sf_content ul, .sf_content ol {
	margin-left:20px;
}

/**
 * @subsection error page
 *
 * The !important is to override app3
 */
.error, .info {
	font-weight:normal !important;
	margin:0.5em 0 !important;
	padding:0.4em !important;
}

/**
 * ------------------------------------------------------------------
 * @section SIDEBAR
 * ------------------------------------------------------------------
 */
.sf_region7 a,
.sf_region7 a:visited,
.sf_region7 a:hover {
	font-weight:normal;
}

.sf_region7 .widget {
	padding:10px 15px 0;
	margin-bottom:30px;
	font-size:14px;
}

.sf_region7 .widget_header {
	font-weight:normal;
	font-size:14px;
	margin:0 0 10px 0;
	padding:0px 0px 3px;
	text-transform:uppercase;
	border-bottom:2px solid #ebebeb;
}

/**
 * @section widget lists
 */
.sf_region7 ul,
.sf_region7 ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widget li{
	margin:0px;
	padding:0px 0px 8px;
}

/**
 * @section widget forms
 */
.sf_region7 .widget_content label{
	margin:0;
	padding:0;
	display:block;
}

.sf_region7 .widget_content form{
	margin:0;
	padding:0;
}


.sf_region7 .form_item {
	margin:0px;
	padding:0px 0px 8px;
}

.sf_region7 .widget_content select,
.sf_region7 .widget_content input[type="text"] {
	width:178px !important;
	border-style:solid;
	border-width:1px;
	padding:1px 0px;
}

/**
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */

.sf_footer,
.sf_banner {
	width:960px;
	clear:both;
	text-align:center;
}

.sf_region9 {
	clear:both;
	padding-top:10px;
	width:100%;
}

.sf_footer {
	border-top:2px solid #EBEBEB;
	padding-top:10px;
	margin:0px auto 5px;
	color:#000000;
}

.sf_banner {
	margin:5px auto 100px;
	color:#000000;
}

#bannerLink {
	width:300px;
	margin:0 auto;
}

.sf_region10 {

}

#bannerImage {
	margin:5px;
}