/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#69b3da;
	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;
	line-height:20px;
}

/* Redefining tags */
p {
	font-size: 14px;
	line-height:20px;
	margin:5px 0 15px 20px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
h1 {
	color:#015584;
	margin:0;
	padding: 0 0 0 20px;
	text-transform:uppercase;
	font: normal 28px/32px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	color:#005588;
	font-weight:bold;
	margin-left: 20px;
	line-height: 20px;
	margin-right: 20px;
}
address {
	font-size: 14px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#125679;
	padding:0 0 0 15px;
	font-style:normal;
	text-align:left;
}
hr { width:95%; margin-bottom:15px; }
span#disclaimer {
	font-size:12px;
}

/* ----------------- 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;
}

/*  This is main navigation.  */
#mainnav {
	width: 758px;
	margin: 0px;
	height: 42px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: -216px;
	top: -146px;
	z-index: 50;
}

#mainnav li {display: inline;}

#mainnav li a {
			float: left;
			display: block;
			height: 34px;
			padding: 8px 18px 0 18px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-align: center; 
			text-decoration: none;
			border-right: 1px solid #d9d9d9;
			border-left: 1px solid #f8f8f8;
			color: #125e84; 		
			background-image:url(images/hover.gif);
			background-position:center bottom;
			background-repeat:no-repeat;
}
#mainnav li a#begin {
			border-right: 1px solid #d9d9d9;
			border-left:0px;
}
#mainnav li a#end {
			border-right:0px;
			border-left: 1px solid #f8f8f8;
}
#mainnav li a:hover { 
			text-decoration: none;
			color:#999999;
			font-weight:normal;		
			background-image:url(images/idle.gif);
			background-position:center bottom;
			background-repeat:no-repeat;
}

#mainnav .current { 
			text-decoration: none;
			color:#125e84;
			font-weight:normal;
			background-image:url(images/current.gif);
			background-position:center bottom;	
			background-repeat:no-repeat;			
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:75px 20px 0 20px;
	height: 20px;
	color:#FFFFFF;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#FFFFFF;
	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:#015584;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 0 0 0;
	color:#015584;
	clear:both;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:10px; 
	color:#FFFFFF;
}
div#copyright a:hover {
	color:#015584;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#000000;
	font-size:10px;
}
a#email:hover {
	text-decoration:none;
	color:#003399;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#015584;
	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: url(images/splash-content-strip.jpg) repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:970px;
	height:75px;
	position: relative;
	background: url(images/splash-header-bg.jpg) no-repeat;
}
div#contentarea {
	float:right;
	width:960px;
	height:auto;
	padding:0px 5px 0px 5px;
	background: url(images/splash-content-bg.jpg) no-repeat;
}
div#footer {
	clear:both;
	width:970px;
	height:76px;
	background: url(images/splash-content-footer.jpg) no-repeat;
}
div#sidebar {
	float:left;
	width:465px;
	height:auto;
	margin:0px;
	padding:20px 0 15px 0px;
}
div#maintext {
	float:right;
	width:900px;
	height:auto;
	clear:right;
	margin:0px;
	padding:20px 20px 0 0;
}
div#flash {
	width:962px;
	height:265px;
	margin:0px;
	padding: 0px;
	position: absolute;
	top: 71px;
}
div#adminlogin {
	padding:20px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:0px;
	margin:0px;
	width: 120px;
	text-align: center;
	height: 15px;
	position:absolute;
	left: 781px;
	top: 39px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	margin:0 15px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #FFFFFF;
}
img.right {
	float:right;
	margin:0 15px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #FFFFFF;
}
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 5px 10px 15px;
	clear:both;
}
img.sidebar {
	margin:0;
	padding-left: 20px;
}

.clear {
	clear: both;
}
#listfloatleft {
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 26px;
	width: 150px;
	margin-bottom: 10px;

}


/* ----------------- CUSTOM CLASSES ----------------- */

.ddsmoothmenu{
	margin: 0px;
	height: 33px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: 223px;
	top: 175px;
	width: 693px;
	z-index: 30;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
font-weight: normal;
padding: 7px 20px 0 20px;
height:26px;
color: #2d2b2b;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
text-align: center; 
text-decoration: none;
border-right: 1px solid #d9d9d9;
border-left: 1px solid #f8f8f8;
color: #125e84; 		
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color: #fff;
font-weight: normal;
text-decoration:none;
}

.ddsmoothmenu ul li a:hover{
color: #fff;
font-weight: normal;
}

.ddsmoothmenu ul li a.current, .ddsmoothmenu ul li a.current:visited { 
color: #110951;
font-weight: normal;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
top:0;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
color:#FFFFFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float: none;
display: list-item;
color:#FFFFFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
color:#FFFFFF;
}

.ddsmoothmenu ul li ul li {
	padding:0px;
	margin:0px;
	height:30px;
	color:#FFFFFF;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
width: 130px; /*width of sub menus*/
padding:8px 0 8px 0;
margin: 0;
_margin-bottom: -4px;
height:14px;
background: #e8e8e8;
border-top-width: 0;
border-bottom: 1px solid #0056d1;
}
span.large {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#box {
	background-color: #FDFDFD;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #005588;
	width: 450px;
	float:right;
}
.entersite {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.entersite a {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.entersite a:hover {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #005588;
}
