
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	background-color: #CCCCCC;	
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%;
	padding: 20px;
}

#wrapper {
	width: 960px;
	text-align: left;
	border: 0px;
	padding: 0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	margin-bottom: 15px;
	height: 125px;
}

#nav-wrap {
	margin-bottom: 55px;
}

#nav-wrap ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#nav-wrap li {
	float:left;
}

#nav-wrap li a:link,a:visited {
	display: block;
	font-weight: bold;
	color: #008000;
	padding: 4px 35px;
	border-right: 1px #CCCCCC solid;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-wrap li.first a:link,a:visited {
	border-right: 1px #CCCCCC solid;
}

#nav-wrap li a.last:link,a.last:visited {
	border-right: 0px;
}

#nav-wrap li a:hover,a:active {
	background-color: #008000;
	color: #FFFFFF;
}

#content-wrap {
	margin-bottom: 20px;
}


#news-wrap h1 {
	font-size: 150%;
	color: #008000;
}

#about-wrap {
	height: 320px;
	margin-bottom: 15px;
	border-bottom: 2px #CCC solid;

}

#news2 {
	
	margin-top: 20px;
}

#news {
	width: 500px;	
	margin-top: 20px;
}


#news a.link {
	color: #008000;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	text-transform: none;
}

#news a.link:hover {
	text-decoration: underline;
}

#news h1 {
	font-size: 150%;
}

#news h2 {
	font-size: 125%;
}

#news h3 {
	font-size: 100%;
}

#news h1, h2 {
	color: #008000; 
}

#news table {
	width: 600px;
}

#board {
	text-align: center;
}

#board table td{
	width: 200px;
	text-align: center;
}

#board h1 {
	font-size: 150%;
}

#board h2 {
	font-size: 125%;
}

#board h3 {
	font-size: 100%;
}

#board h1, h2 {
	color: #008000; 
}

#pin-wrap {
	margin-top: 20px;
}

#pin {
	width: 400px;
	margin-top: 20px;
}

#pin h1 {
	font-size: 150%;
}

#pin h2 {
	font-size: 125%;
}

#pin h3 {
	font-size: 100%;
}

#pin h1, h2 {
	color: #008000; 
}

#pin table {
	
}


span.date {
	font-style: italic;
}

#side-img {
	

}

#main-img {
	margin-top: 15px;
        height: 275px;
        border-bottom: 2px #CCC solid;
        margin-bottom: 20px;
}

#photo {
	text-align:center;
	margin: 0 auto;
}


#photo a {
	font-weight: bold;
	color: #008000;
	border-right: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
}

#photo a:hover {
	background-color: #008000;
	color: #FFFFFF;
}

#photo-gal {
	width: 950px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 40px;
}

#photo-gal .thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	
	}

#footer-wrap {
	font-size: x-small;
	text-align: center;
	padding: 10px;
}


.left {
	float: left;
}

.left#eblogo {
	margin-top: 25px;
}

.right {
	float: right;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}




