body {
	margin:0;
	padding-top: 70px;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#74afad;
  font-size:18px;	
	/* font-size:100%; */
}
/* Font size adjustments for screen */
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
     .fonts
     {
      font-size: 75%;
     }    
    }
    /* Smartphones (landscape) ----------- */
    @media only screen
    and (min-width : 321px) {
     .fonts
     {
      font-size: 120%;
     }  
    }
    /* Smartphones (portrait) ----------- */
    @media only screen
    and (max-width : 320px) {
     .fonts
     {
      font-size: 120%;
     }  
    }
    /* iPads (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
     .fonts
     {
      font-size: 120%;
     }    
    }
    /* iPads (landscape) ----------- */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : landscape) {
     .fonts
     {
      font-size: 150%;
     }    
    }
    /* iPads (portrait) ----------- */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait) {

     .fonts
     {
      font-size: 120%;
     }  
    }
    /* Desktops and laptops ----------- */
    @media only screen
    and (min-width : 1224px) {
     .fonts
     {
      font-size: 100%;
     }    
    }
    /* Large screens ----------- */
    @media only screen
    and (min-width : 1824px) {
     .fonts
     {
      font-size: 100%;
     }    
    }
    /* iPhone 4 ----------- */
    @media
    only screen and (-webkit-min-device-pixel-ratio : 1.5),
    only screen and (min-device-pixel-ratio : 1.5) {
     .fonts
     {
      font-size: 190%;
     }    
    }

a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	color: #000;
	background: #dcdcdc; /* d9853b 3d65ff*/
	/* margin:.8em 0 .2em 0;
	padding:0; */
	padding:.4em 15px 0 15px;
	margin:0;	
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#ads img {
	display:block;
	padding-top:10px;
}
img.tellabration {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
	padding: 3px;
	border: 1px solid #336600;
	background-color: #009933;
}
#pagetop {
	background: #BDC5CE;
	position:relative;
/*	background: #BDC5CE url(images/bgtop.jpg) repeat-x; */
}

/* Header styles */
.header {
	position:relative;
/*	clear:both; */
/*	float:left; */
/*	width: 100%; */
	height: 105px;
	width:98%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;			
	background:#74afad; 
	border-bottom:1px solid #000;	
}		
/*
.header {
	border-bottom:1px solid #000;
	background:#21DC97; 
	}
*/
.header #logo {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 2px 0 2px;	
}	
.header #title {
	position: absolute;
	top: 5px;
	left: 205px;
}
.header p,
.header h1,
.header h2 {
	color: #fff;
	background:#74afad; 	
	padding:.4em 15px 0 15px;
	margin:0;
}
.header img {
	margin: 10px 0 5px;
}
.headerac {
	position:relative;
	height: 50px;
	width:98%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;			
	background:#74afad; 
	border-bottom:1px solid #000;	
}		
.headerac #title {
	position: relative;
	left: 25%;
}
.headerac p,
.headerac h1,
.headerac h2 {
	color: #fff;
	background:#74afad; 	
	padding:.4em 15px 0 15px;
	margin:0;
}
/* Header share icons */
.header #share {
	position: absolute;
	top: -50px;
	right: 5px;
	z-index: 996;
/*	background: #808000; */
}	
.header #share #text {
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -10px;
	color: #fff;
/*	background: #008000;	*/
}
.header #share a img {
	margin: 0;
	border: none;
}	

#content {
	clear: both;
	position: relative;
}

/* Menu styles 
 * Menuline should center the menu */
#menuline {
	clear:both;
	padding:0; 
	margin:0; 
	width:100%; 
	z-index:400; 	
/*	background:#eee; */
}
#menuline ul {
	display:table; 
	margin:0 auto; 
	padding:0; 
	list-style-type:none; 
}
/* Mobile navigation */
	/* Navigation Button
	-------------------------------------------------------- */
@media all and (max-width: 900px) {
	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 998;
		text-indent: -9999px;
	}
	.nav-button-text {
		position: absolute;
		display: block;
		top: 15px;
		left: 70px;
		color: #FFF;
		z-index: 997;		
		font-size: 18px;
	}
	.nav-button-text.hide {
		display: none;
	}							
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}
}

@media all and (min-width: 901px) {
	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 70px;
		height: 49px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 998;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button-text {
		position: absolute;
		display: block;
		top: 20px;
		left: 85px;
		color: #FFF;
		z-index: 997;		
		font-size: 20px; 
	}
	.nav-button-text.hide {
		display: none;
	}					
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px, 100%;
	}
}

	/* Navigation Bar
	-------------------------------------------------------- */
.primary-nav {
		width: 100%;
		float: none;
		background-color: #558c89; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 60px; /* 50 */
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 995;
		clear: both;
	}
.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 10%;
		font-size: 150%; /* 14px */
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}
	/* Toggle the navigation bar open  */
.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
.primary-nav.open li { 
		display: block; 
	}
	/* Submenus – optional .parent class indicates dropdowns */
.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
.primary-nav li.parent > a:after {
		content: "?";
		color: rgba(255,255,255,.5);
		float: right;
	}
.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
		
/* Main body "wrap" container */
#wrap {
	clear:both;
	width: 98%;
	margin:0 auto;
	background:#ececea;
}	
#main_one { /* Use this if no sidebar needed */
	width:94%;
	padding:10px;
	margin:0 auto;
	background:#ececea;
}
#main {
	float:right;
	width:75%;
	padding:10px;
	background:#fff;
}
#sidebar {
	float:left;
	width:20%; 
	padding:10px;
	background:#eee;
/*	background:#99c;  same as wrap */	
}
#footer {
	clear:both;
	position:relative;
	padding:5px 10px;
	background:#74afad; 
	border-top:1px solid #000;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

/* Additional BFMS CSS */
#nameblock {
	position:relative;
	top:0px;
	right:5px;
	float:right;
}	
#footblock {
	height: auto;
	width: 20%;
	margin: 2px;
	padding: 2px;
	float: left;
}
#msac {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight:bold;
	height: auto;
	width: 20%;
	margin: 70px 2px 2px 2px;
	padding: 5px;
	border: medium solid #000000;
	float: left;
}
#msacmobile {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight:bold;
	height: auto;
	width: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;			
	padding: 3px;
	border: medium solid #000000;
}	
#msacimg {
	height: auto;
	width: auto;
	margin: 2px;
	padding: 2px;
	float: left;
}
#format-switch {
/*	position: absolute; */
	clear: both;
	bottom: 0;
	width: 50%;
	margin: 5px auto;
	font-size: 14pt;
	text-align:center;
}
#format-switch a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mbrlogin {
	font-size: 10pt;
}
.ffb {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	height: auto;
	/* width: 350px; */
	margin: 10px;
	padding: 2px;
}
.video {
	padding-top:5px;
	padding-bottom:5px;
}
#errors {
  font-size:14px;
  font-weight:normal;
  margin:10px;
  padding:10px;
}
#filelist td{
  color:#369;
  font-weight: bold;
  height:1.5em;
}
/* Main Ticket Information */
.ticketblurb {
	margin-left: auto;
	margin-right: auto;
	width: 80%
}
/* PayPal */
.paypal {
 position:absolute;
 bottom:5px;
 right:5px;
}
/* Optout CSS */
#master {
     position: relative;
     width:90%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 20px;
     text-align: left;
     background-color:yellow;
 }
/* CONTAINER - ajaxCRUD display area */
#crudcontainer {
    margin-top: 0.3em;
/*    padding: 5px;  */
} 
/* Main Information */
.container {
 position:relative;
 top : 5px;
}


.fbox {
	border: 1px solid #4E9258;
	padding-left: 5px;  
	margin: 10px 0px 20px 0px;
}

#catoctinr img{
	float:right;
	margin:0px 0px 15px 20px;
}

/* Main Catoctin Information */
.container {
	position:relative;
	top : 5px;
}
.block330 {
	position : relative;
	top : 2px;
	height:330px;
}
.block300	 {
	position : relative;
	top : 2px;
	height:300px;
}

.block70	 {
	position : relative;
	top : 2px;
	height:70px;
}
div.botleft {
	width:40%;
	float:left;
	margin:0;
}
div.botright {
	position:relative;
	left:10px;
	padding-left:10px;
}
div.photor35 {
	float:right;
	width:35%;
}
div.photor35 p {
	text-align: center;
	font-style: italic;
/*  font-size: smaller; */
	text-indent: 0;
}
div.photor50 {
	float:right;
	width:50%;
}
div.photor50 p {
	text-align: center;
	font-style: italic;
/*  font-size: smaller; */
	text-indent: 0;
}
div.photol50 {
	 float:left;
	 width:50%;
}
div.photol50 p {
	text-align: center;
	font-style: italic;
/*  font-size: smaller; */
	text-indent: 0;
}
/* Bottom section */
.t60 {
	position : relative;
	top : 5px;
	height:700px;
	margin-bottom:1em;
}
/* Flier Notice */
#t61 {
	position:absolute;
	top : 5px;
	left: 5px;
	width: 45%;
}
/* Facebook */
/*#t62 {
	position:absolute;
	top:190px;
	left:10px;
	width:45%;
}*/
#t62 img{
	float:left;
	padding-left: 2px;
	padding-top: 5px;
	margin-right:4px;
}
/* Pricing Table */
/*#t63 {
	position:absolute;
	top : 5px;
	left: 52%;
}*/
#t63 table {
	border-collapse:collapse;
}
#t63 td {
	border: 1px solid green;
	text-align: center;
}
/* PayPal */
/*#t64 {
	position:absolute;
	top:300px;
	left:60%;
}*/
/* Registrar */
/*#t65 {
	position:absolute;
	top:510px;
	left:60%;
}*/
/* Map */
/*#t66 {
	position:absolute;
	top:300px;
	left:10px;
}*/

/* Additional form controls */
/* Main Information */
#applicationForm {
	width: 75%;
	margin-left:auto;
	margin-right:auto;
}
#qbox {
	width: 50%;
	background: #DDD;
	text-align: right;
	border: 1px solid black;
	margin: 5px auto 5px auto;
	padding: 5px;
}
label {
	font-weight: bold; 
	clear: both;
}
.requiredAsterisk { 
	color: red; 
}
.text, textarea {
    /* background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top; */
	background: #FFF;
	border-color: #7C7C7C #C3C3C3 #DDDDDD; 
	border-style: solid;
	border-width: 1px;
	padding: 4px !important;
	width:370px;
} 
.text150 {
    /* background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top; */
	background: #FFF;
	border-color: #7C7C7C #C3C3C3 #DDDDDD; 
	border-style: solid;
	border-width: 1px;
	padding: 4px !important;
	width:150px;
} 
.text50 {
    /* background: #FFFFFF url("form_input_bg.gif") repeat-x scroll center top; */
	background: #FFF;
  border-color: #7C7C7C #C3C3C3 #DDDDDD; 
  border-style: solid;
  border-width: 1px;
  padding: 4px !important;
  width:50px;
} 
.invalid { 
	border-color: red; 
}
fieldset > ul > li { 
	margin: 5px 0; 
}
fieldset { 
	margin: 1em 0.125in; 
	padding: 0.125in; 
}
fieldset ul { 
	list-style: none outside none; 
}
.announce {
	clear:both;
	position:relative;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;			
	padding: 2px;
	border-top: 1px solid #000;
}
.announce_nb {
	clear:both;
	position:relative;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;			
	padding: 2px;
}
.sp_announce {
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;			
	padding: 10px;
	border: medium solid #FF0000;
}