/* ----------------- 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: #68839F;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

/* 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: 12px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 18px;
}

h1 {
	color: #006699;
	font-size: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 3px;
}

h2 {
	color: #003366;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}


address {
	font-style: normal;
}

address a:link, address a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #42890E;
	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: 990px;
	height: 250px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container-bg.gif) top left repeat-y;
/*	height: auto;*/
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	width: 690px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 15;
	margin: 0px;
}

/* Creates the div for the address */
div#address {
	text-align: left;
	color: #4E4E4E;
	margin-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;
	width: 200px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	clear: both;
	height: 575px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 990px;
	color: #CCCCCC;
	font-size: 9px;
	text-align: right;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#footer a:link, div#footer a:visited {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: right;
	color: #CCCCCC;
	width: 955px;
	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: #CCCCCC;
	font-weight: bold;
	text-align: right;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 208px;
	left: 36px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #009900;
	background-image: url(images/current.gif);
	background-repeat: no-repeat;
}

/* 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:#3D4F78;
	font-weight: normal;
	font-size: 12px;
	padding-right: 13px;
	padding-left: 13px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
}

div#nav li a:hover {
	color: #009900;
	text-decoration: none;
}
/* END NAVIGATION */

/* Creates the div for the cta */
div#cta {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	float: left;
	width: 295px;
	padding-top: 0px;
	padding-bottom: 25px;
	clear: right;
}

/* Creates the div for the cta */
div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 280px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #006699;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
}

.companyname {
	color: #324164;
	text-transform: none;
	font-weight: bold;
}

.important {
	color: #FF0000;
	text-transform: none;
	font-weight: bold;
}

.testimonials {
	color: #860E0E;
	text-transform: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
}

.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;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 20px;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.sidebarimg {
	margin-left: -15px;
	padding-bottom: 15px;
	clear: both;
}

.textcenter {
	text-align: center;
}

.footernav {
	padding-right: 40px;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 450px;
	width: 650px;
	float: left;
	background-color: #FFFFFF;
}

div#flash {
	position: absolute;
	top: 120px;
	height: 110px;
	width: 390px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 500px;
	bottom: 0px;
}

div#netopia {
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 15px;
	width: 955px;
	text-align: right;
}
