/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p {
	font: normal 12px arial;
	color:#666666;
	}

/* Defines the body tag */
body {
	background-image:url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	}

/* Redefines the p tag */

p{
color:#666666;
}


p, .blue {
	margin: 0px;
	padding: 10px 15px 5px 12px;
	}

.blue {
	color:#1D3365;
	text-decoration:underline;
	}

.list{
	font-size: 16px;
}


/* GENERAL H1 TAG */
h1 {
	font-size: 18px;
	font-weight: bold;
	color:#1D3365;
	margin: 0px;
	padding: 10px 0px 0px 12px;}

/* GENERAL H2 TAG */
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 16px;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #333333;}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

div {
	padding: 0px;
	margin: 0px;}

/* DIV CONTAINER */
div#container {
	width: 800px;
	margin: 0px;
	position: relative;
	}

/* Flash */
div#flash {
	float:left;
	height: 137px;
	width: 388px;
	padding: 0px;
	margin: 0px;
	}

/* INTRO 
div#intro {
	text-align:center;
	height: 333px;
	width: 500px;
	padding: 0px;
	margin: 0px auto;
	}*/

/* DIV HEADER */
div#header {
	height: 137px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	background:  url(images/header.gif) top left no-repeat;
	text-align: right;}

div#header p {	
	padding: 5px 1px 0px 0px;
	margin: 0px;
	font-weight:bold;
	text-align: right;
	clear:right;
	font-size:12px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;}



/* DIV BODY */
div#content {
	clear: both;
	background-color:#FFFFFF;
	zoom: 1;
}



/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 5px 5px 0px;
	clear: both;
	color:#ffffff;
	height: 50px;
	margin-top: 0px;
	}
/*Footer utility nav for intro page
div#footerintro{
	text-align: center;
	font-size: 10px;
	color:#666666;
	padding: 0px 0px 0px 0px;
	clear: both;}*/


	/* DIV UTILITY NAV */
	div#utilnav, div#utilnavintro {
		text-align: right;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 17px 8px 5px 0px;
		color:#ffffff;
		}
	/*div#utilnavintro {
		margin: 5px 0px 5px 0px;
		text-align: center;
		}*/
		
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#ffffff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#000000;
			}
		/*Footer utility nav for intro page
		#utilnavintro a {
			color:#ffffff;
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;}
		#utilnavintro a:hover {
			text-decoration: underline;
			color:#666666;}*/
	
	/* DIV COPYRIGHT */
	div#copyright {
		color:#ffffff;
		text-align: center;
		font-size: 9px;
		margin: 0px 0px 0px 0px;
		}
		#copyright a {
			color:#1D3365;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#ffffff;
			text-decoration:none ;
			}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	vertical-align: top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;}
img.right {
	float: right;
	margin: 0px 0px 0px 7px;
	border:1px solid #666666;}
img.rightspacer {
	float: right;
	}


.image{
	float: right;
	color: #666;
	margin: 7px;
	white-space:nowrap;
	width: 220px;
}

.right p{
	text-align: center;
}

/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */

div#mainnav, div#mainnav a#current { 
	background: url(images/navbkg.gif);
	font-weight: bold;
	}
	
div#mainnav a#current { 
	background: url(images/navbkgon.gif);
	color:#1D3365;
	}

div#mainnav {
	font: bold 11px/11px arial;
	border: 0px solid #fff;
	}

div#mainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
div#mainnav li {
	float: left;
	width: 100px;
	text-align: center;
	background: url(images/navbkg.gif) top left no-repeat;
	}
	
div#mainnav li.special {
	float: left;
	width: 100px;
	text-align: center;
	background: url(images/navbkg.gif) top left no-repeat;
	}

div#mainnav li a {
	display: block;
	text-decoration: none;
	padding: 14px 0px 18px 0px;
	color: #fff;
	height: 100%;
	width: 100%;
	}
	
div#mainnav li a.special {
	display: block;
	text-decoration: none;
	padding: 7px 0px 13px 0px;
	color: #fff;
	height: 100%;
	width: 100%;
	}

html>body #mainnav li a {
	width: auto;
	}

div#mainnav li a:hover {
	background: url(images/navbkgon.gif);
	color: #1D3365;
	}
	
div#mainnav li a:hover.special {
	background: url(images/navbkgon.gif);
	color: #1D3365;
	}
/*--------------------------------------------------------------------------*/

/* NAVIGATION CONTAINER */
/*div#nav {
	clear: both;
	height:42px;
	background: url(images/navbkg.gif) top left no-repeat;
	}
	
div#nav li a#current{
	background: url(images/cross.gif) left center no-repeat;
	color: #F7F0E2;
	text-transform: uppercase;}
	
div#nav li a#current:hover{
	color: #F7F0E2;
	text-transform: uppercase;}

/* UL TAG 
div#nav ul {
	margin:0px auto;
	padding:0px 0px 0px 65px;
	list-style:none;
	font-size:11px;
	line-height:11px;
	text-transform:lowercase;
	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:14px 14px 8px 14px;
	margin: 4px 0px 0px 0px;
	color:#000000;
	text-decoration:none;
	white-space:nowrap;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/cross.gif) left center no-repeat;
	color: #F7F0E2;}*/


/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
.audio{
	color:#FFFFFF;
	text-align:center;
	margin:10px 15px 0px 15px;
	}
/* -----------------------------------------------*/

table p{
 
}

td #indextable{
 	font-size: 9px;
}

 td{
	
}

.clear{
	clear: both;
}

.column1{
	float: left;
}

.map{
	padding: 0px 20px 20px 20px;
	clear: both;
}

#map{
	float: right;
	padding-bottom: 20px;
}