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

body {
	margin: 10px 0px 20px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FA9827;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent: 5px;
	background-color: #0F226D;
	text-transform: uppercase;
	padding: 10px;
}
h2 {
	font-size: 12px;
	color: #4C74A8;
	margin-left: 10px;
	margin-bottom: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #0F226D;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #0F226D;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 216px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 546px;
}

div#content img {
	padding: 2px;
	margin: 0px 30px 20px 20px;
	text-align: left;
	border: 1px solid #eeeeee;
	clear: right;
	float: right;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 194px;
	margin: 50px 0px 0px;
	padding: 0px 0px 0px 12px;
	vertical-align: top;
}
ul#leftnav {
	padding: 0px;
	margin: 5px 0px 0px;
	width: 194px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #2D3071;
	color: #FFFFFF;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	margin: 0px;
	width: 194px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 20px;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FA9827;
	background: #0F226D;
}

ul#list {
	font-size: 11px;
	color: #666666;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 50px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
iframe {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -10px;
	border: 1px solid #625D5D;
}
div#content img.center {
	padding: 5px;
	margin: 0px 0px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	float: left;
	clear: both;
}
div#address {

	float: left;
	width: 194px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	vertical-align: top;
}
div#flash {
	clear: right;
	float: right;
}
div#address img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
/* ----------------- CUSTOM CLASSES or ID's ----------------- */


div#webaudiopopup {
width: 179px;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
position:absolute;
left: 0;
top: 0;
}

div#soundapplet {
position:absolute;
left: 87px;
top: 49px;
}
