/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #B7CE80;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, a, ul, li, dt, dd, address, table.chart, table.characteristics {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 10px 3px 0px 0px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
}

h1 { 
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	margin: 0px 5px 0px 0px;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	margin: 0;
	padding: 10px 0 5px;
}

h4 { 
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	margin: 0;
	padding: 50px 0 5px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px;
	list-style-type: square;
}

ul.left {
	margin: 0px;
	padding: 5px 20px;
	list-style-type: square;
	float: left;
}

ul.nobullet {
	margin: 0px;
	padding: 10px 10px 10px 90px;
	list-style-type: none;
}

li {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 8px;
}

dl {
	margin: 5px 0px;
	padding: 0px;
}

dt {
	background-color: #335F2C;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 2px 4px 4px 4px;
	clear: both;
}

dd {
	margin: 0px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.3;
}

/* ----------------- GENERAL LINKS ----------------- */

a, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 768px;
	height: 18px;
	margin: 0px;
	padding: 2px 1px 0px 1px;
	background: #264003;
	position: absolute;
	top: 101px;
	left: 0px;
}

ul#mainnav li {
	margin: 0px 1px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 5px 2px 15px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	color: #264003;
	background-color: #ffffff;
	background-image: url(images/navbullet_on.gif);
	background-repeat: no-repeat;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #000000;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

div#footnav a:hover {
	color: #333333;
}

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000000;
	background: #ffffff;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 569px;
	margin: 25px 0px 5px 0px;
	padding: 10px;
	border-right: 1px dotted #999999;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 176px;
	margin: 25px 0px 5px 0px;
	padding: 10px 2px 2px 2px;
	text-align: right;
	float: right;
}

div.box {
	border: 3px double #648D60;
	background: #D8ECD3;
	margin: 20px;
	padding: 15px;
	width: 260px;
}

/* ----------------- COPYRIGHT ----------------- */

div.coupon {
	border: 3px dashed #CC2808;
	background: #ffffff;
	margin: 10px;
	padding: 10px;
	width: 300px;
	text-align: center;
}

	div.coupon h1 {
		text-align: center;
		font-family: Times, serif;
		font-size: 20px;
		color: #C82005;
	}
	
	div.coupon h2 {
		text-align: center;
		font-size: 12px;
		color: #166708;
	}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding: 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyright a:hover {
	color: #333333;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	background-image: url(images/audio.gif);
	width: 148px;
	height: 39px;
	margin: 3px;
	padding: 95px 20px 0px 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 0px 10px;
	border: 1px solid #000000;
	float: right;
}

img.border {
	border: 1px solid #000000;
}

div#clear {
	clear: both;
	line-height: 0px;
}

div.flash {
	border: 1px solid #000000;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #188007;
}

.question {
	font-weight: bold;
	color: #000000;
}

.note {
	font-size: 10px;
	line-height: normal;
	color: #666666;
}

.center {
	text-align: center;
}

.top {
	clear: both;
	text-align: right;
	font-size: 9px;
}

/* ----------------- PAGE 2 CLASSES ----------------- */

table.chart {
	display: block;
	width: 560px;
	margin: 20px 0;
	font-size: 10px;}
	.chart th {
		background: #9CAA9C;
		color: #fff;
		padding: 5px;
		text-align: center;
		border-bottom: 1px solid #fff;}
	.chart td {
		padding: 5px 0;
		border-bottom: 1px solid #fff;
		text-align: center;
		width: 150px;}
	.chart td.type {
		padding: 0;
		text-align: left;
		width: 150px;}
		.chart td.type a {
			display: block;
			width: 100%;
			padding: 5px 0;
			text-decoration: none;
			text-indent: 2px;
			background: #BDCFBD;
			color: #000;
			font-weight: bold;}
		.chart td.type a:hover {
			background: #e6efe6;}

table.characteristics {
	display: block;
	margin: 5px 0;
	font-size: 11px;
	width: 560px;}
	.characteristics td {
		padding: 5px 0;
		border-bottom: 1px solid #efefef;}
	.characteristics td.type {
		padding: 0;
		text-align: left;
		font-weight: bold;
		width: 170px;}
	.characteristics td.img {
		border-bottom: 0px;
		padding: 5px 0;
		width: 130px;}
