/* CSS Document */

/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#057003;
	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 0 15px 10px;}
		p#center {text-align:center;}
h1 {
	font-weight:100;
	margin:0px;

	border-bottom:1px # dashed;
	padding: 5px 0 50px 40px;
	color: #FFFFFF;
	font-size: 24px;
}
h2 {
	font-size:14px;
	color:;
	font-weight:100;
	margin:0;
	border-bottom:1px # dashed;
	padding: 0px 0 5px 0;
}
address {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	font-style:normal;
	text-align:left;
}

li {margin-bottom:4px;}
	

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration:underline;
	color:;
}
a:visited {
	text-decoration:underline;
	color:;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
	color:;
}
a:visited {
	text-decoration:underline;
	color:;
}

/*  This is main navigation.  */
div#mainnav {
	padding:40px 0 0 0;
	margin:0 auto;
	height:auto;
	width: 190px;
}
div#mainnav a:link, div#mainnav a:visited {
	display:block;
	padding:7px 0 0 13px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:169px;
	height:23px;
	color:#FFFF00;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
div#mainnav a:hover, div#mainnav a.current:link, div#mainnav a.current:visited {
	display:block;
	color:#033902;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
	font-weight:normal;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size:11px;
	margin:0 auto;
	color:#033902;
	padding:20px 20px 0 200px;
	
}
div#utilnav a:link, div#utilnav a:visited {
	font-size:11px; 
	color:#033902;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:link, div#bottomnav a.current:visited {
	color:#033902;
	text-decoration:underline;
	font-weight:normal;
}

/*  This is email navigation.  */
a.email:link, a.email:visited {
	text-decoration:underline;
	color:#000000;
	font-size:10px;
}
a.email:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/*  This is admin navigation.  */
a.admin:link, a.admin:visited {
	text-decoration:none;
	color:#000000;
	font-size:11px;
}
a.admin:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 0 0 140px;
	color:#FFFFFF;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
div#copyright a:link, div#copyright a:visited { 
	color:#CCCCCC;
	font-size: 10px;
}
div#copyright a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* ----------------- 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:193px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat
}
div#contentarea {
	float:right;
	width:747px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:0 0 5px 23px;
}
div#footer {
	clear:both;
	width:770px;
	height:115px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:190px;
	height:auto;
	clear:left;
	margin:0px;
	padding:15px 0 15px 0;
}
div#maintext {
	float:right;
	width:535px;
	height:auto;
	clear:right;
	margin:0px;
	padding:0px 20px 0 0;
}
div#addresscontainer {
	width:160px;
	margin:0 auto;
	padding:15px 0 0 0;
	height: auto;
}
div#flash {
	float:right;
	clear:right;
	width:575px;
	height:136px;
	margin:0;
	padding: 3px 0 0 0;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	float:right;
	padding:12px 55px 0 7px;
	margin:0px;
	clear: right;
	width: 100px;
	text-align: center;
}
div#audio {
	float:right;
	padding:35px 45px 0 0;
	margin:0px;
	height: 19px;
}

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

img.left {
	float:left;
	border:#003399 1px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;

	border:#045102] 1px solid;
	margin:0 0px 10px 15px;
	padding:2px;
	clear:both;
	border: #045102 1px solid;
}
img.leftnoborder {
	float:left;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:0 0 10px 0;
	padding:2px;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

#mainnav ul  {
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:184px;
	height:30px;
	margin:0px;
}
img.rightinline {
	border:#045102 1px solid;
	margin:8px;
	padding:2px;
}
div#pics {
	width:500px;
	height:auto;
	margin:0 auto;
	clear:both;
	text-align:center;
}
