/* ----------------- 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: #ffffff;
}

/* 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: 11px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 18px;
}

p a:link, p a:visited {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
p a:hover {
	text-decoration: underline;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #004080;
	text-transform: none;
}

h2 {
	color: #004080;
	font-size: 14px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

h3 {
	color: #002157;
	font-size: 14px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

hr {
	color: #BFBBB8;
	margin-bottom: 15px;
	margin-top: 10px;
}

ol {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol li {
	padding-bottom: 10px;
}


div#address a:link, div#address a:visited {
	color: #99CC00;
	margin: 0px;
	padding: 0px;
}
div#address a:hover {
	text-decoration: underline;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	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: 890px;
	height: 310px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

/* creates the div container for the site. */
div#container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* creates the div for the content */
div#content {
	margin: 0px;
	width: 640px;
	padding: 0px;
	float: left;
}

/* creates the div for the address */
div#address {
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-top: 145px;
	font-weight: normal;
}

/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 210px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	height: 355px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* creates the div container for the footer. */
div#footer {
	clear: both;
	color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 8px;
	text-align: center;
	height: 15px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	width: 870px;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-right: 7px;
	padding-left: 7px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #CAC7C5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #CAC7C5;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	position: absolute;
	width: 210px;
	margin: 0px;
	top: 75px;
	padding-top: 5px;
	left: 0px;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul#mainnav li {
	display: inline;
	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-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

ul#mainnav li a:hover {
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* end navigation */

div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 290px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 32px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #094D78;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
}

div#map {
	padding: 4px;
	border: 1px solid #BFBBB7;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	height: 540px;
	width: 630px;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 75px;
	width: 890px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#cta {
	position: absolute;
	top: 100px;
	height: 90px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 365px;
	bottom: 0px;
}

div#logo {
	position: absolute;
	top: 0px;
	height: 75px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#netopia {
	margin-left: -30px;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: auto;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#audio {
	position: absolute;
	top: 75px;
	height: 185px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 890px;
	bottom: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
}

.companyname {
	color: #99FF33;
}

.sidebartxt {
	text-transform: none;
	font-weight: bold;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: right;
	background-color: #FFFFFF;
}

.rightimg2 {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 10px;
	clear: right;
	background-color: #FFFFFF;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}

.textcenter {
	text-align: center;
}

strong {
	color: #000000;
}

hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	color: #CCCCCC;
}

.top{
	font-size: 10px;
	font-weight: bold;
	color: #297E00;
}
