/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E3BB55;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg-body.gif);

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
h1, h2, h3, h4 {/* Styles h1, h2, h3, h4,  tags */
	color: #E3BB55;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	
	
}
h2 {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: none;
	padding-left: 5px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5EEC4;
	margin-right: 50px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	padding-left: 5px;
	margin-left: 12px;
	color: #014278;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9EFEF;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 10px;
}
h4 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #014278;
	padding-top: 10px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	color: #000000;
	padding: 10px 0px 10px 15px;
	margin-top: 5px;
	font-size: 13px;
}


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

a:hover {
	color:#E3BB55;
	text-decoration:none;
}
address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E3BB55;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
		
}

address a:link{
	font-size:12px;
	color: #0762A9;
	font-weight: bold;
	text-transform: none;
}

address a:hover{
	font-size:12px;
	font-weight: bold;
	color: #002B4D;
	text-transform: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
}
div#header {
	height: 348px;
	width: 990px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

div#content {
	width: 680px;
	float: left;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 20px;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #1E1E1E;
	margin-left: 20px;
	background: url(images/bullet.gif) no-repeat left top;
	margin-top: 7px;
} 

div#content strong {
	color:#D1AA4B;
	font-weight: bold;
}

div#sidebar {
	float: left;
	width: 250px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	
}
	

div#footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	height: 27px;
	width: 990px;
	padding: 0px;
	background-image: url(images/bg-footer.gif);
	
}

div#admin {
	position: absolute;
	right: 791px;
	bottom: -54px;
	color: #07253F;

}

div#copyright {
	text-align: center;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 2px;
}

div#copyright a:link, div#copyright a:visited {
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #000000;
	font-weight: bold;
	
}

div#iframe {
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

div#map {
	width:670px;
	margin: 0px auto;
	padding:10px;
}
div#mapviewer {
	float:left;
	width: 450px;
}
/* DIVs to create columns for paragraphs. */
.directions {
	float: right;

}	


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	position: absolute;
	left: 5px;
	z-index: 2;
	top: 98px;
	width: 994px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000000;
	display: block;
	float: left;
	font:  normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3BB55;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F7CC5C;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #1E1E1E;
	width: auto;
	background-image: url(images/nav-current.jpg);
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #D8B251;
	width: auto;
	background-color: #1E1E1E;
}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */

ul#utilitynav {
	margin:0;
	list-style-type: none;
	width: 990px;
	text-align:center;
	padding-top: 5px;
}
ul#utilitynav li {
	display:inline;
	width:auto;
	padding:0 9px 0 0px;
	background: url(images/divider.jpg) no-repeat left 6px;
}
ul#utilitynav li a {
	text-decoration: none;
	color:#E3BB55;
	text-transform:capitalize;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 9px;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
ul#utilitynav li.last {
	background:none;
}	

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


.rightimgborder
 {
	float: right;
	margin: 5px 15px 10px;
	clear: both;
	border: 1px solid #CCCCCC;
	padding: 0px;
}
.rightimgnoborder
 {
	float: right;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}


.middleimg{
	border: 1px solid #CCCCCC;
	margin: 10px 0px 10px 30px;
	clear: none;
}


.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	clear: none;
	margin: 0px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
ul.rightul{
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

