/* ----------------- 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, 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;
	line-height:20px;
}

/* Redefining tags */
p {
	font-size: 14px;
	line-height:20px;
	margin:5px 0 15px 20px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
strong {
	color:#003399;
}
h1 {
	font-size:30px;
	color:#001b32;
	font-weight:100;
	margin:0;
	padding: 10px 0 30px 20px;
}
h2 {
	font-size:22px;
	color:#000000;
	font-weight:normal;
	margin-top: 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font-style: italic;
}
h3 {
	font-size:16px;
	color:#003399;
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
	border-bottom: 1px #CCCCCC dashed;
	font-weight: normal;
}
h4 {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	margin-top: 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font-style: italic;
}
h5 {
	font-size:14px;
	color:#003399;
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
	font-weight: bold;
}
address {
	font-size: 12px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px 0 0 15px;
	font-style:normal;
	text-align:left;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	color:#000000;
}

a#email {
	text-decoration:underline;
	font-size:12px;
	color:#FFFF00;
}
a#email:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*  This is main navigation.  */
div#mainnav {
	padding:60px 0 20px 0;
	margin:0 auto;
	height:auto;
	width: 220px;
}
#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav ul li {
	width:220px;
	height:30px;
	margin-bottom:0;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding:5px 0 0 35px;
	margin:0px;
	background-color:#0e3b70;
	background-image:url(images/idle.png);
	background-repeat:no-repeat;
	width:185px;
	height:25px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:normal;
}
div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {
	display:block;
	color:#eccf49;	
	background-image:url(images/hover-current.png);
	background-repeat:no-repeat;
	text-decoration:none;
	background-repeat:no-repeat;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:10px 20px 0 20px;
	height: 21px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#003399;
	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:#003399;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 12px;
	padding:15px 0 0 0;
	color:#4986cb;
	clear:both;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:12px; 
	color:#FFFFFF;
}
div#copyright a:hover {
	color:#4986cb;
	text-decoration:underline;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
a#admin:hover {
	color:#4986cb;
	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;
}

/* 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:350px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#contentarea {
	float:right;
	width:850px;
	height:auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	padding:0 60px 0 60px;
}
div#footer {
	clear:both;
	width:970px;
	height:58px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#sidebar {
	float:right;
	width:220px;
	height:auto;
	clear:right;
	margin:0 2px 0 0;
	padding:0 0 15px 0;
	position: relative;
}
div#maintext {
	float:left;
	width:610px;
	height:auto;
	clear:left;
	margin:0px;
	padding:0 5px 30px 0;
	position: relative;
}
div#addresscontainer {
	width:160px;
	margin:0px;
	padding:10px;
	border: 1px #003399 solid;
	background-color: #E4E5E7;
}
div#flash {
	width:970px;
	height:245px;
	margin:0px;
	padding: 0px;
	top: 92px;
	position: absolute;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:30px 0 20px 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:0px;
	margin:0px;
	position: absolute;
	left: 103px;
	top: 10px;
}
div#mapviewer {
	width:600px;
	margin:0 auto;
}

/* ----------------- 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:0 5px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #FFFFFF;
}
img.rightnoborder {
	margin:10px 5px 10px 15px;
	clear:both;
	text-align:center;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}

img.payments {
	margin:0 auto;
	width: 140px;
	padding-left: 12px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

