/*********************************************************
**********************************************************

Folder: Theme315_Generic1
Name: Generic 1
Cat: Generic

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body{
	background-color: #ffffff;
}
.sf_wrapper {
    position: relative;
}

.sf_outer_wrapper {
	width: 798px;
    margin: 0px auto;
    background-color: #fff;
    border-top: none;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper {
	padding-top: 10px;
	padding-left: 0px;
        margin-top: 0px;
	min-height: 40px; height: auto !important; height: 40px;
        background-color: #ffffff;
	border-top: 0px solid #fff;
}

.sf_header_wrapper:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_main_header {
	font-size: 85px;
	font-weight: bold;
	margin-bottom:0px;
	padding-right:0px;
	height: 85px;
	overflow:hidden;
	color: #FFFFFF;
}

.sf_sub_header {
	text-align: left;
	padding: 0px 0 0px 0px;
	width: 450px;
	height: 0px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* nav images and colors */

.sf_navigation {
	background-color: #fff;
	background-image: url(images/nav_bkgd_tile_1.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
	background-color: #fff;
	background-image: url(images/nav_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sf_navigation ul li a {
	color: #111;
	background-image: url(images/nav_right_edge_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sf_navigation ul li a:hover {
	color: #fff;
	background-image: url(images/nav_right_edge_hilite_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf_navigation ul li a:visited {
	color: #111;
	
}

.sf_footer {
	border-bottom: 5px solid #999;
	background-image: url(images/footer_bkgd_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    margin-top: 0px;
	height: 160px;
}


.sf_header_wrapper {
	background-color: #ffffff;
	border-top: 0px solid #fff;

.sf_main_header {
	padding-top: 0px;
	text-align: left;
	line-height: 0;
	margin-left: 0px;
	height: 130px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0px;
	font-weight: bold;
}

.sf_sub_header{
	font-size: 0px;
	font-weight: bold;
	height: 0px;
	overflow:hidden;
	color: #ffffff;
	padding-right:0px;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}


/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top { display: none; }

.sf_navigation {
    clear: both;
    height: 190;
	width: 798px;
}

.sf_navigation ul {
    margin: 0 0;
    height: 200 !important; height: 1%;
    padding-left: 0;
}

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

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.sf_navigation ul li a {
	height: 40px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 10px 0 0 20px;
	text-align: left;
	height: auto !important;
	min-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_content {
    height: 300px;
    padding: 20px 20px 0 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    color="999999"
    font-size: .8em;
    padding: 0px 0 0 0px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 30px;
}

/*------------------------------------
BANNER
------------------------------------*/
div.sf_banner {
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    font-size: .8em;
}

div.sf_banner div#bannerLink {
    padding-top: 10px;
}