/* CSS Document */html {	height:100%;}body {	padding:0; 	margin:0; 	height:100%; 	background:url(images/bg.jpg) repeat top left;	font-size:62.5%;	font-family:Helvetica, Arial, Verdana, sans-serif;	color:#545454;	text-align:center;}/* ----------- HEADER STYLES ------------ */h1 {	font-family:Helvetica, Arial, Verdana, sans-serif;	font-size:2em;	font-weight:normal;	color:#2d2d2d;	border-bottom:1px solid #b2b2b2;	padding-bottom:3px;	margin:0;	margin-bottom:18px;}h1 .orange {	color:#f8941a;}h1 .smaller {	font-size:.6em;	font-style:italic;}h2, h3 {	font-weight:bold;	font-size:1.1em;	color:#2d2d2d;	margin:0;}h4 {	font-size:1.4em;	font-weight:normal;	color:#2d2d2d;	margin:0;	margin-bottom:10px;}img, a img { 	border:0px;}/* ------------ CHANGE LINK COLOR HERE ------------ */a:link{	color:#2d2d2d;	text-decoration:underline;}a:visited {	text-decoration:underline;	color:#2d2d2d;}a:hover{	text-decoration:none;	color:#f8941a;}a:active {	text-decoration:none;}h2 a:link, h2 a:visited {	color:#2d2d2d;	text-decoration:none;	font-weight:bold;}h2 a:hover {	text-decoration:underline;	}#wrapper {	position:relative;	margin:0 auto;	padding:0;	width:910px;	height:auto;	background:url(images/bodybg.png) repeat-y top left;	padding-left:8px;	text-align:left;}#container {	position:relative;	width:902px;	height:auto;	margin:0;	padding:0;	background:url(images/sidebottom.jpg) no-repeat bottom left;}#header {	height:251px;	width:902px;	margin:0;	padding:0;}#logo {	float:left;	width:251px;	height:251px;	background:url(images/logo.jpg) no-repeat top left;	margin:0;	padding:0;}#flash {	float:left;	width:651px;	height:251px;	margin:0;	padding:0;	background:url(images/flashbg.jpg) no-repeat top left;}#body {	clear:both;	position:relative;	width:902px;	height:auto;	margin:0;	padding:0;}#contactinfo {	position:absolute;	bottom:20px;	left:30px;	width:251px;	height:auto;	color:#FFF;	font-size:1.1em;	line-height:1.4em;}.gray {	color:#2d2d2d;	}#nav {	position:absolute;	top:10px;	left:0px;	width:251px;	height:auto;	margin:0;	padding:0;}#nav ul {	list-style:none;	margin:0;	padding:0;}#nav ul li {	position:relative;	width:251px;	height:38px;}#nav ul li a {	display:block;	width:auto;	height:30px;	border-bottom:1px solid #927F4D;	border-top:1px solid #927F4D;	text-decoration:none;	font-family:Helvetica, Arial, sans-serif;	font-size:1.8em;	color:#2d2d2d;	font-weight:normal;	padding:7px 0 0 20px;}#nav ul li a:hover, #nav ul li a.here {	position:absolute;	top:0;	left:-12px;	width:254px;	height:38px;	border-bottom:none;	border-top:none;	background:url(images/hoverbg.jpg) no-repeat top left;	padding:7px 0 0 30px;	color:#FFF;	text-decoration:none;}#sidebar {	position:absolute;	top:350px;	left:0;	width:211px;	height:auto;		color:#333;	font-size:1.2em;	padding:0 20px 0 20px;}#sidebar ul {	margin:0;	padding:0;	padding-left:25px;	line-height:1.5em;}#sidebar a:hover {	text-decoration:none;	color:#000;}#content {	width:571px;	height:auto;	font-size:1.2em;	font-family:Helvetica, Arial, sans-serif;	line-height:1.4em;	padding:40px 40px 30px 40px;	margin-left:251px;}#footer {	width:797px;	background:#2d2d2d;	height:52px;	padding:28px 105px 0 0;	color:#FFF;	font-family:Helvetica, Arial, Verdana, sans-serif;	font-size:1.1em;	text-align:right;	line-height:1.3em;	background:url(images/footerlogo.jpg) no-repeat center right #2d2d2d;}	#footer a {	color:#FFF;	text-decoration:none;	margin:0 5px 0 5px;}#footer a:hover {	text-decoration:underline;}#bottom {	width:918px;	height:16px;	margin:0 auto;	padding:0;	background:url(images/bottomshadow.jpg) no-repeat top left;}.floatright {	float:right;	margin:5px 0 15px 15px;}.floatleft {	float:left;	margin:5px 15px 15px 0;}.floatleftnone {	float:left;}.smaller {	font-size:10px;	font-style:italic;}.pic {	border:1px solid #333;}.redtext {	color:#FF0000;	font-weight:bold;}.greentext {	color:#009900;	font-weight:bold;}.noshow {	display:none;}.input {	border:1px solid #999;	background:#f4efe3;	width:250px;	height:17px;}.textarea {	border:1px solid #999;	background:#f4efe3;	height:100px;	width:250px;}.gallery img {	border:1px solid #333;}.clear {	clear:both;}
