@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin:0;
}
body{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	font-size: 13px;
	background: #fff;
	color: #242424;
	line-height: 1.2;
	background: #FBF5AA;
	position: relative;
}
h1,h2{
	color:#094897;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{
	font-size: 2.2em;
	margin-top: 0;
}
h2{
	color:#fff;
	font-size:1.4em;
	height: 40px;
	line-height: 40px;
	background: #009670 url(../images/h2bck.png) top right no-repeat;
	border-bottom: 5px solid #005d46;
	padding: 5px 110px 5px 10px;
		display: inline;
}
p{
	line-height: 1.6;
}
p a{

	border-bottom: 1px dotted #fff;
}
a{
	color: #094897;
	text-decoration: none;
	outline: none !important;
	transition: all 0.5s ease;
}
a:hover,a.selected{
	color: #000;
}
.clear{ clear:both; } .hidden{ display:none; }
.fll{ float:left; } .flr{ float:right; }
.green { background: #009670;}

.wrap, header{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 5px #393939;
	box-shadow: 0 0 10px 5px #393939;
}
.navwrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0 auto;
}
header{
	height: 189px;
}
iframe{
	margin: 0 55px 0 55px;

}
iframe#twitter-widget-0{
	margin: 0 20px 0 55px;
	float: right;
}
#bar{
	height: 10px;
	position: relative;
}
.logo{
	text-align: center;
	padding-top: 20px;
}
.left{
	float: left;
	width: 33.33%;
}

.right{
	float: right;
	width: 66.66%;
}
main .right{
	padding-right: 10px;
	width: calc(66.66% - 10px);
	padding-bottom: 50px;
}
.right.header{
	background: url(../images/bridge.jpg) no-repeat;
	height: 189px;
	overflow: hidden;
}
.right.header img{
	float: right;
}
#nav{
	height: 40px;
	background: #009670;
	border-bottom: 5px solid #005d46;
	position: relative;
}
nav a{
	color:#fff;
	float:left;
	display: inline-block;
	margin: 0 11px 0 11px;
	text-transform: uppercase;
}
#nav .left{
	text-align: center;
	color: #fff;
}
#nav .left, #nav .right{
	line-height: 40px;
}
main{
	padding-top: 40px;

}
#form1_info{
	display:none;
}

#form1_contact div{
	width: 400px;
	clear: both;
}
#form1_contact div label{
	float: left;
}
#form1_contact div input,#form1_contact div textarea{
	float: right;
	width: 300px;
	margin-bottom: 10px;
}
footer{
	color:#fff;
	background: #242424;
	height: 110px;
	padding: 20px 20px 0 0;
}
footer .left{
	text-align: center;
}
.donut{
	display: none;
}
table tr td{
	border-bottom: 1px solid #494949;
}.bord{
	padding-top: 16px;
}
.eventimg{
	float: right;
	margin: 20px 0 20px 20px;
}

#form1_signup{


}
#form1_signup div{
	margin: 0 0 5px 0;

}
#form1_signup label{
	width: 150px;
	float: left;
	margin: left: 20px;
}
#form1_signup input{
	float: left;
}
.radiowrapper{
	display: block;
}
.radiowrapper label{
		width: auto !important;
		margin-left: 5px;
		float: none !important;
}
.radiowrapper:after {
  content: "";
  display: table;
  clear: both;
}
input[type="text"],input[type="email"],textarea{
	padding: 5px;
}
@media (max-width: 1300px) {

	iframe{
		margin: 0 20px 0 20px;
	}
	}
@media (max-width: 850px) {
	.left{
		width: 100%;
		float: none;
	}
	.navwrap .left{
		width: 60%;
		float: left;
		text-align:left !important;
		padding-left: 10px;
	}

	.right.header{
		display: none;
	}
	.right{
		width: 100%;
		float: none;
	}
	main .right{
		width: calc(100% - 40px);
		padding: 0 20px 0 20px;

	}
	.navwrap .right{
		width: 30%;
		float: right;
	}
	iframe,iframe#twitter-widget-0{
		width: 300px;
		margin: 30px 20px 30px 20px;
		float:none;
	}
	.donut{
		display: block;
		padding-top: 7px;
		float: right;
	}
	.donut img{

	}
	nav div a{
		display: block;
		width: 100%;
	}
	nav div{
		display: none;

	}
	nav:hover div{
		display: block;
		background: #009670;
		height: 340px;
	}

	}
