/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#66c4ec;
	background-image:url(images/verticalstrip.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0 0 20px 0; /* Always apply padding if you apply margins */
}

/* 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, lo, td {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	font-size:14px;
	color:#000000;
}

/* Redefining tags */
p {
	font-size: 14px;
	line-height:24px;
	margin:5px 20px 15px 30px;
}
		p#center {
			text-align:center;
			margin:0 auto;}
p#important { 
	padding:10px;
	background-color:#082b72;
	color:#FFFFFF;
	font-weight:bold;
}
	
h1 {
	font-size:30px;
	color:#002266;
	font-weight:normal;
	margin:0px;
	padding: 45px 0px 30px 30px;
	text-transform:uppercase;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;
	border-bottom: 1px dashed;
	margin:0px;
}
h3 {
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0px;
	padding: 15px 0 0 0;
	text-transform:uppercase;
	text-align:center;
}
h4, h4 a {
	font-size:18px;
	color:#FFFF00;
	font-weight:normal;
	margin:0px;
	padding: 15px 0 0 0;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
}

ul, ol {
	font-size: 14px;
	line-height:24px;
	margin:5px 60px 15px 60px;
}
address {
	font-size: 14px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	font-style:normal;
	text-align:left;
	left: 703px;
	top: 27px;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#003399;
}

a:link.enter, a:visited.enter {
	text-decoration:none;
	color:#FFFFFF;
	font-size:24px;
	text-transform:uppercase;
}
a:hover.enter {
	text-decoration:underline;
	color:#FFFFFF;
}

/*  This is main navigation.  */
div#mainnav {
	padding:0px;
	margin:0 auto;
	height:auto;
	width: 194px;
	position: absolute;
	left: 691px;
	top: 109px;
}
#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:194px;
	height:25px;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding:3px 0 0 35px;
	margin:0px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:159px;
	height:22px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {
	display:block;
	color:#FFFF00;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
}


/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
div#mainnav ul li ul {
	position: absolute;
	top: 50px;
	left: 150px;
	width: 200px;
	display: none;
	background: #072158;
	padding:5px;
}
/* Fix IE. Hide from IE Mac \*/
* html div#mainnav ul li ul li { float: none; height: 1%; }
* html div#mainnav ul li ul li a { height: 1%; }
/* End */
div#mainnav ul li li {
	display: block;
	background: #072158;
	float: none;
}
div#mainnav ul li:hover ul, div#mainnav ul li.over ul {
	display: block;
	background: #072158;
	z-index: 2;
}
div#mainnav ul li ul li a:link, div#mainnav ul li ul li a:visited, div#mainnav ul li ul li a:active {
	display: block;
	width: 200px;
	color: #FFFFFF;
	z-index: 2;
}

div#mainnav ul li ul li a:hover, div#mainnav ul li ul li a.current:visited, div#mainnav ul li ul li a.current:link {
	width: auto;
	background: #2c4881;
	color: #ffffff;
	z-index: 2;
	display:block;
}

div#mainnav ul li>ul {
	top: auto;
	left: auto;
	list-style:none;
}
/* Fix IE. Hide from IE Mac \*/
* html div#mainnav ul li li { float: none; height: 1%; }
* html div#mainnav ul li li a { height: 1%;}
/* End */
div#mainnav ul li ul li {
	display: block;
	float: none;
	list-style:none;
}

li:hover ul, li.over ul { display: block; } /* The magic */

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:35px 20px 0 20px;
	height: 20px;
	color:#082b72;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#082b72;
	font-size: 12px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#082b72;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 11px;
	padding:15px 0 0 0;
	color:#082b72;
	clear:both;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:11px; 
	color:#082b72;
}
div#copyright a:hover {
	color:#003399;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:14px;
}
a#email:hover {
	text-decoration:none;
	color:#FFFF00;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#082b72;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#000000;
	font-weight:bold;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#container {
	width:970px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:970px;
	height:auto;
	background-image:url(images/contentstrip.jpg);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:970px;
	height:332px;
	background-image:url(images/header2_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#contentarea {
	float:right;
	width:840px;
	height:auto;
	background-image:url(images/content2_bg.jpg);
	background-repeat:no-repeat;
	padding:0px 80px 0px 50px;
}
div#footer {
	clear:both;
	width:970px;
	height:47px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#sidebar {
	float:left;
	width:180px;
	height:auto;
	clear:left;
	margin:0px;
	padding:0 0 15px 0;
}
div#maintext {
	float:left;
	width:630px;
	height:auto;
	clear:left;
	margin:0px;
	padding:10px 0 0 0;
	position: relative;
}
div#rightcolumn {
	float:right;
	width:200px;
	height:auto;
	clear:right;
	margin:30px 0 0 0;
	padding:70px 0 0 0;
}
div#flash {
	width:893px;
	height:76px;
	margin:0px;
	padding: 0px;
}
div#adminlogin {
	padding:20px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
a#audio {
	padding:0px;
	margin:0px;
	width: 200px;
	text-align: center;
	height: 30px;
	position:absolute;
	left: 638px;
	top: 35px;
}
div#audiopopup {
	text-align: center;
}
div#audiopopup p {
	font-size: 12px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399 solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#FFFFFF 1px solid;
	margin:0 10px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #CCCCCC;
}
img.center{
	border:#400000 1px solid;
	margin:0 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.leftnoborder {
	float:left;
	margin:0 15px 10px 0;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:0 15px 10px 15px;
	clear:both;
}
.clear {
	clear: both;
	margin-bottom: 30px;
}

#column {
	float:left;
	height:auto;
	width:auto;
	margin-left: 40px;
} 
 
/* ----------------- CUSTOM CLASSES ----------------- */


/* ----------------- MAIN NAVIGATION ----------------- */

div#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px; /* Width of Menu Items */
	}
	
div#mainnav ul li {
	position: relative;
	}
	
div#mainnav ul li ul {
	position: absolute;
	display: none;
	margin: 0;
	background: #072158;
	width: 200px;
	left: -200px;
	top:0px;
	}
	

/* Styles for Menu Items */
div#mainnav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	width:159px;
	background: url(images/nav-idle.gif); /* IE6 Bug */
	padding:3px 0 0 35px;
	border: 0px solid #293a4b; /* IE6 Bug */
	border-bottom: 0;
	height:22px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

ul#nav a#current  {
	background: url(images/nav-hover.gif) no-repeat;
	color: #fff;
	}

div#mainnav ul li a:hover {
 	background: url(images/nav-hover.gif) no-repeat;
	color: #FFFFFF;
}
	
/* Holly Hack. IE Requirement \*/
* html div#mainnav ul li { float: left; height: 1%; }
* html div#mainnav ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
