/* 	COLOR CHART
		Green (Rule Line): #084330
	  	Grey (Nav Text): #d9d9d9
		Light Grey (Footer Hover): #e5e5e5
		Dark Grey (Background): #111111
		*/
		
body {
	margin:0px;
	font-size: .75em;
	text-align: left;
	background-color: #111111;
	width:100%;
	font-family: gotham light, helvetica, sans-serif;
	color:#e5e5e5;
	}

a,img {
	border:none;
	outline:none;
}

#about-content {
	width: 300px;
	float: left;
	padding-top: 20px;
	font-size: small;
	margin-left: 20px;
	line-height: 1.5em;	
	text-align: left;
	}
	
#about-content a:link {
	text-decoration: none;
	color: #e5e5e5;
	text-align: left;
	}	
	
#about-content a:visited {
	text-decoration: none;
	color: #e5e5e5;
	text-align: left;
	}	

	
#about-content a:hover {
	text-decoration: none;
	color: #084330;
	text-align: left;
	}	
	
	#about-content a:active {
	text-decoration: none;
	color: #084330;
	text-align: left;
	}	


#about-images {
		float: right;
		width: 350px;
		padding-top: 20px;
		padding-bottom: 1px;
		clear: right;
		padding-bottom: 20px;
	}
	
/*contact form */

#contactform {
	padding-top: 20px;
	padding-left: 20px;
	}

/*END contact form */

#er {
	color: #d9d9d9;
	font-family: gill sans, helvetica, sans-serif;
	width: 300px;
	float: left;
	padding-top: 20px;
	font-size: small;
	margin-left: 20px;
	line-height: 1.5em;	
	}
	

#left-arrow {
	float: left;
	cursor:pointer;
}


#right-arrow {
	float: right;
	cursor:pointer;
	margin-right: 17px;
}

#thumbnails {
	clear: both;
	float: left;
	padding-bottom: 30px;
}
a.thumbnail {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
}
	
#container {
	padding:0px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #111111;
	}
		
	#header {
		width: 900px;
		color: white;
		float: left;
		border-bottom: 2px solid #084330;
		background-color: #111111;
		}
		
	#header-logo {
		float: left;
		}
		
	#header img {
		float: right;
		}
				
	#content {
		width: 700px;
		float: left;
		}
				
	#nav {
		float: left;
		width: 200px;
		background-color: #111111;
		list-style: none;
		font-size: 13px;
		padding-top: 20px;
		}			

	#nav ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		}	
		
	#nav ul li ul {
		padding-left: 2em;
	}
		
	#nav a {
		padding-bottom: 0.25em;
		padding-top: 0.25em;
		padding-left: 2em;
		text-decoration: none;
		background-color: #111111;
		color: #d9d9d9;
		display: block;
		list-style: none;
		font-family: gill sans, helvetica, sans-serif;
		}		
	
	#nav a:visited {
		color: #d9d9d9;
		}		
	
	#nav a:hover {
		background-color: #084330;		
		color: #d9d9d9;
		}		
		
	#nav a:active {
		background-color: #084330;		
		color: #d9d9d9;
		}		
	
	#images {
		float: right;
		background-color: #111111;
		width: 700px;
		padding-top: 20px;
		padding-bottom: 1px;
		padding-left: 20px;
		clear: right;
		text-align:center;
		}
		

	#footer {
		clear: both;
		width: 880px;
		padding: 1em;
		font-family: gotham light, helvetica, sans-serif;
		font-size: x-small;
		display: block;
		text-align: center;
		color: #a6a6a6;
		border-top: 2px solid #084330;
		padding-top: 10px;
		}

	#footer a {
		text-decoration: none;
		color: #999999;
		line-height: 20px;
		}

	#footer a:hover{
		color: #e5e5e5;
		}
		
	#content p {
		float: right;
		color: white;
		font-family: gotham light, helvetica, sans-serif;
		font-size: small;
		text-align: left;
	}

.form_wrapper {
	padding-bottom:8px;
}
textarea.comments {
	
}
#caption {
	margin-top:308px;
	font-size: 11px;
}

															/** SUB CONTAINERS **/
* { }

															/** LISTS **/
* { }	

															/** TYPOGRAPHY **/
* { }

															/** FORMS **/
* { }
/** END **/