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

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

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

p {
	margin: 5px 0px 7px 0px;
	font-size: 11px;
	line-height: 1.3;
}

address {
	text-align: left;
	color: #ffffff;
	font-style: normal;
	font-size: 10px;
	line-height: 1.3;
	padding: 20px 5px;
}

h1 { 
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 5px 10px;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #534009;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

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

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

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

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #003300;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 25px 20px;
	background-image: url(images/nav_bg.jpg);
	width: 130px;
	height: 108px;
}

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: #000000;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 25px;
	width: 102px;
	border-bottom: 1px solid #6C7766;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-image: url(images/navon.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	position: absolute;
	top: 20px;
	right: 5px;
}

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

/* Creates the container for the foot navigation. */ 
div#footnav {
	margin: 5px auto;
	width: 770px;
	clear: both;
}

	/* Redefine p tag within the footnav container. */
	div#footnav p {
		margin: 0px;
		color: #333333;
		font-size: 10px;
	}
	
	/* Set link style for footnav. */
	div#footnav a {
		text-decoration: none;
		font-weight: normal;
		color: #333333;
	}
	
	div#footnav a:hover {
		color: #000000;
	}

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

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

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

div#header {
	width: 770px;
	height: 42px;
	text-align: left;
	background: #17290C;
	position: relative;
}

	div#header img {
		border: 0px;
	}

div#concept {
	border-top: 1px solid #B1B0B0;
	border-bottom: 1px solid #B1B0B0;
	border-right: 1px solid #B1B0B0;
}

div#bodyleft {
	width: 170px;
	text-align: left;
	float: left;
}
	
	div#bodyleft p { 
		font-size: 10px;
		color: #ffffff;
		margin: 5px;
	}

div#bodyright {
	width: 600px;
	float: right;
}

div#content {
	width: 560px;
	text-align: left;
	padding: 30px 20px 0px 20px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
}

div#footer {
	width: 770px;
	text-align: right;
	clear: both;
}

div#flash {
	float: right;
}

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

/* Creates DIV container for the copyright. */
div#copyright {
	margin: 5px auto;
	width: 770px;
	font-size: 9px;
	clear: both;
	padding: 10px 0px;
	color: #333333;
}

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

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

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

img.left {
	float: left;
	border: 4px double #666666;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	border: 4px double #666666;
	margin: 0px 0px 10px 10px;
}

img.rightnobrd {
	float: right;
}

div.clear {
	clear: both;
	height: 1px;
}

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

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.question {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

.answer {
	margin: 0px 0px 15px 0px;
}

.answer2 {
	margin: 0px 10px;
}

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