/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	margin:0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x;
	background-color:#D6EAF4;
}

/* ----------------- LINKS ----------------- */
a:link {
	color: #987298;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #06c;
}
a:active {
	color: #f90;
}

/* ----------------- ADDRESS ----------------- */
.address{
	width: 174px;
	padding: 10px 0px 10px 35px;
	float:right;
	font-size: 10px;
	font-style:normal;
	color:#449DBC;
}

dt{
	font-size: 12px;
	font-weight:bold;
}

dd{
	font-size: 12px;
	margin-bottom:10px;
}

/* 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, li {
	font-size: 12px;
}

h1, .heading {
	display:block;
	width:730px;
	height:18px;
	padding:14px 0px 0px 40px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background: url(images/h1_bg.gif) no-repeat;
	letter-spacing: 3px;
}

h2, .ins{
	font-size:13px;
	color:#449DBC;
}

h3{
	font-size:12px;
	font-weight:100;
	color:#666;
	text-align:center;
}

h4{
	font-size:16px;
	font-weight:bold;
	color:#449DBC;
	text-align:center;
}

/*
iframe{
	allow-transparency: true;
	margin:-50px auto 0px auto; /* -50px top margin used in conjunction w/ tranaparency to push DIY pages "up" in content area.
}*/




/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
.container {
	width: 770px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.gif);
}

div#audio{
	width:209px;
	height:29px;
}

div#content {
	width: 510px;
	padding:10px 10px 30px 40px;
	color: #999;
	float:left;
}

/* Creates the div container for the footer. */
div#footer {
	width: 770px;
	height:60px;
	margin: 0px auto;
	background: url(images/footer_bg.gif) bottom no-repeat;
	float:left;
}

div#footnav {
	width: 536px;
	padding: 10px 0px 0px 25px;
	font-size: 9px;
	float:left;
}

div#header {
	width: 770px;
	height: 87px;
	margin: 0px auto;
	padding:0px;
	background-image: url(images/header_bg.gif);	
}
div#hours{
	font-size: 12px;
	margin-top:10px;
	margin-left:35px;
	color:#0079A4;
	float:left;
}

/* Creates the navigation container */ 
div#navcontainer {
	width: 750px;
	height:27px;
	padding-left:20px;
	background: url(images/nav_container_bg.gif);
}

div#rightcol{
	width: 209px;
	float:right;
}

/* link to maps */
div#rightcol a,#loc_img
{
    border-style: none;
    cursor: hand;
    text-decoration: none;
}

div#signin {
	width: 209px;
	height: 60px;
	float:right;
}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 5px;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #ccc;
}
img.right {
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin-left:15px;
}

.floatleft{
	float:left;
	margin-right:15px;
}

.floatright{
	float:right;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.caption {
	float:left;
	margin: 2px;
}
.caption p {
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#8F698F;
}

.caption img 
{
    border:none;
}

.listboxholder{
	width:600px;
	margin:5px auto;
	clear:both;
}

.listbox{
	width:200px;
	float:left;
	font-size:11px;
}

.underline
{
    text-decoration: underline;
}

.photo_caption
{
    margin-top: 15px;
    display: block;
    font-size: 11px;
}

/* Main welcome image of staff */

#splash
{
    margin: 10px;
}

/* ---------------------------- 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 {
	margin: 0px;
	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 {
	height:13px;
	width:1%;
	white-space:nowrap;
	display: block;
	padding: 6px 9px 7px 9px;
	margin: 0px;
	font-size: 12px;
	color: #0079A4;
	text-decoration: none;
	background-image: url(images/nav_btn.gif);
	background-position: right;
	border-right:1px solid #DBD9D9;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #0079A4;
	background-image: url(images/nav_btn_hover.gif);
	background-position: right;
}

ul#mainnav li a.current:link, ul#mainnav li a.current:visited, #current_nav {
	color: #fff;
	font-weight:bold;
	background-image: url(images/nav_btn_current.gif);
	background-position: right;
}


/* ---------------------------- COPYRIGHT ----------------------------  */

div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0079A4;
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

div#copyright a:link {
	color: #0079A4;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #999;
}
div#copyright a:hover {
	text-decoration: none;
	color: #06c;
}
div#copyright a:active {
	font-weight: bold;
}
