/* ----------------- 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;
	
	background-repeat: repeat-x;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}

/* 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: #7483a1;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 21px;
}

h1 {
	color: #7483a1;
	font-size: 17px;
	margin-top: 0;
	margin-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 14px;
}

h2 {
	color: #003399;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}

h3 {
	color: #5a75ce;
	font-size: 16px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}


address {
	font-style: normal;
}

/* creates the div for the address */
div#address {
	text-align: left;
	color: #7384b9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 25px;
}

/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 240px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

address a:link, address a:visited {
	color: #7384b9;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7384b9;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #7384b9;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

div#flash {
	position: absolute;
	top: 138px;
	height: 49px;
	width: 398px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 380px;
	bottom: 0px;
}

div#flash2 {
	width: 235px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 0px;
	float: right;
} 

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 950px;
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px auto;
}

/* creates the div container for the site. */
div#container {
	width: 950px;
	height: 560px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(images/container-bg.gif) no-repeat;
	
	
}

/* creates the div for the content */
div#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin: 0px;
	float: right;
	width: 620px;

}




/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #8a9cd8;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

div#footer a:link, div#footer a:visited {
	color: #8a9cd6;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #8a9cd8;
	margin-top: 10px;
	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: #8a9cd8;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color:#FFFFFF;
		
}
	
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: #8a8f96;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin: 0px;
	padding-left: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#mainnav li a:hover {
	color: #012c6e;
	background-image: url(images/hover.gif);
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current.gif);
	color: #8a8f96;
}
/* end navigation */

div#listcol {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 170px;
	background-color: #fff0bf;
}

div#listcol2 {
	margin: 0px 10px 0px auto;
	padding: 0px;
	float: left;
	width: 380px;
}

div#listcol3 {
	margin: 0px 10px 0px auto;
	padding: 0px;
	float: left;
	width: 300px;
}

div#listcol4 {
	margin: 0px 30px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 600px;
	background-color: #dce2f3;
}


ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#list li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	color: #9e843f;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	line-height: 21px;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #666666;
	height: 420px;
	width: 600px;

}



div#netopia {
	margin-left: auto;
	margin-top: -50px;
	margin-right: 25px;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

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: 13px;
	height: 30px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: -371px;
	bottom: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {

}

.companyname {
	color: #0166fe;
}

.important {
	color: #7483a1;
	text-transform: none;
	font-weight: bold;
	font-size:12px;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7483a1;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #7483a1;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 0px;
	clear: right;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #7483a1;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}

.textcenter {
	text-align: center;
}
/* 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;
}
/*-----------------------CUSTOM ----------------------------------*/


li.list {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 10px;
	color:#9e773f;
	list-style-type:square;
		

}

li.list2 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	float:right;
	
	}


li.listi {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 18px;
	

}

div#disappearingtext	{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width:100;
	position:auto;
	clear: both;
}

li.nobullet {
list-style-type: none;
}

.gold {
	color: #cc9900;
}