/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, 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 {
	margin: 10px 0px 10px 4px;
	padding: 0px 2px 8px 2px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	border-bottom: 1px dotted #cccccc;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 15px 0px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 30px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */

div#nav {
	background: #fdfdfd;
	border: 1px solid #a8a88d;
	border-bottom: none;
	width: 176px;
	margin: 3px 0px;
}

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: #000000;
	text-decoration: none;
	display: block;
	width: 166px;
	border-bottom: 1px solid #a8a88d;
	padding: 2px 5px 2px 5px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #7a7a7a;
	color: #ffffff;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	width: 766px;
	height: 14px;
	padding: 2px;
	background: #fbd007;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 3px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #333333;
	}

ul#utilitynav li a:hover {
	color: #333333;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 5px auto;
	padding: 0px;
	border: 1px solid #eceaea;
	background-image: url(images/bg_body.gif);
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 121px;
	background-image: url(images/header.gif);
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 178px;
	margin: 2px 0px 5px 0px;
	padding: 0px 2px 2px 2px;
	text-align: left;
	float: left;
}

	div#bodyleft h1 {
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
			text-transform: uppercase;
			margin: 0px 0px 1px 0px;
			padding: 3px;
			background: #000000;
		}

div#bodyright {
	width: 562px;
	margin: 0px;
	padding: 0px 15px 10px 10px;
	text-align: left;
	border-left: 1px dotted #cccccc;
	float: right;
}

	div#bodyright img {
		border: 1px solid #a8a88d;
	}
	
	div#bodyright img.nobrd {
		border: none;
	}

div.box {
	border-left: 1px solid #f1f1ee;
	margin: 5px 0px 5px 5px;
	padding: 5px 0px 5px 5px;
	width: 300px;
	float: right;
}

/* ----------------- 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: #000000;
	text-align: left;
	padding: 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#copyright a:hover {
	color: #333333;
}

/* ----------------- ADMIN LOGIN ----------------- */

/* Creates the container for the foot navigation. */ 
div#login {
	float: right;
}

/* Redefine p tag within the footnav container. */
div#login p {
	margin: 0px;
	color: #000000;
	font-size: 9px;
}

div#login a:link, div#login a:visited, div#login a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#login a:hover {
	color: #333333;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 5px 10px;
	float: right;
}

img.left {
	margin: 0px 10px 10px 0px;
	float: left;
	clear: left;
}

div.clear {
	clear: both;
}

/* ----------------- WEB AUDIO POPUP ----------------- */
div#audiopopup {
	background-image: url(images/bg_audiopopup.jpg);
	width: 200px;
	height: 87px;
	padding-top: 13px;
	text-align: center;
	margin: 0px auto;
}

	div#audiopopup p {
		margin: 5px 0px 23px 0px;
		line-height: 1.3;
	}
	
/* ----------------- WEB AUDIO LINK ----------------- */
div#audio {
	position: absolute;
	top: 105px;
	right: 10px;
}

	div#audio img {
		border: none;
		vertical-align: top;
	}
	
/* ----------------- WEB AUDIO CTA ----------------- */
div#audiocta {
	background-image: url(images/audiocta.gif);
	width: 300px;
	height: 20px;
	padding-top: 70px;
	margin: 5px 0px;
	text-align: center;
	border: 1px solid #a8a88d;
}

/* ----------------- FLASH CTA ----------------- */
div#cta {
	background-image: url(images/cta.jpg);
	width: 300px;
	height: 188px;
	border: 1px solid #a8a88d;
}

/* ----------------- OTHER CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.center {
	text-align: center;
}
