/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 30px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}

/* 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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

p#center { text-align:center; }

.strongcolor {
	color: #00433D;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00433D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #466766;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

h2 a:link, h2 a:visited {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #0072bc;
}

h2 a:hover {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #999999;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 5px 0px 5px 20px;
	text-align: center;
}
h4 {
	font-weight: bold;
	color: 00433d;
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	color: #ffffff;
	font-weight: 100;
	margin: 25px 0px 5px 0px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	background-color: #719190;
	border: 1px solid #00433D;
}

address a:link, address a:visited {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #ffffff;
}

address a:hover {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #00433D;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 900px;
	height: 211px;
	text-align: left;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 185px;
	right: 50px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */
div#nav {
	width: 900px;
	top: 147px;
	left: 0px;
	position: absolute;
	text-align: left;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #ffffff;
	background-color: #999999;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display:block;
	padding: 7px 28px 8px 28px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 10px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #466766;
	color: #ffffff;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 3px solid #999999;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: left;
	width: 700px;
	border: 0px solid red;
}

.right {
	float: right;
	padding: 1px;
	margin: 5px 20px 15px 20px;
	border: 1px dotted #466766;
	clear: both;
}

/* Creates the div container for the footer. */
div#footer {
	color:#ffffff;
	font-weight: 100;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 38px;
}

div#footerholder {
	text-align: center;
	padding-top: 13px;
	padding-right: 0px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	font-weight: 100;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 15px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#999999;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: right;
	width: 195px;
	vertical-align: top;
	border: 0px solid red;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 20px auto;
}

div#galleryiframe {
	width: 500px;
	padding: 0px;
	clear: left;
	margin: 20px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}

/* Creates the div for the map */
div#map {
	width: 550px;
	height: 400px;
	padding: 3px;
	margin: 15px auto;
	border: 1px solid #00433d;
}

