/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ebfa88;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address, caption, td, th {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 10px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address, div#footerright p {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	margin: 0px;
}

h1 { 
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-align: left;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #301803;
	text-align: center;
	margin: 0px;
	padding0: 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px 20px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

/* ----------------- TABLE ELEMENTS ----------------- */
	
caption {
	font-size: 11px;
	font-weight: bold;
	color: #331703;
	text-align: left;
	margin-left: 20px;
}

caption span {
	font-weight: normal;
	line-height: 1.5;
}

table, td, th  {	
	border-collapse: collapse;
}

table#fees {
	border: 1px solid #cccccc;
	margin: 5px 20px 25px 20px;
}

table#fees th {
	padding: 3px 10px;
	font-size: 11px;
	color: #0F1563;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

table#fees td {
	vertical-align: top;
	font-size: 11px;
	padding: 2px 20px;
}

	table#fees tr.row1 {
		background-color: #F3F0F0;
	}
	
	table#fees tr.row2 {
		background-color: #D8E7D8;
	}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 142px;
}

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: #333333;
	text-decoration: none;
	display: block;
	width: 128px;
	border: 1px solid #b59e6f;
	background: #f9edd4;
	padding: 3px 5px;
	margin: 2px 1px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background: #e9dbbd;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 750px;
	height: 35px;
	margin: 0px auto;
	padding-right: 20px;
	text-align: right;
	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:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

div#footnav a:hover {
	color: #000000;
}

/* ----------------- 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;
}

	div#container .concept {
		position: absolute;
		bottom: 20px;
		left: 10px;
	}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 150px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 142px;
	padding: 0px;
	text-align: left;
	float: left;
}

	div#bodyleft p {
		margin: 5px 0px;
		padding: 0px;
		font-size: 10px;
		line-height: 2;
	}

div#bodyright {
	width: 598px;
	text-align: left;
	padding: 0px 10px 10px 10px;
	float: left;
}
	
div#footer {
	margin: 10px 0px 0px 0px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
	width: 598px;
	clear: both;
}

div#footerleft {
	float: left;
}

div#footerright {
	float: right;
}

div#popupinfo {
	padding: 10px;
	text-align: left;
	background: #fdfdfd;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 750px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #b59e6f;
	text-align: right;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 125px;
	right: 140px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
}

img.right {
	margin: 0px 0px 10px 0px;
	float: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

iframe.noscroll {
	margin-top: -60px;
}

div#maps {
	width: 450px;
	border: 1px solid #000000;
	margin: 20px auto;
}

div#flash {
	margin: 100px auto 20px auto;
	border-top: 1px solid #894f11;
	border-bottom: 1px solid #894f11;
	background: #ffffff;
	width: 100%;
}
