.modal *, 
.modal *:before,
.modal *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*bootstrap applies this to everything, but I just need it for the modals, otherwise it screws up misc spacings.*/


html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background-color: #14304f;
	background-image:url(../../images/bg-top.png);
	background-repeat: repeat-x;
}


body,td,th {
	font-family: Georgia,Times,serif;
	color: #523200;
	font-size: 15px;
}

img {
	border: 0;
	vertical-align: baseline; /*bootstrap fix*/
}

h1{
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #321e00;
	padding-top: 20px;
	padding-bottom: 4px;
}

h2{
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #321e00;
	
	margin: 0;
	padding: 0;
}

strong{
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

ul {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

li{
	background-image: url(../../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
	padding-left: 10px;
}

li.none{
	background-image: none;	
	padding-bottom: 10px;
}

a{
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #0063a5;
}

a:hover{
	text-decoration: underline;	
}

.note {
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

#shopping {
	/*border-bottom-style:dashed;
	border-color: #ceac78;
	border-width: 1px;*/
}

.sidebar{
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-color: #ceac78;
	border-width: 1px;
	padding: 20px;
	background-color: #f3d5a7;
	margin-bottom: 10px;
}

.faqbar{
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-color: #ceac78;
	border-width: 1px;
	padding: 20px;
	background-color: #f3d5a7;
	margin-bottom: 20px;
}

.eventBar{
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-color: #ceac78;
	border-width: 1px;
	padding: 0 20px;
	background-color: #f3d5a7;
	margin-bottom: 20px;
}

.sidebar p{
	padding: 0;
	margin: 0;	
	
	padding-top: 6px;
}

.sidebarIcon {
	float: left;
	
	height: 155px;
	padding-right: 20px;
}

.sidebarText {
	float: left;
	width: 700px;
}


.sidebar-plain{
	padding: 20px;
	margin-bottom: 10px;
}

.singleColumn {
	width: 270px;
}


a:hover {
	text-decoration: line;	
}

.clearIt {
	clear:both;	
}

#container {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	float:left;
	min-height:100%;
	position:relative;
}

#wrapper {
		position:relative;
		margin:0 auto;
               /*replace 900px with your width*/
		width:980px;
		background-image:url(../../images/bg-clouds.jpg);
		background-position: top center;
		background-repeat:no-repeat;
}

#header{
	height: 192px;	
}

#headerTop{
	height: 52px;	
}

#headerBody{
	height: 140px;
	background-color: #FFF;
}

#header #headerLogoTop{
	width: 146px;
	height: 52px;
	float: left;	
	background-image:url(../../images/logo-top.png);
}

#header #headerBody #logoBody{
	width: 322px;
	height: 140px;
	float: left;	
	background-image:url(../../images/logo-body.gif);
}

#header #headerNav{
	height: 28px;
	width: 553px;
	float: right;
	margin-top: 17px;
}

#headerNav #headerSocial{
	margin-left: 6px;
	margin-top: 2px;
	float: right;
}

#headerNav #headerSocial .headerSocialBtn{
	height: 24px;
	width: 24px;	
	float: right;
	margin-left: 7px;
}

#headerSocial #headerSocialFacebook{
	background: url("../../images/header-buttons.png") no-repeat -428px -2px;
}

#headerSocial #headerSocialTwitter{
	background: url("../../images/header-buttons.png") no-repeat -458px -2px;
}

#headerSocial #headerSocialYoutube{
	background: url("../../images/header-buttons.png") no-repeat -488px -2px;
}

#headerSocial #headerSocialPinterest{
	background: url("../../images/header-buttons.png") no-repeat -518px -2px;
}

#headerSocial #headerSocialFacebook:hover{
	background: url("../../images/header-buttons.png") no-repeat -428px -30px;
}

#headerSocial #headerSocialTwitter:hover{
	background: url("../../images/header-buttons.png") no-repeat -458px -30px;
}

#headerSocial #headerSocialYoutube:hover{
	background: url("../../images/header-buttons.png") no-repeat -488px -30px;
}

#headerSocial #headerSocialPinterest:hover{
	background: url("../../images/header-buttons.png") no-repeat -518px -30px;
}

#headerNav #headerBtns{
	float: right;
}

#headerNav #headerBtns .headerBtn{
	height: 28px;
	width: 134px;	
	float: right;
	margin-left: 7px;
}

#headerBtns #btnList{
	background: url("../../images/header-buttons.png") no-repeat 0 0;
}

#headerBtns #btnVolunteer{
	background: url("../../images/header-buttons.png") no-repeat -141px 0;
}

#headerBtns #btnDonate{
	background: url("../../images/header-buttons.png") no-repeat -282px 0;
}

#headerBtns #btnList:hover{
	background: url("../../images/header-buttons.png") no-repeat 0 -28px;
}

#headerBtns #btnVolunteer:hover{
	background: url("../../images/header-buttons.png") no-repeat -141px -28px;
}

#headerBtns #btnDonate:hover{
	background: url("../../images/header-buttons.png") no-repeat -282px -28px;
}


#tag {
	width: 496px;
	height: 94px;
	float: right;
	margin-top: 24px;
	margin-right: 70px;
}


#tagBanner {
	width: 570px;
	height: 105px;
	float: right;
	margin-top: 16px;
	margin-right: 50px;
}

.tagBorder{
	width: inherit;
	height: 3px;
	background-color: #e2e2e2;
}

#tagBody{
	height: 76px;
	width: 480px;
	font-size: 16px;
	color: #898989;
	text-align: center;
	line-height: 22px;
	padding-top: 12px;
	margin-left: 8px;
}



#nav{
	height: 35px;
	background-color: #ff9900;	
	margin: 7px 0;
	color: #FFF;
}

#nav #navContent{
	height: 35px;
	padding-left: 20px;
}

#nav #navContent a{
	color: #fff;	
}

#nav #navContent a:hover div{
	color: #000;
	/*background-color: #ffcc80;*/
}

#nav #navContent .navItem{
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	
	height: 26px;
	float: left;
	padding: 8px 22px 0 22px; /*bootstrap fix from 9px top*/
}

#nav #navContent .navDiv{
	width: 1px;
	height: 10px;
	background-color: #ffcc80;
	float: left;
	margin-top: 13px;
}

#nav #navContent .navActive {
	color: #000;	
}

#main{
	background-color: #fbdeb2;	
	
}

#main #mainContent{
	padding: 30px 40px;
	font-size: 15px;
	line-height: 24px;
}

#main #mainContentHome{
	padding: 30px 20px;	
	font-size: 15px;
	line-height: 24px;
}

#mainContent .right{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#mainContent .left{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#mainContent .down{
	margin-top: 24px;
}

#mainContent .topHeader {
	padding-top: 0;
	margin-top: 0;
}

#mainContent .columnLeft{
	width: 48%;
	float: left;	
}

#mainContent .columnRight{
	width: 48%;
	float: right;	
}

#mainContent ul{
}

#mainContent li{
}	

#mainContent #board ul{
	
	padding-bottom: 21px;
}

#board li{
	background-image: none;
	padding-left: 0;
}

#board .boardTitle{
	font-size: 13px;
}

#mainContent #topic{
	/*width: 222px; changed to inline style*/
	/*height: 480px;  changed to inline style*/
}


#topic h2{
	padding-bottom: 8px;
	margin-bottom: 8px;	
}


#topic.sidebar li{
	padding-bottom: 14px;	
}

#topic.sidebar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#topic.right{
	margin: 0 0 20px 40px;	
}

.serif{
	font-family: Georgia,Times,serif;	
}

#topic .serif {
	padding-top: -8px;
	margin-top: -8px;
}

#topic .div{
	height: 1px;
	width: 100%;
	background-color: #e2bb80;
	margin: 20px 0;
}	

.registerBtns{
	margin-top: 14px;	
}

.registerBtns .infoBtn{
	width: 185px;
	height: 28px;
	float: left;
	margin-right: 7px;
	
	background: url("../../images/register-buttons.png") no-repeat 0 0;
}

.registerBtns .registerBtn{
	width: 185px;
	height: 28px;
	float: left;
	
	background: url("../../images/register-buttons.png") no-repeat -185px 0;
}

.registerBtns .ticketBtn{
	width: 185px;
	height: 28px;
	float: left;
	margin-right: 7px;
	
	background: url("../../images/tickets-button.png") no-repeat 0 0;
}

.registerBtns .infoBtn:hover{
	background: url("../../images/register-buttons.png") no-repeat 0 -28px;
}

.registerBtns .registerBtn:hover{
	background: url("../../images/register-buttons.png") no-repeat -185px -28px;
}

.registerBtns .ticketBtn:hover{
	background: url("../../images/tickets-button.png") no-repeat 0 -28px;
}

#resourcesLinks li{
	padding-bottom: 10px;
}

#newsContent .newsBlock{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 18px;
}

.newsVideoPlay{
	width: 122px;
	height: 70px;
	float: left;
	
	z-index:20;
	margin-left: -132px;
	
	background: url("../../images/video-overlay.png") no-repeat 0 0;
}

.newsVideoPlay:hover{
	background: url("../../images/video-overlay.png") no-repeat 0 -70px;
}

.newsVideoIcon{
	height: 70px;
	padding-right: 10px;
	float: left;
}

.newsVideoText{
	float: left;
	width: 290px;
}

.newsTextHeader{
	line-height: 13px;	
}

.newsBlock p{
	padding: 0;
	margin: 0;
	margin-top: 4px;
	line-height: 18px;
}


#promos {
	margin: 7px 0;
}

#promos .promo{
	display: none;
}

#promos .promoBox{
	height: 126px;	
	width: 322px;
	background-color: #e81e0d;
	float: left;
	background-image:url(../../images/promo-dashes.png);
	background-position:center center;
	background-repeat: no-repeat;
}

#promos .promoBox:hover{
	background-color: #a21509;
}

#promos .mid{
	margin: 0 7px;
}

#promos .promoBox .promoContents{
	width: 306px;
	height: 110px;
	margin-left: 8px;
	margin-top: 8px;
	padding: 6px;
}

.promoContents .promoIcon{
	height: inherit;
	width: 100px;
	float: left;
}

.promoContents .promoBody{
	height: inherit;
	width: 194px;
	float: left;
}


.promoContents .promoHeader{	
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;

	padding-top: 10px; 
	padding-bottom: 4px; 
	color: #ffcc00;
}

.promoContents .promoText{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

#special {
}

#special #facebook{
	height: 391px;
	width: 531px;
	background-color: #ff9900;
	float: left;
}

#likeBG{
	width: 500px;
	height: 350px;
	background-color: #fff;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}


#special #sponsors{
	height: 391px;
	width: 442px;
	background-color: #339800;
	float: left;
	margin-left: 7px;
	background-image: url(../../images/sponsors-stars.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#sponsors{
	font-family: 'Montserrat',Arial,Helvetica,san-serif;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

#sponsors #sponsorThanks{
	font-size: 18px;
	width: 262px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

#sponsors #sponsorDiv{
	width: 154px;
	height: 1px;
	background-color: #71b74d;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#sponsors .sponsorName{
	font-size: 17px;
	line-height: 18px;
	width: 382px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#footer{
	font-family: 'Montserrat',Arial,Helvetica,san-serif;
	height: 245px;
	font-size: 12px;
	text-align: center;
}

#footer #footerNav{
	color: #606c7e;	
	margin-top: 20px;
}

#footer #footerNav a{
	font-weight: 400;
	color: #a7adb5;	
	font-size: 11px;
}

#footer #footerNav a:hover{
	text-decoration: underline;
	color: #fff;
}

#footer #footerFacebook{
	padding: 30px 0 20px 0;
	
}

#footer #footerSocial{
	width: 191px;
	height: 32px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#footerSocial .footerSocialBtn{
	width: 32px;
	height: 32px;	
	float: left;
	margin: 0 7px;
}

#footerSocial #footerSocialFacebook{
	background: url("../../images/footer-buttons.png") no-repeat 0 0;
}

#footerSocial #footerSocialTwitter{
	background: url("../../images/footer-buttons.png") no-repeat -39px 0;
}

#footerSocial #footerSocialYoutube{
	background: url("../../images/footer-buttons.png") no-repeat -78px 0;
}

#footerSocial #footerSocialPinterest{
	background: url("../../images/footer-buttons.png") no-repeat -117px 0;
}

#footerSocial #footerSocialFacebook:hover{
	background: url("../../images/footer-buttons.png") no-repeat 0 -32px;
}

#footerSocial #footerSocialTwitter:hover{
	background: url("../../images/footer-buttons.png") no-repeat -39px -32px;
}

#footerSocial #footerSocialYoutube:hover{
	background: url("../../images/footer-buttons.png") no-repeat -78px -32px;
}

#footerSocial #footerSocialPinterest:hover{
	background: url("../../images/footer-buttons.png") no-repeat -117px -32px;
}

#footer #footerCredits{	
	color: #a7adb5;	
	line-height: 20px;
}

a{
	text-decoration: none;
}

form .form-group{
	width: 520px;
}

form .recap-group{
	width: 520px;
	margin-bottom: 15px;
		
}

form .form-control{
	width: 450px;
}

form .btnHolder{
	width: 470px;	/* 450px + 10 + 10 padding */
}

form .input-narrow{
	width: 200px;
}

form .input-wide{
	width: 320px;	
}

form .childRow{
	margin-bottom: 7px;	
}

#registerChildren {
	padding: 20px 0;	
}

.childRow .childField{
	width: 260px;	
}

.childRow .gradeField{
	width: 40px;	
}

.childInput {
	/*width: 100%;*/
	height: 24px;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.childInput:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

#slideControls{
	margin: 0 30px;
	height:32px;
}

#slideArrows{
	
}

#slideBtns{
	
}

#slideArrows #slideArrowL{
	float: left;
	cursor: pointer;
	background: url("../../images/slide-arrowL.png") no-repeat 0 0;
	width: 20px;
	height:32px;
}

#slideArrows #slideArrowR{
	float: left;
	cursor: pointer;
	background: url("../../images/slide-arrowR.png") no-repeat 0 0;
	width: 20px;
	height:32px;
}

#slideBtns .slideBtn{
	height: 32px;
	width: 27px;
	float: right;
	cursor: pointer;
}

.slideBtnActive{
	background: url("../../images/slide-on.png") no-repeat 0 0;
}

.slideBtnInactive{
	background: url("../../images/slide-off.png") no-repeat 0 0;
}

.slideBtnInactive:hover{
	background: url("../../images/slide-on.png") no-repeat 0 0;
}


#help{
}

#help h1{
	margin-top: 0;
	padding-top: 0;
}

.sub{
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	margin-top: 20px;
}

.subB{
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	margin-top: 20px;
}

.recaptcha {
}

#recap_error{
	color:white;
	font-family: 'Montserrat',Arial,Helvetica,san-serif;
	background-color: #0063a5;
	padding: 4px;
	padding-left: 10px;
	width:458px;
	margin-bottom: 10px;
}

.dashDiv{
	border-top-style:dashed;
	border-color:#ceac78;
	border-width: 1px;
	width: 470px;
	margin-bottom: 20px;
}

.donate{
	width: 22%;
	height: 64px;
	background-color: #75b000;
	float: left;
	margin-right: 1%;
	margin-bottom: 8px;	
	text-align: center;
	padding: 10px;
}

.donateR{
	margin-right: 0;	
}

.donateAmt{
	color: #fff;
	font-size:24px;
	padding-bottom:8px;
	margin-left: -10px;
}

.donateRecurring{
	/*width: 300px;
	text-align: center;	*/
}

.ppInput{
	
}

.ticketL{
	width: 80%;	
	float: left;
	border-right-style: solid;
	border-color: #ceac78;
	border-right-width: 1px;
}

.ticketR{
	text-align:center;
	width: 18%;
	padding-top: 6px;	
	float:right;
}

#slider a{
	cursor: pointer; cursor: hand;	
}

.paypalTraining {
	width:22%;
	float:left;
	text-align: center	;
	background-color: #f3d5a7;
	height: 220px;
	margin-left: 5px;
	padding: 20px 10px 20px 10px;
}

.paypalTrainingBody {
	padding-bottom: 10px;
	height: 170px;
}

.paypalHeaderBody{
	height: 90px;
}

.paypalTrainingHeader {
	font-size: 16px;
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.paypalTrainingPrice {
	font-size: 26px;
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 6px;
}

.paypalTrainingBtn {
	height: 40px;
}


/*bootstrap*/
.panel{
	margin-bottom:0;
	background-color:#fff;
	border:none;
	border-radius: 0;
	-webkit-box-shadow: none;
}


.btn-danger{
	background-color: #e81e0d;	
	border: none;
}

.btn-danger:hover{
	background-color: #d01b0c;	
	border: none;
}

.btn-success{
	background-color: #75b000;	
	border: none;
}

.btn-success:hover{
	background-color: #6ca200;	
	border: none;
}

.formLabel {
	width: 520px;	
}

.col-lg {
	padding: 0 15px;	
}

modal{
	font-family: Georgia,Times,serif;
}

label {
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.btn {
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.help-block {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 .modal-title{
	font-family: "Montserrat","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #321e00;	
}

.alert {
	line-height: 24px;	
}

.form-control{
	font-size: 18px;	
}

.boldIt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc0000;
}

#suppbooks td{
		height: 320px;
}

.suppbooksGrade {
	width: 120px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;	
}

.sponsorTemp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;	
	text-align: center;
}
