/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2010
*/
/***********************************************/
/*Begin Design Layout*/
body {
	background:#355F9A;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
}

img {
	max-width:100%!important;
	height:auto!important;
}

iframe {
	max-width:100%!important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 2px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#venue_cms {
	background:#355F9A!important;
}

body.cke_editable {
	background:#355F9A!important;
	color:#FFF!important;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:auto;
	min-height:138px;
	background-color:#355F9A;
}

#header.home {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:105px;
	background:none;
}

#social_icons {
	position:absolute;
	top:0;
	left:860px;
	width:100px;
	height:50px;
	z-index:3;
	text-align:right;
}

#social_icons a {
	padding-left:5px;
}

#container {
	width:100%;
/* 	max-width: 1250px; */
	border-top:10px #FC992A solid;
	padding-bottom: 30px;
}

#content_container {
 	max-width:1250px;
	margin:auto;
	margin-bottom:20px;
}

a:link {
	color:#FA983A;
	text-decoration:none;
}

a:visited {
	color:#FA983A;
	text-decoration:none;
}

a:hover {
	color:#b25700;
	text-decoration:underline;
}

a:active {
	color:#FA983A;
	text-decoration:none;
}

hr {
	color:#FE953C;
	background-color:#336197;
	border-top-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-left-width:3px;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-left-style:none;
	border-top-color:#FE953C;
	border-right-color:#FE953C;
	border-bottom-color:#FE953C;
	border-left-color:#FE953C;
}

/*End Design Layout*/
/*Begin Content*/
#content {
/* 	max-width:1250px; */
	text-align:left;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	margin-left:0;
	font-size:14px;
	font-weight:400;
	background-color:#355F9A;
	color:#FFF;
}

img {
	border-width:0;
}

h1 {
	font-size:18px;
	font-size:14pt;
	font-weight:700;
	text-decoration:underline;
	margin:10px 0;
}

h2 {
	font-size:17px;
	margin:10px 0;
	font-weight:700;
}

h3 {
	font-size:16px;
	font-variant:normal;
	padding-right:5px;
	padding-left:20px;
	margin:10px 0;
}

/*End Content*/
/*Begin Nav*/
.nav {
	position:relative;
/* 	max-width:1250px; */
	min-height:14px;
	margin:auto;
	padding-top:2px;
	padding-bottom:4px;
	text-decoration:none;
	text-align:center;
	background-color:#FC992A;
}

.nav div {
	display:inline-block;
}

.nav a {
	text-decoration:none;
}

.nav a span {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-style:italic;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	white-space:nowrap;
}

.nav a:hover span {
	color:#ff0;
	text-decoration:none;
}

.nav a span.nav_active {
	color:#ff0;
}

/*End Nav*/
/*Begin Forms*/
.sc_table_form {
	margin:20px auto 40px;
	padding:20px;
	border:1px #B5B9B0 solid;
}

.sc_table_tr_td_label_form {
	text-align:right;
}

.sc_table_tr_td_value_form {
	text-align:left;
}

.sc_form_required {
	color:red;
	float:right;
	font-family:Verdana;
	font-size:10px;
}

.sc_form_textbox {
	width:150px;
}

.sc_form_separator_label {
	font-weight:700;
}

.sc_form_separator {
	color:#B5B9B0;
	background-color:#B5B9B0;
	height:1px;
}

#sc_form_textbox_address_street {
	width:200px;
}

#sc_form_textbox_city {
	width:160px;
}

#sc_form_textbox_State {
	width:40px;
}

#sc_form_textbox_Zip {
	width:70px;
}

#sc_form_textarea_Questions_or_Comments {
	width:150px;
	height:100px;
	text-indent:0;
}

/*End Forms*/
/*Footer*/
#footer {
	position:fixed;
	bottom: 0;
	width:100%;
	height:25px;
	margin:auto;
	font-size:12px;
	color:#FFF;
	background-image:url(../images/footer_960.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#FC992A;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ff0;
	text-decoration:none;
}

#footer_left {
	float:left;
	width:338px;
	margin:auto;
	padding:0 0 0 80px;
	border:1px red solid;
}

#footer_right {
	float:right;
	width:338px;
	padding:0 75px 0 0;
}

#footer a.footer_active {
	color:#ff0;
}

#copyright {
/* 	max-width:1250px; */
	min-height:10px;
	margin:auto;
	text-align:center;
	font-size:9px;
	color:#FFF;
	padding:12px 0;
}

#copyright a {
	color:#FFF;
	text-decoration:none;
}

#copyright a:hover {
	color:#FFF;
	text-decoration:underline;
}

@media only screen and (max-width: 960px) {
	table {
		width:100%!important;
		height:auto!important;
		overflow:hidden;
		border-collapse:collapse;
	}
	
	table th,table td {
		padding:10px;
	}
	
	table th,table td {
		display:block;
		width:100%!important;
		height:auto!important;
		overflow:hidden;
	/* 	text-align:center!important; */
	}
	
	table td p,table td div,table td ul li {
		text-align:center;
	}
	
	table td img {
		max-width:100%!important;
		height:auto!important;
		margin-left:0!important;
		margin-right:0!important;
		margin:auto;
	}
	
	.nav div {
		display:block;
		padding:5px;
	}
	
	#content img {
		float:none!important;
		margin:10px auto!important;
		display:block!important;
	}
}