/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #f6f0ce;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address, caption, td, th {
	color: #222222;
	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: #333333;
	line-height: 1.3;
}

	div#addressinfo {
		padding: 5px;
		margin: 0px auto;
		border: 1px solid #8d8b8b;
		width: 98%;
		clear: both;
	}
	
	div#addressleft {
		float: left;
	}
	
	div#addressright {
		float: right;
	}

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 0px 0px 10px 0px;
}


h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	margin: 10px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 20px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #000000;
}

/* ----------------- TABLE ELEMENTS ----------------- */
	
caption {
	font-size: 11px;
	font-weight: bold;
	color: #331703;
	padding: 5px 0px;
	text-align: left;
}

table, td, th  {	
	border-collapse: collapse;
}

table#coverage {
	border: 1px solid #cccccc;
	margin: 10px;
	width: 96%;
}

table#coverage th {
	padding: 3px 10px;
	font-size: 11px;
	color: #0F1563;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

table#coverage td {
	vertical-align: top;
	font-size: 11px;
	padding: 2px 30px;
	text-align: center;
}

	table#coverage tr.row1 {
		background-color: #F3F0F0;
	}
	
	table#coverage tr.row2 {
		background-color: #D8E7D8;
	}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

div#nav {
	background: #d3cdad;
	border-bottom: 1px solid #ffffff;
	width: 149px;
}

ul#mainnav {
	padding: 0px;
	margin: 0px;
}

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: #392c01;
	text-decoration: none;
	display: block;
	width: 134px;
	border-bottom: 1px solid #ffffff;
	padding: 3px 10px 3px 5px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-color: #b3a580;
	color: #ffffff;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #666666;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

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;
	background-image: url(images/body_bg.gif);
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 1px solid #8d8b8b;
}

/* Creates DIV container for header. */
div#header {
	width: 610px;
	height: 105px;
	text-align: left;
	padding: 5px 0px 0px 160px;
	background-image: url(images/header.jpg);
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 149px;
	margin-right: 1px;
	padding: 0px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 600px;
	text-align: left;
	padding: 10px;
	float: right;
}
	
div.panel {
	width: 185px;
	padding: 5px 5px 5px 10px;
	margin: 5px 0px 5px 10px;
	text-align: left;
	border-left: 1px solid #d5c394;
	float: right;
}

	div.panel p {
		margin: 5px 0px;
		color: #000000;
		line-height: 1.2;
	}
	
	div.panel img {
		margin-bottom: 5px;
		border: 1px solid #999152;
	}
	
div.panel2 {
	width: 250px;
	padding: 5px;
	margin: 5px 0px 5px 15px;
	padding-left:  15px;
	text-align: left;
	float: left;
}
	
/* ----------------- 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: #666666;
	padding: 15px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	margin: 20px 0px;
}

	div#audio p {
		color: #392c01;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	div#audio a {
		color: #392c01; 
		text-decoration: none; 
		font-weight: normal; 
	}
	
	div#audio a:hover { 
		color: #ffffff; 
		}

	div#audio img {
		border: 0px;
		vertical-align: text-bottom;
	}

/* ----------------- FLASH ----------------- */

div#flash {
	background-image: url(images/calltoaction.gif);
	width: 598px;
	height: 98px;
	border: 1px solid #8d8b8b;
	text-align: right;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	border: 1px solid #8d8b8b;
	margin: 0px 0px 5px 10px;
	float: right;
}

img.left {
	border: 1px solid #8d8b8b;
	margin: 0px 10px 5px 0px;
	float: left;
}

img.border {
	border: 1px solid #8d8b8b;
}


div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.accent {
	color: #ce7720;
}

.caption {
		margin: 2px 0px;
		color: #333333;
		line-height: 1.2;
		font-style: italic;
		text-align: center;
	}
	
iframe.noscroll {
	margin-top: -50px;
}
