/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	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;
	color: #3b566d;
	font-style: normal;
	line-height: 1.3;
	margin: 5px 0px 20px 0px;
	padding: 3px;
	border-top: 1px solid #ae9b75;
	border-bottom: 1px solid #ae9b75;
}

	address a:link, address a:visited, address a:active {
		text-decoration: none;
	}

h1 { 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-align: center;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: -5px 25px 10px 0px;
	padding: 0px 5px 5px 35px;
	list-style-type: square;
}

ul.left {
	float: left;
}


li {
	font-size: 11px;
	line-height: 1.5;
	color: #666666;
}

ul.arrow {
	margin: -5px 0px 10px 0px;
	padding: 0px 5px 5px 15px;
	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: 18px;
		color: #666666;
	}
	
	a.arrow:link, a.arrow:visited, a.arrow:active {
		color: #5f4b22;
		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: 2px solid #959393;
	border-bottom: 2px solid #959393;
	background-image: url(images/navbg.jpg);
}

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: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 15px 4px 15px;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #959393;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #000000;
	background-image: url(images/navbgon.jpg);
}

div#audio {
	position: absolute;
	top: -2px;
	right: 5px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
		color: #1f76ec; 
		text-decoration: none; 
	}
	
	div#audio a:hover {
		color: #666666; 
	}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	height: 15px;
	padding: 3px;
	border-top: 1px solid #5a513e;
	background: #050582;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #e5d4b3;
	font-size: 9px;
	font-weight: bold;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: bold;
	color: #e5d4b3;
}

div#footnav a:hover {
	color: #ffffff;
}

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

/* ----------------- HEADER ----------------- */

div#header1, div#header {
	width: 770px;
	height: 86px;
	text-align: left;
}

div#header1 {
	background-image: url(images/header1.gif);
}

div#header {
	background-image: url(images/header.jpg);
}

	div#header1 img, div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

div#container{
	width: 770px;
	margin: 10px auto 3px auto;
	padding: 0px;
	border: 1px solid #5a513e;
	background-image: url(images/body_bg.gif);
	position: relative;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 550px;
	margin: 3px 0px;
	padding: 5px 5px 5px 31px;
	text-align: left;
	float: left;
	border-right: 2px dotted #cfdff4;
}

div#bodyright {
	width: 170px;
	margin: 3px 0px 3px 0px;
	padding: 2px 5px 0px 5px;
	text-align: left;
	float: right;
}

	div#bodyright p {
		font-size: 10px;
		line-height: 1.3;
		color: #3b566d;
	}
	
div#box {
	width: 220px;
	text-align: left;
	border: 1px solid #959393;
	margin: 5px 0px 10px 10px;
	padding: 5px;
	float: right;
}

div#indexbody {
	width: 770px;
	height: 296px;
	margin: 0px;
	padding-top: 10px;
	background-image: url(images/flash_bg.jpg);
}

/* ----------------- 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: 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: #333333;
}

/* ----------------- NETOPIA IFRAME ----------------- */

iframe.noscroll {
	margin-top: -20px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	border: 1px solid #959393;
	margin: 5px 0px 10px 10px;
	float: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #000066;
}

.center {
	text-align: center;
}
