/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#2a3109;
	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:#FFFFFF;
}

/* Redefining tags */
p {
	font-size: 12px;
	line-height:20px;
	margin:5px 20px 15px 15px;
	color: #FFFFFF;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
h1 {
	font-size:28px;
	color:#FFFF00;
	font-weight:100;
	margin:0px;


	border-bottom:1px # dashed;
	padding: 190px 0 5px 370px;
	float: left;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1px # dashed;
}
h3 {
	font-size:14px;
	color:#FFFF00;
	font-weight:bold;
	border-bottom:1px # dashed;
	font-style: italic;
}
address {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:5px;
	font-style:normal;
	text-align:left;
	border: 1px #4c0101 solid;
	height: 110px;
	margin-bottom: 6px;
}
table {
	background-color:#333300;
	border: 1px #ffffff solid;
	color: #FFFFFF;
}	#space {
	margin:15px 0 15px 0;}
td {
	border:1px #5c5c1c thin;
}

/* ----------------- 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:50px 0 10px 0;
	margin:0 auto;
	height:auto;
	width: 200px;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding:5px 0 0 0;
	margin:0px 5px 0 5px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:190px;
	height:20px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
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;
	font-weight:bold;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 10px;
	margin:0 auto;
	padding:30px 12px 0 192px;
	height: 21px;
	color:#FFFFFF;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#FFFFFF;
	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:#FFFF00;
	text-decoration:underline;
}
/*  This is intro page bottom navigation.  */
div#utilnavintro {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:55px 0 0 0;
	height: 21px;
	color:#FFFFFF;
}
div#utilnavintro a:link, div#utilnavintro a:visited { 
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnavintro a:hover, div#utilnavintro a.current:visited, div#bottomnavintro a.current:link {
	color:#FFFF00;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 0 0 0;
	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;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}


/*  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;
}
/*  This is enter navigation.  */
a.intro:link, a.intro:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	padding:20px 0 0 0;
}
a.intro:hover {
	color:#FFFF00;
	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.gif);	
	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:250px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat
}
div#contentarea {
	float:right;
	width:890px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:0 25px 5px 55px;
}
div#footer {
	clear:both;
	width:970px;
	height:100px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:200px;
	height:auto;
	clear:left;
	margin:0px;
	padding:0 0 0 0;
}
div#maintext {
	float:right;
	width:655px;
	height:auto;
	clear:right;
	margin:0px;
	padding:10px 15px 0 0;
}
div#addresscontainer {
	width:180px;
	margin:0px;
	padding:10px;
	background-color: #FFFFFF;
	height: auto;
}
div#flash {
	clear:both;
	width:700px;
	height:500px;
	margin:0 auto;
	padding: 40px 0 0 0;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:20px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	float:right;
	padding:2px 310px 0 0;
	margin:0px;
	clear: both;
	height: 15px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#FFFFFF 1px solid;
	margin:10px 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
img.top {
	border:#FFFFFF 1px solid;
	margin:10px 5px 10px 15px;
	padding:2px;
	clear:both;
}

div#clear {
	clear: both;
	height:auto;
	margin: 0px;
	padding: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:190px;
	height:25px;
	margin:0 0 1px 0;
	padding:0px;
}
.menuitem {
	color:#FFFF00;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.white {color: #FFF;}