/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-color: #e0efb7;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #555454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #989797;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
	height: 70px;
	clear: both;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	color: #414040;
	letter-spacing: 0.05em;
	text-align: left;
	background-image: url(images/bullet-page-heading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	padding: 8px 0px 3px 30px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #12307c;
	text-align: left;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 25px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 5px 25px 0px 25px;
}

ul.features {
	float: left;
	width: 340px;
	padding-right: 0px;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- 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;
	position: absolute;
	top: 2px;
	right: 45px;
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
	margin: 0px 1px 0px 1px;
	padding: 0px;
	float: right;
	background-color: #f3fadf;
	list-style: none;
}

ul#mainnav li a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-image: url(images/navtop_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainnav li a span {
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 3px 0px;
	display: block;
	background-image: url(images/navtop_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #ffffff;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 37px;
	right: 10px;
}

ul#utilitynav li, ul#splashutilnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a, ul#splashutilnav li a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #333333;
	}

ul#utilitynav li a.last, ul#splashutilnav li a.last {
	border-right: none;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 182px;
	text-align: left;
	margin: 0px auto;
	background-image: url(images/bg-header.jpg);
	position: relative;
}
	div#header img{
		border: 0px;
	}

/* Header Background Container */
div#container1 {
	width: 100%;
	margin: 0px auto;
	background-image: url(images/bg-site-top.gif);
}

/* Content Background Container */
div#container2 {
	width: 100%;
	margin: 0px auto;
	background-color: #2868d7;
}

/* Footer Background Container */
div#container3 {
	width: 100%;
	margin: 0px auto;
	background-image: url(images/bg-site-bottom.gif);
}

div#content {
	width: 740px;
	margin: 0px auto;
	padding: 20px 15px 10px 15px;
	text-align: left;
	background-color: #ffffff;
}

div#box {
	width: 275px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	float: right;
	border-left: 1px solid #cccccc;
}

div.box2 {
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
	text-align: left;
	background: #f2fed2;
	width: 406px;
}

div#footer {
	width: 770px;
	height: 66px;
	margin: 0px auto;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	position: relative;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	padding-top: 5px;
	clear: both;
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

	div#copyright p {
		font-size: 9px;
		color: #666666;
	}

	div#copyright a {
		font-weight: bold;
		color: #666666;
	}
	
	div#copyright img {
		border: none;
	}
	
/* ----------------- NETOPIA IFRAME ----------------- */

iframe.noscroll {
	margin-top: -60px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.rightnobrd {
	border: 0px;
	float: right;
}

img.border {
	border: 1px solid #666666;
}

img.left {
	border: 1px solid #666666;
	float: left;
	margin: 2px 15px 5px 0px;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

span.contact {
	float: left;
	width: 250px;
}

img#signin {
	float: right;
	border: none;
	padding-top: 5px;
}

div#gohome {
	position: absolute;
	top: 180px;
	right: 10px;
	width: 300px;
}

div#audio {
	position: absolute;
	top: 3px;
	left: 193px;
}

div#flash {
	position: absolute;
	top: 35px;
	left: 0px;
}
