@charset "utf-8";
/* CSS Document */

.left { float: left; }
.right { float: right; }
body { background: #1a1a1a; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #fff; }
td { color: #fff; }
a { text-decoration: none }
h3 { margin:0; padding: 5px 0; font-size: 14px; font-weight: bold; }

#nav-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	height: auto;
}
	

#nav {	float: left; width: 958px; height: 45px; background: #303030; }
#logo { float: left; width: 958px; height: 44px;  }
#gallery-background { float: left; height: 575px; width: 958px;   }
#gallery {	float: left; position: relative; margin-top: 30px;	height: 500px;	width: 958px; background: #303030; }
#thankyou { font-size: 14px; text-align: center; color: #fff; padding-top: 10px; }
#thankyou a { color: #fff;  }

#footer { width: 958px; height: 30px; color: #70787C; margin-left: auto; margin-right: auto; line-height: 30px;  margin-top: 5px;}
#footer-padding { padding: 0 10px; }









#nav ul {  float: left; padding: 0; margin: 0; }
#nav li {
	display: inline;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
}


 #nav li a {
	color: #97cc76;
	color: white;
	padding: 14px;
	margin: 0 5px 0 5px;
	display: block;
	text-decoration: none;
	font-size: 15px;


}

#nav li.selected a {
	background-color: #709d21 !important;
	border-top: solid #658d1e 4px !important;
	padding: 2em 1.5em 1em 1.5em;
	color: #fff !important;
}

#nav li a:hover {
	background-color: rgba(255,255,255,0.15);
	-webkit-box-shadow: 0 1px 4px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 4px rgba(255,255,255,0.1);
	box-shadow: 0 1px 4px rgba(255,255,255,0.1);
	color: #fff;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	border-top-color: transparent;
	text-shadow: 0 0 3px rgba(255,255,255,0.8);
} 

#footer li.yellow a { color:#FF0; }



#footer ul { margin: 0; padding: 0; }
#footer li { display: inline; list-style: none; margin-right: 15px; }
#footer a { color: #7C7C7C; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: none; }
