/* CSS Document */
/* `Basic HTML JAMBOREE Web Site
----------------------------------------------------------------------------------------------------*/
@charset "UTF-8";
 
 
 
html, body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif; }
 
body {
	margin: 0 auto;
	background-image: url(/filestore/jamboree/images/bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #E7E0CE; }

iframe {
	position:relative; }

p {
	padding-bottom: 10px;
	line-height: 1.5;
	color: #404040;
	font-size: 12px; }
 
h1 { font-size: 24px; }
 
h2 { font-size: 18px; }
 
h3 { font-size: 16px; }
 
h4 { font-size: 14px; }
 
h5 { font-size: 10px; }
 
h6 {
	font-size: 9px;
	font-style: italic; }
 
/* WRAPPERS
----------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 15px; }
 
#wrapperHEAD {
	width: 700px;
	display: block;
	float: right; }
 
#wrapperNAV {
	width: 217px;
	display: inline-block;
	float: left;
	padding-left: 15px;
	background-image: url(/filestore/jamboree/images/bkgNAVtop.gif);
	background-repeat: no-repeat;
	background-position: 15px 200px; }
 
#wrapperTOP {
	float: right;
	background-repeat: no-repeat;
	width: 642px;
	background-image: url(/filestore/jamboree/images/bkgHEADER.gif);
	margin-right: 30px;
	*margin-right:10px;}
 
#wrapperMAIN {
	background-image: url(/filestore/jamboree/images/bkgMAIN.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	display: inline-block;
	float: right;
	margin: 0 10px;
	padding: 0 20px;
	width: 630px; }
 
/* `TOP
----------------------------------------------------------------------------------------------------*/
#countdown {
	width: 275px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	zoom: 1;
	float: right; }
 
#logo {
	padding: 0;
	margin: 0;
	width: 225px;
	vertical-align: top;
	zoom: 1;
	float: left; }
 
#videos {
	height: 100px;
	width: 405px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	zoom: 1;
	float: left; }
 
	#videos a {
		padding: 0;
		margin: 0 0 0 -4px; }
 
.NAVsecondary {
	background-image: url(/filestore/jamboree/images/bkgNAVsecond.gif);
	color: #303030;
	display: table;
	margin-top: 70px;
	width: 632px; }
 
	.NAVsecondary ul {
		padding: 0 30px;
	}
	.NAVsecondary li {
		border-right: 1px dotted #333333;
		float: left;
		font-size: 12px; }
 
		.NAVsecondary li a {
			color: #333333;
			line-height: 20px;
			padding: 5px;
			text-decoration: none;
			overflow:}
 
			.NAVsecondary li a:hover { color: #84735e; }
 
/* `Bread Crumbs
		---------------------------------------------------------------------------------------------*/
#breadcrumb {
	background-color: #F5F5F5;
	border: 1px solid #908E77;
	color: #737373;
	display: block;
	margin: 10px;
	padding: 5px; }
 
	#breadcrumb img { padding-right: 5px; }
 
.crumb {
	border-left: solid 1px #2c4e6a;
	padding-left: 5px;
	font-size: 10px; }
 
	.crumb a {
		color: #737373;
		text-decoration: none;
		font-size: 11px; }
 
		.crumb a:hover { color: #333333; }
 
.active {
	color: #424242;
	text-decoration: none;
	color: #333333;
	font-size: 11px; }
 
	.active a:hover { color: #333333; }
 
/* `LEFT NAV
----------------------------------------------------------------------------------------------------*/
#nav {
	background-repeat: repeat-y;
	display: inline-block;
	width: 217px;
	background-image: url(/filestore/jamboree/images/bkgNAV.gif);
	margin-top: 43px; }
 
	#nav h1 {
		padding: 5px 10px 0 10px;
		color: #303030;
		font-style: italic;
		font-size: 14px;
		width: 217px;
		display: block; }
 
		#nav h1 a {
			color: #303030;
			font-style: italic;
			font-size: 12px;
			text-decoration: none;
			padding-left: 28px; }
			
			#nav ul {
				padding-bottom: 15px; }
 
 
.nav ul {
	padding-bottom: 15px;
	zoom: 1; }
 
.nav li {
	margin: 0 5px 0px 20px;
	display: block;
	zoom: 1; }
 
	.nav li a {
		font-size: 11px;
		color: #303030;
		text-decoration: none; }
 
		.nav li a:hover {
			color: #0033CC;
			font-weight: bold;
			zoom: 1; }
 
	.nav li img { margin-left: 10px; }
 
.rss {
	background: transparent url(/filestore/jamboree/images/rss.png) no-repeat scroll 10px bottom;
	display: inline-block;
	line-height: 25px;
	overflow: visible;
	padding-left: 20px; }
 
	.rss a:hover {
		background: transparent url(/filestore/jamboree/images/rssON.png) no-repeat scroll 0 bottom;
		display: inline-block;
		line-height: 25px;
		overflow: visible; }
 
.viewALL {
	color: #1A477E;
	float: right;
	font-size: 9px;
	font-weight: bold;
	margin-top: -15px;
	padding-right: 20px;
	text-decoration: none; }
 
	.viewALL a:hover { color: #000000; }
 
#navCLOSE {
	background-image: url(/filestore/jamboree/images/bkgNAVbottom.gif);
	background-repeat: no-repeat;
	height: 55px; }
 
hr {
	margin: 0 10px;
	color: #999999; }
 
/* `BODY
----------------------------------------------------------------------------------------------------*/
#middle-element { padding: 5px 10px 20px; }
 
 
	#middle-element a {
		color: #a80000;
		text-decoration: none; }
 
		#middle-element a:hover { text-decoration: underline; }
 
	#middle-element ol {
		list-style-type: decimal;
		padding: 0 0 10px 40px;
		font-size: 12px;
		display: block; }
 
	#middle-element ul {
		list-style-type: square;
		padding: 0 0 10px 40px;
		font-size: 12px;
		display: block; }

	#middle-element li {
		padding-bottom: 5px;
		color:#404040;
		line-height: 1.3;	}
		
	.highlight {	
		color:#035fff;
		font-weight: bold;	}

	#middle-element .photo {	
		background-color:#FFFFFF;
		border:10px solid #FFFFFF;
		display:inline-block;
		margin:10px; }

		
		#middle-element .photo h4 {
				font-style:italic;
				font-size:10; }
				
	
	#middle-element .photoLEFT {	
		background-color:#FFFFFF;
		border:10px solid #FFFFFF;
		display:inline-block;
		margin:10px 10px 10px 0;
		float:left;
		width:350px; }

		
		#middle-element .photoLEFT h4 {
				font-style:italic;
				font-size:10px;
				color:#404040;}
				
	#middle-element .photoRIGHT {	
		background-color:#FFFFFF;
		border:10px solid #FFFFFF;
		float:right;
		margin:10px 0 10px 10px;
		width:350px;
		display:inline-block; }

		
		#middle-element .photoRIGHT h4 {
				font-style:italic;
				font-size:10px;
				color:#404040;}

 
/* `Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	padding: 10px 0 0 0;
	height: 40px;
	background: #f1e4c2 url(/filestore/global/footerbsa.gif) no-repeat 1% 50%;
	border: solid 1px #8e877f;
	line-height: 30px;
	font-size: 10px;
	clear: both;
	margin: 0 -5px;
	*margin-left:7px; }
 
	#footer h3 {
		padding: 0px 0 0 40px;
		color: #8e877f;
		display: inline;
		font-size: 10px;
		font-weight: normal; }
 
		#footer h3 a { color: #8e877f; }
 
			#footer h3 a:hover { color: #68635D; }
 
#footer-nav { float: right; }
 
	#footer-nav ul {
		margin: 0;
		padding: 0px 10px 0 0;
		list-style-type: none;
		font-size: 10px;
		display: inline; }
 
	#footer-nav li {
		display: block;
		float: left;
		margin: 10px 0;
		padding: 0px 8px;
		border-left: solid 1px #8e877f;
		line-height: 10px; }
 
		#footer-nav li a {
			color: #8e877f;
			text-decoration: none; }
 
			#footer-nav li a:hover { color: #68635D; }
 
 /* `MISC
----------------------------------------------------------------------------------------------------*/

	#rightPULLOUT {
		background-color:#fff;
		float:right;
		margin:10px;
		padding:10px;
		width:200px;
	}
	#rightPULLOUT ul {
		padding-left:20px; 
}

.author{
    font: 9px italic bold;
    }
.publication{
    font: 9px italic normal;
    }
    
/* WebForms for Marketers
----------------------------------------------------------------------------------------------------*/
#middle-element .scfForm
{
	font-size: 11px;
}

/* Media Page - Aplha listing
----------------------------------------------------------------------------------------------------*/

#middle-element .alpha h2 {
	background-color:#C9BC9F;
	font-size:18px;
	line-height:24px;
	padding-left:5px;
	
}
#middle-element .alpha h3 {
	border-top:1px solid #999999;
	
}
#middle-element td {
	padding:10px;
}

/* Food Page - Menus
----------------------------------------------------------------------------------------------------*/

#middle-element .menu h3 {
	background-color:#C9BC9F;
	padding:8px;
}

/* Visitor Page - Visitor Hours
----------------------------------------------------------------------------------------------------*/

#middle-element .visitor td {
	padding:3px;
}

/* Sponsor links
----------------------------------------------------------------------------------------------------*/
.sponsor {
	background:#FFF;
	border:1px solid #CCCCCC;
	margin:10px;
	display:inline-block;
	width:170px;
}
.sponsor img {
	padding:10px;
}
#middle-element .sponsor h5 a {
	display:block;
	padding:3px;
	text-align:right;
	background-color:#123456;
	color:#FFF; }
	
.sponsor h3  {
	background:none repeat scroll 0 0 #999999;
	color:#F8F8F8;
	display:block;
	margin-bottom:5px;
	padding:5px;
	font-size:12px;
}

/* Scouts in the News
----------------------------------------------------------------------------------------------------*/
.news {
	background-color:#b0c4cc;
	border:10px double #F8F8F8;
	display:inline-block;
	float:left;
	margin:10px 10px 10px 0;
	padding:10px;
	width:350px; 
}

	.news h3 {
		border-bottom:1px dashed #3F4E54;
		color:#3f4e54;
		font-size:16px;
		font-style:italic;
		margin-bottom:5px;  }
		
	#scoutsinthenews_widget a {
		color:#3f4e54;
		text-decoration:none; }
		
			#scoutsinthenews_widget a:hover {
				color:#2C3336; }
		
			#middle-element .more a:hover {
				color:#2C3336; }
			
			#middle-element .more a {
				color:#3f4e54;
				text-decoration:none; }
				
			