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

body {
	background: #B8AF9A;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	margin: 50px 0px 10px 5px;
	font-size: 9px;
	font-style: normal;
	line-height: 1.3;
	color: #F4F1D4;
}

h1 { 
	margin: 5px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #273716;
	padding: 5px 0px 0px 0px;
}

h2 { 
	font-size: 14px;
	font-weight: bold;
	color: #273716;
	text-align: left;
	margin: 10px;
	padding-bottom: 2px;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #273716;
	text-align: left;
	margin: 10px;
	padding-bottom: 2px;
}

h4 { 
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	text-align: left;
	margin: 0px 10px;
	paddin: 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 5px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
	width: 270px;
}

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 ----------------- */

ul#mainnav {
	padding: 0px 0px 0px 0px;
	width: 150px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 135px;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 15px;
	background: #3A4133;
	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 a.current:visited {
	background-image: url(images/navbulleton.gif);
	color: #CCFE02;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 764px;
	padding: 3px;
	background: #000000;
	text-align: left;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #cccccc;
	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: #cccccc;
}

div#footnav a:hover {
	color: #ffffff;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-image: url(images/body_bg.gif);
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 150px;
	padding: 0px;
	text-align: left;
	float: left;
}

	div#bodyleft p {
		margin: 5px 0px;
		padding: 0px;
	}

div#bodyright {
	background-image: url(images/bodyrgt_bg.jpg);
	background-repeat: no-repeat;
	width: 620px;
	text-align: left;
	padding-bottom: 10px;
	float: right;
}

div.panel {
	width: 250px;
	border-left: 2px dotted #cccccc;
	margin: 5px 0px 5px 10px;
	padding: 2px 20px 2px 5px;
	text-align: left;
	float: right;
}

	div.panel img {
		margin-bottom: 3px;
	}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	background-image: url(images/bg_footer.gif);
	width: 750px;
	margin: auto;
	padding: 0px;
	clear: both;
}

div#footer p {
	margin: 0px;
	font-size: 10px;
	color: #575656;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px 0px 5px 0px;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 70px;
	right: 1px;
	width: 198px;
	height: 43px;
	text-align: center;
	padding-top: 110px;
	background-image: url(images/audioinfo.gif);
}

/* ----------------- FLASH ----------------- */

div#flash {
	margin: 20px auto;
}

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

img.left {
	margin: 0px 10px;
	border: 1px solid #000000;
	float: left;
}

img.right {
	margin: 0px 10px;
	border: 1px solid #000000;
	float: right;
}

img.border {
	border: 1px solid #000000;
}

div.clear {
	clear: both;
	line-height: 0px;
}

div.caption {
	float: left;
	width: 260px;
}

	div.caption p {
		text-align: center;
		font-weight: bold;
		font-size: 10px;
		color: #333333;
	}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

iframe.noscroll {
	margin-top: -50px;
}