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

Folder: Theme412
Name: Generic 12
Cat: Generic

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
		background-image:url('images/background.jpg');
		background-position: center top;
		background-repeat: repeat-y;
		background-color: #d8deee;
		margin: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
}

.sf_outer_wrapper {
	width:100%;
    margin:auto;
	text-align: center;
	background-color:transparent;
}

.sf_wrapper {
    width: 824px;
    margin:auto;
    position:relative;
}

a {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #999999;
}

.sf_extra10 {
	display: none;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
		sf_edit: true;
		border: 0px solid #ccc;
		position: relative;
		background-image: url('images/header.jpg');
		background-repeat: no-repeat;
		background-color:transparent;
		height: 250px;
		width: 824px;
		margin: 0px;
		clear:both;
}

.sf_extra2 {
	margin: 0px;
	height: 250px;
	width: 824px;
	background-image:none;
	background-repeat: no-repeat;
}

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

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

.sf_navigation {
    clear: both;
    height: auto;
	width: 824px;
	background-image:url('images/navbackground.jpg');
}

.sf_navigation ul {
    margin: 0;
    height: auto !important; height: 1%;
	padding: 0;
}

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

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

.sf_navigation ul li {
    float: left;
    width: 137px;
    white-space: nowrap;
    border:0px;
    background-image:none;
}

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


.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
    background-image:none;
    border:0px;
}

/*------------------------------------
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: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_pagetitle p {
	margin:0px 0px 1em;
}

.sf_content {
    height: 300px;
    padding: 20px 20px 15px 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;
    background-image:url('images/bodybackground.gif');
    background-position:left bottom;
    background-repeat:no-repeat;
}

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    font-size: 12px;
    padding: 25px 20px 5px 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image:none;
	background-color:transparent;
	border:0px;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 50px;
    text-align: center;
    font-size: 12px;
    border:1px red solid;
    display:none;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
/*---------------------------------------------*/
#content1{
	color:#666666;
	line-height:200%;
	padding:20px;
	width:824px;
	text-align:left;
}
.sf_main_header div {
	border:1px red solid;
}
.sf_extra4 {
	background-image:none;
	background-color:transparent;
}
.sf_content div img {
	border:6px #d8deee solid;
	margin:2px 10px 10px 10px;
}