@charset "UTF-8";
/* CSS Document */

body{
	color: #FFF ;
	height: auto ;
	background-color: #141312 ;
	background-image:url(images/site_bg_2.jpg);
        background-attachment: fixed ;
        /*background-repeat: no-repeat ;*/
}

p{
	margin: 0 0 21px 0 ;
}

h1{
	font-size: 24px ;
	font-weight: normal ;
	font-family: Sniglet, Rockwell, Memphis, Helvetica, Arial, Sans-Serif ;
}

h2{
	color: #666666 ;
	margin: 20px 0 10px 0 ;
	font-size: 24px ;
	font-weight: normal ;
	font-family: Sniglet, Rockwell, Memphis, Helvetica, Arial, Sans-Serif ;
}

h3{
	margin: 0 0 20px 0 ;
	font-size: 18px ;
	font-weight: normal ;
        font-style: normal ;
        letter-spacing: 0.5px ;
	font-family: Sniglet, Rockwell, Memphis, Helvetica, Arial, Sans-Serif ;
}

h6{
	margin: 40px 0 0 0 ;
	font-size: 12px ;
	font-weight: normal ;
	font-style: normal ;
}

.light{
	color: #999999 ;
}

a:link, a:visited, a:active{ color: #399ebf ; text-decoration: none ; }
a:hover{ color: #666 ; text-decoration: none ; }

#footer a:link, a:visited, a:active{ color: #399ebf ; text-decoration: none ; }
#footer a:hover{ color: #FFF ; text-decoration: none ; }

#pastFutureNav a:link, a:visited, a:active{ color: #399ebf ; text-decoration: none ; }
#pastFutureNav a:hover{ color: #FFF ; text-decoration: none ; }

h1 a:link, a:visited, a:active{ color: #ED4411 ; text-decoration: none ; }
h1 a:hover{ color: #666 ; text-decoration: none ; }

/* =============================== */


#container{
	width: 595px ;
	height: auto ;
	margin: 20px auto 0 auto ;
	padding: 0 20px ;
	font-size: 16px ;
	line-height: 24px ;
	font-weight: normal ;
	font-family: GoudyBookletter, Goudy, "Times New Roman", Times, Georgia, Serif ;
	
}

#statement{
	font-size: 16px ;
	line-height: 21px ;
	font-family: GoudyOFL, Goudy, "Times New Roman", Times, Georgia, Serif ;
	font-weight: normal ;
	font-style: italic ;
}


#topLinks{
	position: static ;
	width: 200px ;
	top: 20px ;
	left: 940px ;
	text-align: right ;
}




/* ============ CONTENT BOX =================== */


#content{

}

.contentBox{
	display: block ;
        
   	color: #222 ;
    background-color: #FFFFFF ;
    border: #fafafa solid 1px ;
    padding: 20px ;
    margin: 0 0 70px 0 ;

    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

#fullAlpha{
    filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.contentBox .images{
	width: 550px ;
	float: left ;
}

.contentBox img{
	border: #d8d8d8 solid 1px ;
}

.contentBox img.contentImage{
	width: 550px ;
	height: auto ;
	display: block ;
	padding: 3px ;
	margin: 0 0 10px 0 ;
	border: #bbbfa0 solid 1px ;
}

.contentBox .thumbs{

}	

.contentBox ul{
	float: left ;
	margin: 0 0 0 0 ;

}

.contentBox li{
	display: block ;
}

ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-weight: bold;
}

li{
	float:left;
	display:inline;
	padding-left: 3px;
	margin: 0px;
	
}


.contentBox .contentDescription{
	width: 420px ;
	padding: 3px 0 0 0 ;
	margin: 0 0 0 0 ;
	border: #bbbfa0 solid 1px ;
	border-right: 0 ;
	border-bottom: 0 ;
	border-left: 0 ;
	float: right ;
}






#pastFutureNav{
	margin: 0 0 20px ;
}

#pastFutureNav img{
	margin: 0 10px ;
}




#footer{
	font-family: GoudyOFL, Goudy, "Times New Roman", Times, Georgia, Serif ;
	margin: 0 0 40px 0 ;
}

#footer #box1{
	width: 250px ;
	height: auto ;
	padding: 20px 20px 20px 0 ;
	display: block ;
}

#footer #box2{
	width: 250px ;
	height: auto ;
	padding: 20px ;
	display: block ;
	border-left: 1px solid #bbbfa0 ;
}

#footer #box2 table{
	width: 100% ;
}

#footer #box3{
	width: 250px ;
	height: auto ;
	padding: 20px ;
	display: block ;
	border-left: 1px solid #bbbfa0 ;
}


#footer .smallcap{
	font-size: 12px ;
	text-transform: uppercase ;
}






.narrowcolumn{
	width: 600px ;
	margin: 0 0 70px 0 ;
	
}






/* ============ UTILITIES =================== */

.floatLeft{ float: left ; }
.floatRight{ float: right ; }
.clearFloat{ clear: both ; } 


