/**
 * @project 617
 * @package stheme
 * @site app1
 */

/**
 * @section typography & whitespace
 */
body {
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-size: 14px;
	font-family: verdana, serif;
	font-size:14px;
	margin:0 auto;
	min-width:1010px;
	width:100% !important;
	width:1010px;

}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px;
}

h2,h3,h4,h5,h6,dl dt,legend,th,.message {
	font-family:Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

h1 {
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 3em;
	line-height: 1;
	margin: 0px;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0;
}

h3 {
	font-size: 1.5em;
	margin: 10px 0;
	padding: 0px;
}
h4 {
	font-size: 1.1em;
	height: 1.25em;
	line-height: 1.25;
	margin: 5px 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0;
}

p,
form {
	margin: .5em 0 .5em;
	padding: 0;
}

blockquote {
	margin: 1em;
}

sup,
sub {
	line-height: 0;
}

address {
	margin: 0 0 1.0em;
}

pre,
code {
	margin: 1em 0;
	white-space: pre;
}

pre,
code,
tt {
	line-height: 1.5;
}
li ul,
li ol {
	margin: 0 2.0em;
	padding: 0;
}

ul,
ol {
	margin: 0 1.0em 1.0em 3em;
	padding: 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1em 0;
}

dd {
	margin-left: 1em;
}

caption {
	margin: 0;
	padding: .3em;
}

/**
 * @section forms
 */
.form_button,
.form_submit {
	margin-top: .5em;
}

label {
	font-weight: bold;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	height: 250px;
	margin: 0.5em 0.5em 0.5em 0;
	width: 400px;
}

textarea {
	background: #eee;
	border: 1px solid #bbb;
	padding: 5px;
}

select {
	background: #f6f6f6;
	border: 1px solid #969696;
}

textarea:focus {
	background: #fff;
	border: 1px solid #999;
}

select:focus {
	background: #fff;
	border: 1px solid #999;
}

/**
 * @section Buttons
 */
.btn,
.btn-hover {
	background:#FCFDAE;
	border:1px solid #999;
	color:#5E5F0C;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:.25em;
	cursor:pointer;
    overflow: visible;
	width:auto !important;
	width: 0; /* IE 6 and below */
}

.btn:hover,
.btn-hover {
	background-color:#EBED81;
	border:1px solid #999;
	color:#5E5F0C;
}

.sf_outer_wrapper {
	background-position:0 0;
	background-repeat:repeat-x;
	min-width:1010px;
	width:100% !important;
	width:1010px;
}

.sf_main_wrapper {
	background-color:#ffffff;
	border-left:1px solid black;
	border-right: 1px solid black;
	padding:0;
	margin:0 auto;
	width:960px;
}

.sf_pagetitle,
.sf_content,
.sf_footer {
	background-color:#ffffff;
	padding:0 20px;
	width:918px;
}

/**
 * ------------------------------------------------------------------
 * @section header
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	background-position:50% 0%;
	background-repeat:no-repeat;
	height:292px;
	overflow:hidden;
	width:1010px;
	margin:0 auto;
	padding:0;
}

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

.sf_extra2 {
	background-image: url(images/617_main.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
	display:inline;
	float:right;
	height:278px;
	margin-right:25px;
	margin-top:14px;
	width:593px;
}

.sf_main_header {
	color:#000000;
	font-size:48px;
	float:left;
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	font-weight:100;
	height:230px;
	padding-left:34px;
	padding-top:20px;
	overflow:hidden;
	width:358px;
}

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

.sf_extra3 {

}

.sf_sub_header {
	display:none;
}

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

.sf_extra4 {

}

/**
 * ------------------------------------------------------------------
 * @section navigation
 * ------------------------------------------------------------------
 */

.sf_navigation {
	padding:0;
	margin:0 auto;
	width:960px;
}

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


.sf_navigation .widget {

}

.sf_navigation .widget_header {
	display:none;
}

.sf_navigation ul {
	background-color: #f8f9af;
	background-color: #f8f9af;
	background-image: url(images/617_navbg.gif);
	background-position: 2px 0; /* linue up the tape measure */
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	white-space: nowrap;
	border-top:1px solid #000000;

	min-height:54px;
	height:auto !important;
	height:54px;

}

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

.sf_navigation ul li {
  display: block;
  float: left;
	line-height:24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width:1%;
  width:auto !important;
  width:1%;
}

.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:link {
  color:#000000;
	display: block;
  height:24px; /* don't let the tape measure get messed up */
  padding: 15px 45px;
  border-right: 1px solid #000000;
	text-decoration: none;
}

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

.sf_navigation ul li a:hover{
  background-image: url(images/617_bullet.jpg);
  background-position: 0 50%;
  background-repeat:no-repeat;
  color:#000000;
	text-decoration: none;
}

/**
 * @subsection dropdowns
 */
#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,#Nav1 ul { /* all lists */
	list-style: none;
}

#Nav1 a {
	display: block;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:142px;
	text-align:center;
	background:#ebed81;
	margin:0 0 0 10px;
	border:solid 1px #dadc74;
	padding:3px 3px 0px 3px;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
}
#Nav1 li ul li a {
	background:#fbfd92;
	border:solid 1px #dadc74;
	height:auto;
	width:120px;
	padding:7px 10px;
	line-height:normal;
	white-space:normal;
	margin:0 0 3px 0;
}
#Nav1 li ul li a:hover {
	background:#ebed81;
}
#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.sf_extra5 {
	display:none;
}

/**
 * ------------------------------------------------------------------
 * @section page title
 * ------------------------------------------------------------------
 */
.sf_pagetitle {
  padding-bottom:10px;
  padding-top:10px;
	font-size:28px;
}

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

.sf_pagetitle p {
	margin:0;
}

.sf_extra6 {
	display:none;
}

/**
 * ------------------------------------------------------------------
 * @section content
 * ------------------------------------------------------------------
 */
.sf_content {
	background-color:#ffffff;
}

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

/**
 * ------------------------------------------------------------------
 * @section footer
 * ------------------------------------------------------------------
 */
.sf_footer {
	color:#000000;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.sf_footer div{

}

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

/**
 * ------------------------------------------------------------------
 * @section extra
 * ------------------------------------------------------------------
 */
.sf_banner {
	background-image:url(images/617_saw.gif);
	background-position:50% 0;
	background-repeat:repeat-x;
	color:#000000;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:30px;
	width:960px;
}

.sf_banner img {
	float:left;
  margin:0 20px 20px 0;
}

.sf_banner a, .sf_banner a:link {
  color:#000000;
}

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

.sf_banner a:hover {
  color:#000000;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {
    position: static;
}

