@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	padding: 0px;
	margin: 25px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;}
.hidden { display: none; }
#container {
	text-align: center;
	margin: auto;
	width: 750px;
	position: relative;}
	html>body #container {
		width: 95%;
		min-width: 750px}
#header {
	width:100%;
	height: 125px;
	background: #006633;}
	.logo {
		background: #FFFFFF url(/pictures/small_logo.jpg) no-repeat center center;
		height: 125px;
		width: 150px;
		float: left;}
	.address {
		height: 125px;
		width: 200px;
		float: right;
		font-size: x-large;
		color: #FFFFFF;
		overflow: hidden;}
	.banner {
		background: url(/pictures/sfc_banner.gif) no-repeat center center;
		height: 125px;
		margin: 0px 200px 0px 150px;}
#body {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:none;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background: #cccc99 url(/pictures/spinefadeback.jpeg) repeat-y left top;}
		html>body #body {
			width: 100%;
			min-width: 750px;
			overflow: hidden;}
    .nav_wrap {
        float:none;
        width:200%;
		position:relative;
		left:150px;}
    .content_wrap {
		float:right;
		clear:both;
		width:50%;
		position:relative;
		right:150px;}
	.content {
	/* [disabled]margin:0 0 0 150px; */
	position:relative;
	/* [disabled]right:100%; */
	float:none;
	clear:right;
	text-align: left;
	text-indent: 25px;
	width: 595px;
	overflow: auto;
}
		html>body .content {
			min-width: 595px;
			width: auto;}
	.navigation {
	float: left;
	overflow: hidden;
	width:150px;
	position:relative;
	/* [disabled]right:150px; */
}
		.navigation ul {
			list-style: none;
			text-align: left;
			text-indent: 5px;
			margin: 0px;
			padding: 0px;
			line-height: 2;}
		.navigation a {
			color: #000000;
			text-decoration: none;}
		.navigation a:hover { text-decoration: underline; }
		.navigation a:visited { color: #666666; }
	.stat_counter {
	float: none;
	clear: both;
	position: relative;
	/* [disabled]right: 50%; */
	text-align: right;
	/* [disabled]margin: 0 150px 0 0; */
}
#footer {
	color: #FFFFFF;
	position: relative;
	background: #006633;
	overflow: hidden;
	width: 100%;}
	#footer a {
		color: #FFFFFF;
		text-decoration: none;}
	#footer a:hover { text-decoration: underline; }
.copyright {
	text-align: left;
	width: 200px;
	float: left;
	font-size: x-small;
	position: relative;
	height: 1%;}
	html>body .copyright {
		width: 39%;
		min-width: 200px;
		height: auto;}
.phone {
	text-align: center;
	font-size: x-large;
	margin: 0px 39%;
	padding: 0px 1px;
	width: 150px;}
	html>body .phone {
		width: auto;
		min-width: 150px;}
.email {
	text-align: right;
	float: right;
	width: 200px;
	font-size: medium;
	position: relative;}
	html>body .email {
		width: 39%;
		min-width: 200px}
.content h3 {
	text-align: center;
	font-size: large;
	font-weight: normal;
}
.content h3 .green {
	color: #006633;
	font-weight: bold;
	font-size: x-large;
}
.content h3 .pink {
	color: #F0F;
	font-size: x-large;
	font-weight: bold;
}
.content .email {
	text-align: center;
	width: 100%;
}
.content.location p{ text-align: center; }
