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

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

/* 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, ol, 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: 11px;
	line-height: 16px;
	color: #FFFFFF;
	margin-right: 55px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93B230;
	text-indent: 0px;
}
h2 {
	font-size: 12px;
	color: #1A3B5B;
	margin-left: 10px;
	margin-bottom: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #0A2E50;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 30px 0px 20px 15px;
	text-align: left;
}
address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 16px solid #93B230;
	border-left: 16px solid #93B230;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #93B230;
	border-bottom-color: #93B230;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 570px;
}

div#content img {
	padding: 5px;
	margin: 0px 65px 20px 20px;
	text-align: left;
	border: 1px solid #93B230;
	clear: right;
	float: right;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #666666;
	margin: 0px auto;
	padding: 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
div#copyright a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	vertical-align: top;
}
ul#leftnav {
	margin: 5px 0px 0px;
	vertical-align: top;
	padding-left: 4px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #2881c1;
	color: #FFFFFF;
	text-decoration: none;
	width: 161px;
	padding: 4px 0px;
	text-indent: 15px;
	margin: 0px;
	font-size: 11px;
	font-style: normal;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #2470AA;
	background: #FFFFFF;
}

ul#list {
	color: #FFFFFF;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 65px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

/* ----------------- FORM ELEMENTS ----------------- */

fieldset {
	margin:0px auto;
	padding:0px;
	border:1 solid #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 370px;
}
legend {
	margin:0px;
	padding: 0px 0px 10px 0px;
	text-transform:capitalize;
	color: #625D5D;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
}

input, textarea {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

label{
	text-align: right;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #625D5D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.submit {
	width: 100px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #625D5D;
	border: 1px solid #F0F0EB;
	clear: both;
}
iframe {
	padding: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
iframe.map {

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -25px;
	border: 1px solid #625D5D;
}
h3 {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
}
p.clear {
	margin: 0px;
	clear: both;
}
div#content img.coupon {
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: none;
	margin-bottom: 20px;
}
