/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
html { height:100%;}
body {
	background:#FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
div#caption {
	float:right;
	width:220px;
	padding-left:25px;
	padding-bottom:15px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-bottom:15px;
	line-height:1.5em;
	color:#333333;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	font-weight:bold;
	color:#677a30;
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	border-bottom:1px solid #dddddd;
	padding-bottom:2px;
	margin-bottom:10px;
	margin-right:20px;
}
h2 {
	font-size:16px;
	padding-bottom:5px;
	padding-top:0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
address {
	text-align:left;
	font-style:normal;
	color:#666;
}
blockquote { text-align:left; font-style:italic; color:#666666; padding:5px 0px 10px 0px; line-height:1.4em;}
a {
	color:#677a30;
}
a:hover {
	color:#7c923e;
}
.center {
	text-align:center;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:985px;
	margin:0 auto;
	height:100%;
}
/* ----------------- TOP NAV STYLES ----------------- */

div#topnav {
	width:985px;
	height:44px;
	clear:both;
	background:url(images/bg-nav.jpg) top left no-repeat;
	overflow:hidden;
}
div#topnav ul {
	margin-right:12px;
	text-align:right;
	
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#ffffff;
	padding:15px 25px 11px 25px;
	height:20px;
	display:block;
	float:right;
	font-weight:bold;
	background:url(images/bg-nav-off.jpg) top right no-repeat;
	text-transform:uppercase;
}
div#topnav ul li a:hover {
	background:url(images/bg-nav-on.jpg) top right no-repeat;
}
div#topnav ul li a.current {
	color:#fff0d2;
	background:url(images/bg-nav-on.jpg) top right no-repeat;
	border-bottom:1px solid #454545;
}
div#logo {
	width:985px;
	height:228px;
	background:url(images/header.jpg) top left no-repeat;
	position:relative;
}

img#contactbtn {
	position:absolute;
	left: 389px;
	top: 28px;
	width: 181px;
	height: 138px;
}

div#container {
	width:985px;
	clear:both;
	background:url(images/bg-content-repeat.jpg) top left repeat-y;
	float:left;
}
div#content {
	background:url(images/bg-content.gif) top left no-repeat;
	float:left;
	width:985px;
	height:100%;
}
div#rightcol {
	float:right;
	width:680px;
	padding:20px 50px 20px 0px;
	position:relative;
}
div#rightcol ul {
	padding:0px 0px 10px 25px;
	font-size:13px;
}
div#rightcol ul li {
	padding:0px 0px 2px 0px;
	margin:0px;
	height:20px;
}
div#leftcol {
	float:left;
	width:230px;
	padding:45px 0px 0px 0px;
}
div#leftcol address {
	padding:0px 0px 15px 25px;
}
div#footer {
	clear:both;
	color:#fff0d2;
	background:url(images/bg-footer-repeat.gif) top left repeat-y;
}
div#footer a {
	font-size:10px;
	color:#fff0d2;
	text-decoration:none;
	padding:0px 15px;
}
div#footer a:hover {
	color:#FFFFFF;
}
div#bottomnav {
	padding-top:25px;
	width:985px;
	height:58px;
	background:url(images/bg-footer.gif) top left no-repeat;
}
div#copyright {
	color:#CCCCCC;
	font-size:10px;
}
div#copyright a {
	color:#CCCCCC;
	padding:0px;
	font-size:10px;
}
div#copyright a:hover {
	color:#FFFFFF;
}
.clear {
	clear:both;
}
.clearright { clear:right;}
img.right {
	float:right;
}
img.left {
	float:left;
}
img.border {
	border:1px solid #999999;
	margin:5px 10px 10px 10px;
}

