/**
 * @file
 * @project 728
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */
h1 { font-size:3em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.5em; }
h2 { font-size:2.5em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.75em; }
h3 { font-size:2em; font-weight:normal; letter-spacing:-.04em; margin:0 0 1em; }
h4 { font-size:1.5em; font-weight:bold; letter-spacing:-.04em; margin:0 0 1.25em; }
h5 { font-size:1.25em; font-style:italic; margin:1.67em 0; }
h6 { font-size:1em; font-weight:bold; margin:2.05em 0; }
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; }
caption { margin:0; padding:.5em; }
/** 
 * ------------------------------------------------------------------
 * @section Structure
 * ------------------------------------------------------------------
 */
a {
	padding:2px;
	text-decoration:none;
}
h1,
h2,
h3,
h4 {
	font-family: "Times New Roman", Times, FreeSerif;
	line-height:normal;
}
body {
	background-color:#000000;
	background-repeat: repeat-x;
	color:#75767e;
	font-family: "Times New Roman", Times, FreeSerif;
	font-size:16px;
	margin:0;
	padding:0;
}
.sf_outer_wrapper {
	margin:0 auto;
	width:984px;
}
.sf_outer_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_wrapper { position:relative; }
.sf_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/** 
 * ------------------------------------------------------------------
 * @section Header
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	min-height:369px;
	height:auto !important;
	height:369px;
	margin-bottom:20px;
	position:relative;
	z-index:499;

}
.sf_region3 {
	padding:0 0 0 0;
	position:relative;
	z-index:499;

}
.sf_region3:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_main_header {
	display: inline;
	color:#ffffff;
	float:left;
	font-family: "Times New Roman", Times, FreeSerif;
	font-size:64px;
	min-height:64px;
	height:auto !important;
	height:64px;
	letter-spacing:-.04em;
	padding: 0 22px 10px;
	position:absolute;
	background-repeat: repeat;


}
/** 
 * ------------------------------------------------------------------
 * @section Navigation
 * ------------------------------------------------------------------
 */
.sf_navigation .widget_header { display:none; }
.sf_navigation {
	background-color:#75767e;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0 0 20px;
	position:relative;
	z-index:1499;
}
.sf_navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_navigation ul {
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0;
	padding:10px;
}
.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 */
}
.sf_navigation ul li a {
	color:#ffffff;
	display: block;
	font-size:20px;
	margin:0;
	padding:6px 16px;
	text-decoration:none;
	min-width:1%; /* Fast hack */
	width:auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
.sf_navigation ul li a:visited { color:#ffffff; }
.sf_navigation ul li a:hover { color:#ffffff; }
/** 
 * ------------------------------------------------------------------
 * @section Subnav
 * ------------------------------------------------------------------
 */
.sf_navigation .subnav {
	left: -999em;
	list-style: none;
	margin:0;
	padding:0;
	position: absolute;
	width: 160px;
	z-index:1000;
}
.sf_navigation .subnav li {
	float: left;
	margin:0;
	padding:0;
	width: 160px !important;
	white-space:normal;
}
.sf_navigation .subnav li a {
	color:#ffffff;
	border:none;
	display: block;
	font-family: "Times New Roman", Times, FreeSerif;
	font-size:13px;
	padding:5px 12px;
	height:auto;
	width:136px;
	white-space:normal;
}
.sf_navigation .subnav li a:visited { color:#ffffff }
.sf_navigation .subnav li a:hover {
	background-color:#75767e;
	color:#ffffff
}
.sf_navigation .subnav li.sf_first_nav_item_subnav a { }
.sf_navigation .subnav li.sf_last_nav_item_subnav a { }
#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 Content
 * ------------------------------------------------------------------
 */
.sf_content { 
	line-height:1.4;   
	font-family:Arial, Helvetica, FreeSans, sans-serif;
}
.sf_content a{
	text-decoration:underline;
}
.sf_content a:visited{
	text-decoration:underline;
}
.sf_content a:hover{
	text-decoration: none;
}
.sf_content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_content font { line-height:normal; }
.sf_pagetitle {
	color:#75767e;
	font-size:48px;
	
}
.sf_pagetitle h1 { font-size:48px; }
/** 
 * ------------------------------------------------------------------
 * @section Widgets
 * ------------------------------------------------------------------
 */
.sf_region6 {
	min-height:1%;
	height:auto !important;
	height:1%;
	position:relative;
	/*added*/
	padding: 20px;
	background-color: #FFFFFF;
}
.sf_region6:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_region6 .widgetset {
	float:left;
	width:240px;
}
.sf_region6 .widgetset .widget_header { padding:10px; }
.sf_region6 .widgetset .widget_header a { color:#ffffff; }
.sf_region6 .widgetset .widget_header a:visited { color:#ffffff; }
.sf_region6 .widgetset h3 { margin:0 0 5px; }
.sf_region6 .widgetset .widget_content {
	padding:10px 0 20px;
	overflow:hidden;
	width:240px;
}
.sf_region6 .widgetset ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sf_region6 .widgetset ol {
	padding:0 0 0 30px;
	margin:0;
}
.sf_region6 .widgetset li { padding:5px 0; }
.sf_region6 .widgetset label {
	display: block;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}
.sf_region6 .widgetset input[type="text"] {
	border:solid 1px #c4c4ca;
	padding:0;
	width:236px !important;
}
.sf_region6 .widgetset select {
	border:solid 1px #c4c4ca;
	width:100% !important;
}
/** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
.sf_footer {
	background-color:#75767e;
	color:#aeaeb4;
	margin:20px auto;
	padding:20px;
	text-align:right;
	width:945px;
}
.sf_footer a:link { color:#ffffff; }
.sf_footer a:visited { color:#ffffff; }
.sf_banner {
	font-size:14px;
	margin:80px auto 20px;
	text-align:center;
	width:984px;
}
#bannerImage { margin-bottom:5px; }
.sf_banner a { padding:0; }
.sf_banner a:hover { background-color:transparent; }
.sf_banner #bannerLink a { padding:2px; }
/** 
 * ------------------------------------------------------------------
 * @section Header Images
 * ------------------------------------------------------------------
 */
.sf_region2 {
	background-image:url(images/728_bgphoto.jpg);
	background-position: 0px 0px;
	position:absolute;
	height: 369px;
    width: 615px;
	background-repeat: no-repeat;
}
.sf_extra3 {
	background-image:url(images/728_photographer.jpg);
	border-left: 8px solid black;
	height: 369px;
	left:615px;
	position:absolute;
	top:0;
	width: 361px;
	background-repeat: no-repeat;
}

