/*----------------------------------
		Theme621
----------------------------------*/

/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:28px;margin: 10px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h2 {font-size:24px;margin: 10px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:20px;margin: 10px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:16px;margin: 5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:14px;font-weight:bold;margin: 5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:14px;font-weight:bold;margin: 3px 0; padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}

/* General */

body {	
	margin: auto;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 14px;
	color: #333333;
}

.sf_outer_wrapper {
	width: 1040px;
	margin: 20px auto 10px;
	padding-bottom: 90px;
	border: 1px solid #d2d2d2;	
}

.sf_wrapper {	
	background-repeat: repeat-y;
	width: 856px;
	margin: 0px auto 0px;	
}

/* Header */

.sf_header_wrapper {		
	background-repeat: no-repeat;	
	width: 856px;
	clear:both;
	padding-bottom: 40px;
}

.sf_main_header {
	font-family: Georgia, "Nimbus Roman No9 L", serif;		
	font-size:48px;
	font-weight: normal;	
	text-align: left;
	width: 850px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	padding-bottom: 10px;
	padding-top: 10px;
    color: #333333;
}

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


/* Navigation */

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
}

.sf_navigation {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-weight: normal;
	font-size:17px;
	margin-top:	-35px;
	margin-left: 20px;
	margin-right: 20px;
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:1%;	
}

.sf_navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {
	float:left;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding:0px;
	white-space:nowrap;	
	background-image: url(//https://img1.wsimg.com/isteam/ip/cc58a019-72a8-47a5-bd73-0e2bc13e4f27/legacy/621_navbg.jpg);	
	border-top: 1px solid #e2e2e2;
	margin-right: 1px;
	background-color: #ffffff;
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item {	
}

.sf_navigation ul li a {
	padding: 7px 20px;	
	text-decoration:none;
	color: #333333;
	display:block;
}

.sf_navigation ul li a:visited {
	text-decoration:none;
	color: #333333;	
}

.sf_navigation ul li a:hover{	
	color: #333333;
	background-color: #F6F6F6;
	text-decoration:none;
}

/* Dropdown */


.sf_navigation .subnav { 
	position:absolute;
	left:-999em;
	width:180px;
	margin: 0px 0px 0px -1px;
	z-index:1000;
	list-style:none;	
}

.sf_navigation .subnav li {
	margin:0;
	padding:0;
	border-top: 1px solid #fff;
	float:left;
}

.sf_navigation .subnav li a{
	background:#e2e2e2;
	width:140px;
	padding: 3px 20px 3px;
	white-space:normal;
	font-size:15px;
	display:block;
	color: #333333;
}

.sf_navigation .subnav li a:visited {
	color: #333333;
}

.sf_navigation .subnav li a:hover{
	color: #333333;
	background-color:#d2d2d2;
}

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

/* Sticking flyout menu bug */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

#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;
}

/* End Navigation */


/* Page Title */

.sf_region1 {	
	width: 100%;
	clear: both;
	overflow: auto;
}
	
.sf_pagetitle {	
	clear:both;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;	
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	float:right;	
	position: relative;
	top: 0px;
	right: 97px;
	padding: 6px 15px 8px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #E2E2E2;
	border-top: none;
	background-image: url(isteam/ip/cc58a019-72a8-47a5-bd73-0e2bc13e4f27/legacy/621_titlebg.jpg);
	background-repeat:	repeat-x;
	background-position: top;
	min-height: 24px;
	height:  auto !important;
	height: 24px;
	margin-left: 188px;
	min-width: 130px;
	_width: 180px;	
	_position: static;
	_margin: 0px 10px;
}

.sf_pagetitle h1 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
}

/* End Page Title */
	
/* Content */

.sf_content {		
	width: 766px;
	clear: both;
	padding: 20px 0px 0px;
	margin: 30px 40px;
	display:block;
	border-top: 1px solid #e2e2e2;
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}


/* Footer */

.sf_region9 {
	clear:both;
}

.sf_footer {	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	text-align: center;
	padding: 0px 70px;
	font-size: 11px;
	clear:both;
	width: 706px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	color: #8f8f8f;
}

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

.sf_extra9 {	
	background-repeat: no-repeat;
	background-position: bottom;
	width: 856px;
	height: 100px;
	margin-left: 92px;		
}

/* Extra Stuff */

a:link {
	color:#333333;
	text-decoration: underline;	
}

a:visited {
	color:#333333;
	text-decoration: underline;	
}

a:hover {
	color:#8F8F8F;
	text-decoration: none;
}

.sf_banner {
	color:#777777;
	font-size: 10px;
	text-align: center;
}

.sf_banner a {
	color:#777777;
}

.sf_banner a:visited {
	color:#777777;
}

.sf_banner a:hover {
	color:#777777;
	text-decoration: none;
}

#bannerLink {
	margin: 5px 0 10px;
	padding-bottom: 5px;
}

/* Sidebar */

.sf_region7 {
	float: right;
	display:inline;
	width: 240px;
	margin: 15px 30px 50px 0px;
	overflow: hidden;
	display:none;
}

.feedbutton {
	border:none;
	vertical-align:sub;
	margin-right:5px;
}

table.calendar {
	width:100%;
	text-align: center;
}

.widget_content {
	overflow:hidden;
	padding: 5px 10px
}

.widgetset .widget {	
	margin-bottom:10px;
	padding:5px 0px;
}

.widgetset .widget_header {
	text-align: center;
	margin:0px;
	padding:5px 0px 10px;	
	padding:3px 0px 3px 5px;
	border-width:1px 0px;
	border-style:solid;
	border-color: #e2e2e2;
	background-color: #f6f6f6;
	font-size: 20px;
    color: #333333;
}

.widgetset ul, .widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset li {
	margin:0px;
	padding:5px 0px;
	border-top:1px dotted #fff;
	overflow:hidden;
}

.widgetset a:link, .widgetset a:visited {
	text-decoration:none;
	padding: 2px 0;
}

.widgetset a:hover {
	padding: 2px 0;
	text-decoration:underline;
}

.widgetset .form_item {
	margin:5px 0px;
}

.widgetset input, .widgetset select {	
	width:175px;
}

.widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

.btn, .checkout a.button, .checkout input.button {
	margin: 3px 0 3px 0;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #d2d2d2;
	background-color: #e2e2e2;
	color: #333;	
}

.btn:hover, .checkout a.button:hover, .checkout input.button:hover {	
	color: #777;	
}