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

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

/* 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 {
	font-family: 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 {
	margin: 0 30px 20px 11px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #252525;
	}

h1 {
	margin: 20px 20px 20px 10px;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #343434;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	}

h2 {
	margin: 0 20px 0 10px;
	padding: 5px 15px;
	font-size: 11px;
	color: #111;
	background: #FFDF00;
	border: 1px solid #CCB200;
	}

h3 {
	padding: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	background: #DFDFDF;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #B71244;
}

address {
	margin: 0;
	padding: 20px 0 20px 10px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
}
address a:link {
	text-decoration: underline;
	color: #666;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates the div container for the site. */
div#container {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	border: 1px solid #252525;
	background-image: url(images/bg_content.gif);
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 106px;
	background: url(images/bg_header.gif) no-repeat;
	position: relative;
}

/* Creates the div for the content */
div#content {
	margin: 0;
	padding: 0;
	}

div#right {
	margin: 0;
	padding: 0;
	width: 565px;
	float: right;
	}
	
	div#right ul {
		margin: 5px 55px 20px 55px;
		padding: 0;
		}
	
	div#right li {
		margin: 0;
		padding: 2px 10px;
		font-size: 11px;
		line-height: 16px;
		color: #252525;
		list-style-image: url(images/bullet.gif);
		}

div#flash {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 236px;
	background: url(images/bg_flash.gif) no-repeat;
	}

div#map {
	margin: 20px 20px 20px 10px;
	padding: 1px;
	border: 1px solid #CCC;
	}

div#iframe {
	margin: -20px 0px 0px 10px;
	padding: 0;
	clear: left;
	float: left;
	}


/* Creates the div container for the footer. */
div#footer {
	margin: 0 auto;
	padding: 0;
	height: 20px;
	width: 770px;
	clear: both;
	background: #CCB200;
}

div#admin {
	margin: 0 auto;
	padding: 0 0 15px 0;
	}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 10px 0;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

div#copyright img {
	margin: 10px 0 0 0;
	}

/* HORIZONTAL NAVIGATION */
div#nav {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 24px;
	clear: both;
	background: url(images/bg_nav.gif) repeat-x;
	}
	
div#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

div#nav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-image: none;
	}
	
div#nav li a {
	display: block;
	margin: 0;
	padding: 6px 23px 5px 23px;
	font: 10px Tahoma;
	color: #808080;
	text-decoration:none;
	text-indent: 1px;
	font-weight: bold;
	border-right: 1px solid #808080;
	}
	
	.bleft {
		border-left: 1px solid #808080;
		}

	div#nav li a:hover {
		color: #000;
		background: #FFDF00;
		}
	
	div#nav li a#current{
		color: #FFDF00;
	}
		
	div#nav li a#current:hover{
		color: #EBCD00;
		background: 000;
	}
	
.left {
	margin: 0 0 20px 10px;
	padding: 1px;
	border: 1px solid #CCC;
	}