/* ----------------- 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: #E6B800;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

body#webaduio {
	background-color: #FFFFFF;
	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{
	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: #434D61;
	text-transform: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	color: #EB0B0C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 28px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 22px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #FF9900;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 21px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	text-align: left;
}

address {
	font-style: normal;
}

address a:link, addressx 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: #EC0D0C;
	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: 940px;
	height: 305px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#header2 {
	width: 940px;
	height: 305px;
	background-image: url(images/header-nav2.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 940px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/container-bg.gif);
	background-color: #FFFFFF;
}

/* Creates the div for the content */

div#content {
	width: 840px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#bodycopycol {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#bodycopycol2 {
	width: 595px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#bodylist {
	width: 170px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Creates the div for the address */
div#address {
	text-align: center;
	color: #434D61;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 940px;
	color: #434D61;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9px;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/footer.gif);
}

div#footer a:link, div#footer a:visited {
	color: #EC0D0C;
	font-weight: bold;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #fff6dc;
	width: 940px;
	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: #fff6dc;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 255px;
	left: 60px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #ED0D0D;
}

/* 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:#434D61;
	text-decoration:none;
	font-weight: normal;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#nav li a:hover {
	color: #ED0D0A;
}

div#nav2 {
	position: absolute;
	top: 256px;
	left: 585px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav2 li a#current, div#nav li a#current:hover{
	color: #ED0D0D;
}

/* UL TAG */
div#nav2 ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav2 li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav2 li a {
	display:block;
	color:#434D61;
	text-decoration:none;
	font-weight: normal;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#nav2 li a:hover {
	color: #ED0D0A;
}

ul#list {
	margin-top: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: left;
}

div#hours {
	padding: 0px;
	height: 55px;
	width: 440px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

div#map {
	padding: 5px;
	height: 575px;
	width: 575px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}


.companyname {
	color: #003399;
	text-transform: none;
	font-weight: bold;
}

.important {
	color: #434D61;
	font-weight: bold;
}

.cta {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.imgcenter {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.rightimg {
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #717171;
}

.leftimg {
	float: left;
	padding: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 250px;
	width: 295px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 325px;
	bottom: 0px;
}

div#netopia {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -20px;
	text-align: left;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 940px;
}

div#audio {
	position: absolute;
	top: 210px;
	height: 40px;
	width: 195px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 20px;
	bottom: 0px;
}

/* ----------------- 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;
	clear: both;
	text-align: center;
	margin: 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: 9px;
}
td { font-size:12px; }