@charset "utf-8";

body {
	background:#373534 url(../images/bg_winter.jpg) no-repeat center top;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	behavior:url("../includes/csshover.htc");
}
a {
	color:#eee8c5;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
img {
	border:none;
}
img, div {
	behavior:url("../includes/iepngfix.htc");
}
#wrapper {
	width:950px;
	margin:0px auto 0px auto;
}
#header {
	height:110px;
	background:url(../images/logo_bg.png);
}
#logo {
	position:relative;
	left:25px;
	top:14px;
	height:71px;
	width:449px;
}
#nav_bar {
	height:25px;
	background:url(../images/nav_bar_bg.png);
}
#body {
	height:715px;
	background:url(../images/body_bg.png);
}
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
}
#nav span {
	display:none;
}
#nav a {
	cursor:pointer;
}
#nav li {
	float:left;
}
#nav li ul {
	float:left;
	visibility:hidden;
	position:relative;
	top:25px;
	width:99px;
	left:-99px;
	margin-right:-198px;
	z-index:1;
}
#nav li:hover ul {
	visibility:visible;
}
#home {
	position:relative;
	margin-left:25px;
	float:left;
	height:25px;
	width:83px;
	background:url(../images/home.png);
}
* html #home {
	margin-left:12px;
}
#home:hover {
	background-position:0px -25px;
}
#services {
	float:left;
	height:25px;
	width:99px;
	background:url(../images/services.png);
	margin-left:3px;
}
#services:hover {
	background-position:0px -25px;
}
.services {
	float:left;
	height:25px;
	width:99px;
	background:url(../images/services.png);
}
.services:hover {
	background-position:0px -25px;
}
#contact {
	float:left;
	height:25px;
	width:98px;
	background:url(../images/contact.png);
}
#contact:hover {
	background-position:0px -25px;
}
#bio {
	float:left;
	height:25px;
	width:63px;
	background:url(../images/bio.png);
}
#bio:hover {
	background-position:0px -25px;
}
#community {
	float:left;
	height:25px;
	width:124px;
	background:url(../images/community.png);
}
#community:hover {
	background-position:0px -25px;
}
#login {
	float:left;
	height:25px;
	width:80px;
	background:url(../images/login.png);
}
#login:hover {
	background-position:0px -25px;
}
#body_wrapper {
	margin-top:45px;
	height:600px;
	width:950px;
	overflow:auto;
	position:relative;
	float:left;
}
.h1, #call_out {
	margin:41px 45px 15px 30px;
	letter-spacing:1px;
	font-size:24px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	position:relative;
	zoom:1;
}
* html .h1 {
	zoom:0;
	margin:55px 45px 25px 30px;
}
* + html .h1 {
	margin:55px 45px 25px 30px;
}
#call_out {
	margin:0;
	width:200px;
	height:auto;
	font-size:15px;
	position:absolute;
	left:605px;
}
* html #call_out {
	zoom:0;
}
#body_text {
	padding:0px 45px 0px 45px;
	width:550px;
	letter-spacing:.5px;
	position:relative;
	float:left;
	clear:right;
}
#body_text a:hover {
	border-bottom:dotted 1px #eee8c5;
}
#body_text ul {
	list-style-type:circle;
	line-height:24px;
}
.h2, strong {
	font-weight:bold;
	letter-spacing:1px;
	font-size:14px;
	color:#eee8c5;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	margin-bottom:2px;
	zoom:1;
}
* html .h2 {
	zoom:0;
}
* html strong {
	zoom:0;
}
a:hover .h2 {
	color:#ffffff;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
	-khtml-opacity:1.00;
	cursor:pointer;
}
#footer {
	height:75px;
	background-image:url(../images/footer_bg.png);
}
#footer_text {
	font-size:11px;
	width:700px;
	position:relative;
	letter-spacing:.5px;
	left:45px;
	top:30px;
	color:#373534;
}
.green {
	color:#235d37;
	font-weight:bold;
}