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

body {
	background: #fff/*url("images/mainbg.gif") repeat*/;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: 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, 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: 12px Arial, Helvetica, sans-serif;
}

h1 {
font: bold 16px Trebuchet MS, sans-serif; 
color: #319431;
margin: 0 0 10px 0;
}

h2 {font: bold 15px Trebuchet MS, sans-serif; color:#DF3F00;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #260D8F;
	text-decoration: underline;
}

table, td, th  {	
	border-collapse: collapse;
	margin: auto;
	padding: 0 0 0 0;
	vertical-align: top;
}

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

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
margin: auto;
width: 770px;
	padding: 0px;
	text-align: left;
  	width: 770px;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px; 
	height: 150px; 
	margin: auto;
	background: url(images/header.gif) no-repeat top left;
	vertical-align:top;
	border-bottom: 1px solid #fff;
}

#flash {
	position: absolute;
	top: 51px;
	left: 100px;
}

#audio {
position: absolute;
top: 13px;
left: 592px;
}

/* Creates DIV container for address/info. */
div#address {
	margin-top: 10px;
	border-top: 1px dashed #999;
	color: #777;
	clear: both;
}

div#address p{
text-align: left;
font: 10px Arial, Helvetica, sans-serif;
padding: 0;
}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
td#navbg {
width: 150px;
	background: #FFCD00;
	padding: 0px;
}

td#right {
width: 620px;
}

td#flower {
	background: #FFCD00 url(images/nav-bg.gif) no-repeat bottom left;
	padding: 0px;
	height: 100px;	
	border-bottom: 1px solid #fff;
}

div#content {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 25px;
	}
	
div#content a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #319431;
	}

div#content ul{
list-style: square;
margin-top: -10px;

	}
	
#content dl {
margin-top: 20px;
	}
	
#content dt {
	color: #319431;
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	}
#content dd {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 100%;
	}
	
.info {
	position: absolute;
	top: 19px;
	right: 5px;
	font: 10px;
	color: #fff;
	text-align: right;
	}

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

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	background: #FFCD00;
}
/* 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 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

ul#mainnav li {
	display: inline;
	/* float: left; */
	margin: 0px;
	padding: 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: 11px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 140px;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #000;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #FAAD00;
}

#leftcol {
float: left;
width: 150px;
margin: 0;
padding: 0;
clear: left;
}

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

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #000;
}
img.center {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
    padding:0px;
}
object.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
clear {
	clear: both;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
clear: both;
background: url(images/footer-bg.gif) no-repeat top left;
margin: 0;
}

div#footer p{
color: #fff; 
font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
margin: 0;
padding: 1.2em 10px 5px 10px;
height: 20px;
}

div#footer a:link, a:visited, a:hover, a:active {
color: #fff;
margin: 0;
}

div#copyright {
margin: 0;
padding: 10px;
background: #fff;
}

div#copyright p, #copyright a {
font: 9px Verdana, Arial, Helvetica, sans-serif;
color: #999;
margin: 0;
padding: 0;
}

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

#popup {
margin-top: 10px;
width: 250px;
display: block;
}

#popup p, #popup a{
color: #000;
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
}
