/* ----------------- 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: #C4D8E5;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

body#intro{
	background-color: #000000;
	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: 13px;
	color: #333333;
	margin-right: 40px;
	margin-left: 40px;
	text-transform: none;
	margin-top: 0px;
	padding: 0px;
	line-height: 21px;
}

h1 {
	color: #054268;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 24px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0C6DAD;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #054268;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h4 {
	color: #001085;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

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: #0066FF;
	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: 880px;
	height: 250px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}

div#flashheader {
	width: 880px;
	height: 370px;
	background-image: url(images/flash-header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}
/* Creates the div container for the site. */
div#container {
	width: 880px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}

/* Creates the div for the content */

div#content {
	width: 880px;
}

div#content2 {
	width: 880px;
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: 525px top;
}
/* Creates the div for the address */

div#address {
	text-align: center;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	width: 800px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 880px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	background-image: url(images/footer.gif);
	height: 35px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

div#footer a:link, div#footer a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer2 {
	clear: both;
	width: 880px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	background-image: url(images/footer.gif);
	height: 35px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

div#footer2 a:link, div#footer a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	text-transform: uppercase;
}

div#footer2 a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #043553;
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#copyright a {
	font-size: 9px;
	color: #054268;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 10px;
	left: 32px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2BEC8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9E2E8;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #054268;
	font-weight: bold;
	background-color: #D4DEE5;
}

/* 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:#0C6DAC;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	padding-right: 31px;
	padding-left: 31px;
	padding-bottom: 12px;
	padding-top: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9E2E8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2BEC8;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #054268;
	background-color: #E7EDF0;
}

ul#list {
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	color: #0066FF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

div#column {
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

ul#list2 {
	margin: 0px;
}

ul#list2 li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: center;
}

div#map {
	border: 1px solid #333333;
	padding: 2px;
	height: 450px;
	width: 650px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.companyname {
	font-weight: bold;
	color: #054268;
	text-transform: none;
}

.important {
	font-weight: bold;
	color: #FF6600;
	text-transform: none;
}

.imgcenter {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #6B551B;
}

.rightimg {
	float: right;
	padding: 1px;
	margin-top: 0px;
	margin-right: 39px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #054268;
	background-color: #FFFFFF;
}


.rightimg2 {
	float: right;
	padding: 1px;
	margin-top: 75px;
	margin-right: 39px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #054268;
	background-color: #FFFFFF;
}

.leftimg {
	float: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 40px;
	border: 1px solid #333333;
}
div#right {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div#left {
	float: left;
	text-align: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#flash {
	position: absolute;
	top: 50px;
	height: 320px;
	width: 880px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#introreturn {
	position: absolute;
	top: 50px;
	height: 40px;
	width: 34px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 16px;
	bottom: 0px;
}

div#audio {
	position: absolute;
	top: 29px;
	height: 21px;
	width: 202px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 766px;
	bottom: 0px;
}

div#contact {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 0px;
	text-align: left;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 880px;
}
/* ----------------- 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;
}
