	
/* ------------------Universal Structure------------------ */

body{
	margin: 0;
	padding: 0;
	font: Arial, sans-serif;
	font-size: small;
	background: #5a6658;
	}
	
#articles{
	float:left;
	width:15em;
	margin: 10px auto;
	}
	
#footer{
	clear: both;
	width: 60em;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	font-size: 95%;
	line-height: 1.5em;
	}
	
#footer{
	background: #333;
	color: #FFF
	}
	
#footer p{
	margin:0;
	padding:5px 10px
	}
	
#clearer{
	clear: left; 
	line-height: 0; 
	height: 0;
	}
	
/* ------------------Home Page Structure------------------ */

#mainBody { 
	width: 60em; 	
	margin: 0px auto; 
	padding: 0; 
	font-size: 95%; 
	line-height: 1.2em; 
	color:#FFFFFF;
	}
	
#mainContent{ 
	width:38em;
	margin: 10px auto;
	float:left;
	
	}
	
#mainExtra{
	float:right;
	width:180px;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	font-size: 90%;
	}

/* ------------------Header Structure------------------ */

#header { 
	color: white; 
	padding: 0; 
	background: #2a3544; 
	font-size: 95%; 
	margin: 0; 
	}
	
#header h1{
	float: left;
	
	}
/* Logo */

#logo {
	width: 60em;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	}

#logo span, #logo a {
	display: block;
	width: 191px;
	height: 55px;
	padding: 0;
	border-style: none;
	}
	
/* Navigation */

#nav {
	width: 60em;
	height:35px;
	padding: 0;
	margin: 20px auto 0 auto;
	background: #3a495e;
	}
	
#nav ul { 
	margin-left: 1.5em;
	padding: 0; 
	list-style: none;  
	border-top: 1px solid #464a52;  
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, serif;
	font-size: 85%;
	letter-spacing: 5px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border-right: 1px solid #43536a;
	border-left: 1px solid #43536a;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34;
	}

/* ------------------Main Content Formating------------------ */
#mainContent img{
	width: 12em;
	height: 10em;
	}

#mainContent p{
	line-height:1.4;
	}
	
/* Extra */
#mainExtra{
	background:#748371
	}
	
#mainExtra h1{
	font-size: 1.25em;
	text-align: center;
	display:block;
	border-bottom: 1px dotted white;
	}
	
#mainExtra h3{
	font-style:italic;
	}


#mainExtra p{
	font-size: 95%;
	}

	
/* ------------------Secondary Page Structure------------------ */

	
#subContent{ 
	width:60em;
	margin: 10px auto;
	float:left;
	color:#FFFFFF;
	}
	
#subContent a{
	color: #e7e3d9;
	text-decoration: none;
	}
	
#subContent a:hover {
	text-decoration: underline;
	}
	
#subContent a:active {
	color: #3a495e;
	text-decoration: underline;
	}
	
#subContent a:visited {
	color: #c3c0b8;
	}
	
/* ------------------Gallery Structure------------------ */
#gallery {  
	 width:100%;
	}

#gallery li{
	list-style: none;
	padding: 10px 0 10px 0;
	clear:both;
	}

#gallery li img{
border:2px solid #CCCCCC;
}

/*----------FAQ------------*/
dt{
	font-size:120%;
}

/*-------------------Gallery Code-----------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;*/
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: white;
text-decoration: none;
font-size:12pt;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}