 /* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgd.gif) repeat-x;
	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. */
}

/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: 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: 13px;
}

h1 {
font: bold 16px Arial, Helvetica, sans-serif;
color: #2a1400;
border-bottom: 1px solid #2a1400;
margin: 0;
padding: 25px 0 0 0;
width: 500px;
}

h2 {
margin: 0;
padding: 10px;
width: 300px;
text-align: center;
border: 1px solid #87a080;
font: bold 15px Arial, Helvetica, sans-serif;
}

h3 {
margin: 0;
padding: 0;
font: bold 14px Arial, Helvetica, sans-serif;
}

address {
margin:0 0 0 40px;
padding:2px;
font: bold 12px Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left;
color:#FFFFFF;
clear:both;
}

li {
font: normal 13px Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #87a080;
}
a:visited {
color:#87a080;
}
a:hover {
color: #87a080;
}
a:active {
color: #87a080;
}
li {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
width:800px;
margin:0 auto;
padding:0;
background: url(images/container.gif) repeat;
}

div#header {
width: 800px;
height: 215px;
margin: 0 auto;
padding: 0;
background: url(images/header.jpg) no-repeat;
}

div#content {
	float:right;
	width:570px;
	margin: 0 15px 0 15px;
	padding: 0;
	vertical-align:top;
	text-align:left;
	display: inline;
}

div#footer {
	width:800px;
	margin:0 auto;
	padding:45px 0 0 0;
	background: url(images/footer.gif) no-repeat;
	font:normal 9px Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	clear:both;
	height: 46px;
}

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
font-size:9px;
color:#87a080;
text-decoration:none;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#sidebar {
	width: 190px;
	margin:0 auto;
	padding:0;
	float: left;
	display: inline;
}

ul#mainnav {
	padding:0;
	list-style-type:none;
	text-align: center;
	margin: 20px 0 0 0;
}

ul#mainnav li {
	margin:0px auto;
	padding:0 0 0 14px;
	width: 183px;
	list-style-type: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	margin:0 auto;
	padding:0px;
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
	background-color: #2a1400;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #D1E1D2;
	list-style-type: none;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color:#87a080;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #5f473d;
}
/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
width: 800px;
margin:0 auto;
padding:0;
font: 9px Arial, Helvetica, sans-serif;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#000000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#87a080;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #666666;
	margin: 10px;
	padding: 2px;
	clear: both;
}
img.right {
	float: right;
	margin: 10px;
	padding: 2px;
	clear: both;
}

img.coupon {
margin: 0 0 0 60px;
}

clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
ul#arrow {
list-style:none;
}

ul#arrow li {
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 25px;
margin-bottom: 5px;
}

/* --------------- FORM STYLE ------------ */

/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #2a1400;
	font: 12px Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
  