@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Condensed);
/* CSS Document */

body {
	margin: 0px;
	
	background-color: #dedbd9;	
}
body, td, th {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
}
a {
	color: #036;
	text-decoration: none;
	font-weight: 700;
}
a:visited {
	color: #472072;
	
}
a:hover {
	color: #036;
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
.clearfloat {
	clear: both;
	
}
#headerWrapper {
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;	
}
#header {
	width: 950px;
	height: 177px;
	margin-left: auto;
	margin-right: auto;
}
#header #logo {
	float: left;
	width: 168px;
}
#header #navigation {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 770px;
}
#header #nav li.navBut {
	font-family: 'Roboto Condensed', sans-serif;
	
	font-size: 17px;
	color: #042763;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	position: relative;
}
#header #nav li a {
	font-weight: 400;
}
#header #nav5 {
	border-right-width: 0px;
	padding-right: 0px;
}
#nav a {
	color: #042763;
	text-decoration: none;	
	cursor: pointer;
}
#nav a:hover {
	color: #b12e29;
	text-decoration: none;	
	cursor: pointer;
}

#nav .popout {
	top: -2000px;
	border-bottom: 1px solid #042763;
}
#nav .popout, #nav .subsection {
	list-style-type: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	z-index: 1000;
	cursor: pointer;
	width: auto;
}
#nav .popout li {
	padding: 4px;
	padding-left: 10px;
	padding-right: 18px;
	width: auto;
	background-color: #b12e29;
	white-space: nowrap;
	border-top: 1px solid #042763;
	border-left: 1px solid #042763;	
	border-bottom: 1px none #042763;
	border-right: 1px solid #042763;
}
#nav .popout li a {
	color: #fff;
}
#nav .popout li a:hover {
	color: #ccc;
}
#nav .subsection {
	margin-top: -27px;
	left: -9000px;
	border-bottom: 1px solid #042763;
}
#nav .subparent {
	background-image: url(../images/right-triangle-white.png);
	background-repeat: no-repeat;
	background-position: right center;	
	
	
}
#nav #nav2 .popout {
	left: 20px;
}
#nav #nav3 .popout {
	left: 190px;
}
#nav #nav4 .popout {
	left: 317px;
}
#nav #nav5 .popout {
	left: 414px;
}
#nav #nav6 .popout {
	left: 490px;
}
#header #social-search {
	text-align: right;
	height: 62px;
	padding-top: 20px;
}
#header #social-search img {
	vertical-align: middle;
	
}
input[type=text], input[type=email], select, textarea {
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #999;	
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
}
input#search {
	color: #666;
	border: 1px solid #CCC;	
}
#header #search {
	width: 190px;
	background-image: url(../images/search-box-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 15px;
}
#contentWrapper {
	background-color: #fff;
}
#mainContent {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;	
}
#mainContent #leftCol {
	width: 210px;
	float: left;
	padding: 10px;
	
}
#mainContent #leftCol #sideNav ul {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
#mainContent #leftCol #sideNav ul li {
	font-size: 13px;
	margin-top: 7px;
	line-height: 18px;
}
#mainContent #leftCol #sideNav ul li a {
	text-decoration: none;
	font-weight: normal;
}
#mainContent #leftCol #sideNav ul li a:hover {
	text-decoration: underline;
}
#mainContent #rightCol {
	width: 685px;
	padding-left: 30px;
	float: right;
	background-color: #fff;
	padding-bottom: 25px;
}
#mainContent #rightCol h1 {
	float: right;
	margin-top: -70px;
	color: #fff;
	clear: right;
}
#mainContent #rightCol h2 {
	font-size: 20px;
	line-height: 24px;
}
#addthisdiv {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

#mainContent #rightCol .pageBody {
	clear: both;
}
#mainContent .pageBody img[style*="float:right"] {
	padding-left: 18px;
	padding-bottom: 12px;
}
#mainContent .pageBody img[style*="float:left"] {
	padding-right: 18px;
	padding-bottom: 12px;
}
#footerWrapper {
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-color: #dedbd9;	
}
#footer {
	height: 175px;
	text-align: center;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#footer p {
	padding-top: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #225488;
	
}
fieldset {
	float: left;
	width: auto;
	border: none;
	margin: 5px;
	padding: 0px;
}
fieldset label {
	display: block;
	margin-top: 5px;
}
fieldset input[type=radio] + label, fieldset input[type=checkbox] + label { 
	display: inline;
}

#EventRegForm h3 {
	padding: 5px;
	border-top: 1px solid #3c629b;
	border-right: none;
	border-bottom: 1px solid #3c629b;
	border-left: none;
	background-color: #E0EEFF;
}
#EventRegForm table td {
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#EventRegForm #submit, #VehicleForm #submit {
	margin: 15px;
}
#EventRegForm select {
	padding: 2px;
}
#spamcheck {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
input.invalid, textarea.invalid {
	border: 1px solid #FF0000;
}
em.invalid {
	color: #FF0000;
	display: inline-block;
	padding-left: 6px;
}

button.css3button {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 4px 8px;
	cursor: pointer;
	background-color: #3C629B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 8px;
	border: 3px solid #0F2964;
}
ol.safeSleep li {
	cursor: pointer;
	margin: 10px;
	margin-bottom: 20px;
}
em.hideMe {
	display: block;
	margin: 10px;
}