/* --------------------------------------------------------------- */
/* ----------------- 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, td {
	font: normal 11px arial;}

/* Defines the body tag */
body {
	background: url(images/bg.gif) top left repeat;
	color: #666;
	font-size: 14px;
	margin-top: 15px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div {
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {color: #333; }

/* GENERAL H1 TAG */
h1 {font-size: 14px;}

/* GENERAL H2 TAG */
h2 {font-size: 12px/12px;}

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

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

div#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #fff;
}

ul.leftbullet {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	font-weight: normal;
	margin: 0 0 10px 0;
	float: left;
	padding: 0px 30px 5px 25px;
	list-style-position: inside;
	list-style-type: disc;
	}

ul.left {
	clear: both;}
	
/* DIV HEADER */
div#header {clear: both;
	width: 770px;
	height: 224px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}
	
div#content {
	margin: 0;
	padding: 0;
	background: none;}

	#content h1 {
		color: #339966;
		font-size: 16px;
		line-height: 16px;
		background: none;
		text-align: left;
		padding: 5px 25px 0px 25px;}
	#content h2 {
		font-size: 12px;
		text-align: left;
		font-weight: bold;
		color: #1A6A7E;
		padding: 0 25px;}
	#content p {
		font-size: 12px;
		line-height: 24px;
		color: #666;
		font-weight: normal;
		padding: 0 25px;
		background: none;}
		#content a {
			text-decoration: underline;
			color: #666;}
		#content a:hover {
			text-decoration: underline;
			color: #003B74;}

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

img.left {clear: both;
	float: left;
	padding: 15px;
	border: 1px dotted #ccc;
	margin: 0px 15px 10px 0px;
}
img.right {clear: both;
	float: right;
	padding: 15px;
	border: 1px dotted #ccc;
	margin: 0px 10px 10px 10px;
	
}
img.center {clear: both;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #000;
}

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

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	position: absolute;
	width: 770px;
	margin: 0 auto;
	padding: 0px;
	top: 187px;
	height: 30px;
}
/* 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 {
	background: url(images/bg_nav.gif) top right no-repeat;
	height: 41px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	background: none;
}

/* 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;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 7px 12px 7px 12px;
	color: #fff;
	border-right: 1px dotted #fff;
}
/* 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: #fff; 
	color: #648DC2;
	border-right: 1px dotted #999;
	padding: 7px 12px 7px 12px;
	margin: 0px;
	text-decoration: underline;
}



/* -------------------------------------------------- */
/* ----------------- DIV FOOTER  ----------------- */
/* -------------------------------------------------- */		
div#footer {clear: both;
	font-size: 9px;
	background: url(images/footer.gif) top left no-repeat;
	width: 770px;
	height: 73px;
	margin: 0px;
	padding: 0px;
	position: relative;
	}

/* ----------------- DIV UTILITY NAV  ----------------- */

	div#utilnav {
		clear: both;
		text-align: center;
		font-size: 12px;
		padding: 12px 0 0 0;
		margin: 10px 0 0 0;
		color: #fff;
		background: none;
}
		#utilnav a {
			text-decoration: none;
			color: #fff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}

/* ----------------- DIV COPYRIGHT  ----------------- */
	div#copyright {
		clear:both;
		text-align: center;
		font-size: 9px;
		margin: 0px;
		color: #fff;
		padding: 0px;
		background: none;}
		#copyright a {
			font-size: 9px;
			text-decoration: underline;
			color: #fff;}
		#copyright a:hover {
			font-size: 9px;
			text-decoration: none;
			color: #fff;}


/* ---------------------------- Custom Classes ----------------------------  */
div#audio {
	position: absolute;
	margin: 0px;
	height: 4px;
	width: 100px;
	background: none;
	left: 665px;
	top: 24px;
}

div#flash {clear: both;
	float: right;
	margin: 20px 10px;
	width: auto;
	height: 317px;
}

div#clear {
	clear: both;
	}

div#center {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: auto;
	}
#center p {
	color: #1A6A7E;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	background: none;
	text-align: center;
	padding: 0 0 0 10px;
}

/* ---------------------------- END ----------------------------  */
