/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #d10307;
}


body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: none;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}
/* Redefines the p tag */
p {
	font-size: 13px;
	color: #4B4B4B;
	text-transform: none;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
h1 {
	color: #333333;
	font-size: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-bottom: 1px;
}
h2 {
	color: #333366;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-style: italic;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #006080;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 970px;
	height: 385px;
	background-image: url(images/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding-bottom: 5px;
}
/* Creates the div container for the site. */
div#container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	
}
/* Creates the div for the content */
div#content {
	width: 720px;
	float: right;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height:460px;
	position:relative;
}
/* Creates the div for the address */
address {
	text-align: right;
	color: #D10307;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 205px;
	float: left;
	line-height: 18px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
address a:link, address a:visited {
	color: #006080;
	text-align: right;
	font-weight: bold;
}
address a:hover {
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #D10307;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	width: 970px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 29px;
}
div#footer a:link, div#footer a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 13px;
	text-transform: uppercase;
	padding-right: 13px;
	margin: 0px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #FFFFFF;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 32px;
	left: 64px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #000000;
}
/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}
div#nav li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BABABA;
	border-left-color: #898989;
}
div#nav li a:hover {
	color: #000000;
}
div#nav ul li.leftend a:link, div#nav ul li.leftend a:visited, div#nav ul li.leftend a:active {
	border-right-style: none;
}
div#nav ul li.rightend a:link, div#nav ul li.rightend a:visited, div#nav ul li.rightend a:active {
	border-left-style: none;
}
/* END NAVIGATION */

div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#listcol2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #D10307;
}
.companyname2 {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.important {
	color: #000000;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948A89;
	padding: 4px;
}
.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 25px;
}
.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.textcenter {
	text-align: center;
}
div#mapviewer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 325px;
	padding: 10px;
	float:left;
}
div#LME_maplinks {
}
div#flash {
	position: absolute;
	top: 115px;
	height: 171px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 305px;
	bottom: 0px;
}
div#audio{
	position: absolute;
	top: 240px;
	height: 50px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 35px;
	bottom: 0px;
}
div#netopia {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#netopiaoffers {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
div#netcontact{
	margin-top: -65px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	padding-bottom: 2px;
	text-align: center;
	width: 970px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/* web audio applet */

div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}


div.facebook{ line-height:1.1em; font-size:11px; font-weight:normal;
		text-align:left;
		letter-spacing:-.1em;
		margin:0;
		padding:5px 0 10px 0;
		width:200px;
		*width:210px;
		}

div.facebook img{ float:left;
	border:none;
	margin:-5px 5px 0 23px;
	padding:0;}
	
.customdiy{	width:700px;
			height:500px;
			position:absolute;
			top:0;
			left:0;}

.customspacer{	width:100px;
			height:500px;}	
