/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FAFAE1;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, 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 {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
}

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #6D0808;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h2 { 
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 0px 0px;
}

h3 { 
	font-family: times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

h4 { 
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 10px;
	background-color: #FF6600;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	list-style-type: square;
}

ul.left {
	margin: 0px;
	padding: 5px 30px 5px 30px;
	list-style-type: square;
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #990000;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

/* div#mainnav {
	position: absolute;
	top: 60px;
	left: 5px;
} */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 152px;
}

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;
	text-align: left;
	color: #091E86;
	text-decoration: none;
	display: block;
	width: 135px;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #CC0909;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 5px auto;
	text-align: center;
}

/* 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#footnavlt {
	float: left;
}

div#footnavrt {
	float: right;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	position: absolute;
	top: 25px;
	right: 0px;
}

	div#audio img {
		border: 0px;
	}

/* ----------------- FLASH ----------------- */

div#flash {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	background-color: #ffffff;
	border: 1px solid #B70707;
	margin: 0px auto;
	position: relative;
}

/* Creates DIV container for header. */
div#header1, div#header2, div#header3, div#header4, div#header5, div#header6, div#header7, div#header8, div#header9 {
	height: 100px;
	text-align: right;
	padding: 45px 10px 0px 0px;
}

div#header1 {
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
}

div#header2 {
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
}

div#header3 {
	background-image: url(images/header3.gif);
	background-repeat: no-repeat;
}

div#header4 {
	background-image: url(images/header4.gif);
	background-repeat: no-repeat;
}

div#header5 {
	background-image: url(images/header5.gif);
	background-repeat: no-repeat;
}

div#header6 {
	background-image: url(images/header6.gif);
	background-repeat: no-repeat;
}

div#header7 {
	background-image: url(images/header7.gif);
	background-repeat: no-repeat;
}

div#header8 {
	background-image: url(images/header8.gif);
	background-repeat: no-repeat;
}

div#header9 {
	background-image: url(images/header9.gif);
	background-repeat: no-repeat;
}
	
/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 160px;
	padding: 0px 5px;
	text-align: left;
	float: left;
}

	div#bodyleft p {
		margin: 0px;
	}

div#bodyright {
	width: 580px;
	float: right;
	padding: 0px 10px 10px 10px;
}

/* Creates DIV containers for left panels. */
div.paneltop {
	width: 160px;
	padding-top: 10px;
	background-image: url(images/panel_top.gif);
	background-repeat: no-repeat;
}

div.panelcontent {
	width: 152px;
	border-left: 1px solid #0000FE;
	border-right: 1px solid #0000FE;
	padding: 5px 3px;
	background: #ffffff;
}

	div.panelcontent p {
		font-size: 10px;
		font-style: normal;
		color: #000000;
		line-height: 1.3;
	}

div.panelbottom {
	background-image: url(images/panel_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div.floatright {
	float: right;
	/* width: 340px; */
	border-left: 1px solid #7930ef;
	padding-left: 5px;
}

/* ----------------- 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;
	text-align: center;
}

/* 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 {
	margin: 5px 10px 5px 5px;
	border: 3px double #4A3C1F;
	float: left;
}

img.right {
	margin: 5px 5px 5px 10px;
	border: 3px double #4A3C1F;
	float: right;
}

img.leftnobrd {
	float: left;
}

img.rightnobrd {
	float: right;
	margin: 10px 0px;
}

img.border {
	border: 3px double #4A3C1F;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #000000;
}

#disclaimer {
	clear: both;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}

#disclaimer p {
	color: #73829d;
	font-size: 9px;
	margin: 5px 0px;
	line-height: 1.2;
}

.center {
	text-align: center;
}

iframe.noscroll {
	margin-top: -50px;
}
