/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#002950;
	background-image:url(images/verticalstrip.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0px; /* 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:Georgia, "Times New Roman", Times, 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:20px;
	margin:5px 30px 15px 20px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
			
h1 {
	font-size:30px;
	color:#001b32;
	font-weight:100;
	margin:0;

	border-bottom:1px # dashed;
	padding: 20px 0 25px 20px;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;

	border-bottom:1px # dashed;
	margin-top: 0px;
	padding: 0 0 0 20px;
}
address {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#001b32;
	padding:50px 0 0 15px;
	font-style:normal;
	text-align:left;
	left: 119px;
	top: 195px;
}

/* ----------------- 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;
}

.ddsmoothmenu{
	margin: 0px;
	height: 33px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: 223px;
	top: 195px;
	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;
color: white;
font-weight: bold;
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 #1614c6;
border-left: 1px solid #2462d8;
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
color: #fff;
font-weight: bold;
text-decoration:none;
}

.ddsmoothmenu ul li a:hover{
background: #110951; 
color: #fff;
font-weight: bold;
}

.ddsmoothmenu ul li a.current, .ddsmoothmenu ul li a.current:visited { 
background: #fff; 
color: #110951;
font-weight: bold;
}
	
/*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;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float: none;
display: list-item;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

.ddsmoothmenu ul li ul li {
	padding:0px;
	margin:0px;
	height:30px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
width: 200px; /*width of sub menus*/
padding:8px 0 8px 0;
margin: 0;
_margin-bottom: -4px;
height:14px;
background: #0056d1;
border-top-width: 0;
border-bottom: 1px solid #0056d1;
}

/*  This is main navigation.  */
/*#mainnav {
	margin: 0px;
	height: 33px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: 92px;
	top: 195px;
	width: 777px;
}

#mainnav li {display: inline;}

#mainnav li a {
			float: left;
			display: block;
			height: 26px;
			padding: 7px 20px 0 20px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-align: center; 
			text-decoration: none;
			border-right: 1px solid #1614c6;
			border-left: 1px solid #2462d8;
			color: #fff;
}

#mainnav li a#start {
			border-left:0px;
			border-right:1px solid #1614c6;
}

#mainnav li a#end {
			border-left: 1px solid #2462d8;
			border-right:0px;
}

#mainnav li a:hover { 
			text-decoration: none;
			color:#FFFFFF;
			background:#1614c6;	
}

#mainnav .current { 
			text-decoration: none;
			color:#000000;	
			background: #2fffff;
			font-weight:bold;					
}*/

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:15px 20px 0 90px;
	height: 21px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#003399;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#003399;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 0 0 0;
	color:#FFFFFF;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:10px; 
	color:#2fffff;
}
div#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#001b32;
	font-size:11px;
}
a#email:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#2fffff;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

/* ----------------- 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;
	position:relative;
}

/* 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:230px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#contentarea {
	float:right;
	width:800px;
	height:auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	padding:0 80px 0 90px;
}
div#footer {
	clear:both;
	width:970px;
	height:58px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#sidebar {
	float:left;
	width:192px;
	height:auto;
	clear:left;
	margin:0px;
	padding:30px 0 15px 0;

}
div#maintext {
	float:right;
	width:600px;
	height:auto;
	clear:right;
	margin:0px;
	padding:10px 5px 0 0;
	z-index:0;
}
div#addresscontainer {
	width:160px;
	margin:0px;
	padding:10px;
	border: 1px #003399 solid;
	background-color: #E4E5E7;
}
div#flash {
	width:611px;
	height:175px;
	margin:0px;
	padding: 0px;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:30px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:4px 0 0 47px;
	margin:0px;
	z-index: 0;
	float: left;
	clear: left;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#CCCCCC 1px solid;
	margin:10px 5px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #FFFFFF;
}
img.rightnoborder {
	margin:10px 5px 10px 15px;
	clear:both;
	text-align:center;
}
img.leftnoborder {
	margin:0;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
