body{
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height: 100%;
	color:#666;
	background-color: #FFFFFF;
	background-image: url(../img/sfbody.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#pagewrapper {
	width: 950px;
	height: 540px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 100px;
	background:url(../img/sfcontainer.png) top left no-repeat;*/
}
#copyright {
    color:#10222b;
	width: 950px;
	height: 20px;
	padding: 5px;
	margin: 0 auto;
	font-size:10px;
}
#pagebg {
	/*background: #747474;*/
	width: 930px;
	height: 520px;
	padding: 6px 4px 4px 4px;
	/*border: 1px solid #a6a6a6;*/
}
#content {
	width: 930px;
	height: 520px;
	background: #10222b;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
	position:relative;
	top:0;
	left:0;
}
#left div.underimg {
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
	width:11px;
	height:10px;
	background-image: url(../img/underimg.png);
	background-repeat: no-repeat;
	background-position: left top;    
}
#right {
	float: left;
	width: 308px;
	height: 520px;
	position: relative;
	background-color: #a0ca2a;
	background-image: url(../img/bordermenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #10222b;
}
#logo {
	width: 250px;
	height:150px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
.menu {
	width: 250px;
	margin: 10px auto 0 auto;
}
.menu li {
	/*border-bottom: 1px dotted #ccc;
	line-height: 30px;*/
}
.menu a {
	/*color: #006f37;*/
	color: #006f37;
	font-size: 15px;
	font-weight: bold;
	display:block;
	height: 35px;
	line-height:35px;
	background-color:#b5e530;	
	margin:0 0 8px 0;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	background-image: url(../img/sfmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu a:hover {
	color: #fff;
	background-color:#10222b;
	background-image: url(../img/sfmenuhover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu a span {
    padding: 0 0 0 15px;
	display:block;
	background-image: url(../img/sfmenuspan.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
    
.menu a:hover span {
    background-image: url(../img/sfmenuhoverspan.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu a.wactive {
	color: #fff;
	background-color:#10222b;
	background-image: url(../img/sfmenuhover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu a.wactive span {
    background-image: url(../img/sfmenuhoverspan.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #333;
	font-size: 20px;
	padding: 0 0 0 20px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
}
.tabcontent p {
	margin-bottom: 7px;
	color:#fff;
}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 20px 20px 0px;
}
/* Contact Us */
.contactleft {
	float: left;
	width: 290px;
	margin-top: 5px;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 270px;
	margin-top: 5px;
	color: #fff;
}
.contactleft label {
	color: #fff;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	border: 1px solid #222;
	padding: 3px;
	width: 170px; 
	background: #747474; 
	display: block; 
	color: #fff;
	font-size: 11px;
}
.contactleft textarea {
	height: 60px;
}
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #222;
	width: 70px;
	background: #747474; 
	color: #e5e5e5;
	font-size: 10px;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}

/* footer */

div.footer a, div.footer a:link, div.footer a:visited {
	color: #333333;    
}
div.footer a:hover, div.footer a:active{
	text-decoration: underline;    
}
