/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#003863;
	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, a, ul, li, lo, td {
	font-family:Georgia, "Times New Roman", Times, 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 15px 15px 25px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
h1 {
	font-size:28px;
	color:#012C4C;
	font-weight:normal;
	margin:0;
	padding: 40px 0 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;
	margin-top: 0px;
}
address {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003863;
	padding:50px 0 0 28px;
	font-style:normal;
	text-align:left;
	line-height: 20px;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	text-decoration:underline;
	color:#013054;
}
a:hover {
	text-decoration:none;
	color:#185c03;
	font-weight:bold;
}

#navigation {	
	width: 831px;
	margin: 0px;
	height: 42px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: 70px;
	top: 29px;
}

#mainnav, #mainnav ul {
	float: left;
	width: 831px;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1px 0;
}
#mainnav a {
			float: left;
			display: block;
			height: 34px;
			padding: 8px 28px 0 28px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			font-weight:bold;
			text-align: center; 
			text-decoration: none;
			border-right: 1px solid #e36904;
			border-left: 1px solid #f38d00;
			color: #fff; 
}

#mainnav a.parent { background: url(images/bullet.gif) no-repeat 150px center; 
}
#mainnav li {
	float: left;
	padding: 0;
}
#mainnav li ul {
	position: absolute;
	left: -2500px;
	height: auto;
	width: 225px;
	font-weight: normal;
	margin: 0;
	top:42px;
	padding:0px;
}
#mainnav li li {
	padding-right: 15px;
	width: 225px;
	margin:0px;
}
#mainnav li ul a {
	width: 225px;
	background-color:#1c6904;
	margin:0px;
	border:0px;
}
#mainnav li ul a:hover {
	width: 225px;
	background-color:#72a8d2;
}
#mainnav li ul ul { 
	margin: -25px 0px 0px 0px; 
}
#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li.sfhover ul ul, #mainnav li.sfhover ul ul ul { left: -2000px; width:225px;
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul {
	left: 287px; width:225px; margin:0px;
}
#mainnav li:hover, #mainnav li.sfhover {
			text-decoration: none;
			color:#185c03;
			font-weight:bold;		
			background-image:url(images/idle.gif);
			background-position:center bottom;
			background-repeat:no-repeat;
}

#mainnav .current { 
			text-decoration: none;
			color:#013054;
			font-weight:bold;
			background-image:url(images/hover-current.gif);
			background-position:center bottom;	
			background-repeat:no-repeat;			
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 12px;
	margin:0 auto;
	padding:45px 80px 0 80px;
	height: 21px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#ffbf5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#FFFFFF;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 11px;
	padding:15px 0 0 0;
	color:#ffbf5b;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:11px; 
	color:#FFFFFF;
}
div#copyright a:hover {
	color:#ffbf5b;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#000000;
	font-size:14px;
}
a#email:hover {
	text-decoration:none;
	color:#003399;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#ffbf5b;
	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:300px;
	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:20px 60px 0 60px;
}
div#footer {
	clear:both;
	width:970px;
	height:44px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#sidebar {
	float:right;
	width:210px;
	height:auto;
	clear:right;
	margin:0px;
	padding:30px 0 0 0;
	position: relative;
}
div#maintext {
	float:left;
	width:630px;
	height:auto;
	clear:left;
	margin:0px;
	padding:10px 5px 0 0;
}
div#flash {
	width:464px;
	height:93px;
	margin:0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 262px;
}
div#adminlogin {
	padding:20px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:0px;
	margin:0px;
	position: absolute;
	left: 42px;
	top: 36px;
}
div#column {
	float:left;
	margin:0 20px 0 30px;
	width:260px;
}
div.clear {
	clear:both;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#003399 1px solid;
	margin:10px 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.leftnoborder {
	float:left;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:10px 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.center{
	border:0px;
	margin:10px auto 0 auto;
	clear:both;
	text-align:center;	
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#col {
	float:left;
	width:300px;
	clear:none;
	margin:0px;
	padding:0px;
}
div#col ul li{
	margin:0px 0px 3px 0px;	
}
div#rooms {
	clear:both;
	width:615px;
	height:autp;
	background-color:#fdc884;
	position: relative;
	margin: 10px auto 15px 15px;
	border: 1px #e46a04 solid;
}
div#rooms p{
	font-size:18px;
	padding: 15px 0 0 0;
	color: #660000;
}
