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

body {
	background: #ffffff;
	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;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.3;
	margin: 50px 5px 10px 5px;
	padding: 3px 0px;
	border-top: 2px dotted #042256;
	border-bottom: 2px dotted #042256;
}

h1 { 
	margin: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #0000CC;
	padding: 5px 0px;
	text-align: center;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #2E6958;
	text-align: left;
	width: 570px;
	margin: 10px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
}

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

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

ul.left {
	margin: 0px;
	padding: 5px 10px 8px 30px;
	list-style-type: square;
	float: left;
}

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

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

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

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

ul#mainnav {
	padding: 0px 1px;
	width: 134px;
}

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: #232222;
	text-decoration: none;
	display: block;
	width: 119px;
	margin-top: 5px;
	padding: 0px 0px 1px 15px;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/navbullet_on.gif);
}

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

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 750px;
	margin: 1px auto;
	padding-right: 20px;
	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;
}

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

/* Creates DIV container for header. */
div#header {
	width: 630px;
	height: 32px;
	text-align: left;
	margin: 0px auto;
	padding: 110px 0px 0px 140px;
	background: url(images/header_bg.jpg) no-repeat;
}

	div#header img {
		border: 0px;
		margin: 0px;
	}
	
/* ----------------- BODY ----------------- */

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

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

div#bodyright {
	width: 594px;
	text-align: left;
	padding: 0px 30px 10px 10px;
	float: right;
}

div.panel {
	width: 274px;
	border-left: 1px solid #062680;
	margin-left: 5px;
	padding: 5px;
	text-align: left;
	float: right;
}

	div.panel p {
		margin: 5px 0px;
		color: #003399;
	}
	
/* ----------------- 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 {
	width: 197px;
	height: 39px;
	text-align: center;
	padding-top: 57px;
	background-image: url(images/audioinfo.gif);
	float: left;
}

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

iframe {
	margin-top: -50px;
}

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

div#flash {
	margin: 20px auto;
}

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

img.right {
	margin: 0px 10px;
	border: 1px solid #000000;
	float: right;
}

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

img.rightnobrd {
	border: 0px;
	margin-bottom: 5px;
	float: right;
}

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

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

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}
