/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
background: #9B9B9B url(images/site_bg2.jpg) repeat-x;
margin:0;
padding:0;
text-align:center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
font:normal 10px/16px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color:#CCCCCC;
}

p {
margin: 0;
padding: 18px 35px 16px;
}

h1 {
margin: 0 0 15px;
padding: 15px 0 15px 30px;
font-size: 16px; 
font-weight: bold; 
color: #047BC9;
}

h2 {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

ul, ol {
	margin: 0;
	padding: 3px 35px 12px;
}

ul li {
margin: 0px 0 0px 25px;
padding: 0px 0;
list-style-image: url(images/bullet.gif);
}

address {
	margin: 0 0 0 0px;
	padding: 10px 1px 10px 0px;
	font: normal 11px/12px Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #999999;
	background:url(images/address_bg.jpg) no-repeat;
	height: 138px;
}
address a:link {
font: normal 11px Arial, Helvetica, Verdana, sans-serif;
text-align: right;
color: #0033CC;
}

div {
margin: 0;
padding: 0;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
color: #990000;
text-decoration: underline;
}

a:hover, a:active {
color: #E20000;
text-decoration: underline;
} 

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
table, td, th {
border-collapse: collapse;
}

/* DIV HEADER */
div#header {
	width: 760px;
	margin: 0 auto;
	/* padding: 15px 0 0 0; */
padding: 0;
}

/* DIV CONTAINER */
div#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

/* DIV SIDEBAR (for nav) */
div#sidebar {
	width: 160px;
	float: right;
	height: 452px;
}

/* DIV CONTENT */
div#content {
	float: left;
	width: 600px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
}

/* DIV BODY */
div#body {
	background:url(images/content_bg.jpg) no-repeat center top;
}
div#flash {
}

div#sidebyside {
width: 600px;
margin: 0 auto;
padding: 0;
clear: both;
}
div#sidebyside span.cell {
float: left;
width: 300px;
margin: 0;
padding: 0;
vertical-align: top;
font: normal 12px Arial, Helvetica, sans-serif;
}

div#iframe {
text-align: center;
}

/* DIV FOOTER */
div#footer {
	width: 600px;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
	background-color: #1B1C20;
	height: 20px;
	background-image: url(images/footer_bg.gif);
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 3px;
}

div#footer a:link, div#footerright a:link, div#footer a:visited, div#footerright a:visited {
	font-size: 9px;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

div#footer a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active {
font-size: 9px;
color: #FFFFFF;
text-decoration: none;
}

/* DIV COPYRIGHT */
div#copyright {
	width: 600px;
	margin: 5px auto;
	padding: 0;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

div#copyright a:link, div#copyright a:visited {
font-size: 9px;
color: #FFFFFF;
text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
font-size: 9px;
color: #CCCCCC;
text-decoration: underline;
}

/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
position:relative;
width: 180px;
height: 100px;
background: url(images/webaudio.gif) top left no-repeat;
}
 
div#applet div {
position: absolute;
top: 52px;
left: 75px;
width: 68px;
height: 30px;
}

div#applet a {
display: block;
position: absolute;
top: 85px;
left: 0px;
width: 180px;
 height: 10px;
}

/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 160px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
}

ul#mainnav li {
	display: inline;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
display: block;
width: 160px;
margin: 0;
padding: 4px 0 3px;
font-size: 9px;
font-weight: bold;
text-decoration: none;
text-align: center;
background: #1C1D20 url(images/nav_bg.gif);
color: #CCCCCC;
border-bottom:1px solid #000000;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
background: #161616;
color: #FFFFFF;
border-bottom:1px solid #333333;
}

ul#mainnav li a:hover {
background: #0D0E0F;
color: #fff;
border-bottom:1px solid #000000;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
.imgleft {
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0;
	border: 1px solid #1E1E1E;
}

.imgright {
	float: right;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
}

.clearboth {
clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}
table#content {
	padding: 1px;
	margin-left: 15px;
}
table#content td {
	text-align: left;
	vertical-align: top;
	padding: 1px;
}
strong {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

/*---------------------Splash------------------*/

div#splashcontainer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -290px;
	width: 489px;
	height: 450px;}
a#enter {
	position: absolute;
	top: 286px;
	left: 0;
	width: 500px;
	padding: 7px 0;
	color: #fff;
	text-align: center;}
a#enter:hover {
	background: #fc0;
	color: #c00;}
div#splashfooter {
	position: absolute;
	top: 452px;
	left: 0;
	width: 489px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div#splashcopyright, div#splashutilnav {
	margin: 0 0 0 0;
	color: #999999;
}
.imgclients {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
}

