/* ----------------- 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: #23587A;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #23577C;
}

/* 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, ol{
	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: #23577C;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}
/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, ul.picul, div#rightpara {
	list-style: none;
	padding-left: 0px;
	color: #24597B;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}	
h1 {
	color: #23577C;
	font-size: 28px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #688823;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-left: 0px;
}

h1.diy {
	color: #333333;
	font-size: 24px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	padding-right: 0px;
	padding-left: 0px;
	text-transform:uppercase;
}

h2 {
	color: #23577C;
	font-size: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	border-bottom: 1px dotted #4E721B;
	margin: 0px 25px 10px auto;
	text-transform: uppercase;
}
h3 {
	color: #211CAB;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	padding: 0px;
	
	
}
h4 {
	color: #FFFF00;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
	text-decoration:underline;
}



address {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #23577C;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #23577C;
	background: url(images/nav.jpg) repeat-y;
	margin-bottom: 20px;
		
}
td {
	line-height: 18px;
}
address a:link{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #3B93EA;

}


/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #466B1B;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #23577C;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	height: 266px;
	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: 886px;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
}

/* creates the div for the content */
div#content {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 280px;
	margin: 0px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li {
	padding-left: 25px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 4px;
	padding-bottom: 5px;
} 

div#diycontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 225px;
	margin: 0px;
}



/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

/* creates the div container for the footer. */
div#footer {
	width: 886px;
	color: #23577C;
	font-size: 8px;
	text-align: center;
	height: 30px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

div#footer a:link, div#footer a:visited {
	color: #466B1B;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding-right: 1px;
	padding-left: 1px;
}

div#footer a:hover {
	text-decoration: underline;
	color: #23577C;
}

/* 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;
}

div#copyright a {
	font-size: 9px;
	color: #EEF2F5;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 3px solid #24597B;
	border-left: 1px solid #24597B;
	border-right: 1px solid #24597B;
	border-top: 3px solid #24597B;
}
	
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: #23577C;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 40px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #23577C;
	background: url(images/nav.jpg);
}

ul#mainnav li a:hover {
	color: #1F4C63;
	background-image: url(images/hover.jpg);
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current.jpg);
	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;
}


div#map {
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
	float: left;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 266px;
	width: 886px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	z-index: 1;
}

div#netopia {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 650px;
	margin-right: 0px;
	margin-left: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#audio {
	position: absolute;
	top: -4px;
	height: 24px;
	width: 158px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	z-index: 2;
	left: 8px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {

}
/*--------------image styles------------*/
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.middleimg {
	float: left;
	margin: 0px 20px 15px 5px;
	clear: right;
	border: 1px solid #cccccc;
}
.rightimglist {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	clear: right;
	margin: 10px 5px;
}
.rightimg {
	float: right;
	border: 1px solid #5885A8;
	clear: right;
	margin: 10px 20px 10px 20px;
}

.rightimg2 {
	float: right;
	border: 1px solid #5885A8;
	clear: right;
	margin: 10px 25px 20px 0px;
}

img.rtnotopmargin {
	float: right;
	padding: 0px;
	clear: both;
	border: 1px solid #3C3123;
	margin: 5px 10px 10px 12px;
}
img.rtbordernotopmargin {
	border: 1px solid #3C3123;
	float: right;
	margin: 0px 5px 5px 10px;
}
.rightimgtop {
	float: left;
	border: 1px solid #cccccc;
	margin: 0px 20px 15px 0px;
	clear: none;
}

.leftimg2 {
	float: left;
	border: 1px solid #5885A8;
	clear: right;
	margin: 10px 0px 20px 0px;
	
}

.leftimg {
	float: left;
	border: 1px solid #cccccc;
	clear: both;
	margin: 0px 18px 15px 0px;
	
}

div.caption {
	float: left;
	margin-right: 0px;
	width: 600px;
}
div.caption p {
	text-align: center;
	font-size: 11px;
}

/* DIVs to create columns for paragraphs. */
div#column {
	width:575px;
}

div#leftpara {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
div#rightpara {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

div#pics {
	width: 650px;
	margin-bottom: 10px;
}


/*-----------text styles---------------*/

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.companyname {
	color: #000000;
	text-transform: none;
}

.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}

/* CLASSES to create columns for unordered lists. */
ul.picul {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	color: #0E0F61;
	margin-right: 5px;
	width: 600px;
}

ul.leftul {
	float: left;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	width: 250px;
	color: #23587A;
	margin-left: 10px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	width: 250px;
	color: #23587A;
}

/* 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;
}
