/*----------------------------------
		Theme762
----------------------------------*/

/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:24px;
	margin:10px 0;
	padding:0px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h2 {
	font-size:22px;
	margin:10px 0;
	padding:0px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h3 {
	font-size:22px;
	margin:10px 0;
	padding:0px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h4 {
	font-size:20px;
	margin:5px 0;
	padding:0px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h5 {
	font-size:18px;
	font-weight:normal;
	margin:5px 0;
	padding:0px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h6 {
	font-size:18px;
	font-weight:normal;
	margin:3px 0;
	padding:0px;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}

/** 
 * ------------------------------------------------------------------
 * @section GENERAL
 * ------------------------------------------------------------------
 */
body {
	margin: auto;
	color:#ececec;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #ffffff;
}
.sf_outer_wrapper {
	width: 1170px;
	margin: auto;
}
.sf_wrapper {
	width: 980px;
	margin: auto;
	position: relative;
	z-index:100;
}
.sf_extra10 {
	width: 980px;
	height: 105px;
	margin: auto;
	position: relative;
	z-index:97;
}
* html .sf_extra10 {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}
.sf_extra4 {
	position:absolute;
	width: 1170px;
	height:528px;
	z-index:98;
	margin-top: -320px;
	margin-left: -65px;
}
* html .sf_extra4 {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

/** 
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_region1 {
	width: 980px;
	margin: auto;
	min-height:250px;
	height: auto !important;
	height: 250px;
}
.sf_main_header {
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-style: italic;
	font-size: 56px;
	clear:both;
	padding: 65px 0 20px 20px;
	text-align: left;
	width: 999px;
	position: relative;
	z-index: 101;
	width: 700px;
}
.sf_main_header p {
	margin: 0;
	padding: 0;
}
.sf_sub_header {
	display: none;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_navigation h3 {
	display:none;
}
.sf_navigation {
	clear:both;
	margin: 15px 10px;
	float: right;
	clear: right;
	display:inline;
	width: 250px;
}
.sf_navigation:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:1%;
}
.sf_navigation ul:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.sf_navigation ul li {
	float:left;
	margin: 0px;
}
.sf_navigation ul li a {
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-weight: normal;
	font-size:13px;
	text-decoration:none;
	display: block;
	padding: 4px 5px;
	width: 200px;
	min-height: 15px;
	height:auto !important;
	height: 15px;
}
.sf_navigation ul li a:visited {
}
.sf_navigation ul li a:hover {
	text-decoration: none;
}
.sf_navigation ul li:hover a {
	text-decoration: none;
}
/** 
 * @subsection subnav
 */
.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: 1000;
	margin:-25px 0 0 150px;
}
.sf_navigation .subnav li {
	width: 150px;
	white-space: normal;
	height: auto;
	padding: 0px;
}
.sf_navigation .subnav li a {
	width: 140px;
	height: auto;
	padding: 4px 5px;
	border:none;
	font-size: 13px;
	border: none;
}
.sf_navigation .subnav .sf_first_nav_item_subnav {
}
.sf_navigation .subnav li a:visited {
}
.sf_navigation .subnav li a:hover {
	text-decoration: none;
}
#Nav1 li:hover ul, #Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}
#Nav1 li:hover, #Nav1 li.hover {
	position: static;
}

/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.sf_main_wrapper {
	width: 980px;
}
.sf_main_wrapper:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.sf_region6 {
	position: relative;
	z-index: 102;
	float:left;
	clear:left;
}
.sf_pagetitle {
	color: #ececec;
	display: block;
	clear: both;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 26px;
	font-weight: normal;
	text-align: left;
	padding: 60px 40px 10px;
	margin: 0;
}
.sf_pagetitle h1 {
	font-size:26px;
	font-weight:normal;
	margin:0px;
}
.sf_content {
	float:left;
	clear:left;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 0px 30px;
	width: 650px;
	line-height: 1.55;
}
.sf_content:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.sf_extra9 {
	width: 980px;
	height: 104px;
	margin: auto;
}
* html .sf_extra9 {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_region10 {
	clear:both;
	width: 980px;
	margin: auto;
	text-align: center;
}
.sf_footer {
	clear:both;
	color: #aaaaaa;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:9px;
	padding: 10px 0;
}
.sf_footer p {
	margin:0;
	padding:0;
}
.sf_banner {
	font-size: 9px;
}
.sf_footer a,
.sf_footer a:visited, 
.sf_banner a,
.sf_banner a:visited {
	color: #aaaaaa !important;
}
#bannerLink {
	margin: 10px 0;	
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR
 * ------------------------------------------------------------------
 */
.widgetset {
    clear: right;
    display: inline;
    float: right;
    margin: 15px 50px 15px 0;
    width: 210px;
}
.widgetset .widget {
	overflow:hidden;
	width: 210px;
	margin-bottom:20px;
}
.widgetset .widget_header {
	margin:0;
	margin-bottom:15px;
}

.widgetset .widget_content {
	overflow:hidden;
}
.widgetset .widget_content ul,
.widgetset .widget_content ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
.widgetset .widget li {
	margin:0 0 10px;
	padding:0;
	min-height:1%;
	height:auto;
	zoom:1;
}
.widgetset .widget li:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.widgetset form {
	margin:0px;
	padding:0px;
}
.widgetset .form_item {
	margin:0px 0px 5px;
	padding:0px;
}
.widgetset label {
	margin:0 0 3px 0;
	padding:0px;
	display:block;
}
.widgetset input[type=checkbox] + label {
	display:inline;
}
.widgetset input[type=text] {
	border:1px solid #cccccc;
	padding:3px;
}
.widgetset select {
	border:1px solid #cccccc;
	padding:3px;
}
