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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #414140;
}

/* 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 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 12px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #073D6B;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000;
	font-weight: bold;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #660066;
}
a:active {
}
address {
	float:left;
	font:normal 10px Arial, Helvetica, sans-serif;
	color: #414140;
	padding: 40px 0 0 4px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 219px;
}

address a:link{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #414140;
	padding: 0px;
	margin: 0;
	text-align: center;
}


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

div#audio {
	float: right;
	margin: 10px 20px 0 0;
	}
	
.login {
	float: right;
	margin: 20px 10px 10px 10px;
	border: none;
	}

.cc {
	float:left;
	margin: 5px 0px 0 70px;
	border: none;}

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

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 226px;
	height: 374px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	
	
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 20px 0 0 0;
	padding: 0px;
	width: 520px;
}

.imgright {
	float: right;
	clear: right;
	margin: 10px 20px 10px 10px;
	border: 1px solid #333;
}

.imgheader {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 15px 0 0 0;
	padding: 5px 0px 0px 0px;
	width: 770px;
	height: 45px;
	color: #fff;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* Styles the copyright div */
div#copyright {
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	background-color: #414140;
}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

div#copyright a:hover {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	float:left;
	margin: 0px ;
	padding: 0px 0 0px 10px;
	width: 200px;
	vertical-align: top;
	
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	border-bottom: 1px dashed #5f5f5f;
	color: #5f5f5f;
	text-decoration: none;
	width: 180px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	text-indent: 10px;
	margin: 0px auto;
	text-transform: uppercase;
	text-align: center;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #5f5f5f;
	background: #fff;
	font-weight: bold;
}

/* ----------------- FLASH ----------------- */

.flash {
	float:right;
	margin: 0;
	padding: 0;}

.logo {
	float:left;
	margin:0;
	padding:0;}

div#clear {
	clear:both;}
	
div#map {
	float: right;
	padding: 20px 20px 0 0;
	margin: 0;