@charset "UTF-8";
/* CSS Document */
 
* {
  margin: 0;
  padding: 0;
}

body, div, h1, h2, h3, p1, p2, p3, p4, p5, p6, p7, ul, img {
	margin: 0 auto; 
	padding: 0px; 
	color: #192d59;
	border-style: none;
	font-size: 20px;
}

body { 
	font-family: MyriadPro, Helvetica, Arial, Georgia, sans-serif;  
	background-color: #4c4b34;
}

  


@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-regular-webfont.svg#webfontdqNTRdkB') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-regular-webfont.svg#webfontdqNTRdkB') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-bold-webfont.svg#webfontUhD4Pdwd') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica-webfont.eot?') format('eot'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#webfontUhD4Pdwd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('fonts/helvetica-bold-webfont.eot?') format('eot'),
         url('fonts/helvetica-bold-webfont.woff') format('woff'),
         url('fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('fonts/helvetica-bold-webfont.svg#webfontUhD4Pdwd') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


div.row {
    clear: both;
  } 

div.row span.left {
    float: left;
    width: 235px;
    text-align: right;
	font-weight: bold;
	padding-right: 10px;
    padding-top: 10px;
  }
  
div.row span.center {
	border-right: 1px solid #eed;
}  

div.row span.right {
  float: left;
  width: 235px;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px;
  } 
  
  
  
.blogPost header p, .blogPost header p a {
		font-size: 14px;
		font-style: italic;
		color: #777;
	}
	
		.blogPost header p a:hover {
			text-decoration: none;
			color: #000;
		}

.blogPost div {
	/* Column-count not implemented yet */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
}
	
p.event-date {
	color: red; 
	font-weight:normal; 
	margin: 0 0 0 0;
	font-weight: bold;
	padding-bottom: 20px;
} /* Event date & time */

p.event-loc {
	color: green; 
	font-weight: normal; 
	margin: 0 0 0 0;
	font-style: italic;
	text-style: 
} /* Event location */

/* Tan container div */
.container {  
    width: 960px;  
    margin: 0 auto; 
	margin-top: 20px;
	margin-bottom: 40px;
	-moz-box-shadow:  0px 0px 20px #2d2d2d;
  	-webkit-box-shadow: 0px 0px 20px #2d2d2d;
	background: #dcd4b8;
	background-image: url('images/texture.png');
	background-image: url('images/texture.png'), -webkit-gradient(linear, left top, left bottom, from(#dbd3b6), to(#e2ddca));
	background-image: url('images/texture.png'), -webkit-linear-gradient(top, #dbd3b6, #e2ddca);
	background-image: url('images/texture.png'), -moz-linear-gradient(top, #dbd3b6, #e2ddca);
	background-image: url('images/texture.png'), -ms-linear-gradient(top, #dbd3b6, #e2ddca);
	background-image: url('images/texture.png'), -o-linear-gradient(top, #dbd3b6, #e2ddca);
	background-image: url('images/texture.png'), linear-gradient(top, #dbd3b6, #e2ddca);
	} 
	
.content {
	padding: 0 20px 20px 20px;
}

.header {
	background: #006699;
	background: -webkit-gradient(linear, left top, left bottom, from(#1b78a8), to(#006699));
	background: -moz-linear-gradient(top,  #1b78a8,  #006699);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b78a8', endColorstr='#006699');
	-moz-box-shadow:  0px 1px 0px #f3f0e2;
  	-webkit-box-shadow: 0px 1px 0px #f3f0e2;
	border-bottom: 2px solid #304142;
	height: 32px;
	padding: 20px;
}

/* White charter text  */
.header p {
	color: #fff;
	float: right;
	font-size: .6em;
	font-family: georgia;
	font-weight: 100;
	padding-top: 5px;
	text-align: right;
	}

.header img {
	position:absolute;  
	top: 0px;
	padding-left: 10px;
}

menu {
}

ul#menu {
	list-style: none;
	text-align: center;
	height: 30px;
	border-bottom: 1px solid #eed;
	padding-top: 9px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	margin-left: 240px;
	margin-right: 20px;
}

ul#menu li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#menu li a {
	display: inline-block;
	padding: 0 21px 0 22px;
	font-size: 14px;  
    color: #192d59;  
    text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px #eeeedd, 1px 1px #eeeedd;
	-webkit-transition: color 0.2s linear;  
    -moz-transition: color 0.2s linear;  
    -o-transition: color 0.2s linear;  	
}

ul#menu li a.first-child {
	display: inline-block;
	padding: 0 22px 0 0px;
	font-size: 14px;  
    color: #192d59;  
    text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-transition: color 0.2s linear;  
    -moz-transition: color 0.2s linear;  
    -o-transition: color 0.2s linear;  	
}

ul#menu li a.last-child {
	display: inline-block;
	padding: 0 0px 0 17px;
	font-size: 14px;  
    color: #192d59;  
    text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-transition: color 0.2s linear;  
    -moz-transition: color 0.2s linear;  
    -o-transition: color 0.2s linear;  	
}

ul#menu li a:hover {  
    color: #aa0000; 
	font-family: Georgia, "Times New Roman", Times, serif; 
} 

ul#menu li a:active {  
    color: #850000; 
	font-family: Georgia, "Times New Roman", Times, serif; 
} 

a {
	color: #192d59;  
    text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.2s linear;  
    -moz-transition: color 0.2s linear;  
    -o-transition: color 0.2s linear;  	
	font-size: 1em;
}

a.index {
	color: #fff; 
}

a.index:hover {
	color: #192d59;
}

ul#sub_menu {
	list-style: none;
	text-align: right;
	height: 30px;
	margin: -15px 20px 20px 24px;
	text-shadow: 1px 1px #eeeedd, 1px 1px #eeeedd;
}

ul#sub_menu li {
	display: inline;
}

ul#sub_menu li a {
	display: inline-block;
	padding: 0 0 0 22px;
	font-size: 12px;  
    color: #aa0000;
	font-family: helvetica, arial, sans serif;  
    text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.2s linear;  
    -moz-transition: color 0.2s linear;  
    -o-transition: color 0.2s linear;  	
}


ul#sub_menu a {
	color: #192d59;  
    text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.2s linear;  
    -moz-transition: color 0.2s linear;  
    -o-transition: color 0.2s linear;  	
}

ul#sub_menu li a:hover {  
    color: #192d59;  
} 

a:hover {
    color: #aa0000;  
}

body#home a#homenav,
body#advancement a#advancementnav,
body#camping a#campingnav,
body#inside a#insidenav,
body#account a#accountnav {
	color: #aa0000;  
}




#cushycms {
	display: table-cell;
	}

#cushycms p {
	color: #192d59;
	display: block;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	font-size: .7em;
 	padding: 0 20px 10px 0px;
}

#announcements_minutes_table_wrapper { 
  border-collapse: collapse; 
  display: table; 
  margin-top: 20px;
  width: 100%;
} 

#announcements_minutes_table_row { 
	display: table-row;
}

#announcements_cell { 
  display: table-cell; 
  width: 52.5%; 
} 

#minutes_cell { 
  display: table-cell; 
  width: 47.5%; 
} 

#announcements_cell p,
#minutes_cell p { 
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 0px 0px 7px 0px;
}

.table_box_right {
        margin: 0 0 0 30px;
		float: right;
}


#listings {
	display: table;
}

	#mainContent {
		display: table-cell;
		width: 900px;
		padding-right: 22px;
	}

#listings p {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	padding: 5px 0px 7px 0px;
}

#featured {
	display: block;
	padding: -5px 0px 0px 0px;
	font-size: .7em;
	}
	
#featured p4 {
	color: #192d59;
	display: inline-block;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	font-size: .8em;
	padding: 5px 0 15px;
	}

#featured_left {
	border: 0px solid #ffffff;
	float: left;
	margin: 5px 0px 10px 0px;
	overflow: hidden;
	position: relative;
}

#featured_left p {
	color: #32560e;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px 0px 7px 0px;
}

#index_left {
	width: 400px;
}

#index_left p {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px 0px 7px 60px;
}

#featured_left .caption {
	position: absolute;
	right: 3px;
	bottom: 57px;
	font-family: myriad pro, myriadpro, helvetica, arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #228bbf;
	letter-spacing: .1em;
	padding: 7px 20px 5px 10px;
}

#featured_right {
	float: left;
	margin-left: 20px;
	width: 507px;
	height: 270px;
}
  
#featured_right p {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px 0px 7px 0px;
}  

#description_left p {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px 0px 7px 0px;
}  


#account_left {
	margin: 5px 0px 0px 0px;
	padding: 10px;
	width: 440px;
	display: inline-block;
	float: left;
	vertical-align: top; 
	min-height: 170px;
	
	overflow: hidden;
	position: relative;
}



#account_right {
	margin: 5px 0px 0px 0px;
	padding: 10px;
	width: 440px;
	display: inline-block;
	vertical-align: top; 
	min-height: 170px;
}


#agenda {
	width: 500px; 
	padding: 5px;
	margin-top: -20px;
	display: block;
	font-size: .8em;
	height: 200px;
}

#announcements {
	border: 1px solid #ffffff;
	float: left;
	overflow: hidden;
	position: relative;
}


#minutes {
	float: left;
	width: 500px;
		border: 1px solid #ffffff;
}

#description_left {
	margin: 5px 0px 0px 0px;
	width: 560px;
	display: inline-block;
	float: left;
	vertical-align: top; 
	min-height: 170px;
}



/* Tan italic  */	
p1  {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px 0px 7px 0px;
	}

/* Future development, probably sub-paragraph before p1 styles begin  */		
p2 {
}	
	
/* Blue regular  */		
p3 {
	color: #192d59;
	display: block;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	font-size: .7em;
	padding: 0 0 10px 0px;
}

/* Links next to light-blue blocks  */
p4 {
	color: #192d59;
	display: inline-block;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	font-size: .8em;
	padding: 5px 0 15px;
}	

/* Links pdf italic  */
p5 {	
	font-family: Georgia;
	font-size: 1em;
	font-style: italic;
	text-transform: lowercase;
}

/* Red header */
h1 {
	color: #be1326; 
	font-size: 20px;
	letter-spacing: 1px;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 15px;
	text-shadow: #eeeedd 1px 1px 1px;
	padding-top: 5px;
}

/* Light-blue sub-header  */
h2 {
	color: #006699;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #eeeedd, 1px 1px #eeeedd;
	text-transform: uppercase;
}

/* Light-blue box titles  */
h3 {
	background: #228bbf;
	color: #fff;
	float: left;
	font-family: Myriad Pro, myriadpro, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .1em;
	margin: 0 10px 10px 0px;
	padding: 7px 10px 5px 10px;
}

/* Light-blue box titles leadership  */
h4 {
	background: #228bbf;
	color: #fff;
	float: center;
	font-family: Myriad Pro, myriadpro, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .1em;
	margin: 0 10px 10px 0px;
	width: auto;
	padding: 7px 10px 5px 10px;
}

hr {
	border: none;
	border-top: #cbc098 solid 1px;
	border-bottom: #eeeedd solid 1px;
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0;
	margin: 10px 0px 10px 0px;
	overflow: visible;
	position: relative;
	width: 100%;
}


hr.small {
	padding: 0;
	margin: 10px auto 10px 0px;
	width: 580px;
	align: left;
	text-align: left;
	border: none;
	border-top: #cbc098 solid 1px;
	border-bottom: #eeeedd solid 1px;
	font-size: 1px;
	line-height: 0;
}

#notice {
	background: #880303;
	background: -webkit-gradient(linear, left top, left bottom, from(#a33737), to(#880303));
	background: -moz-linear-gradient(top,  #a33737,  #880303);
	height: 30px;
	padding-top: 10px;
	color: #ffffff;
	border-bottom: 1px solid #999999;
	text-align: center;
	width: 960px;
	font-style: italic;
}

#footer {
	background: url('images/footer.png') center top no-repeat;
	background-image: url('images/footer.png');
	height: 80px;
	margin-top: -25px;
	padding-left: 20px;
	padding-top: 100px;
}

/* White footer text  */
#footer p {
	color: #ffffff;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	font-size: .6em;
	float: right;
	padding-top: 7px;
	padding-right: 20px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 4px #333;
	top: 15%;
	width: 460px;
	}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .40;
	z-index: 9999;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #c7be9e;
	padding: 20px;
	float: left;
	position: fixed;
	top: 30%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #2d2d2d;
	-moz-box-shadow:  0px 0px 20px #2d2d2d;
	box-shadow: 0px 0px 20px #2d2d2d;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}







input, textarea {  
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 200px;  
    background: #FFFFFF;  
    }  
  
textarea {  
    width: 400px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #C9C9C9;  
    }  
  
.form label {  
    margin-left: 10px;  
    color: #999999;  
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    }  

ul.regular {
	color: #4c4b34;
	font-size: .65em;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	padding-left: 30px;
}
	
ul.box {
	margin: 0px;
	padding: 0;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-moz-transform:rotate(0deg); 
	}
	
ul.box p {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	padding: 5px 0px 7px 0px;
}

ul.box li {
	list-style-type: none;
	margin: 0 0px 5px 0px;
	width: 375px;
	border: 2px solid #efefef;
	padding: 20px 20px 20px 20px;
	position: relative;
	background: #cbc098; /* old browsers */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27) }
	

ul.box li:after { 
z-index: -1; 
position: absolute; 
background: transparent; 
width: 70%; 
height: 55%; 
content: ''; 
right: 10px; 
bottom: 10px; 
transform: skew(5deg) rotate(4deg);
-webkit-transform: skew(5deg) rotate(4deg);
-moz-transform: skew(5deg) rotate(4deg);
box-shadow: 0 8px 16px rgba(186, 177, 146, 1);
-webkit-box-shadow: 0 8px 16px rgba(186, 177, 146, 1); 
-moz-box-shadow:  0 8px 16px rgba(186, 177, 146, 1);  } 

ul.box li:before { 
z-index: -2; 
position: absolute; 
background: transparent; 
width: 70%; 
height: 55%; 
content: ''; 
left: 10px; 
bottom: 10px; 
transform: skew(-5deg) rotate(-4deg);
-webkit-transform: skew(-5deg) rotate(-4deg);
-moz-transform: skew(-5deg) rotate(-4deg);
box-shadow:  0 8px 16px rgba(186, 177, 146, 1);  
-webkit-box-shadow:  0 8px 16px rgba(186, 177, 146, 1); 
-moz-box-shadow:  0 8px 16px rgba(186, 177, 146, 1); }

ul.box_right {
	margin: 0px;
	padding: 0;
	clear: both;
	display: block;
	float: right;
	list-style: none;
	overflow: hidden;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	 }

ul.box_right li {
	list-style-type: none;
	display: block;
	float: right;
	margin: 0 0px 15px 0px;
	width: 265px;
	vertical-align: top;
	border: 2px solid #efefef;
	padding: 20px 20px 20px 20px;
	position: relative;
	background: #cbc098; /* old browsers */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27) }
	
ul.box_right p {
	color: #4c4b34;
	display: block;
	font-size: .7em;
	font-family: Myriad Pro, myriadpro, helvetica, arial, sans-serif;
	padding: 5px 0px 7px 0px;
	}
	
	
	
ul.box_right p1 {
	color: #4c4b34;
	display: block;
	font-size: .65em;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 5px 0px 7px 0px;
	}
		
ul.box_right li:after { 
z-index: -1; 
position: absolute; 
background: transparent; 
width: 70%; 
height: 55%; 
content: ''; 
right: 10px; 
bottom: 10px; 
transform: skew(5deg) rotate(6deg);
-webkit-transform: skew(5deg) rotate(6deg);
-moz-transform: skew(5deg) rotate(6deg);
float: right;
box-shadow: 0 8px 8px rgba(186, 177, 146, 1);
-webkit-box-shadow: 0 8px 8px rgba(186, 177, 146, 1); 
-moz-box-shadow:  0 8px 8px rgba(186, 177, 146, 1);  } 

ul.box_right li:before { 
z-index: -2; 
position: absolute; 
background: transparent; 
width: 70%; 
height: 55%; 
content: ''; 
left: 10px; 
bottom: 10px; 
transform: skew(-5deg) rotate(-6deg);
-webkit-transform: skew(-5deg) rotate(-6deg);
-moz-transform: skew(-5deg) rotate(-6deg);
float: right;
box-shadow: 0 8px 8px rgba(186, 177, 146, 1);
-webkit-box-shadow: 0 8px 8px rgba(186, 177, 146, 1); 
-moz-box-shadow:  0 8px 8px rgba(186, 177, 146, 1);  } 