/*----------------------------------
	Theme # 424
----------------------------------*/

body {
	margin:0px 0px 10px;
	padding:0px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:14px;
}

.sf_pagetitle h1 {
	font-size:28px;
	font-weight:bold;
	margin:0px;
}

.sf_outer_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;
	background-image:url(images/424_left_shad.gif);
	background-repeat:no-repeat;
	background-position:left 127px;
	min-width:980px;
}

.sf_extra1 {
}

.sf_wrapper {
	position:relative;
	min-height:1%;
	height:auto !important;
	height:1%;
	background-image:url(images/424_right_shad.gif);
	background-repeat:no-repeat;
	background-position:right 127px;
}

/*--------------------------------
	Top Navigation - First Level
---------------------------------*/

.sf_navigation_top {
	display:block;
	font-size:11px;
	text-transform:uppercase;
	min-height:127px;
	height:auto !important;
	height:127px;
	padding-left:445px;
	padding-right:30px;
}

.sf_navigation_top ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
	min-height:10px;
	height:auto !important;
	height:10px;
}

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

.sf_navigation_top ul li {
	float: right;
	width: auto !important;
	width: 1%;
	margin:0px 1px 1px 0px;
	padding:0px;
	display:inline;
}

.sf_navigation_top ul li a {
	display: block;
	width: auto !important;
	width: 1%;
	white-space:nowrap;
	padding:8px 20px;
	margin:0px;
	text-decoration:none;
}

/*--------------------------------
	Top Navigation - Second Level
---------------------------------*/

.sf_navigation_top ul.subnav {
	padding:0px;
	margin:0px;
	margin-left:-1px;
	position: absolute;
	width: 150px;
	left: -999em; 
	z-index:1000;
}

.sf_navigation_top ul.subnav li {
	float: left;
	width: 150px !important; 
	margin:0px 0px 1px;
	padding:0px;
}

.sf_navigation_top ul li.sf_first_nav_item  ul.subnav a {
	background-image:none;
}

.sf_navigation_top ul.subnav li.sf_last_nav_item_subnav {
	margin:0px;
	padding:0px;
}

.sf_navigation_top ul.subnav li a {
	display: block;
	width: 110px !important;
	padding:8px 20px;
	margin:0px;
	text-decoration:none;
	background-image:none;
	white-space:normal;
}

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

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

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

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

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

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10 {
	
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
	z-index:9000;
	height:120px;
	width:380px;
	position:absolute;
	left:60px;
	top:5px;
}

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

.sf_extra2 {
	
}

.sf_main_header {
	height:120px;
	overflow:hidden;
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:48px;
	font-weight:bold;
	z-index:9000;
}

.sf_main_header div {
	height:116px;
	overflow:hidden;
}

.sf_main_header div div{
	height:auto;
	overflow:visible;
}

.sf_extra3 {
	
}

.sf_sub_header { 
	display:none;
}

.sf_main_header p, .sf_sub_header p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {
	clear:both;
	display:block;
	height:40px;
	background-image:url(images/424_horizontal_shad.png);
}

* 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='scale')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation {
	display:none;
}

.sf_navigation ul {

}

.sf_navigation ul:after {

}

.sf_navigation ul li {
	
}

.sf_navigation ul li.sf_last_nav_item {
	
}

.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a {
	
}

.sf_navigation ul li a:visited {
	
}

.sf_navigation ul li a:hover{
}


/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {

}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	font-family:Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:28px;
	font-weight:bold;
	display:block;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0px 60px 2px;
}

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {

}

/*--------------------------------
		 Sub Navigation
---------------------------------*/

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
	
}

.sf_subnavigation ul:after {
	
}

.sf_subnavigation ul li {
	
}

.sf_subnavigation ul li.sf_last_nav_item {

}

.sf_subnavigation ul li.sf_first_nav_item {

}

.sf_subnavigation ul li a {
	
}

.sf_subnavigation ul li a:visited {
	
}

.sf_subnavigation ul li a:hover {
	
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {

}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {
	min-height:300px;
	height:auto !important;
	height:300px;
	clear:both;
	margin:0px 50px 50px;
}

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

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {
	
}


/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
	
}

.sf_subnavigation2 ul:after {
	
}

.sf_subnavigation2 ul li {
	
}

.sf_subnavigation2 ul li.sf_last_nav_item {

}

.sf_subnavigation2 ul li.sf_first_nav_item {

}

.sf_subnavigation2 ul li a {
	
}

.sf_subnavigation2 ul li a:visited {
	
}

.sf_subnavigation2 ul li a:hover{
	
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {
	
}

.sf_extra7 span{
	
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {
	text-align:right;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 30px;
}

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

.sf_footer p{
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/


.sf_extra8 {
	
}

.sf_extra9 {
	
}


/*--------------------------
		Extra Stuff
--------------------------*/


a:link {
	
}

a:visited {
	
}

a:hover {
	
}

.sf_banner {
	text-align:right;
	font-size:9px;
	text-transform:uppercase;
	width:250px;
	float:right;
	padding:10px 30px;
}

.sf_banner img {
	margin-bottom:3px;
}

.sf_banner a {

}

.sf_banner a:visited {

}

.sf_banner a:hover {

}