/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: #8FB2BF url(images/body-bg.gif) repeat-x;
}

body#webaduio {background: #ffff00 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; text-decoration: none;}

/* Redefines the p tag */
p {
	font-size: 14px;
	color: #333;
	text-transform: none;
	margin: 0 20px 20px 20px;
	padding: 0;
	line-height: 20px;
	text-align: justify;
}
.side {
	font-weight: bold;
	color: #ffffFF;
	text-transform: none;
	margin: 5px 0 0 0;
	padding: 0;
	text-align:center
}

div#content ul {margin: 20px 0 20px 30px; padding: 0;}
div#content ul li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin: 0 0 8px 20px;
	padding: 0 0 2px 0;
	font: 14px/20px Arial, Helvetica, sans-serif;
	width: 460px;
}

h1 {
	color: #003366;
	border-bottom: 1px dotted #999;
	margin: 0 20px 10px 20px;
	padding: 10px 0 5px 0;
	font: normal 26px Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	text-transform: none;
	color: #036;
	margin: 0 20px 10px 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #999;
	font-weight: normal;
}

h3 {
	color: #0D4F7F;
	font: italic bold 18px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 18px;
	padding: 0;
}

h4 {
	color: #001085;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 15px;
	padding: 0;
	font-style: italic;
}
span {font-size: 9px;}

/* Creates the div for the address */

div#address {
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 13px;
	font: 13px/21px Arial, Helvetica, sans-serif;
	width: 200px;
	text-transform: none;
	float: left;
}

div#address a:link{
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 0px;
	font: 13px/21px Arial, Helvetica, sans-serif;
	width: 200px;
	text-transform: none;
	float: left;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {color: #2f93bb; 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: 990px;
	height: 318px;
	background: url(images/header-nav.jpg) left top no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
}

/* Creates the div container for the site. */
div#container {
	width: 990px;
	padding: 0;
	margin: 0 auto;
	background: url(images/container-bg.gif) repeat-y;
}

/* Creates the div for the content */

div#content {width: 759px; margin-right: auto; margin-left: 218px;}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 990px;
	color: #FFF;
	margin: 0 auto;
	padding: 23px 0 0 0;
	font-size: 8px;
	background: url(images/footer.gif) no-repeat;
	height: 33px;
}

div#footer a:link, div#footer a:visited {
	color: #003366;
	font-weight: bold;
	font-size:9px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}

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

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #FFF;
	padding: 0;
	width: 990px;
	margin: 0 auto 10px auto;
	font: 9px Arial, Helvetica, sans-serif;
}

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

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 30px;
	left: 35px;
	width: 990px;
	margin: 0;
	padding: 0;
		height: 40px;
}
	
div#nav li a#current, div#nav li a#current:hover{color: #306; font-weight: bold; background: #BCCBD8;}
div#nav li {display:inline;}

div#nav li a {
	float:left;
	display:block;
	color:#036;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	padding: 7px 9px 0 9px;
	height: 33px;
	text-transform: uppercase;
	border: 1px solid #D9E4ED;
	border-right: 1px solid #9CB0C2;
	margin: 0;
}

div#nav li a:hover {color: #003366; background: #BCCBD8;}

div#secondarynav {
	text-align: left;
	color: #036;
	margin: 0 auto;
	padding: 0 0 0 14px;
	font: 14px/21px Arial, Helvetica, sans-serif;
	width: 206px;
	text-transform: none;
	float: left;
}

div#nav2 {
	position: absolute;
	top: 313px;
	left: 13px;
	width: 196px;
	margin: 0;
	padding: 0;
	background: url(images/nav2-bg.gif) no-repeat;
	height: 160px;
}
	
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav2 {margin: 0; padding: 0;}
ul#mainnav2 li {display: inline; list-style: none;}

ul#mainnav2 li a:link, ul#mainnav2 li a:visited, ul#mainnav2 li a:active {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 6px 0 0 0;
	padding: 5px 0 5px 30px;
	background: url(images/navoff.gif) left center no-repeat;
}

ul#mainnav2 li a.current:link, ul#mainnav2 a.current:visited, ul#mainnav2 li a:hover {
	color: #63C0E4;
	background: url(images/navon.gif) left center no-repeat;
}


.clear {clear: both;}
iframe {text-align: center;}

div#map {
	border: 1px solid #333;
	padding: 2px;
	height: 490px;
	width: 415px;
	margin: 25px 0 25px 19px;
	float: left;
}

.companyname {font-weight: bold; color: #003; text-transform: none;}
.companynameaddress {font-weight: bold;	color: #09F; text-transform: none;}
.important {font-weight: bold; color: #FFF; text-transform: none;}
.imgcenter {margin: 15px auto; border: 1px solid #333; padding: 2px;}

.rightimg {
	float: right;
	padding: 1px;
	margin: 0 20px 8px 25px;
	background: #FFF;
	border: 1px solid #063658;
	clear: right;
}

.rightimgb {
	float: right;
	margin: 0 22px 8px 25px;
	background: #FFF;
	clear: right;
}

.rightimgextrarightpadding {
	float: right;
	padding: 3px;
	margin: 0 40px 8px 25px;
	background: #FFF;
	border: 1px solid #063658;
}

.leftimg {float: left; padding: 0; margin: 0px 20px 15px 0;}

.leftimg2 {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	border: 2px solid #B7B7B7;
}

div#right {text-align: center; margin: 0 auto; padding: 0;}

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

div#flash {
	position: absolute;
	top: 84px;
	height: 229px;
	width: 754px;
	margin: 0;
	padding: 0;
	right: 0;
	left: 217px;
	bottom: 0;
}

div#audio {
	position: absolute;
	top: 445px;
	height: 36px;
	width: 165px;
	margin: 0;
	padding: 0;
	right: 0;
	left: 28px;
	bottom: 0;
}

div#contact {margin: 0 0 15px 35px; width: auto;}
div#gallery {margin: 0 auto auto 15px; width: auto;}
div#signin {margin: 0 auto; padding: 15px 0; width: 920px;}

/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
	width: 210px;
	height: 130px;
	background: url(images/webaudio.gif) center center no-repeat;
	position: relative;
	padding: 0;
	clear: both;
	text-align: center;
	margin: 0;
}
 
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;
}
div#clear {clear: both;}
.largertext {font-size: 14px;}
.largerlinespaceing {line-height: 30px;	margin: 0;}
.text_size {font-size: 12px;}
