/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}

/* 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 {
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #d3d9e1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 0px;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 20px;
}
h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
}
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;
	padding: 5px 20px 5px 0px;
}

td {
	line-height: 18px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	color:#FFFFFF;
	font-family:Arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEDEDE;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 46px;
	right: 4px;
	z-index: 7;
	width: 257px;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;	
}


div#header {
	height: 379px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 990px;
}

div#flash {
	width: 989px;
	height: 305px;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0px;
}


div#content {
	width: 700px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
} 
div#content strong {
	color: #CCCCCC;
}

div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 20px;
}
div#content ul li {
	padding-left: 5px;
	list-style: disc url(none);
	padding-top: 5px;
	padding-bottom: 5px;
} 

div#content ul li.check {
	list-style-image: url(images/bullet-check.gif);
	}

div#content ul ol {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
	
}
div#sidebar {
	float: left;
	position:relative;
	width: 264px;
	height: 344px;
	background-image: url(images/bg-sidebar.gif);
	background-repeat: no-repeat;
	background-position: top;

} div#audio {
	width: 111px;
	height:13px;
	position: absolute;
	top: 10px;
	right:16px;
	z-index:5;
}

div#footer {
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	height: 126px;
}

div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #d3d9e1;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#d3d9e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #FFFFFF;
	font-weight: bold;	
}
	
div#admin {
	position: absolute;
	right: 117px;
	bottom: 92px;
}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}

div#iframe {
}

div#mapviewer {
	float:right;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
	padding: 2px;
}

div#important {
	background-color: #D7D5D6;
	width: 675px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* DIVs to create columns for paragraphs. */

div#leftpara {
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
}	
div#rightpara {
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
/* ----------------- 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 {
	width: 995px;
	position: absolute;
	left: -1px;
	z-index: 2;
	top: 329px;
}

/* 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: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A5859;
	border-left-color: #636162;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 17px;
	padding-right: 31px;
	padding-bottom: 17px;
	padding-left: 32px;
	float: left;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #000000;
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* 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: #FFFFFF;
	width: auto;
	background-image: url(images/nav-current.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul#utilitynav {margin: 0px; padding: 0px; list-style-type: none; text-align: left;}
ul#utilitynav li {display: inline; margin: 0px; padding: 0px;}
ul#utilitynav li a {font-size: 11px; text-decoration: none; text-align: center; margin: 0px; padding: 0px 10px 0px 5px; color: #fff; border-right: 1px solid #fff;}
ul#utilitynav li a:hover, ul#utilitynav li a.current {text-decoration: underline;}
ul#utilitynav li a.last {border-right: none;}


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


.middleimg {
	float: left;
	clear: none;
	border: 1px solid #999999;
	margin: 10px;
	padding: 2px;
}
.leftimg {float: left; clear: both; margin: 10px 20px; border: 1px solid #B0B0B0;}
.rightimg {
	float: right;
	clear: both;
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.clear { clear: both;}

/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-weight: normal;
	padding: 20px 0px 0px 10px;
	float: left;
	clear: none;
	margin: 0px;
	width: 270px;
	color: #000000;
}
ul.rightul{
	float: left;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 185px;
}


/* Class for text  */

.center {
	text-align: center;
}
/* Jquery Gallery */

ul#gallery {
	margin:0px 0px 15px 0px;
	padding:0px;
	list-style-type: none;
	}
	ul#gallery  li{
	list-style:none;
	float:left;
	display:inline;
	margin-right:3px;
	}
	ul#gallery img{
	border:solid 1px #ccc;
	padding: 2px;
	}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

