/* @override http://www.navigators.org/us/ministries/eaglelakenew/stylesheets/internal.css */

/* @override 
	http://127.0.0.1:4000/stylesheets/internal.css
	http://127.0.0.1:4000/stylesheets/global.css
	http://127.0.0.1:4000/stylesheets/global.css
	http://127.0.0.1:4000/stylesheets/global.css
	http://127.0.0.1:4000/global.css
	http://www.navigators.org/us/ministries/eaglelakenew/stylesheets/internal.css
*/

/* @group Imports */

@import url("reset.css");

/* @end */

/* @group Page */

body {
	/* Reset Font Size 16px/20px */
	font-size: 100%;
	line-height			:20px;
	background			: url(../images/bg-day-gradient-short.gif) repeat-x 0 -410px;

}

#content {	
	padding				:0;
	min-width			:960px;
	width				:auto;
	position			:relative;
	/*overflow			:hidden; removed 10/12/2010*/
	background: #fff url(../images/bg-column.jpg) repeat-y;
}

#primary_content {
	position: relative;
	margin-top: -20px;

}

#secondary_content {
	width				: 200px;
	padding				: 40px 20px;
	margin-top			:-20px;
}

/* @group Header */

#header {
	position			:relative;
	padding				:20px;
	height				:111px;
	background			:url(../images/bg-day.gif) no-repeat 50% -470px;
}

#header h1 {
	font-family:"HelveticaNeue-Light",Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight			:normal;
	color				:#fff;
	position: absolute;
	line-height: 1.25em;
	margin-bottom: 0;
	left: 20px;
	bottom: 20px;
}
#header h1#logo {
	left: auto;
	right: 20px;
	bottom: 0;
}
#header h1#logo a {
display: block;
background: url(../images/logo.png);
width: 337px;
height: 130px;
text-indent: -9000px;
}

/* @end */

/* @group Footer */

#footer {
	clear				:both;
	padding				:20px;
	background			:#000;
	border: 1px solid #000;
	text-align: center;
}

#footer p {
	margin				:0;
	padding				:0;
	text-align: center;
}
#footer ul {
margin: 0;
	text-align: center;
}
#footer ul li {
list-style: none;
display: inline;
}
#footer ul li a {
	padding: 0 5px;
}


/* @end */

/* @end */

/* @group Navigation */

#primary_nav {
	position			:absolute;
	left				:50%;
	bottom				:10px;
	margin				:0;
	margin-left: -225px;
	width				:500px;
	list-style			:none;
	padding				:0;
}

#primary_nav li {
	float: left;
}

#primary_nav li a {
text-decoration: none;
position: relative;
}
#primary_nav li a img {
	border: none;
	width: 50px;
	padding: 5px;
}

#primary_nav li a .tooltip  {
display: none;
position: absolute;
background: #194625;
line-height: 1.25em;
padding: 4px;
text-decoration: none;
bottom: 60px;
left: -50%;
margin-left: 14px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
width: 80px;
color: #fff;
}

#primary_nav li a:hover .tooltip  {
display: block;
}

#primary_nav li a:hover img {
	border: none;
	width: 60px;
	padding: 0;
}


#secondary_content ul {
	margin: 0px;
	font-size: 1.25em;
	list-style: none;
list-style-position: inside;
list-style-type: none;
zoom: 1;
text-indent: 0;
}
#secondary_content ul li {
display: block;
margin: 0;
text-indent: 0;
}
#secondary_content ul li a {
color: #aed4b8;
text-decoration: none;
font-weight: bold;
}
#secondary_content ul li a:hover {
color: #fff;
}
#secondary_content ul ul li {
margin-left: 10px;
}
#secondary_content ul ul li a {
font-weight: normal;
background: url(../images/bullet.gif) no-repeat 0 3px;
padding-left: 15px;
}
#secondary_content ul li.current a {
color: #ffdc86;
}
#secondary_content ul li.current li a {
color: #aed4b8;
}
#secondary_content ul li.current li.current a {
color: #ffdc86;
}
#secondary_content ul li.current li.current li a {
color: #aed4b8;
}
#secondary_content ul li.current li.current li.current a {
color: #ffdc86;
}
#secondary_content ul li.current li.current li.current li a {
color: #aed4b8;
}
#secondary_content ul li.current li.current li.current li.current a {
color: #ffdc86;
}


/* @end */

/* @group Link Styles */

a:link, a:visited {
	color				: #b3854a;
}

a:hover, a:active {
	color				: #a17037;
	text-decoration		:none;
}

/* @end */

/* @group Tag Styles */

/* @group Fonts */

/* Set Font Families */

h1, h2, h3 , h4, h5, h6, caption, dt {
	font-family			:"HelveticaNeue-Bold",Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight			:normal;
	color				:#000;
}

p, li, dd {
	font-family			:Tahoma, Geneva, Verdana, sans-serif;
	color				: #4a6150;
	font-size			:.75em;
	line-height			:20px;
}

#primary_content td, #primary_content  tr
{
	font-family			:Tahoma, Geneva, Verdana, sans-serif;
	color				: #4a6150;
	font-size			:.85em;
	line-height			:20px;
	
}

code, pre {
	font				:10px Consolas, "Lucida Console", Monaco, monospace, mono;
}

/* Set margin-bottom for Baseline Grid (20px) */

h1, h2, h3, h4, h5, caption {
	margin-bottom		:10px;
}

p, ul, ol, dl, blockquote, pre, #primary_content table, fieldset {
	margin-bottom		:20px;
}

/* @end */

/* @group Headers */

h1 {
	font-size			:1.75em;
	line-height			:30px;
}

h2 {
	font-size			:2em;
	line-height			:30px;
	color: #bea000;
}

h3 {
	font-size			:1.125em;
	line-height			:20px;
	color: #107a58;

}

h4, caption {
	font-size			:1em;
	line-height			:20px;
color: #194625;
}

h5 {
	font-size			:.875em;
	line-height			:20px;
}

h6, label, #primary_content tfoot td {
	font-size			:1em;
	font-weight			:bold;
	line-height			:20px;	
}

/* @end */

/* @group Body Text */

p {
	
}

p img {
}

p img.left {
	margin-right		:10px;
}

p img.right {
	margin-left			:20px;
}

blockquote {
background: #ecfbf0 url(../images/open-quote.gif) no-repeat 20px 20px;
padding: 20px 20px 20px 60px;
}

blockquote p {
	margin				:0;
font-size: 1em;
line-height: 1.5em;
}

address {
	margin-left: 10px;
}

cite {
	display				:block;
	text-align			:right;
}

strong, b {
	font-weight			:bold;
}

em, i {
	font-style			:italic;
}

/* @end */

/* @group Lists */

ul {
	padding				:0;
	margin-left			:20px;
	list-style-type		:disc;
	list-style-position	:inside;
	opacity				:1;
}

ol {
	margin-left			:20px;
	padding				:0;
	list-style-position	:inside;
	list-style-type		:decimal;
}

dl {
	padding				:0;
	list-style-position	:inside;
	border				:1px solid #5b9771;
	border-top			:none;
}

dl dt {
	border-bottom		:1px solid #5b9771;
	border-top			:1px solid #5b9771;
	background-color	:#ecfbf0;
	padding-left		:10px;
	font-size			:1em;
	line-height			:36px;
	display				:block;
}

dl dd {
	padding				:10px 10px;
	font-size			:.875em;
}

ul p, ol p {
	margin				:0;
	padding				:0;
}

/* @end */

/* @group Code */

code {
	color				:#fff;
	padding				:3px;
	background-color	:#000;
}

pre {
	background-color	:#000;
	padding				:10px 20px;
}

pre code {
	background-color	:transparent;
	border				:none;
	padding				:0;
}

/* @end


 */

/* @end */

/* @group Tables */

#primary_content table {
	border-collapse		:collapse;
	clear				:left;
	width				:100%;
	margin-bottom: 20px;
	border: 2px solid #5b9771;
}

#primary_content caption {
	padding				:0;
}

#primary_content thead th {
	background-color	: #5b9771;
	border-bottom		:1px solid #5b9771;
	color: #fff;
	border-top: 4px solid #5b9771;
	border-right: 1px solid #74b58c;
}

#primary_content tbody th {
	background-color	:#ecfbf0;
	border-bottom: 1px solid #ecfbf0;
	font-size: .875em;
	color: #538a67;
}
#primary_content thead td {
	background-color	:#ecfbf0;
	border-bottom: 1px solid #ecfbf0;
	border-top: 4px solid #5b9771;
	color: #538a67;
}


/* rather than give the table a font size, use contextual selectors to target the th and td elements within */

#primary_content tfoot td {
	background-color: #ecfbf0;	
	border-top		:1px solid #5b9771;
}

#primary_content tr {
	background-color	:#fff;
}

#primary_content td, #primary_content th {
	height				:20px;
	line-height			:20px;
	padding				:5px 10px;
	border-right: 1px solid #ecfbf0;
}

#primary_content tbody td {
	color: #607872;
}

#primary_content col.odd {
	background-color	:#fff;
}


/* @end */

/* @group Forms */

fieldset p {
	display				:block;
	margin				:0;
	padding				:0;
	overflow			:hidden;
	clear				:both;
}

fieldset {
	display				:block;
	padding				:20px;
	background-color: #ecfbf0;
}


.fieldset p {
	display				:block;
	margin				:0;
	padding				:0;
	overflow			:hidden;
	clear				:both;
}

.fieldset {
	display				:block;
	padding				:20px;
	background-color: #ecfbf0;
}


label {
	display				:block;
	vertical-align		:middle;
}

label input {
margin-right: 5px;
}

input, button {
	line-height			:20px;
	vertical-align		:middle;
	margin				: 0;
}
input[type="text"], input[type="password"], textarea {
	background-color	:#fff;
	padding				:0 2px;
	margin				: 0;
	border				:1px solid #5b9771;
	line-height: 20px;
	width: 98%;
}

button {
	cursor				:pointer;
	border				:none;
	line-height			:20px;
	margin				:0;
	color				:#fff;
	font-weight			:bold;
	background-color: #5b9771;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
}

button:hover {
	background-color: #184524;
}

button img {
	padding				:0;
	margin				:0;
	margin-right		:5px;
	border				:none;
	vertical-align: middle;
	background-color	:transparent;
}


#camp_availability {
	padding: 10px;
	vertical-align: middle;
}
#camp_availability h3 {
	float: left;
	width: auto;
	margin-right: 15px;
	margin-bottom: 0;
	vertical-align: middle;	
}
#camp_availability select {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/*

 @end */

/* @group Helper Classes */

.left {
	float				:left;
}

.right {
	float				:right;
}

.clearThis {
	clear				:both;
}

.small {
	font-size			:.625em;
}

.large {
	font-size			:1em;
}

.soft {
	color				:#D3D3D3;
}

.hide {
	display				:none;
}

.absolute {
	position			:absolute;
	z-index				:10000;
}

p.last, p:last-child {
	margin-bottom		:0px;
}

.hr {
	line-height			:1px;
	height				:1px;
	background			:#fff url(../images/hr.gif) repeat-x;
	display				:none;
}

hr {
	display				:none;
}

/* @end */


/* @group Slideshow */

.slideshow {
width: 600px;
background: #fff url(../images/loading.gif) no-repeat center center;
border: 10px solid #556657;
height:  400px;
text-align: center;
position: relative;
border-top-width: 25px;
}
.slideshow .slide {
width: 600px;
height: 400px;
}
.slideshow .slide img {
width: auto;
height: 401px;
display: block;
margin:auto;
}

.slideshow_overlay {
display: block;
position: absolute;
z-index: 100000;
background-color: #556657;
width: 100%;
left: 0px;
top: -25px;
height: 25px;
overflow: hidden;
border-bottom: 1px solid #ccc;

}

.slideshow_pager {
float: right;
margin-left: 5px;
border-left: 1px solid #ccc;
padding-left: 5px;
}
.slideshow_nav {
float: right;
margin-left: 5px;
border-left: 1px solid #ccc;
padding-left: 5px;
}

.slideshow_nav a {
	display: block;
	float: left;
	text-indent: -99999px;
	padding-left: 5px;
	height: 25px;
}

.slideshow_pager a {
	display: block;
	float: left;
	text-indent: -99999px;
	padding-left: 5px;
	height: 25px;
}

.slideshow_overlay p {
float: left;
height: 25px;
line-height: 25px;
font-size: 12px;
font-weight: bold;
margin-right:10px;
color: #fff;
margin-right: 5px;
border-right: 1px solid #ccc;
padding-right: 10px;

}

.slideshow a {
width: 11px;
background: url(../images/slideshow-navigation.gif) no-repeat center 0;
text-indent: -99999px;
}

.slideshow a:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -25px;
}

.slideshow a.activeSlide {
background: url(../images/slideshow-navigation.gif) repeat-y center -50px;
}
.slideshow a.prev {
background: url(../images/slideshow-navigation.gif) repeat-y center -75px;
}
.slideshow a.prev:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -100px;
}

.slideshow a.next {
background: url(../images/slideshow-navigation.gif) repeat-y center -125px;
}
.slideshow a.next:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -150px;
}

.slideshow a.play {
background: url(../images/slideshow-navigation.gif) repeat-y center -175px;
}
.slideshow a.play:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -175px;
}
.slideshow a.pause {
background: url(../images/slideshow-navigation.gif) repeat-y center -200px;
}
.slideshow a.pause:hover {
background: url(../images/slideshow-navigation.gif) repeat-y center -200px;
}

table.gallery a {
display: block;
width: 210px;
float: left;
text-decoration: none;
text-align: center;
font-weight: bold;
background-color: #ecfbf0;
margin: 5px 5px 0 0;
padding: 10px 5px 5px;
border: 1px solid #d7e5db;
}

table.gallery a:hover {
background-color: #fff;
}
table.gallery a img {
margin: 0;
float: none;
padding: 0;
}

/* @end */

/* @group Portal Styles */
#content > table{
	margin: 0;
}
#content > table tbody tr td {
vertical-align: top;
}
.OraTableBorder #primary_content {
margin-top: 0px;
}
.OraTableBorder #secondary_content {
margin-top: 0px;
}


.OraTableBorder { border: #CCCC99 1px solid; padding:0; margin:0; }
.OraBGAccentLight { background-color:#F7F7E7 } 
.OraBGAccentMedium { background-color:#FFFFCC } 
.OraBGAccentDark { background-color:#CCCC99 }
.OraBGAccentVeryDark { background-color:#999966 }
.OraNavBarViewOnly {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.83em;color:#336699}
.OraNavBarActiveLink {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.83em; color:#663300}
.OraNavBarInactiveLink {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.83em; color:#999966}
body #portal_container .OraLinkText {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.83em;color:#663300}
.OraHiddenLabel {position:absolute;top:-999px;left:0px}
.OraCrumbsSelected {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.75em; text-decoration:none}
.OraCrumbsEnabled {font-family:Arial,Helvetica,Geneva,sans-serif; font-size:0.75em; color:#663300}
.OraGlobalButtonText { font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.67em;color:#663300}
.OraHeaderSubSub {font-family:Arial,Helvetica,Geneva,sans-serif;font-size:0.92em;color:#336699;font-weight:bold}
.RegionNoBorder table[style] {
margin-left: 0 !important;
margin-right: 0 !important;
}
.titleorimageid1siteid0 {
	font-size: 1.25em !important;
}
.descriptionid1siteid0 {
	font-size: 1.1em !important;
	color: #848484 !important;
}
#primary_content  table.eventlist {
	font-size:.8em;
	text-align:center;
	font-family:"HelveticaNeue-Light",Helvetica Neue, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	clear: left;
	margin-bottom: 20px;
	width: 800px;
}
#primary_content table.eventlist  {
	border:none;
	}

#primary_content  table.eventlist thead th {
	background: url(../images/Event_Table_Images/greygradient.png) repeat-x;
	border:none;
	border-right:1px solid #fff;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	color:#444;
	text-align:center;
	height:65px;
	padding:0px;
	padding-top:5px;
	width:55px;
}
#primary_content  table.eventlist thead th span{
	font-weight:bold;
	font-size:.8em;
	text-align:center;
	line-height:10pt;
	}
	
#primary_content  table.eventlist #table_first {
	font-size:2em;
	color:#fff;
	font-weight:bold;
	text-align:left;
	height:65px;
	font-family:"HelveticaNeue-Light",Helvetica Neue, Arial, Helvetica, sans-serif;
	background: url(../images/Event_Table_Images/greenradient_top.png) no-repeat #fff;
} 

#primary_content  table.eventlist td.event_name {
	/*background-color	: #f5b13d;*/
	background: url(../images/Event_Table_Images/greengradient.png) repeat-x;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #fff;
	font-size:1.2em;
	width:249px;
}
#primary_content  table.eventlist td.event_name  a{
	color:#fff;
	text-decoration:none;
	padding-left: 10px;
	
}
#primary_content  table.eventlist tr {
	background-color:#f8f8f8;
	border-bottom:1px #fff solid;
	height:30px;
	
}
#primary_content  table.eventlist tr.odd {
	background-color: #f8f8f8;
}
#primary_content  table.eventlist td {
	border-right: 1px solid #d6d6d6;
	font-family:"HelveticaNeue-Light",Helvetica Neue, Arial, Helvetica, sans-serif;
	text-align:center;
	text-align:center;
	}
#primary_content  table.eventlist td a.open {
	margin:auto;
	display:block;
	width:25px;
	height:16px;
	background: url(../images/Event_Table_Images/AcceptSmall.png) no-repeat 50% 50%;
}

#primary_content  table.eventlist td a.close {
	margin:auto;
	display:block;
	width:25px;
	height:16px;
	background: url(../images/Event_Table_Images/full.png) no-repeat 50% 50%;
}
#camp_availability {
display:none;
}
.camps_programs {
width:190px;
float:left;
margin-right:10px;
}

.camps_programs img {
width:118px;
margin-left:auto;
margin-right:auto;
border:none;
}

#campsPrimary {
float:left;
width:401px;

}
#campsSecondary {
float:left;
width:401px;

}
.camps_programs p {
text-align:left;
color:#000033;
font-weight:bold;
font-family:Arial;
}
.camps_programs p.campdetails {
height:240px;
}

div.camps_programs h2 {
font-family:"HelveticaNeue-Light",Helvetica Neue, Arial, Helvetica, sans-serif;
font-size: 2em;
width:100px;
text-align:left;
text-decoration:none;
}

#registerButton {
height:50px;
width:210px;
background: url(../images/register-button.png);
display:block;
}
#registerButton:hover {
  background-position: 0px -50px;
 
 }
h5.faqheader {
font-weight:bold;
color:#4A6150;
}
legend {
color:#4A6150;
font-size:1.3em;
font-family:"HelveticaNeue-Light",Helvetica Neue, Arial, Helvetica, sans-serif;
}
fieldset {
border:1px #184725 solid;
}
ul.campdetails li {
list-style-position	:outside;
}
ol.campdetails li {
list-style-position	:outside;
}
/* @end */
