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

body {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-position: center;
}

/* 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;
	color: #000000;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #61A0D5;
	text-indent: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 10px;
	margin: 0px 0px 20px;
}
h2 {
	font-size: 14px;
	color: #61A0D5;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-right: 35px;
	margin-top: 0px;
	text-transform: uppercase;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #61A0D5;
}
applet {
	margin-top: 23px;
	margin-bottom: 7px;
}
div#address {
	float: left;
	width: 206px;
	margin: 80px 0px 0px;
	vertical-align: top;
	background-image: url(images/audio.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #999999;
	text-align: center;
}
address {
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 20px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #CCCCCC;
	text-transform: uppercase;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #FFFFFF;
}
/* ----------------- 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: 221px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* 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;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 564px;
	clear: right;
}
div#content img {
	padding: 1px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
div#content img.center {
	text-align: left;
	margin-right: 8px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px auto 0px;
	padding: 0px;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
div#footer {
	color: #999999;
	margin: 0px auto;
	padding: 10px;
	font-size: 10px;
	background-color: #1B1B1B;
	clear: both;
	text-align: center;
	height: 17px;
	text-transform: uppercase;
}
div#footer a:link, div#footer a:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

div#footer a:hover {
	color: #61A0D5;
	text-decoration: underline;
}
div#rightbullets {
	clear: right;
	float: right;
	margin-right: 50px;
	width: 250px;
}


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

div#leftnav {
	float: left;
	width: 206px;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 75px;
	background-color: #2C2C2C;
}

ul#leftnav {
	padding: 0px;
	margin: 0px;
	width: 206px;
	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 #242424;
	color: #999999;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 5px 0px 4px;
	margin: 0px;
	width: 206px;
	text-indent: 20px;
	background-image: url(images/navoff.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #383838;
}
ul#leftnav li a:hover {
	background-image: url(images/navhover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	background: #000000 url(images/navcurrent.gif) no-repeat right center;
	color: #61A0D5;
}

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

ul#list li {
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

.clear {
	clear: both;
}
div#flash {
	position: absolute;
	right: 0px;
	top: 75px;
}
iframe.map {
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 30px;
}
iframe {
	margin-left: 30px;
}
.name {
	color: #E70001;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong.number {
	font-size: 18px;
	color: #76AFDF;
}

h3 {
	font-size: 11px;
	color: #61A0D5;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-right: 35px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-transform: capitalize;
}
