/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		3;
	dw-num-cols-desktop:	3;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	text-align: center;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #CCC;
}
.event_details {
	width: 86%;
	margin-top: 5px;
	margin-left: 5%;
	clear: both;
	float: none;
	font-family: Lato, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: left;
	display: block;
	border-radius: 10px 10px 0px 0px;
	border-top-width: 2px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4%;
	letter-spacing: 0.06em;
	background-color: #FFFFFF;
	font-weight: normal;
	overflow: auto;
}
.event_details1 {
	font-family: "Helvetica Neue";
	text-align: center;
	width: 90%;
	margin-top: 10px;
	margin-left: 5%;
	clear: both;
	float: none;
	font-family: Lato, sans-serif;
	font-size: 18px;
	color: #FFF;
	display: block;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#map_canvas {
	clear: both;
	height: 225px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	border: 2px solid #91481B;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333333;
	height: 7px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 18px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: auto;
	font-weight: bold;
	vertical-align: middle;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-family: "Helvetica Neue";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	height: 300px;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #333333;
	height: 7px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	height: 7px;
	overflow: auto;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Helvetica Neue";
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#location_label {
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}
.mediaContainer {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	clear: both;
	overflow: auto;
	border: 1px solid #020202;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95.6521%;
	padding-left: 2.1739%;
	padding-right: 2.1739%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 95.6521%;
	max-width: 1232px;
	padding-left: 2.1739%;
	padding-right: 2.1739%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.event_details {
	clear: both;
	float: left;
	width: 76%;
	margin-left: 10%;
}
.event_details1 {
	clear: both;
	width: 76%;
	margin-left: 10%;
}
#map_canvas {
	clear: both;
	float: left;
	width: 80%;
	margin-left: 10%;
}
#LayoutDiv5 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv6 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv9 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.mediaContainer {
	width: 80%;
	margin-left: 10%;
}
}
.header_content {
	line-height: 70px;
	width: 100%;
	color: #FFF;
	background-color: #000;
}
.logo {
	font-family: "Helvetica Neue";
	font-size: 36px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	color: #CCCCCC;
	margin-left: 10px;
}

.response_button {
	-moz-box-shadow: inset 0px 1px 6px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 6px 0px #97c4fe;
	box-shadow: inset 0px 1px 6px 0px #97c4fe;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color: #3d94f6;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	text-indent: 0;
	border: 1px solid #337fed;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 80px;
	text-decoration: none;
	text-shadow: 1px 1px 2px #1570cd;
	margin-right: 1%;
	margin-left: 1%
}
.response_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.form_label {
	font-family: "Helvetica Neue";
	color: #999999;
	width: 100%;
	float: left;
	text-decoration: underline;
}
.form_field {
	margin-top: 5px;
	width: 90%;
	margin-right: 10%;
}
.form_field2 {
	width: 90%;
	margin-top: 5px;
	margin-right: 10%;
	height: 80px;
}
.form_button {
	text-align: center;
	margin-top: 10px;
}
.resp_confirm {
	font-family: Lato, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	width: 90%;
	border: 2px solid #CCC;
	border-radius: 10px;
	clear: both;
	padding-top: 10px;
	margin-top: 4%;
	margin-left: 5%;
	padding-bottom: 10px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
#navbar {
	color: #FFF;
	display: inline;
	float: right;
	clear: right;
	width: 400px;
	height: auto;
	padding-left: 80px;
}
#navbar ul li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}.gridContainer.clearfix #LayoutDiv3 .event_details a {
	color: #000;
}

#roundbutton {
	width: 200px;
	height: 45px;
	line-height: 10px;
	background-color: #0066FF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: thin solid #FFFFFF;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

#roundbutton:hover {opacity: 0.6; }

#roundbutton1 {
	width: 200px;
	height: 45px;
	line-height: 45px;
	background-color: #0066FF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: thin solid #FFFFFF;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

#roundbutton1:hover {opacity: 0.6; }

#textMsg {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

input[type="email"] {
	display: block;
	margin: 0;
	width: 100%;
	font-family: sans-serif;
	font-size: 18px;
	text-align:center;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	width:90%;
	padding-left:5%;
}

input[type="email"]:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

.style-1 input[type="email"] {
	padding: 10px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}

.style-1 input[type="email"]:focus,
.style-1 input[type="email"].focus
 {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

.smallText {
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #CCC;
}

#button1 {
	background:    #3d70c6;
	background:    -webkit-linear-gradient(#3d70c6, #073763);
	background:    linear-gradient(#3d70c6, #073763);
	border-radius: 5px;
	color:         #fff;
	display:       inline-block;
	padding:       8px 20px;
	font:          normal 700 24px/1 "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
}

input[type="number"] {
	display: block;
	margin: 0;
	width: 100%;
	font-family: sans-serif;
	font-size: 18px;
	text-align:center;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	width:90%;
	padding-left:5%;
}

input[type="number"]:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

.style-1 input[type="number"] {
	padding: 10px;
	border: solid 1px #dcdcdc;
	transition: box-shadow 0.3s, border 0.3s;
}

.style-1 input[type="number"]:focus,
.style-1 input[type="number"].focus
 {
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
}

#dynamicGroup1 {
}
