/* BSA PHILMONT CSS */
/* `Basic HTML
---------------------------------------------------------------  */
body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif, font-weight:normal;
	margin: 0 0 0 0;
	background: url(http://www.philmontscoutranch.org/filestore/philmont/images/Philmont-bkg.JPG) #bdb5aa top left repeat;
    color:#444 }
 
a:focus { outline: 1px dotted invert; }
 
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0; }
    
img {   
    border:none; }
    
/* `Spacing
--------------------------------------------------------------- */
ol { list-style: decimal; }
 
ul { list-style: square;
     font: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif, font-weight:normal;
 }
 
li { 
    font: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif, font-weight:normal; 
	
}
 
p,
dl,
hr,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset { margin: 0px 0px 10px 0px; }

/*---------------Basic Tables ---------------*/
table.simple {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 5px;
}

table.simple th {
	background-color: #8E8780;
	color: #FFF;
	font-family: arial;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #fff;
}

table.simple th a {
	color: #fff;
}

table.simple th a:hover {
	color: #ddd;
}

table.simple td {
	font-family: arial;
	border: 1px solid #ddd;
	padding: 5px;
}

table.simple-center td {
	text-align: center;
}

table.simple tr:nth-child(odd) {background: #F9F4F0}

 
/* `Headings
--------------------------------------------------------------- */
h1 {
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 25px;
	color: #74614c;
	font-style: italic;
	text-transform: capitalize;
    background:url(http://www.philmontscoutranch.org/filestore/philmont/images/h1bkg.jpg) repeat-y scroll 0 0 transparent;
    padding-left:15px;
    line-height:1.5; 
    margin: 0px;

}
 
h2 {
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 18px;
	color: #74614c; 
	margin: 15px 0px 0px 0px;
	padding: 0px; }
 
h3 { 
    font-size: 16px;
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
 
h4 { font-size: 14px;
     font-weight: bold;
     font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
 
h5 { 
    font-size: 10px; 
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
h6 {
	font-size: 8px;
    font-style:italic;
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
     }
    
p, td {
    font-size:13px;
    line-height:1.5;
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
    
td {   
    padding:0; }
    
p {
    padding-bottom:10px; }    
a {
    text-decoration:none;
    color:#8B4B1D;
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; }
    
    a:hover {
        color:#FF8C0F; }

dt {
	font-size: 16px;
	font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: 600;
}

.new {
	color: red;
	font-style: italic; 
}
 
#header {
	background-repeat: no-repeat;
	height: 160px;
	padding: 0;
	margin: 0;
	background-image: url(http://www.philmontscoutranch.org/filestore/philmont/images/headerHorse.jpg);
	/*background-image: url(http://www.philmontscoutranch.org/filestore/philmont/images/Philmont-headerImage-winter.jpg); */
    border:solid 2px #ffffff; }
 
#wrapper {
	width: 1100px;
	background-color: #FFFFFF;
	margin: 0 auto; }
 
#one-column {
	clear:both;
	background-color: #ffffff;
	padding: 10px; }
 
#two-column, #three-column {
	background-color: #ffffff;
	padding: 10px;
	width: 875px;
	float: right; }
	
#three-column #right-column
{
    float: right;
    width: 215px;
   
}

#three-column #right-column .widget-container, #three-column #right-column .widget-container h3
{
    text-align: center;
}

#three-column #right-column .widget-close
{
    clear: both;
}

div#right-column h2 {
text-align: center;
}

.photo-3column {
	padding-left: 5px;
}

/* HEADER
--------------------------------------------------------------- */
#headerRIGHT {
	float: right;
	width: 290px;
 }
 
#search, #search2 { 
    height: 30px;
    visibility:hidden;
    }

#search2
{
    display: block;
    visibility: visible;
}
/* NAVIGATION
--------------------------------------------------------------- */
#nav {
	height: 47px;
	background-color: #6a6560;
	border-right: solid 2px #ffffff;
    border-left: solid 2px #ffffff; 
}
 
ul#menu {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif; }
 
ul#menu li {
	display: block;
	float: left;
	border-right: 2px solid #ffffff;

}
 
ul#menu li a {
/*	display: block;
	float: left;
	color: #ffffff;*/
/*	text-decoration: none;*/
/*	padding: 7px 16px;*/
/*	line-height: 28px;*/
/*	height:28px;*/
/*	text-align:center; */
}

ul#menu li a:hover {
	background-color: #6a6560;
/*	padding: 5px 16px;*/
	height:32px; 
}
 
/*---New Nav CSS Lets Us have colored NAV Tabs--*/

ul#menu li span.NavRegisterButton {
	background-color: #5cb85c;
	color: #fff;
	display: block;
	height: 35px;
	padding-top: 13px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	font-size: 18px;
}

ul#menu li span.NavRegisterButton:hover {
	background-color: #449d44;
	padding-top: 11px;
	height: 37px;

}
ul#menu li span.HeaderNavLink {
	background-color: #8E8780;
	color: #fff;
	display: table-cell;
	height: 46px;
	padding-top: 2px;
	padding-left: 21px;
	padding-right: 21px;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
}

ul#menu li span.HeaderNavLink:hover {
	background-color: #6A6560;
	padding-top: 1px;
	height: 47px;
}

ul#menu li a.active span.HeaderNavLink {
	background-color: #5C534A;
}


/*------ TOTT Link ----*/

a.TOTT, ul a.TOTT, li.TOTT, ol.TOTT {
	text-decoration: none;
	color: #177211 ;
	font-family: Helvetica,Arial,"Liberation Sans",FreeSans,sans-serif;
	text-decoration: underline;
	background: url("http://www.philmontscoutranch.org/filestore/philmont/images/TOTTLink.gif") no-repeat scroll 100% 17px transparent;
    padding: 16px 20px 10px 0px;
}

a.TOTT:hover { 
	color: #FF8C0F;
}


/* UL LI
--------------------------------------------------------------- */

#two-column ul,
#one-column ul, 
#three-column ul,
#one-column ol, 
#two-column ol,
#three-column ol {
	color: #444;
	line-height: 1.5;
	padding-left: 20px;
    font-size:13px;
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    margin-left: 20px;

}
  
#one-column a.TOTT:hover,
#two-column a.TOTT:hover,
#three-column a.TOTT:hover,
#one-column a.TOTT:hover,
#two-column a.TOTT:hover,
#three-column a.TOTT:hover { 
	color: #FF8C0F; 
}


/* SEARCH BOX
--------------------------------------------------------------- */
        
#search2 #search_box a span {
	float: left;
	margin: 4px 0 0 0px;
	text-align: left;
	color: #9c998f;
    width: 179px;
    height: 20px;
    padding: 5px;
    border-bottom-left-radius: 10px;
    background: url("http://www.philmontscoutranch.org/filestore/philmont/images/btn_header_search.png") no-repeat scroll 95% 9px transparent;
    background-color: #fff;
	padding: 7px 0px 8px 10px;
	border-radius: 7px;
	border: 1px solid #999;
	text-align: left;
	box-shadow: inset 1px 1px 5px rgb(164, 164, 164);
	margin-top: -58px;
	margin-left: 93px;
}

#search2 #search_box a span:hover {
	color: black;
}

#search_box .search_text {
  font-size: 18px;
  font-weight: normal;


}

#search_box .search_text a span:hover {
	color: #000;
}

#weather_status {
	margin-top: 0px;
	height: 62px;
	overflow: hidden;
	

}

#webcamHead {
    margin-top: 64px;
    margin-left: 113px;
    background-color: #E2E2E2;
    height: 22px;
    font-weight: bold;
    padding: 5px;
    width: 160px;
    border-radius: 4px;
    opacity: .9;
    margin-bottom: 2px;
}

#webcamHead img {
	opacity: .5;
	width: 23px;
    padding: 5px;
}

#webcamText {
    display: block;
    float: left;
    padding: 2px 5px 5px 5px;
}



#wu-image {
	border-top-left-radius: 5px;
	border-left: 1px solid #666;
}



		
/* TALL FOOTER
--------------------------------------------------------------- */
.TallFooter, .right-element {
	background: url("http://www.philmontscoutranch.org/filestore/philmont/images/Philmont-tallfooter1100.jpg") no-repeat scroll left top #F6F0E0;
}
 
.TallFooter p, .right-element p {
	color: #74614c;
	font-size: 11px;
	margin: 0;
    padding-bottom:0; 
}

.TallFooter h3, .right-element h3 {
	color: #74614c;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px; 
}

.TallFooter a, .right-element a {
	text-decoration: none;
	color: #74614c;
	font-size: 11px; 
}

.TallFooter a:hover, .right-element a:hover { 
	color: #000000; 
}

.TallFooter img, .right-element img {
    vertical-align:top;
	margin-bottom: 3px; 
}
 
.quicklinks {
	display: inline-block;
	zoom: 1;
	float: left;
	width: 250px;
	margin: 20px 0 10px 15px; 
}
 
.BSAsites {
	display: inline-block;
	zoom: 1;
	float: left;
	width: 170px;
	margin: 20px 0 10px 15px; 
}
 
.subscribe {
	display: inline-block;
	zoom: 1;
	float: left;
	width: 120px;
	margin: 20px 0 10px 15px; 
}
 
.connect {
	display: inline-block;
	zoom: 1;
	float: left;
	width: 90px;
	margin: 20px 0 10px 15px; 
}
 
.description {
	display: inline-block;
	zoom: 1;
	float: left;
	width: 210px;
	margin: 20px 0 10px 15px; 
}
	 
/* BSA FOOTER
--------------------------------------------------------------- */
#footer {
	clear: both;
	padding: 10px 0 0 0;
	height: 40px;
	background: #eaedf2 url(http://www.philmontscoutranch.org/filestore/philmont/images/footerbsa.gif) no-repeat 1% 50%;
	border-top: solid 1px #8e877f;
	color: #8e877f;
	line-height: 30px;
	font-size: 10px;
	font-weight: normal; }
 
#footer h3 {
	padding: 0px 0 0 40px;
	color: #8e877f;
	display: inline;
	font-size: 10px;
	font-weight: normal;
    text-transform:none; 
}
 
#footer h3 a { 
	color: #8e877f; 
}

#footer h3 a:hover { 
	color: #68635D; 
}
 
#footer-nav {
	color: #8e877f;
	float: right;
	text-align: right; 
}
 
ul#footer-nav {
	margin: 0;
	padding: 0px 10px 0 0;
	list-style-type: none;
	font-size: 10px; 
}
 
ul#footer-nav   li {
	border-left:1px solid #8E877F;
    display:block;
    float:left;
    line-height:10px;
    margin:10px 0 0;
    padding:0 8px; 
}

ul#footer-nav  li  a {
	display: block;
	float: left;
	color: #8e877f;
	text-decoration: none; 
}

ul#footer-nav  li  a:hover { 
	color: #68635D; 
}
  

/* GENERAL CALLS OUTS
--------------------------------------------------------------- */
.shadow {
	box-shadow: 1px 2px 3px 
	#AAA;
	border-radius: 4px;
	padding: 0px;
}


.photo { 

	background: url(http://www.scouting.orghttp://www.philmontscoutranch.org/filestore/philmont/images/photo-bkg-light.jpg) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCC; 
	margin: 10px;
	padding: 10px 10px 0px 10px; 
	box-shadow: 1px 2px 3px #DEDEDE;
	border-radius: 4px;
}

#two-column .photo, #one-column .photo, #three-column .photo { 

	background: url(http://www.scouting.orghttp://www.philmontscoutranch.org/filestore/philmont/images/photo-bkg-light.jpg) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 10px; 
}

.photo h4 {
    font-size:9pt;
    font-style: italic; 
} 
    
#middle-element .photo p, div.middle-element .photo p { 
    padding-bottom:0; 
}
            
/* ZIP CODE SEARCH
--------------------------------------------------------------- */
#zip_box {
	width: 190px;
	height: 36px; 
}
 
#zip_box #s, #zip_box .zip_textbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #000000;
	float: left;
	height: 18px;
	margin: 6px 0 0 0;
	padding: 0 0 0 5px;
	width: 135px;
	border: 1px solid #74614C }

#zip_box #go, #zip_box .zip_button {
	float: right;
	margin: 6px 4px 0 0; 
}
 
/* RESETs
--------------------------------------------------------------- */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0 
}
 
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0 
}
 
.clearfix { 
	display: inline-block 
}
 
* html .clearfix { 
	height: 1%;
}
 
.clearfix { 
	display: block 
}

/* ALERT
--------------------------------------------------------------- */
#alert-banner, .alert-banner {
	background-color: #FF0000;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-image: url(http://www.philmontscoutranch.org/filestore/philmont/images/attention.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	height: 35px; 
}
 
#alert-banner p, .alert-banner p {
	width: 100%;
	text-align: center;
	color: #ffffff; 
}
 
#alert-banner a, .alert-banner a {
	text-align: center;
	color: #ffffff; 
}
 
.attention h5 {
	background-image: url(http://www.philmontscoutranch.org/filestore/philmont/images/attention.gif);
	background-position-y: center;
	background-repeat: no-repeat;
	height: 35px; 
}
 
/* Context Menu Styles 
--------------------------------------------------------------- */

.contextmenu {
	width: 195px;
	float: left;
	border-right: solid 2px #fff7df;
	line-height: 1.2;
	zoom: 1;
	margin: 0 0 20px; 
}
    
.contextmenu h3 {
    background-color:#EFEAE0;
    border-bottom:1px solid #C2BAAB;
    border-top:1px solid #C2BAAB;
    font-size:12px;
    line-height:1.5;
    margin:10px 0 0 10px;
    padding-left:2px; 
}
        
.contextmenu h3 a {
    text-transform:uppercase;
    display:block; 
}
    
.contextmenu h3 a:hover {
    color:#908E77;  
}
            
ul.contextmenu_category {
	list-style: none;
	font-size: 11px;
	font-weight: 700;
	margin: 5px 0 0 10px;
	padding: 0 0 0 5px;
    line-height:1.5; }

ul.contextmenu_category li { padding: 4px 0px; }

ul.contextmenu_category a {
	color: #6a6560;
	font-weight: bold;
	text-decoration: none;
    display:block; }
 
ul.contextmenu_category a:hover { 
    padding-left: 2px;
    color:#8B4B1D; 
}
 
ul.contextmenu_subcategory {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none; 
}
 
ul.contextmenu_subcategory li { 
	background: url(http://www.philmontscoutranch.org/filestore/philmont/images/contextmenu_arrow.gif) 5px 7px no-repeat; 
}
 
ul.contextmenu_subcategory a {
	color: #6a6560;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	text-decoration: none; 
}
 
#two-column img { 
	padding: 5px; 
}
 
#one-column img { 
	padding: 5px; 
}

ul.contextmenu_category a.activeNavigation {
	background-color: #EEEEEE;
	color: #6A6560;
	padding-left: 4px;
	padding-top: 1px;
	border-top: 1px solid #CBC5BF;
	border-bottom: 1px solid #CBC5BF;
}

ul.contextmenu_category a.activeNavigation:hover {
	padding-left: 6px;
	color: #8B4B1D;
}
 
/*  FAQ ---------------------------------------------------- */

.accordion { 
    line-height: 1.5;
    padding-bottom:20px;
 }
 
.accordion h3 {
	font-weight: normal;
	padding-bottom: 10px;
	display: inline-block;
	padding-left: 25px;
	background: transparent url(http://www.philmontscoutranch.org/filestore/global/q.gif) top left no-repeat;
	margin-top: 12px; 
}
        
.accordion h3 a {
	color:#242D47;  
}
    
.accordion h4 {
	font-size:10pt;
	font-weight:bold;
	line-height:1;
	margin-bottom:0;
	margin-left:35px; 
}


.accordion p {
	padding-left: 15px;
	display: block;
	padding: 0px 10px 10px;
	margin: 0 0 0 25px; 
	}
        
/* `Bread Crumbs
		---------------------------------------------------------------------------------------------*/
#breadcrumb {
	display: block;
	border-bottom: solid 1px #908e77;
	padding: 0;
	color: #737373;
    margin-bottom:10px; 
}
 
#breadcrumb img { 
	padding: 0px; 
}
 
.pathmenu {
	border-left: solid 1px #2c4e6a;
	padding-left: 5px;
    display:inline;
    font-size:10px; }
 
.pathmenu a {
	color: ##8B4B1D;
	text-decoration: none; }
 
		.crumb a:hover { color: #333333; }
 
.active {
	color: #424242;
	text-decoration: none;
	color: #333333; }
 
	.active a:hover { color: #333333; }    

/* ---------- `Ticker ---------------------------------*/
#one-column .ticker {
    padding:0; }



/* ---------- General Table replacement --------------- */
#one-column .TWOup, #two-column .TWOup, #three-column .TWOup {
	float: left;
	width: 45%;
	display:block;
    padding-right: 10px;}

#one-column .TWOup table, #two-column .TWOup table, #three-column .TWOup table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 5px;
}

#one-column .TWOup th, #two-column .TWOup th, #three-column .TWOup th {
	background-color: #8E8780;
	color: #FFF;
	font-family: arial;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #fff;
}

 
#one-column .THREEup, #two-column .THREEup, #three-column .TWOup {
	float: left;
	width: 31%;
	display:block;
    padding-right: 10px;}
 
#one-column .FOURup, #two-column .FOURup, ##three-column .TWOup {
	float: left;
	width: 23%;
	display:block;
    padding-right: 10px;}

 /* ---------- Table ---------------------------------*/
#middle-element .table_title, div.middle-element .table_title {
	font-size: 13px;
	color: #fff;
	background-color: #8e8780;
	font-weight: 700;}
 
#middle-element .table_subtitle, div.middle-element .table_subtitle {
	font-size: 12px;
	color: #fff;
	background-color: #b4aca2;
	font-weight: 700; }
 
#middle-element .table_row_a, div.middle-element .table_row_a {
	font-size: 12px;
	color: #444444;
	background-color: #E8E3DE;  
}
 
#middle-element .table_row_b, div.middle-element .table_row_b {
	font-size: 12px;
	color: #444444;
	background-color: #D9D3CC;
}

#middle-element .table_title td, #middle-element .table_subtitle td, #middle-element .table_row_a td, #middle-element .table_row_b td {
	padding:5px; 
}

div.middle-element .table_title td, div.middle-element .table_subtitle td, div.middle-element .table_row_a td, div.middle-element .table_row_b td {
	padding:5px; 
}



/*-----------------Scrollbox PTC Descriptions------------*/

.ptcscroll  {
	width:400px;
	height:300px;
	overflow:scroll; 
}



/*----------------Fieldguide Flowers page------------------*/


#flora-container {
	width: 700px;
}

#flora-container .flora {
	float: left;
	width: 200px;
	height: 250px;
	text-align: center;
}

#flora-container .flora img {
    background: url(http://www.philmontscoutranch.org/filestore/northerntier/images/photo-bkg-light.jpg) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 10px; 
	width: 100px;
    height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#flora-container .flora .common-name {
	font-weight: bold;
}

#flora-container .flora .scientific-name {
    font-weight: bold;
	font-style: italic;
	color: #202020; 
}

#flora-container .flora .family-name {
    font-style: italic;
}

#flora-container .flora .bloom-time {
    font-style: normal;
}

/*--------------------------Thumbnail Preview------------------------*/
#thumbnail-preview {
	width: 700px; 
}

#thumbnail-preview .thumbnail {
	float: left;
	width: 130px;
	height: 150px;
	text-align: center;
}

#thumbnail-preview .thumbnail img {
    background: url(http://www.philmontscoutranch.org/filestore/northerntier/images/photo-bkg-light.jpg) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 10px; 
	width: 100px;
    height: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#thumbnail-preview .thumbnail .caption {
	font-weight: normal;
  	font-size:13px;
    line-height:1.5;
    font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.center-content {
    width: auto;
    text-align: center;
}

/*--------------------------Photo Captions------------------------*/

div.photo img { 
	margin-left: -5px;
	margin-top: -4px;
	margin-right: -8px;
	margin-bottom: -2px;
	text-align: center;
	padding: 0px;
}

div.photo p {
	margin-left: -2px;
	margin-top: 2px;
	margin-right: -9px;
	margin-bottom: -4px;
	text-align: center;
	padding: 0px;
}

div.photo h4, div.photo h2, div.photo h3 {

	margin-left: -8px;
	margin-top: 2px;
	margin-right: -9px;
	margin-bottom: -4px;
	text-align: center;
	padding: 0px;
}

/*----------- right column update ---------- */

#three-column #right-column {
	float: right;
	width: 228px;
	border-left: 1px solid #D2D2D2;
	margin-right: -4px;
	margin-top: -10px;
	margin-right: -10px;
	background-color: #f9f9f9;
	border-bottom: #D2D2D2;
}

#three-column #right-column .widget-container {
	width: 103px;
	height: 160px;
	float: left;
	margin: 0px;
	padding: 0px 6px 0px 3px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: -1px;
}

#three-column #right-column .widget-container h2 {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	display: block;
	height: 37px;
	font-size: 13px;
	font-weight: normal;
}

#three-column #right-column .widget-container p {
	line-height: 1.2em;
}

#three-column #right-column .widget-container .img {
	height: 85px;
	margin-top: 10px;
}

#three-column #right-column .widget-container .widget_img {
	border: 1px solid #797979;
    box-shadow: 2px 2px 3px #b1b1b1;
    margin-top: 5px;
    height: 85px;
}
		

#three-column #middle-element {
	width: 650px;
}

/*---------- download icons ------------- */
.download-left, .download-right {
	width: 105px;
	text-align: center;
	background: url(http://www.philmontscoutranch.org/filestore/philmont/images/photo-bkg-light.jpg) repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCC;
	margin: 10px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
	border-radius: 4px;
	box-shadow: 1px 2px 3px #AAA;
}

.download img {
	height: 85px;
	margin: 5px;
}

.download h2 {
	font-size: 14px;
}

.download p {
	line-height: 1.2em;
}

.download-left {
	float: left;
}

.download-right {
	float: right;
}

.ptcweek {
	color: #7E7E7E;
}


/*---------- Shakedown Guide ------------ */
.meals {
	width: 100%;
	height: 300px;
}

.textBox ul {
	float: left;
	margin-right: 5px;
}

.textBox {
	border: 1px solid #BABABA;
	padding: 10px 5px 0px 5px;
	width: 75%;
	margin-left: 20%;
	background-color: #F8F8F8;
	border-radius: 10px;
	margin: 8px;
	font-family: arial;
}

.dutyRoster th {
	text-align: center;
	padding: 2px;
	border: 1px solid #ccc;
	font-family: arial;
}
.dutyRoster td {
	text-align: center;
	padding: 2px;
	border: 1px solid #ccc;
}

table.dutyRoster {
	border-collapse: collapse;
}

.darkBottom {
	border-bottom: 2px solid #aaa;
}

.photoCaption {
	width: 250px;
	float: left;
	margin-left: 30px;
}

.photoCaption p {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}


/*-------Left Nav Full or Empty Titles------*/

/*a span.LeftNavAvailable {
	color:#5CB85C !important; 
	margin-left: 7px !important; 
	font-weight: normal !important;
	font-size: 10px !important;
	line-height: 4px !important;
}

a span.LeftNavAvailable:hover {
	color: #449d44 !important;
}

a span.LeftNavFull {
	color:#D9534F !important; 
	margin-left: 7px !important; 
	font-weight: normal !important;
	font-size: 10px !important;
	line-height: 4px !important;
}

a span.LeftNavFull:hover {
	color: #C9302C
}

a span.LeftNavFullCircle {
	color: #D9534F !important;
	font-weight: normal !important;
	font-size: 34px !important;
	line-height: 3px !important;
	margin-top: 3px;
	display: block;
	padding-top: 5px;
	float: left;
}


a span.LeftNavAvailableCircle {
	color: #5CB85C !important;
	font-weight: normal !important;
	font-size: 34px !important;
	line-height: 3px !important;
	margin-top: 3px;
	display: block;
	padding-top: 5px;
	float: left;

}
*/
/*--------Program Overview & Fees ------------*/

div.programWrap {
	width: 870px;
	height: 274px;
	/*border: 1px solid black;*/
	padding-bottom: 20px;
	
}

img.programPhoto {
	width: 330px;
	height: 240px;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
	opacity: .9;
}

div.programWrap:hover img.programPhoto {
	opacity: 1.0;
}

div.programTableWrap {
	width: 540px;
	height: 240px;
	background-color: rgb(236, 234, 229);
	float: left;
	position: relative;
}

table.programTable {
	margin: 15px;
	height: 200px;
	width: 500px;
	border-collapse: collapse;
	font-family: arial;
}

table.programTable th {
	text-align: left;
}
table.programTable tr {
	border-bottom: 1px solid grey;
	font-size: 1em;
}
table.programTable tr.noBorder {
	border-bottom: none;
}

table.programTable td {
	font-family: arial;
	font-size: .9em;
	color: rgb(81, 81, 81);
}

td, th {
	padding-right: 3px;
	margin-right: 3px;
	line-height: 1.1em;
}

th.register {
	width: 60px;
}

div.ProgramTitle {
	width: 100%;
	height: 34px;
	background-color: rgb(255, 160, 0);
	position: relative !important;


}

.ProgramTitle h2 {
	font-family: Arial;
	color: #fff;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	position: absolute;
	display: block;
	height: 10px;
	top: 6px;
	left: 13px;
	padding: 0px;
	text-transform: uppercase;
}

 .registerUpperRight {
	font-family: arial;
	text-align: right;
	width: 100%;
	height: 34px;
	position: absolute !important;
	right: 9px;
	height: 5px;
	display: block;
	bottom: 5px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.registerUpperRight:hover {

	right: 7;


}

th.fee, th.length {
	padding-left: 25px;
}


.learnMore {
	position: absolute !important;
	bottom: 5px;
	right: 5px;
	width: 110px;
	height: 30px;
	background-color: rgb(255, 160, 0);
	border-radius: 3px;

}

.learnMore p {
	color: #fff;
	font-family: arial;
	font-size: 15px;
	bottom: 8px;
	right: 0px;
	width: 110px;
	height: 30px;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

.learnMore:hover {
	background-color: rgb(241, 151, 0);
	
}

.learnMore a {
	text-decoration: none;
}

a {
	text-decoration: none;
}
.pricesContainer {
width: 100%;
height: 275px;
}
/*-----------HOMEPAGE--------------*/
.register-container {
    width: 730px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 265px;
}

.steps-container {
    width: 590px;
}

.container-title {
    color: #333;
    font-family: arial;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}
.container-description {
    font-family: arial;
    color: rgba(117, 117, 117, 1);
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.number {
    font-family: arial;
    font-size: 60px;
    color: rgba(117, 117, 117, 1);
    float: left;
    font-weight: bold;
    margin-top: 60px;
    padding: 10px;
}

.registration-worksheet-title-wrap {
    width: 150px;
    float: left;
    height: 150px;
    margin: 0px 10px 10px 10px;
}


.worksheet-container {
    width: 150px;
    height: 145px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.application-icon {
    width: 85px;
    height: 85px;
    margin-top: 10px;
    margin-left: 5px;
    padding: 10px;
}

.worksheet-directions {
    color: #333;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;

}

.worksheet-title {
    font-family: arial;
    color: #666;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    color: #8B4B1D;
}

.registration-worksheet-title-wrap:hover .worksheet-title {
    color: #FF8C0F;
}

.enter-system  {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #FFF;
    background-color: #5CB85C;
    border-color: #4CAE4C;
    margin-top: 68px;
    display: block;
    width: 230px;
    text-align: center;
    float: left;
    height: 50px;
}
.enter-system:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

hr {
    color: #ddd;
    width: 100%;
}



.highlight-banner {
	border-left: 2px solid white; 
	border-right: 4px solid white; 
	width: 934px; 
	background-color: #FF8C0F;
	height: 28px; color: white;
	font-family: arial; 
	padding: 8px 0px 5px 0px; 
	line-height: 28px; 
	margin-top: -23px; 
	margin-left: -10px; 
	margin-bottom: 10px;

}

.highlight-banner:hover {
padding: 5px 0px 8px 0px;
background-color: #E77800;

}

.highlight-banner a {
text-decoration: none;
color: white;
}

.highlight-banner a:hover {
color: white;
}

.itineraryInfoContainer {
    width: 425px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.itineraryInfo {
    height: 30px;
    background-color: #33CCFF;
    margin: 3px;
    float: left;

}

.itineraryInfo p {
    color: #fff;
    padding: 5px;
    text-align: center;
    margin: 0px;
}

}
.itineraryInfo:hover > p {
    color: #F0F0F0;


}

.clickHereToRegister {

    display: block;
    width: 800px;
    padding: 30px;
    background-color: #2DB141;
    text-align: center;
    font-size: 30px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 5px black;
    border: 1px solid #fff;
    margin-top: 20px;

}

.clickHereToRegister:hover {
    background-color: #219032;
    color: #fff;

}

.twelve {
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 25px;
    border-radius: 15px;
    background-color: #31B149;

}

.twelve:hover {
    background-color: #2A993F;
    cursor:pointer;

}

.seven {
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 25px;
    border-radius: 15px;
    background-color: #31ACB1;

}

.seven:hover {
    background-color: #299398;
    cursor:pointer;
}

.cav {
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 25px;
    border-radius: 15px;
    background-color: #B16731;

}

.cav:hover {
    background-color: #98582A;
    cursor:pointer;
}
.ind {
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 25px;
    border-radius: 15px;
    background-color: #FFA000;

}

.ind:hover {
    background-color: rgb(247, 156, 2);
    cursor:pointer;
}
.buttonsWrapper {
    width: 100%;
    height: 70px;
}

.adventureTitle {
    float: left;
    font-size: 18px;
    width: 150px;
    line-height: 24px;
}

/*--- Not used but hides sitecore template stuff I cannot remove---*/

#login {
display: none; }
 
#login h3 {
	margin: 5px 0; 
}
        
#login h3 a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;	 
}

#login h3 a:hover {
	color: #654321;
	height:21px; 
}
             
#weather {
	height: 100px;
	margin-top: 30px;
	display: none;
    /*margin-top:33px;*/ }

/*----- Landscape Photo ----*/
.landscapePhoto {
	width: 300px;
	height: 200px;
	padding: 10px;
}


#ptc_national_goals p {
	text-align: center;
	
}

#ptc_national_goals h3#journey {
	
}

#ptc_national_goals p.focus {
    background-color: #94d8ff;
    line-height: 100px;
    color: #fff;
    height: 100px;
    width: 110px;
    border-radius: 74px;
    display: block;
    text-align: center;
    float: left;
    margin: 5px;
    font-weight: bold;
    font-size: 12px;
}

#ptc_national_goals p.focus:hover {
	background-color: #3699d3;
	cursor: pointer;
}

div.focus_container {
	width: 420px;
}

