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

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

p, h1, h2, a, ul, li, address {
	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: #ffffff;
	line-height: 1.3;
}

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}

h3 { 
	color: #CC0000;
}

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

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

ul.left {
	float: left;
}

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

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

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

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

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: #ffffff;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 20px;
	background-image: url(images/nav_bg.gif);
	padding: 3px 10px 0px 5px;
	margin: 2px 0px;
	text-align: right;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #CC0000;
}

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

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 760px;
	margin: 5px auto;
	text-align: center;
	clear: both;
}

	/* Redefine p tag within the footnav container. */
	div#footnav p {
		margin: 0px;
		color: #fcfafa;
		font-size: 10px;
	}
	
	/* Set link style for footnav. */
	div#footnav a {
		text-decoration: none;
		font-weight: normal;
		color: #fcfafa;
	}
	
	div#footnav a:hover {
		color: #ffffff;
	}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/body_bg.gif);
	border-bottom: 1px solid #000000;
}

/* Creates DIV container for header. */

div#header {
	width: 760px;
	height: 100px;
	background-image: url(images/header.gif);
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 175px;
	text-align: left;
	float: left;
	position: relative;
}

div#bodyright {
	width: 585px;
	text-align: left;
	float: right;
}

div#content {
	padding: 15px;
}

div#content img {
	border: 1px dotted #cccccc;
}

div#footer {
	background: #000000;
	height: 40px;
	width: 685px;
	text-align: left;
	padding: 3px 5px 3px 70px;
	clear: both;
	background-image: url(images/logo_sm.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ----------------- 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: #fcfafa;
	padding: 15px 0px 5px 0px;
	clear: both;
}

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

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

/* ----------------- WEB AUDIO ----------------- */

div#audio {
	text-align: right;
	margin: 15px 15px;
}

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

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

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

img.left {
	padding: 5px;
	margin: 0px 20px 20px 0px;
	float: left;
}

img.right {
	padding: 5px;
	margin: 0px 0px 20px 20px;
	float: right;
}

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


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

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

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

div#map {
	margin: 20px auto;
	border: 1px solid #576270;
	width: 450px;
}

