
/**
 * @file
 * @project 620
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
p, form {margin:0 0 1.3em;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 MAIN AREA
 * ------------------------------------------------------------------
 */

body {
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, FreeSerif, serif;
	font-size:16px;
}

.sf_pagetitle {
	margin-bottom:20px;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
}

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

.sf_outer_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;
	position:relative;
	width:990px;
	margin:0px auto;
	border-style:solid;
	border-width:0px 1px 1px;
}

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

/** 
 * @subsection header
 */
.sf_header_wrapper {
	background-position:top center;
	height:112px;
	padding:10px 20px;
  position:relative;
}

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

.sf_extra2 {
	position:absolute;
	right:20px;
	top:10px;
	width:344px;
	height:108px;
	background-image:url(images/620_wine.jpg);
	background-repeat:no-repeat;
	background-position:1px 1px;
}

.sf_extra2 span {
	width:344px;
	height:108px;
	display:block;
	background-image:url(images/620_cake.jpg);
	background-repeat:no-repeat;
	background-position:89px 1px;
}

.sf_main_header {
	height:108px;
	overflow:hidden;
	margin-right:354px;
	font-weight:bold;
	font-size:36px;
}

.sf_extra3 {
	position:absolute;
	right:20px;
	top:10px;
	width:344px;
	height:108px;
	background-image:url(images/620_fruit.jpg);
	background-repeat:no-repeat;
	background-position:256px 1px;
}

.sf_extra3 span {
	width:344px;
	height:108px;
	display:block;
	background-repeat:no-repeat;
}

* html .sf_extra3 span {
 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));
}

/** 
 * @subsection decoration
 */
.sf_extra4 {
	height:36px;
	background-repeat:repeat-x;
	background-position:top center;
}

.sf_extra5 {
	left:218px;
	margin-bottom:-29px;
	position:relative;
	right:0;
	top:0;
	height:54px;
	width:752px;
	background-repeat:no-repeat;
	background-position:top center;
}

/** 
 * @subsection content
 */
.sf_main_wrapper {
	float:right;
	width:734px;
	margin-right:18px;
	display:inline;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-bottom:25px;
}

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

.sf_main {
	border-style:solid;
	border-width:1px;
	padding:30px 20px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

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

/** 
 * @subsection extra8
 */
.sf_extra8 {
	height:1px;
	clear:both;
}

/** 
 * @subsection banner
 */
.sf_region10 {
	width:990px;
	margin:20px auto;
	text-align:center;
	font-size:12px;
}

.sf_footer {
	font-style:italic;
}

.sf_banner {
	margin:10px 0px;
}

/** 
 * @subsection buttons
 */
.btn {
	cursor:pointer;
	font-family:"Times New Roman", Times, FreeSerif, serif;
	font-size:10px;
	font-weight:normal;
	margin:3px 3px 3px 0pt;
	padding:2px;
	text-transform:uppercase;
	border:medium none;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
 
 .sf_region7 {
	float:left;
	width:202px;
	margin-left:18px;
	margin-bottom:15px;
	text-align:center;
	display:inline;
}

/** 
 * @subsection pod
 */
.sf_pod {
	margin-top:10px;
}

/** 
 * @subsection widgets
 */
.widget {
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
	padding:0px 10px;
}

.widget_header {
	border-style:dotted;
	border-width:0 0 1px;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:10px 0 3px;
}

.widget_header a {
	text-decoration:none;
}

.widget_content {
	font-size:12px;
	margin:0;
	padding:10px 0;
	width:180px;
	overflow:hidden;
}

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

.widget li {
	margin:0px 0px 10px;
	padding:0px;
}

.widget_content label {
	margin:0;
	padding:0;
	display:block;
}

.widget_content form {
	margin:0;
	padding:0;
}

.widget_content select {
	width:178px;
	padding:1px 0px;
	border-style:solid;
	border-width:1px;
}

.widget_content input[type="text"] {
	width:176px;
	padding:1px 0px;
	border-style:solid;
	border-width:1px;
}

.widget_content .form_item {
	margin:6px 0px;
	padding:0;
}

/** 
 * @subsection navigation
 */ 
.sf_navigation ul {
	width:180px;
	text-align:left;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_navigation ul li {
	position: relative;
	float: left;
	width: 180px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul li a {
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	width: 180px;
	display:block;
	text-align:center;
	margin:0px 0px 10px;
	padding:0px;
}

.sf_navigation ul li a:visited {
}

.sf_navigation ul li a:hover {
}

/** 
 * @subsection subnav
 */
.sf_navigation .subnav { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left:178px;
	margin-top: -30px;
	padding-top:8px;
	z-index:1000;
	width:180px;
	height:auto;
	float:left;
}

.sf_navigation .subnav li {
	position: relative;
	float: left;
	width: 180px;
	display:block;
}

.sf_navigation .subnav li a {
	width: 160px;
	padding-left:10px;
	padding-right:10px;
	display:block;
}

.sf_navigation .subnav li a:visited {
}

.sf_navigation .subnav li a:hover {
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	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;
}
