/* ----------------- 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-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}

body#webaduio {
	background: 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: 12px;
	line-height: 21px;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #005CB9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 0px;
	color: #FF3300;
}

h3 {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	line-height: 24px;
}

h4 {
	color: #001085;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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: #0378C4;
	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: 770px;
	height: 253px;
	background-image: url(images/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: 770px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Creates the div for the content */

div#content {
	width: 770px;
}

/* Creates the div for the address */

div#address {
	text-align: left;
	color: #005CB9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	height: 160px;
	width: 710px;
	line-height: 12px;
	text-transform: uppercase;
	clear: both;
}

div#audio {
	position: absolute;
	left: 574px;
	top: 220px;
	height: 30px;
	width: 196px;
	margin: 0px;
	padding: 0px;
}
div#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 220px;
	width: 770px;
	margin: 0px;
	padding: 0px;
}

div#form {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;
}

div#gallery {
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 710px;
	color: #2B475B;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

div#footer a:link, div#footer a:visited {
	color: #0378C4;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #999999;
	padding: 0px;
	width: 770px;
	margin-top: 15px;
	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: #999;
	font-weight: bold;
	text-align: center;
}

div#copyright img {
	border: none;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 221px;
	left: 1px;
	width: 560px;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0688DB;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize; 
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-top: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #70BAF4;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #FFFFFF;
	background-color: #000066;
}

ul#list {
	font-size: 12px;
	color: #002157;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 350px;
	padding-bottom: 15px;
	padding-left: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 50px;
}

.clear {
	clear: both;
}

iframe {
	text-align: center;
}

div#map {
	border: 1px solid #0387DB;
	padding: 3px;
	height: 500px;
	width: 610px;
	background-color: #FEFEFE;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.companyname {
	font-weight: bold;
	color: #003399;
}

.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;
}

.rightimg {
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
.leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div#left {
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom:10px;
	padding-left: 27px;
}


div#cta {
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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;
}

