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

Folder: Theme359
Name: 
Cat: 

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 667px !important; width: 667px;
    margin: 0 auto;
    padding: 6px 19px;;
}

.sf_wrapper {
    width: 655px !important; width: 655px;
    padding: 6px;
    position: relative;
}

a {
    color: #000;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    position: relative;
    height: 110px;
    padding: 20px 0 0 30px;
    width: 272px;
    float:left;
}

.sf_extra4 { /* header photo */
    width: 348px;
    height: 130px !important; height: 130px;
    margin-left: 304px;
    sf_edit: true;
}

.sf_main_header {
    text-align: left;
    font: normal 1.4em Georgia, Times, "Times New Roman", serif;
	height: 30px;
	overflow:hidden;
	width: 260px;
	margin-bottom: 8px;
}

.sf_sub_header {
    text-align: left;
    font: bold 0.8em  Helvetica, Arial, sans-serif;
	height: 30px;
	overflow:hidden;
	width: 260px;
	
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

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

.sf_navigation_top {
    clear: both;
    width: 100%;
    height: auto;
}

.sf_navigation_top ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
	display: inline-block;
}

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

.sf_navigation_top ul {
    list-style-type: none;
    padding:0;
}

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

.sf_navigation_top ul li a {
    height: 30px;
    margin: 0 0 0 1px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 30px;
    padding: 0 10px;
}

.sf_navigation_top ul li a:hover {
    text-decoration: none;
    display: block;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
    clear: both;
    padding: 20px 0 0 30px;
    font: normal 1.5em Georgia, Times, "Times New ROman", serif;
    text-align: left;
    height: auto !important;
    height: 30px;
    min-height: 30px;
}

.sf_content {
    height: 300px;
    padding: 20px 0 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 {
    padding: 20px 0 0 20px;
    font-size: .8em;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
}

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

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