/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#08315c;
	background-image:url(images/verticalstrip.gif);
	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: 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:12px;
	color:#000000;
}

/* Redefining tags */
p {
	font-size: 12px;
	line-height:20px;
	margin:5px 20px 15px 15px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
strong {
	color:#003399;
}
h1 {
	font-size:26px;
	color:#003399;
	font-weight:100;
	margin:0;





	border-bottom:1px # dashed;
	padding: 0px 0 5px 15px;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;

	border-bottom:1px # dashed;
	margin-top: 0px;
}
address {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	font-style:normal;
	text-align:left;
}

/* ----------------- 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.  */
div#mainnav {
	padding:20px 0 20px 0;
	margin:0 auto;
	height:auto;
	width: 174px;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding-top:7px;
	margin:0px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:174px;
	height:23px;
	color:#663300;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
}
div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:9px 12px 0 210px;
	height: 21px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#003399;
	font-family: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:#003399;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 20px 0 190px;
	color:#FFFF00;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:10px; 
	color:#FFFFFF;
}
div#copyright a:hover {
	color:#FFFFFF;
	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:#FFFFFF;
	font-weight:bold;
}
li { margin-bottom:7px; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#container {
	width:770px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:770px;
	height:auto;
	background-image:url(images/contentstrip.gif);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:770px;
	height:250px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#contentarea {
	float:right;
	width:752px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:12px 5px 5px 13px;
}
div#footer {
	clear:both;
	width:770px;
	height:65px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:190px;
	height:auto;
	clear:left;
	margin:0px;
	padding:0 0 15px 0;
}
div#maintext {
	float:right;
	width:560px;
	height:auto;
	clear:right;
	margin:0px;
	padding:10px 0 0 0;
}
div#addresscontainer {
	width:160px;
	margin:0 auto;
	padding:10px;
	border: 1px #003399 solid;
	background-color: #E4E5E7;
}
div#flash {
	width:770px;
	height:250px;
	margin:0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:20px 0 0 160px;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:0px;
	margin:0px;
	height: 15px;
	position: relative;
	top: 70px;
	left: 50px;
	z-index: 2;
	width: 130px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399 1px solid;
	margin:0px 10px 25px 10px;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#003399 1px solid;
	margin:10px 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:174px;
	height:30px;
	margin-bottom:1px;
}
div#caption {
	width:220px;
	height:auto;
	padding:5px 5px 0px 5px;
	float: right;
	background-color: #E4E5E7;
	margin: 0 10px 0 10px;
	border: 1px #376698 solid;
} div#caption p {
	font-size:10px;
	line-height: 12px;
}
div#disclaimer {
	background-color:#e4e5e8;
	border:1px #666666 solid;
	padding:5px;
	width: 540px;
	margin: 0 auto;
} div#disclaimer p {
	font-size:11px;
	margin:0;
	padding:0 0 0 15px;
	color: #08315C;
}
