/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#ed8b07;
	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;
}

/* Redefining tags */
p {
	font-size: 14px;
	line-height:20px;
	margin:5px 40px 15px 30px;
}
p#center {
	text-align:center;
	margin:0 auto;
}
p#location {
	width:550px;
	height:215px;
	background-color:#F5BA46;
	padding: 15px;
	border: 1px #ed8b07 solid;
}	
	
strong { color:#024303; }
h1 {
	font-size:36px;
	color:#034903;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 130px;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;
	border-bottom:1px # dashed;
	margin:0px;
}
h3 {
	font-size: 16px;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

address {
	font-size: 13px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px 10px 10px 20px;
	font-style:normal;
	text-align:left;
	width: 188px;
	background-color: #024303;
	border: 1px #FFFFFF solid;
}
address strong { color:#FFFFFF; }

/* ----------------- 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:0px 0 20px 0;
	margin:0 auto;
	height:auto;
	width: 220px;
}
#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:220px;
	height:35px;
	margin-bottom:2px;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding:7px 0 0 35px;
	margin:0px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:185px;
	height:28px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	font-weight:normal;
}
div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {
	display:block;
	font-weight:normal;
	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: 14px;
	margin:0 auto;
	padding:25px 20px 0 35px;
	height: 20px;
	color:#021e67;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#021e67;
	font-size: 14px;
	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:#024303;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 12px;
	padding:15px 0 0 0;
	color:#021e67;
	clear:both;
	font-family:Century Gothic, erdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:12px; 
	color:#FFFFFF;
}
div#copyright a:hover {
	color:#021e67;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:13px;
}
a#email:hover {
	text-decoration:none;
	color:#FFFF00;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#021e67;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#FFFFFF;
	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.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:332px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}
div#contentarea {
	float:right;
	width:930px;
	height:auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	padding:25px 20px 0px 20px;
}
div#footer {
	clear:both;
	width:970px;
	height:100px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#sidebar {
	float:left;
	width:220px;
	height:auto;
	clear:left;
	margin:0px;
	padding:0 0 15px 0;
}
div#maintext {
	float:right;
	width:710px;
	height:auto;
	clear:right;
	margin:0px;
	padding:0px;
}
div#flash {
	width:970px;
	height:332px;
	margin:0px;
	padding: 0px;
}
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: 385px;
	top: 291px;
	z-index: 2;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	margin:0 5px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #ed8b07;
}
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;
}

.clear {
	clear: both;
	height:1px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#headerbuttons {
	border:0px;
	clear:both;
	position:absolute;
	left: 579px;
	top: 61px;
}

div#col {
	float:left;
	width:320px;
	clear:none;
	margin:0 0 0 0px;
	padding:0px;
}
div#col li{
	margin:0px 0px 3px 15px;	
}
p#clearl {
	clear:left;
	padding:10px 0 0 0;
}
div#welcome {
	width: 640px;
	margin: 15px auto;
}
div#welcome a {
	float: left;
	width: 200px;
	margin: 11px 11px 0 0;
	background: #e54100 url(images/bg-links.gif) repeat-x top;
	text-align: center;
	padding: 7px 0;
	text-decoration: none;
	border: 1px solid #cb3a00;
}
div#welcome a:hover {
	color: #ffffff;
	background: #E54100 url(none);
}
