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

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

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

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

address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
	padding: 0px 0px 10px 0px;
}

h1 { 
	font-family: times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #555c1e;
	text-align: left;
	width: 300px;
	margin: 10px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 0px 0px 10px 0px;
	clear: both;
}

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

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

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

ul.left {
	float: left;
}

ol.question li a{
	font-weight: bold;
}

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

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

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

ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 189px;
	height: 144px;
	position: absolute;
	top: 46px;
	left: 10px;
	border-top: 3px solid #d2d3bf;
	border-bottom: 3px solid #d2d3bf;
}

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;
	border-bottom: 1px solid #ffffff;
	padding: 2px 10px 2px 8px;
	width: 170px;
}

ul#mainnav li a:hover {
	background-color: #ece9e9;
	border-left: 4px solid #a9b44c;
	margin-left: 1px;
	width: 165px;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-color: #ffffff;
	border-left: 4px solid #a9b44c;
	margin-left: 1px;
	width: 165px;
}

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

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	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: 5px auto;
	padding: 0px;
	border: 1px solid #000000;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 209px;
	text-align: left;
	background-image: url(images/header.gif);
	position: relative;
}

	div#header img {
		border: 0px;
	}
	
div#audio {
		position: absolute;
		top: 8px;
		right: -7px;
	}

div#body {
	width: 750px;
	text-align: left;
	padding: 10px;
	background: #ffffff;
}

div.panel {
	width: 200px;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 10px 10px;
	text-align: left;
	border-left: 1px solid #cccccc;
	float: right;
}

	div.panel p {
		margin: 5px 0px 10px 0px;
		font-size: 10px;
		color: #4f551e;
		line-height: 1.2;
	}
	
	div.panel h2 {
		margin: 5px 0px -5px 0px;
		font-size: 10px;
		font-weight: bold;
		color: #363636;
		border: none;
		width: 200px;
	}
	
	div.panel img {
		margin-bottom: 3px;
	}
	
	div.panel ul li {
		color: #4f551e;
	}
	
div#contact {
	padding-top: 5px;
	border-top: 1px solid #d6e0ec;
	margin-top: 10px;
	clear: both;
}

div#contactleft {
	float: left;
}

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

div#contactcenter {
	float: left;
	margin-left: 140px;
}
	
/* ----------------- 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: #333333;
	padding: 15px 0px 5px 0px;
	clear: both;
}

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

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

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

div#flash {
	margin: 20px auto;
	
}

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

img.left {
	border: 3px double #000000;
	margin: 0px 10px 20px 10px;
	float: left;
}

img.leftnobrd {
	margin: 0px 10px 20px 10px;
	float: left;
}

img.right {
	border: 3px double #000000;
	margin: 0px 10px 20px 10px;
	float: right;
}

img.rightnobrd {
	margin: 0px 10px 20px 10px;
	float: right;
}

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

img.nobrd {
	border: none;
}

.concept {
	position: absolute;
	top: 46px;
	right: 0px;
}


div#flash {
	position: absolute;
	top: 26px;
	right: 0px;
}

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

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

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

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.backtotop {
	text-align: right;
}

.row1 {
	background:#f0f6fc;
	padding: 0px 3px;
}

.row2 {
	background:#fbfbf4;
	padding: 0px 3px;
}