#wrap {
    /*
    min-height: calc(100% - 26px);
    */
}

/*#content {*/
	/*overflow: auto;*/
	/*padding-bottom: 200px;*/
/*}*/

/*body {*/
	/*background: #fff;*/
/*}*/

nav {
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

nav p {
	color: #fff;
	text-align: right;
	width: 1000px;
	margin: 0 auto;
	height:30px;
}

nav a {
	border-right: 2px solid #1A6A8C;
	border-bottom: 2px solid #1A6A8C;
	padding: 3px 15px 1px;
	display: inline-block;
	margin-right: -4px;
	margin-top: -3px;
	color: #fff;
	text-decoration: none;
}

nav a#active {
	padding: 6px 15px;
	background: #135975;
	background: -moz-linear-gradient(
		top,
		#2a84a8 0%,
		#135975);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#2a84a8),
		to(#135975));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		1px 1px 1px rgba(000,000,000,1),
		0px 0px 0px rgba(255,255,255,0);
}

#header {
	position: relative;
	overflow: hidden;
	height: 200px;
	background: url('../images/bg-top.jpg') no-repeat top center;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
	z-index: 2;
}

#logo {
	position: relative;
	left: -35px;
	top: -20px;
}

#footer {
	margin-top: -150px;
	position: relative;
	clear: both;
	overflow: hidden;
	height: 25px;
	padding-top: 125px;
	border-top: 1px solid #aaa;
	background: url('../images/bg-bottom.jpg') no-repeat bottom center;
}

/*.coming-soon h1, .coming-soon h2 {*/
	/*max-width: 750px;*/
/*}*/

/*h1, h2, h3, p {*/
	/*margin: 1em 0 0 0;*/
/*}*/

/*h1, h2, h3 {*/
	/*font-weight: bold;*/
/*}*/

/*h1 {*/
	/*text-transform: uppercase;*/
/*}*/

/*h1:first-child {*/
	/*margin: 0;*/
/*}*/

/*h3 {*/
	/*font-size: 16px;*/
/*}*/

/*h1 + h2, h2 + h3, h3 + p, h2 + p, h1 + p {*/
	/*margin: 0.25em 0 0 0;*/
/*}*/

/*a.button {*/
	/*color: #fff;*/
	/*text-transform: uppercase;*/
	/*text-decoration: none;*/
	/*padding: 5px 10px;*/
	/*font-weight: bold;*/
/*}*/

/*a.blue.button, button.blue {*/
	/*background: #4e84bd;*/
	/*background: -moz-linear-gradient(*/
		/*top,*/
		/*#499cc9 0%,*/
		/*#6398c7 50%,*/
		/*#4e84bd 50%,*/
		/*#1c5282);*/
	/*background: -webkit-gradient(*/
		/*linear, left top, left bottom, */
		/*from(#499cc9),*/
		/*color-stop(0.50, #6398c7),*/
		/*color-stop(0.50, #4e84bd),*/
		/*to(#1c5282));*/
	/*border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	/*border: 1px solid #ffffff;*/
	/*-moz-box-shadow:*/
		/*0px 1px 3px rgba(000,000,000,0.5),*/
		/*inset 0px 0px 2px rgba(255,255,255,1);*/
	/*-webkit-box-shadow:*/
		/*0px 1px 3px rgba(000,000,000,0.5),*/
		/*inset 0px 0px 2px rgba(255,255,255,1);*/
	/*text-shadow:*/
		/*1px 1px 1px rgba(000,000,000,0.5),*/
		/*0px 0px 0px rgba(255,255,255,0);*/
/*}*/

/*a.red.button, button.red {*/
	/*color: #fff;*/
	/*text-transform: uppercase;*/
	/*text-decoration: none;*/
	/*background: #520606;*/
	/*background: -moz-linear-gradient(*/
		/*top,*/
		/*#de1b35 0%,*/
		/*#520606);*/
	/*background: -webkit-gradient(*/
		/*linear, left top, left bottom, */
		/*from(#de1b35),*/
		/*to(#520606));*/
	/*-moz-box-shadow:*/
		/*0px 1px 3px rgba(000,000,000,0.5),*/
		/*inset 0px 0px 2px rgba(255,255,255,1);*/
	/*-webkit-box-shadow:*/
		/*0px 1px 3px rgba(000,000,000,0.5),*/
		/*inset 0px 0px 2px rgba(255,255,255,1);*/
	/*text-shadow:*/
		/*1px 1px 1px rgba(000,000,000,0.5),*/
		/*0px 0px 0px rgba(255,255,255,0);*/
/*}*/

/*.coming-soon {*/
	/*background: url('../images/coming-soon.png') no-repeat top right;*/
/*}*/

/*input {*/
	/*padding: 6px;*/
	/*font-size: 16px;*/
	/*width: 200px;*/
	/*border-style: solid;*/
	/*border-width: 2px;*/
	/*border-color: #444;*/
	/*border-radius: 4px;*/
	/*-moz-border-radius: 4px;*/
	/*-webkit-border-radius: 4px;*/
/*}*/

/*button[type=submit] {*/
	/*padding: 8px 12px;*/
	/*font-size: 18px;*/
/*}*/

/*#joinForm {*/
	/*float: left;*/
	/*max-width: 600px;*/
	/*margin-right: 25px;*/
	/*padding-right: 25px;*/
	/*border-right: 1px solid #bbc;*/
/*}*/

/*#joinForm input {*/
	/*margin: 0px;*/
/*}*/

/*.social {*/
	/*float: left;*/
	/*padding-top: 35px;*/
	/*width: 180px;*/
	/*position: relative;*/
/*}*/

/*div .plusone, .twitter, .fb-like {*/
    /*font-size: 1px;*/
    /*display: inline-block;*/
/*}*/
/*div .fb_reset {*/
    /*display: inline;*/
/*}*/
/*.fb-like, .twitter-share-button {*/
	/*max-width: 90px;*/
	/*overflow-x: hidden;*/
/*}*/

/*.in-box .twitter-share-button {*/
	/*position: absolute;*/
	/*top: 20px;*/
	/*left: 0px;*/
/*}*/
/*.in-box .fb-like {*/
	/*position: absolute;*/
	/*top: 20px;*/
	/*left: 100px;*/
/*}*/

/*.out-of-box .twitter-share-button {*/
	/*position: absolute;*/
	/*top: 35px;*/
	/*left: 100px;*/
/*}*/
/*.out-of-box .fb-like {*/
	/*position: absolute;*/
	/*top: 35px;*/
	/*left: 190px;*/
/*}*/

/*#formWrapper {*/
/*//	padding: 10px;*/
/*//	background: #eaf3f9;*/
/*//	background: -moz-linear-gradient(top,  #eaf3f9 0%, #c7d4e0 100%);*/
/*//	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf3f9), color-stop(100%,#c7d4e0));*/
/*//	background: -webkit-linear-gradient(top,  #eaf3f9 0%,#c7d4e0 100%);*/
/*//	background: -o-linear-gradient(top,  #eaf3f9 0%,#c7d4e0 100%);*/
/*//	background: -ms-linear-gradient(top,  #eaf3f9 0%,#c7d4e0 100%);*/
/*//	background: linear-gradient(top,  #eaf3f9 0%,#c7d4e0 100%);*/
/*//	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf3f9', endColorstr='#c7d4e0',GradientType=0 );*/
/*//	border:1px solid #eee;*/
/*//	border-radius:10px;*/
/*//	-moz-border-radius: 10px;*/
/*//	-webkit-border-radius: 10px;*/
/*//	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/
/*//	color: #000;*/
/*}*/

/*#formWrapper p {*/
	/*margin-top: 0.5em;*/
/*}*/

/*#formWrapper p:first-child {*/
	/*margin-top: 0px;*/
/*}*/

/*.instructions {*/
	/*margin: 0;*/
	/*color: #005070;*/
	/*text-transform: uppercase;*/
/*}*/

/*#eventInfo {*/
	/*clear: both;*/
	/*padding-top: 50px;*/
/*}*/

label.error{
	display: block;
}