@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
background-image:url(images/bodyBG.jpg);
background-position:center top;
background-repeat:no-repeat;
}

#container{
width: 887px;
height:auto;
position:relative;
margin: 0 auto;
margin-top:150px;

}




/*===========LEFT===============*/
#left{
width: 326px;
height:100%;
position:relative;
float: left;
margin-left: 0px;
margin-right:12px;
}

/*======SIDE NAVIGATION==========*/
#sideNav{
height:170px;
width: 326px;
position:relative;
}

/*======SIDE CONTACT==========*/
#contactInfo{
width: 326px;
height:150px;
position:relative;
margin-left: 0px;
margin-right:12px;
}
.contact{
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12pt;
	line-height: 18pt;
	color:000;
}

.contact img{
margin:0 auto;
margin-bottom: 4px;
margin-top: 4px;
}

.contact a:link {
color: #000;
text-decoration:underline;
}
.contact a:visited {
color:#333;
}
.contact a:hover {
color:#003300;
text-decoration: underline;
}

/*======SIDE MAP==========*/
#map{
height:273px;
}

#flashSlideHolder{
height:273px;
width:326px;
background:url(images/contentBG.jpg) repeat;

}

#flashSlide{
height:263px;
width:316px;
margin: 5px;
padding-top: 5px;
}

/*===========RIGHT===============*/
#right{
width: 547px;
min-height: 544px;
position:relative;
float: right;
margin: 0 auto;
}

#content{
	width: 547px;
	height: auto;
	position:relative;
	background:url(images/contentBG.jpg) repeat;
	margin-left: 0px;
	padding-top: 5px;
	overflow:auto;
	background-image: url(images/contentBG.jpg);
}

#flashHolder{
margin: 0 auto;
margin-top: 10px;
width: 527px;
height: 315px;

}

#mapHolder{
margin: 0 auto;
margin-top: 10px;
width: 527px;
height: 315px;
border: #003300 1px solid;
}

#textHolder{
margin: 0 auto;
margin-top: 10px;
width: 92%;
clear: left;
}

#listHolder{
	position: realative;
	background:url(images/contentBG.jpg) repeat;
	height: 180px;
	width: 412px;
	margin: 0 auto;
}

#spacer{
background:url(images/contentBG.jpg) repeat;
height: 15px;
width: 100%;
}

.bodyText{
text-align: left;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
line-height: 16px;
color:333;
}

.bodyText ul{
line-height: 22px;
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
}
.bodyText a:link {
	color: #000;
}
.bodyText a:visited {
	color:#000;
}
.bodyText a:hover {
	color:#003300;
	text-decoration: underline;
}

.imageSpacer{
	border: 2px solid #003300;
	margin: 5px 10px 5px 10px;
	float: left;
}

/*=========== HEADER===============*/
#header{
width:547px;
height:80px;
position:relative;
margin: 0 auto;
}
/*===========LOWER NAV===============*/
#lowerNav{
float:left;
color:#fff;
width:100%;
height:20px;
font-family:Helvetica, Arial, sans-serif;
font-size:10px;
text-align:center;
margin: 0 auto;
margin-top: 5px;
text-decoration: none;
}
			
#lowerNav a:link {
	color: #fff;
	text-decoration: none;
}
#lowerNav a:visited {
	color:#fff;
	text-decoration: none;
}
#lowerNav a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}

/*===========DISCLAIMER===============*/
#disclaimer{
float:left;
color:#fff;
width:100%;
height:20px;
font-family:Helvetica, Arial, sans-serif;
font-size:10px;
text-align:center;
margin: 0 auto;
margin-top: 5px;
}

#disclaimer a:link {
color: #fff;
}
#disclaimer a:visited {
color:#fff;
}
#disclaimer a:hover {
color:#CCC;
text-decoration: underline;
}
