/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #a8a88d;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 10px 0px 10px 7px;
	padding: 0px 2px 8px 2px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	border-bottom: 1px dotted #cccccc;
}

h1 { 
	font-size: 12px;
	font-weight: bold;
	color: #6d7c4d;
	text-align: left;
	margin: 15px 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	clear: both;
}


/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 30px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */

div#nav {
	background: #ecece8;
	border: 1px solid #a8a88d;
	border-bottom: none;
	width: 174px;
	margin-bottom: 5px;
}

ul#mainnav {
	padding: 0px;
	margin: 0px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #535352;
	text-decoration: none;
	display: block;
	width: 164px;
	border-bottom: 1px solid #a8a88d;
	padding: 2px 5px 2px 5px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #ffffff;
	color: #000000;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 766px;
	height: 14px;
	padding: 2px;
	background: #000000;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #cccccc;
	font-size: 9px;
}

/* Set link style for footnav. */
div#footnav a:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #cccccc;
}

div#footnav a:hover {
	color: #ffffff;
}

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-image: url(images/body_bg.gif);
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 91px;
	background-image: url(images/header.jpg);
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 176px;
	margin: 2px 0px 5px 0px;
	padding: 0px 2px 2px 2px;
	text-align: left;
	float: left;
}

	div#bodyleft h1 {
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			margin: 0px 0px 1px 0px;
			padding: 3px;
			background: #000000;
		}

div#bodyright {
	width: 564px;
	margin: 0px;
	padding: 10px 15px 10px 10px;
	text-align: left;
	border-left: 1px dotted #cccccc;
	float: right;
}

	div#bodyright img {
		border: 1px solid #a8a88d;
	}
	
	div#bodyright img.nobrd {
		border: none;
	}

div.box {
	border-top: 1px solid #f1f1ee;
	margin: 5px;
	padding: 10px;
	clear: both;
}

	div.box h1 { 
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
		text-align: left;
	}
	
div.addressbox {
	float: left;
	width: 250px;
}

/* ----------------- 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: #4d4d37;
	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: #4d4d37;
}

div#copyright a:hover {
	color: #333333;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 5px 10px;
	float: right;
}

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
}

div.clear {
	clear: both;
}

div.imgcaption {
	margin: 0px auto;
}

	div.imgcaption img{
		border: 1px solid #000000;
		margin: 3px;
		padding: 0px;
	}
	
	div.imgcaption p {
		font-weight: bold;
		color: #333333;
		font-size: 10px;
		text-align: center;
		line-height: 1;
	}
	
	div.imgcaption a:link, div.imgcaption a:visited, div.imgcaption a:active{
		text-decoration: none;
		font-weight: bold;
	}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #333300;
}

.center {
	text-align: center;
}

.top {
	text-align: right;
}

iframe.noscroll {
	margin-top: -50px;
}

div#flash {
	background-image: url(images/cta.jpg);
	width: 561px;
	height: 144px;
	padding-top: 5px;
	padding-right: 3px;
	text-align: right;
}

div#audio {
	float: right;
	margin: 5px 0px 0px 0px;
}

	div#audio img {
		border: none;
		vertical-align: top;
	}
	
/* ----------------- DISCLAIMER ----------------- */

/* Creates the container for the foot navigation. */ 
div#disclaimer {
	width: 764px;
	padding: 3px;
	background: #e8e5e5;
	border-top: 1px solid #666666;
	text-align: left;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#disclaimer p {
	margin: 0px;
	color: #333333;
	font-size: 9px;
	line-height: 1.2;
}