@charset "UTF-8";
/* SimpleViewer/Slideshow CSS  */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-repeat: repeat-x;
	background-color: #000000;
	background-image: url(../images/body_bkgd.jpg);
	}
	
#container {
	width: 860px;
	background-color: #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(../images/Bkgd.jpg);
	background-repeat: repeat-x;
	}

#header {
	background-color: #000000;
	margin-left: 10px;
	width: 840px;
	margin-right: 0px;
	background-image: url(../images/header_bkgd.jpg);
	background-repeat: repeat-x;
	}

#navBar {
	padding-top: 3px;
	padding-left: 250px;
	}
	
#content {
	width: 840px;
	position: relative;
	background-color: #000000;
	border-top-color: #333333;
	}
	
#content  p {
	margin-top: 10px;
	line-height: 160%;
	padding-left: 40px;
	padding-right: 27px;
	padding-bottom: 15px;
	margin-right: 40px;
	}
	
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #599EED;
	margin-top: 40px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	padding-left: 27px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
#content  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #3A71AC;
	padding-left: 40px;
	margin-top: 20px;
	font-size: 0.75em;
	font-variant: normal;
	letter-spacing: .35em;
	text-transform: uppercase;
	}

#content  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 40px;
	padding-bottom: 20px;
	padding-left: 27px;
	line-height: 160%;
	}

#content a, #textFloat a {
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BD9803;
	}

#content a:hover, #textFloat a:hover   {
	color: #FFFFFF;
	background-color: #7B6403;
	}

#content a:visited, #textFloat a:visited {
	color: #B49204;
	}

#content a:active {
	color: #CCCCCC;
	}
	
h1, h2, h3, h4, h5, h6, p, ul, table  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 120%;
	}
	
a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #5BA0F0;
	}
	
a:hover {
	color: #000000;
	background-color: #eeeeee;
	}	
	
a:visited {
	color:#999999;
	font-weight: normal;
	}
	
ul {
	color: #CCCCCC;
	font-weight: normal;
	line-height: 180%;
	margin-left: 75px;
	}		

#footer {
	background-color: #000000;
	clear: both;
	margin-top: 30px;
	background-image: url(../images/footer-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	}

#footer p {
	color: #999999;
	text-align: left;
	font-size: 0.65em;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 10px;
	}
	
#footer a {
	color: #7D7D7D;
	font-weight: normal;
	}
	
#footer a:hover {
	color: #333333;
	font-weight: normal;
	background-color: #999999;
	}
	

.clear {
	clear: both;
	}
	
.GrayHiliteText {
	color: #999999;
	font-weight: normal;
	}
	
.BlueHiliteText {
	font-weight: normal;
	color: #3A71AC;
	}

#slideshow {
	float: right;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 20px;
	}
	
#flashcontent {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	}

/*----------Floated text used for extended slide show----------*/
#textFloat {
	height: 50px;
	width: 200px;
	position: absolute;
	z-index: 1;
	left: 580px;
	top: 350px;
	background-repeat: no-repeat;
	visibility: visible;
	text-align: center;
	}
	
/*----------Quicktime movie----------*/
#movieclip {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 120px;
}	
