/**
 * @project 624
 * @package sftheme
 * @site app1
 */


/**
 * --------------------------------------------------------
 * @section reset
 * --------------------------------------------------------
 */
body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/**
 * ------------------------------------------------------------------
 * @section typography
 * ------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;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;height: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.5em;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;}
li ul, li ol {margin:0 2.5em;padding:0;}
ul, ol {margin:0 1.5em 1.5em 3em;padding:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dd {margin-left:1.5em;}
caption {margin:0; padding:.5em;}



/**
 * @hack IE 6 needs position relative set on everything
 */
.sf_wrapper,
* html .sf_header_wrapper,
* html .sf_extra2,
* html .sf_main_header,
* html .sf_extra3,
* html .sf_extra4,
* html .sf_navigation,
* html .sf_region5,
* html .sf_region6,
* html .sf_footer {
	position:relative;
}

body {
	background-position:0 0;
	background-repeat:repeat-x;
	margin:0 0 25px 0;
	padding:0;
}

a:link {
	color:#ef2539;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#ef2539;
	text-decoration:none;
}

a:hover {
	color:#ef2539;
	text-decoration:underline;
}

.sf_extra10{
	background-image:url(images/dog.jpg);
	background-position:100% 0;
	background-repeat:no-repeat;
	height:291px;
	right:27px;
	position:absolute;
	top:19px;
	width:343px;
	z-index:9999;
}

.sf_extra10 span {
	background-image:url(images/frame.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:319px;
	position:absolute;
	right:-25px;
	top:-18px;
	width:343px;
	z-index:100000;
}

/**
 * ------------------------------------------------------------------
 * @section header
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	background-color:#a9eafe;
	background-image:url(images/hbg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	height:130px;
	margin:0;
	padding:0;
}

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

.sf_extra2 {
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	height:113px;
	margin-left:10px;
	width:107px;
}

.sf_main_header {
	color:#000000;
	float:left;
	font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:26px;
	font-weight:bold;
	height:80px;
	padding-top:30px;
	overflow:hidden;
	width:480px;
}

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

.sf_sub_header {
	display:none;
}

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

.sf_extra4 {
	background-color:#fcf3a5;
	background-image:url(images/nav_top.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	height:54px;
	width:100%;
}

.sf_extra4 span{

}

/**
 * ------------------------------------------------------------------
 * @section navigation
 * ------------------------------------------------------------------
 */
.sf_navigation {
	z-index:50;
	background-color:#fcf3a5;
	background-image:url(images/nav_bottom.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	margin:0;
	padding:24px 0;
	width:100%;
}

.sf_navigation ul {
	list-style-type:none;
	margin:0 350px 0 0;
	padding:0 0 0 25px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

.sf_navigation ul li {
	display:inline;
	float:left;
	padding-right:20px;
	font-weight:bold;
	white-space:nowrap;
}


/**
 * @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 li:hover, #Nav1 li.hover {
    position: static;
}

#Nav1 a {
	display: block;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:137px;
	padding:5px 5px 0px 5px ;
	background:#FCF3A5;
	border:solid 1px #DFD68B;
	z-index:1000;
}

#Nav1 li ul li {
	background:none;
	padding:0;
	margin:0;
}

#Nav1 li ul li a {
	height:auto;
	width:125px;
	padding:2px 5px;
	line-height:normal;
	white-space:normal;
	margin:0 0 5px 0;
	background:#EFE595;
	border:solid 1px #CFC781;
}

#Nav1 li ul li a:hover {
	background:#9DE1F6;
}

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

/**
 * ------------------------------------------------------------------
 * @section page title
 * ------------------------------------------------------------------
 */
.sf_region5 {
	background-color:#ffffff;
	color:#000000;
	font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:26px;
	margin:36px 108px 0px 25px;
	padding:25px 265px 0px 25px;
}

.sf_region5 p {
	margin:0;
	padding:0;
}

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

/**
 * ------------------------------------------------------------------
 * @section content
 * ------------------------------------------------------------------
 */
.sf_region6 {
	background-color:#ffffff;
	margin:0px 108px 20px 25px;
	padding:25px;
	overflow:auto;
	display:block !important;
	display:inline-block;
}

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

/**
 * ------------------------------------------------------------------
 * @section widget
 * ------------------------------------------------------------------
 */
div.widgetset .widget a:link,
div.widgetset .widget a:visited,
div.widgetset .widget a:hover {
	font-weight:normal;
}

.sf_navigation h3.widget_header {
	display:none;
}

div.widgetset .widget h3.widget_header {
	margin-top:0;
	margin-bottom:0.5em;
	padding:5px 0px;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size: 1.1em;
	height: 1.25em;
	line-height: 1.25;
	font-weight:bold;
}

div.widgetset .widget h3.widget_header a:link,
div.widgetset .widget h3.widget_header a:visited,
div.widgetset .widget h3.widget_header a:hover {
	color:#000;
	font-weight:bold;
}

div.widgetset .widget_content {
	overflow:auto;
	padding:0;
	margin:0 10px 10px;
	width:175px;
}

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

div.widgetset li {
	margin-bottom:3px;
}

/**
 * ------------------------------------------------------------------
 * @section footer
 * ------------------------------------------------------------------
 */
.sf_footer {
	font-weight:bold;
	margin-bottom:20px;
	margin-left:25px;
	text-align:left;
	width:400px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

/**
 * ------------------------------------------------------------------
 * @section misc
 * ------------------------------------------------------------------
 */
.sf_banner {
	margin-left:25px;
	text-align:left;
	width:400px;
}

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

.sf_wrapper {
	min-width: 960px;
	overflow: visible;
}

* html .sf_wrapper {
	width: expression(document.body.clientWidth < 962? "960px" : "100%");
}