/* ----------------- 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: #021f4b;
	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;
}

div#video {
	float:right;
	padding:0px 15px 15px 15px;
}

/* 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: #000;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 21px;
}

h1 {
	color: #0644a7;
	font-size: 18px;
	margin-top: 15px;
	margin-right: 25px;
	margin-left: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 18px;
	padding: 5px;
}

h2 {
	color: #0644a7;
	font-size: 13px;
	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: #38bfe2;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}

h4 {
	color: #ffffff;
	font-size: 13px;
	width: 590px;
	margin: 20px auto 0px auto;
	padding: 15px 12px 15px 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: 100;
	line-height: 18px;
	background-color: #05357f;
	border: 1px solid #187eff;
}

h5 {
	color: #ff0000;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}

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: #fff;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #57aad6;
	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: 950px;
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

div#flash {
	position: absolute;
	top: 145px;
	height: 76px;
	width: 203px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 158px;
	bottom: 0px;
}



/* creates the div container for the site. */
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/* creates the div for the content */
div#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 275px;
	margin: 0px;
	
}

/* creates the div for the address */
div#address {
	text-align: left;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 25px;
	background-color:#0644a7;
}

/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 240px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color:#0644a7;
}


/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/nav-bg.gif);
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #067985;
}
	
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: #fff;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#mainnav li a:hover {
	color: #333333; 
	background-image: url(images/hover.gif);
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current.gif);
	color: #FFFFFF;
}
/* 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: 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: #3d8d87;
	font-size: 12px;
	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: 640px;
	float: left;
}



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;
}


/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #ffffff;
	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;
	background-color: #0644a7;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
	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: #666;
	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: #666;
	font-weight: bold;
	text-align: center;
}

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: 64px;
	height: 30px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 730px;
	bottom: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {

}

.companyname {
	color: #565b25;
}

.important {
	color: #fff;
	text-transform: none;
	font-weight: bold;
	font-size:12px;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948a89;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 0px;
	clear: right;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #666666;
	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;
}
