/* ----------------- 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: #ADA39F;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
}

body#maps {
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e1f4e6;
	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: 12px;
	color: #000000;
	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: 24px;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #1B1B36;
}

h2 {
	color: #1B1B36;
	font-size: 18px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

h3 {
	color: #242448;
	font-size: 17px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #660066;
}
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: 920px;
	height: 272px;
	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: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* creates the div for the content */
div#content {
	width: 580px;
	padding: 0px;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}

/* creates the div for the address */
div#address {
	float: left;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	background-color: #F4FFEF;
	border: 1px solid #91B5AF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
	clear: both;
	text-align: center;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
}

/* creates the div for the sidebar */
div#sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 290px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	clear: right;
}

div#box {
	width: 234px;
	background-color: #9A8D89;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	border: 3px double #9A8D89;
}

div#box p {
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	padding-right: 0px;
	line-height: 18px;
	color: #E3E0DF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

div#box ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F0E4E1;
	list-style-type: square;
	font-weight: bold;
	line-height: 18px;
	margin-top: 15px;
}

div#box li {
	list-style-type: square;
	list-style-position: inside;
}

div#box a:link, div#box a:visited {
	color: #660066;
	text-decoration: none;
	font-weight: bold;
}

div#box a:hover {
	text-decoration: underline;
}
/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	color: #333333;
}

div#footer a:link, div#footer a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	width: 950px;
}

div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	position: absolute;
	top: 240px;
	left: 10px;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	background-color: #4B413E;
	border: 1px solid #2B2522;
}

/* 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:#CCCC99;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 3px;
	height: auto;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 3px;
}

div#nav li a:hover {
	color: #FFFFFF;
	background-image: url(images/hover-current.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* end navigation */

div#listcol {
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFC6C3;
	padding-right: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

div#listcol2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	float: left;
	width: 275px;
}

div#listcol3 {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFC6C3;
	padding-right: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	height: 80px;
}

div#listcol4 {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFC6C3;
	padding-right: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
	height: 80px;
}

div#listcol5 {
	float: left;
	padding-right: 25px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
	height: 80px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 25px;
	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: #333333;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #CFC6C3;
	width: 570px;
}

div#flash {
	position: absolute;
	top: 120px;
	height: 210px;
	width: 930px;
	margin: 0px;
	padding: 0px;
	left: 20px;
	bottom: 0px;
}

div#netopia {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 920px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	margin-top: 0px;
}

.companyname {
	color: #660000;
	font-weight: bold;
}

.important {
	color: #FFFFFF;
}

.title {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 24px;
	font-weight: normal;
}

.disclaimer {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.top {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663399;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.imgcenter {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #CFC6C3;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #CFC6C3;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textcenter {
	text-align: center;
}
