/**
 * @file
 * @project 554
 * @package csstheme
 * @site app3
 */
 
/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
}

.sf_outer_wrapper {
	width:940px;
	padding:0px 10px 10px;
	margin:0px auto;
}

.sf_outer_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0;
}
.sf_wrapper {
	width:940px;
	position:relative;
}

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

/** 
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	min-height:160px;
	height:auto !important;
	height: 160px;
}

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

.sf_main_header {
	width:610px;
	padding:10px 35px;
	min-height:130px;
	height:auto !important;
	height: 130px;
}

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

.sf_sub_header { 
	display:none;
}

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

/** 
 * ------------------------------------------------------------------
 * @section EXTRA4
 * ------------------------------------------------------------------
 */
.sf_extra4 {
	height:24px;
	border-top-width:1px;
	border-top-style:solid;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_navigation {  /* Hide regular navigation */
	display:none;
}

.navigation1, 
.category-list .listitemcontent {
	padding:0px;
	margin-bottom:-1px;
	text-align:left;
}

.navigation1 ul li,
.category-list ol li {
	border-bottom: 1px solid #CCE8C7;
}

.navigation1 ul li a,
.category-list ol li a  {
	color:#16540e /*~ nav-menu.color */;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}

.navigation1 ul li a:visited,
.category-list ol li a:visited {
	color:#16540e /*~ nav-menu.color */;
	font-size:11px;
	text-decoration:none;
}

.navigation1 ul li a:hover,
.category-list ol li a:hover {
	color:#427f38 /*~ nav-menu-hover.color */;
	font-size:11px;
	text-decoration:none;
}

.navigation1 .subnav {
	border-color:#CCE8C7;
}
.navigation1 ul li a {
	display:block;
	width:170px;
	padding:6px 5px;
}

/**
 * @subsection navigation subnav
 */
.navigation1 .subnav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 160px;
	position: absolute;
	left: -999em;
	margin-left: 170px;
	margin-top: -27px;
	z-index:1000;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px 1px 0px;
}

.navigation1 .subnav li {
	position: relative;
	float: left;
	width: 160px;
}

.navigation1 .subnav li a {
	width: 150px;
	display: block;
	text-decoration: none;
	padding: 6px 5px;
}

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

/** 
 * ------------------------------------------------------------------
 * @section EXTRA5
 * ------------------------------------------------------------------
 */
.sf_extra5 {
	position:absolute;
	top:0px;
	right:5px;
	width:227px;
	height:134px;
	background-image:url(images/frame.png);
	padding:20px;
}

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

.sf_extra5 span {
	display:block;
	width:227px;
	height:134px;
	background-image:url(images/children.jpg);
	background-repeat:no-repeat;
}

/** 
 * ------------------------------------------------------------------
 * @section PAGETITLE
 * ------------------------------------------------------------------
 */
.sf_pagetitle {
	display:none;
}

/** 
 * ------------------------------------------------------------------
 * @section CONTENT AREA
 * ------------------------------------------------------------------
 */
.sf_content {
	width:auto;
	margin:30px 15px 15px;
	clear:both;
	display:block;
}

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

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_footer {
	width:900px;
	margin:0px 30px 0px 10px;
	padding-bottom:15px;
	clear:both;
	text-align:center;
	height:auto;
}

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

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

.sf_banner {
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	padding:30px 0px 20px;
}

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

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

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

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