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

body {
	background: #FFFFFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, lo, td {
	font-family: Verdana, 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: 12px;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	left: 26px;
	top: 5px;
	font-size: 14px;

}
div#h1 {
	background: url(images/bg_h1.gif);
	height: 36px;
	width: 579px;
}
address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 5px;
	margin-left: 8px;
	margin-bottom: 20px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #4F87B5;
}
a:visited {
}
a:hover {
}
a:active {
}
li {
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	position: absolute;
	left: 0px;
	top: 172px;
	background: url(images/bg_page.gif) repeat-y;
}
div#header {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#header img {
float: left;
}
div#audio {
	width: 191px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_nav.jpg);
}
div#nav {
	background: url(images/bg_nav.jpg) repeat-y;
	float: right;
	width: 191px;
}
div#content {
	background: url(images/bg_content.gif) repeat-y;
	float: left;
	width: 579px;
	padding-left: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	background: #FFFFFF;
	height: 70px;
}
div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}
div#utilitynav {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}
div#utilitynav p {
	text-align: left;
	font-size: 10px;
}
div#utilitynav a {
	font-size: 11px;
	text-decoration: none;
}
div#copyright {
	font-size: 9px;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
ul.left {
}
div#photo {
	height: 167px;
	width: 240px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#sidebar {
	clear: right;
	float: right;
	width: 191px;
	background: url(images/bg_sidebar.gif) repeat-x;
}
div#content p {
	margin-left: 30px;
	margin-right: 30px;
}

div#logo {
	position: absolute;
	left: 237px;
	top: 1px;
}
div#call {
	position: absolute;
	left: 237px;
	top: 81px;
}
div#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#right {
	float: right;
	width: 191px;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 191px;
	border-top: 1px solid #FFFFFF;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 181px;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
	text-indent: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/bg_navon.jpg) no-repeat;
}
div#copyright a {
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
div#utilitynav a:hover {
	text-decoration: underline;
}
div#content img {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
fieldset {
	width: 450px;
	margin-left: 30px;
	clear: left;
	float: left;
	margin-bottom: 10px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #90B2CD;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
div#splash {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
}
div#splash a, div#splash p {
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
div#splash a:hover {
	text-decoration: underline;
}
