/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}

/* 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: 11px;
	text-align: justify;
}

h1 {
	display: block;
	width: 620px;
	padding: 15px 40px 5px 40px;
	font-size: 12px;
	color: #f90;
	margin: 0px;
	float:left;
}

h2 {
	line-height: 14px;
	font-size: 11px;
	color: #1E4BFF;
}

h3 {
	font-size: 9px;
	color: #690;
	line-height: 7px;
	text-align:center;
}

ul{
	list-style-type: square;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: none;
	color: #f90;
}
a:active {
	color: #FF0000;
}

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

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Styles the div that serves as the container for the content and navigation.*/
.container {
	width: 700px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #FFFFFF;
}

div#header {
	height: 151px;
	width: 700px;
	margin: 0px auto;
}

div#heading {
	height: 50px;
	width: 700px;
	background-image: url(images/heading_bg.gif);
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

/* Creates the navigation container */ 
div#navcontainer {
	width: 700px;
	height:25px;
	float:left;
	text-align:center;
	border-bottom: 1px solid #036;
	background: url(images/nav_bg.gif);
}


div#content {
	display: block;
	width: 620px;
	padding: 0px 40px 0px 40px;
	color: #666;
	float:left;
}

div#content li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 11px;
}

/* Creates the div container for the footer. */
div#footer {
	width: 700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background: url(images/footer_bg.gif);
	float:left;
}

div#address {
	width: 228px;
	margin: 30px 0px 10px 35px;
	font-size: 9px;
	color: #036;
	padding:5px;
	float:left;
}

div#hours{
	width:230px;
	margin: 30px 5px 5px 5px;
	font-size:9px;
	color:#666;
	padding:5px;
	float:left;
}

div#audio {
	width: 140px;
	height: 50px;
	display: block;
	text-align: center;
	float:right;
}
	
div#signin {
	width: 111px;
	height: 50px;
	float:right;
}
div#logo {
	width: 440px;
	height: 50px;
	float:left;
}

div#footnav {
	width: 700px;
	padding: 5px 0px;
	font-size: 9px;
	color: #fff;
	text-align:center;
	border-top: 2px solid #036;
	background-color: #1B49FF;
	clear:both;
}

div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;

}

div#copyright a:link {
	color: #fff;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #ccc;
}
div#copyright a:hover {
	text-decoration: none;
	color: #f90;
}
div#copyright a:active {
	font-weight: bold;
}




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

img.left {
	float: left;
	padding: 5px;
	background: #fff;
	margin-right: 35px;
	border: 1px solid #036;
}
img.right {
	float: right;
	border: 1px solid #036;
	padding: 5px;
	background: #fff;
	margin-left:25px;
}
clear {
	clear: both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/* ----------------- CUSTOM CLASSES ----------------- */


/* ---------------------------- MAIN NAVIGATION ----------------------------  */

/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	height: 25px;
	margin: 0px 20px 0px 20px;
	padding:0px;
	list-style-type: none;
	float:left;
}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px 7px 0px 7px;
	margin: 0px;
	color: #fff;
	width:1%;
	white-space:nowrap;
	height:20px;
	background-image: url(images/nav_bg.gif);
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #036;
	background-image: url(images/nav_bg_over.gif);
}

ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #fff;
	background-image: url(images/nav_bg_current.gif);
}

