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

body {
	background: #2f2f30;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #DAD9D8;
}

h2 { 
	font-size: 10px;
	font-weight: bold;
	color: #0C27AF;
	text-align: left;
	margin: 10px 0px;
}

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

ul {
	margin: -10px 0px 0px 0px;
	padding: 0px 20px 15px 20px;
	list-style-type: square;
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
	color: #003399;
}

ul.arrow {
	margin: 0px;
	list-style-type: none;
	float: left;
}

	ul.arrow li {
		background-image: url(images/arrow.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 20px;
	}
	
	a.arrow:link, a.arrow:visited, a.arrow:active {
		color: #003399;
		text-decoration: none; 
		font-size: 10px;
		border-bottom: 1px dashed #E5E3E3;
	}
		
	a.arrow:hover { 
		color: #A46B08; 
		}

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

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

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

ul#mainnav {
	width: 770px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #959393;
	border-bottom: 2px solid #959393;
	background: #f8f7f7;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #5189c6;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 20px;
	font-size: 10px;
	font-weight: bold;
	background: #ffffff;
	border-right: 1px solid #959393;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #083b72;
	background: #eceaea;
}

div#audio {
	position: absolute;
	top: 83px;
	right: 5px;
}
	
	div#audio img {
		border: none; 
	}
	
	div#audio a {
		color: #CC0000; 
		text-decoration: none; 
	}
	
	div#audio a:hover {
		color: #666666; 
	}

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

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #cccccc;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #cccccc;
}

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

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 79px;
	text-align: left;
	background-image: url(images/header.jpg);
	margin-bottom: 1px;
}

	div#header img {
		border: 0px;
	}

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

div#container{
	width: 770px;
	margin: 10px auto 3px auto;
	padding: 0px;
	border: 1px solid #bdbcbc;
	background: #ffffff;
	position: relative;
}

div#content {
	width: 770px;
	clear: both;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 468px;
	margin: 3px 0px;
	padding: 5px 10px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 260px;
	margin: 3px 0px;
	padding: 5px 10px;
	text-align: left;
	float: right;
	border-left: 2px dotted #AFADAD;
}

	div#bodyright img {
		border: 1px solid #959393;
	}

div#bodydiy {
	width: 734px;
	margin: 3px 0px;
	padding: 5px 5px 5px 31px;
	text-align: left;
	float: left;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	padding: 5px;
	border-top: 1px solid #666666;
	background: #f8f7f7;
	text-align: left;
	clear: both;
}

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

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

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

/* ----------------- NETOPIA IFRAME ----------------- */

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

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

img.left {
	margin: 0px 10px 5px 0px;
	border: 1px solid #959393;
	float: left;
}

img.border {
	border: 1px solid #959393;
}

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

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

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

div#flash {
	background-image: url(images/cta.jpg);
	width: 770;
	height: 155px;
	border-bottom: 2px solid #959393;
}

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

	div#map img {
		border: none;
	}

