/* Start of CMSMS style sheet 'Colors' */
/* CSS Document */


#cta a {
	color:#4A6B59;
	}
#cta a:hover {
	color:#923422;
	}
#sub-content h1 {
	color:#923422;
	}
#sub-content h2 {
	color:#4A6B59;
	}
#sub-content p {
	}

#sub-content a {
	color:#4A6B59;
	}
#sub-content a:hover {
	color:#923422;
	}

body {
	background-image: url(images/mainbg.jpg);
	background-color: #FFFFFF;
	}

div, td {
	color: #5C5C5C;
	}
	
.layout {
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	}
#breadcrumbs {
	background-image: url(images/breadcrumb-bg.jpg);
	background-color:#FFFFFF;
	color:#F2CC86;
	}
#breadcrumbs div.bcholder {
	color:#F2CC86;
	}
#breadcrumbs .off {
	color:#F7EEDD;
	}
#breadcrumbs .on {
	color:#F2CC86;
	}
.layout .subpage {
	background-image: url(images/sub-bg.jpg);
	}
.layout .footer {
	background-image: url(images/footer-bg.jpg);
	background-color:#122356;
	}
.layout .footer .content {
	color:#6F93E6;
	}
.layout .footer .content a {
		color:#7790C6;
	}
/* End of 'Colors' */

/* Start of CMSMS style sheet 'Layout' */
#breadcrumbs {
	padding:0px;
	background-repeat: no-repeat;
	height:77px;
	}
#breadcrumbs .off {
	font-size:1.4em;
	}
#breadcrumbs .on {
	font-size:1.1em;
	}
#breadcrumbs div.bcholder {
	padding:22px 0px 0px 33px;
	font-size:1.3em;
	font-weight:bold;
	}

#cta {
	padding:20px 136px 35px 55px;
	}
#cta ol {
	margin-bottom:15px;
	line-height:18px;
	margin-left:50px;
	}
#sub-content {
	padding:45px 136px 35px 55px;
	}
#sub-content h1 {
	margin-bottom:15px;
	font-size:1.5em;
	}
#sub-content h2 {
	font-size:1.2em;
	margin-bottom:22px;
	line-height:16px;
	}
#sub-content h3 {
	font-size:1.1em;
	line-height:18px;
	margin-bottom:4px;
	}
#sub-content p {
	margin-bottom:15px;
	line-height:18px;
	}
#sub-content ul {
	margin-bottom:15px;
	line-height:18px;
	margin-left:50px;
	}
#sub-content li {
	margin-bottom:5px;
	line-height:18px;
	}
* {
	margin:0;
	padding:0;
	}
body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	}
img {
	behavior: url("includes/pngbehavior.htc");
	border-width:0px;
	}
td {
	vertical-align:top;
	}
div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.layout {
	margin: auto;
	width: 953px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	}
.layout .hpcontent {
	display:none;
	}

.layout .subpage .left {
	width:262px;
	}
#subimages {
	padding-top:20px;
	padding-left:8px;
	}
.layout .subpage .content {
	}
.layout .footer {
	background-repeat:no-repeat;
	}
.layout .footer .content {
	color:#6F93E6;
	padding:5px;
	font-size:0.9em;
	}
.layout .footer .content a {
	color:#7790C6;
	text-decoration:none;
	}
.layout .footer .seo {
	padding-top:300px;
	}
/* End of 'Layout' */

/* Start of CMSMS style sheet 'Menu-Top' */
.clearb { clear: both; }

#menuwrapper { 
	width: 953px;
	}

#primary-nav,
#primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none;
        z-index:1;
	}
	
#primary-nav ul ul { 
	margin-top: 1px;
	margin-left: -1px;
	left: 100%; 
	top: 0px;
	}
	
#primary-nav li { 
	float: left; 
	margin: 0px; 
	}
	
#primary-nav li li { 
	float: none; 
	position: relative; 
	width: 246px; 
	margin:-1px 0px 0px 0px;
	padding: 0px; 
	background-image:url(images/menu-bg.png);
	}
	
#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none; 
	color: #006699;
	}
	
#primary-nav li a { 
	}
	
#primary-nav li li a { 
	padding: 6px 5px 6px 18px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	}	
#primary-nav li li a:hover {
	color:#FFFFFF;
	background-image:url(images/menu-bg-over.png);
	}
#primary-nav li.menuparent { 
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li a.menuparent, 
#primary-nav ul li a.menuparent:hover, 
#primary-nav ul li a.menuparenth { 
	/* arrow for menuparents */
	background-image: url(images/cms/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}

/* Styling the apperance of menu items on hover
#primary-nav li:hover,  */
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	background-image:url(images/menu-bg-over.png);
	}

#primary-nav li.bottom,
#primary-nav li.bottom:hover  {
	margin:0px;
	padding:0px;
	background-image:url(images/spacer.gif);
border-width:0px;
	}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
	display: none; 
	}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */
#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
/* End of 'Menu-Top' */

/* Start of CMSMS style sheet 'Forms' */
/* For the Table forms with the labels on the left*/
.formbuilderTableLeft {

	}
.formbuilderTableLeft td {
	margin:0px;
	padding:3px;
	}
.formbuilderTableLeft label,
.formbuilderTableLeft .label {
	font-weight:bold;
	}
.formbuilderTableLeft .checkbox label {
	font-weight:normal;
	}
.formbuilderTableLeft .text1 input {
	width:150px;
	}
.formbuilderTableLeft .textarea textarea {
	width:350px;
	height:200px;
	}
/* End of 'Forms' */

/* Start of CMSMS style sheet 'Menu-Left' */
.clearb { clear: both; }

#subnav {
	padding:30px;
	}

#sub-nav,
#sub-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
	
#sub-nav li { 
	padding:4px 0px; 
	}
	
#sub-nav li a {
	color:#847965; 
	}

#sub-nav li a:hover {
	color:#50493D;
	}

#sub-nav li.menuactive { 
	}
/* End of 'Menu-Left' */

/* Start of CMSMS style sheet 'News' */
#newsList .newsItem {
	margin-bottom: 15px;
	}
#newsList .newsItem h3 {
	font-size: 1.2em;
	text-decoration: none;
	color:#4A6B59;
	}
#newsList .newsItem h3 a {
	text-decoration: none;
	color:#4A6B59;
	}
#newsList .newsItem h3 a:hover {
	text-decoration: underline;
	}
#newsList .newsItem .tdspacer {
	font-weight: normal;
	font-size: 0.9em;
	color: #F0633E;
	}
#newsList .newsItem .newsDate {

	font-weight: normal;
	font-size: 0.9em;
	color: #818281;
	}
#newsList .newsItem .more {
	text-align: right;
	}

/* End of 'News' */

/* Start of CMSMS style sheet 'landing' */
.lan-h2{
     font-size:14px !important;
     margin-bottom:10px !important;
}
.lan-h3{
     color:#6f93ce;
}
.lan-date{
     width:100px;
     color:#e8503c;
     font-style:italic;
     font-weight:bold;
}
.lan-link{
     background:transparent url(/uploads/images/linkarrow-lan.png) no-repeat scroll 0 5px;
     padding:0 0 0 15px;
}
#left-box{
     padding-left:17px;
     padding-top:20px;
}
#camp-box{
     background-image: url(/uploads/images/landing-box-bg.gif);
     background-repeat:no-repeat;
     height:197px;
     margin:0;
     /*margin:0 0 0 11px;*/
     width:213px;
}
#camp-box .mid{
     margin:0 10px;
     padding:43px 0 0 0;
}

#camp-box h2{
     color:#f4e8bb;
     font-size:14px;
     margin-bottom:10px;
}
#camp-box ul{
     color:#cfe2d4;
     margin-left:22px;
}
#camp-box ul li{
     margin-bottom:5px;
}
#camp-box a.camp-link{
     color:#ffffff;
     background:transparent url(/uploads/images/camp-arrow.png) no-repeat scroll 0 5px;
     padding:0 0 0 15px;
}
#camp-box a.camp-link:hover{
     text-decoration:none;
}
#photo-tour{
     text-align:center;
     width:195px;
     /*margin-left:18px;*/
}
#photo-tour h3{
     color:#d7503f;
     font-size:13px;
     margin-bottom:3px;
}
/* End of 'landing' */

/* Start of CMSMS style sheet 'more_lightwindow' */
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #d3c2a4;
		background-color: #d3c2a4;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #d3c2a4;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #D3C2A4;
		clear: both;
                font-size:14px;
                font-weight:bold;
	}

	#lightwindow_data_details {
		background-color: #d3c2a4;
		padding: 0 10px 0 10px;
		height: 20px;
                display:none;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 100%;
		text-align: center;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}
.hidden{
       display:none;
}
/* End of 'more_lightwindow' */

