@charset "UTF-8";
/* CSS Document */

.spacer10px {
	height: 10px;
	margin: 0;
}

.spacerLine {
	display: inline;
	height: 1px;
	padding: 0;
	margin: 10px 0 3px 0;
	width: 530px;
	float: left;
	border-top: 1px solid #AAAAAA;
}

body{
	background-color: #d5d2b8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainFrame{
	background-image: url(graphics/background_inside_repeat.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	text-align:left;
	font-size: 12px;
}

#mainFrameHome{
	background-image: url(graphics/background_home_divider.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	text-align:left;
	font-size: 12px;
}


#headerHome{
	background-image: url(graphics/background_home_header.jpg);
	float: left;
	height: 220px;
	width: 800px;
	position:relative;
}

#headerInside{
	background-image: url(graphics/background_inside_header.jpg);
	height: 275px;
	width: 800px;
	position:relative;
}

/* Top Nav */

#topNav{
	width: 600px;
	position: absolute;
	top:10px;
	right:40px;
	text-align:right;
	font-size:10px;
}

#topNav ul {
	margin: 0; 
	padding: 0;
	text-align: right;
} 

#topNav ul li {
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;	
	border-right: 1px solid #000000;
}

#topNav ul li.last {
	list-style-type: none;
	display: inline;
	border-right: none;
}

#topNav ul li a {
	height: 18px;
	padding: 2px 3px 2px 0px;
	margin: 0;
	color: #000000;
	text-decoration:none;
}

#mainNav ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Main Nav */

#mainNav{
	width: 600px;
	position: absolute;
	top:50px;
	right:40px;
	text-align:right;
	font-size:12px;
}

#mainNav ul {
	font-weight: bold;
	margin: 0; 
	padding: 0;
	text-align: right;
} 

#mainNav ul li {
	list-style-type: none;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;	
	border-right: 1px solid #000000;
}

#mainNav ul li.last {
	list-style-type: none;
	display: inline;
	border-right: none;
}

#mainNav ul li a {
	height: 18px;
	padding: 2px 3px 2px 0px;
	margin: 0;
	color: #000000;
	text-decoration:none;
}

#mainNav ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* SIDENAV */

#sideNav{
	padding-left: 15px;
	padding-top: 15px;
	width: 180px;
	float:left;
}

#sideNav ul {
	font-size: 12px;
	font-weight:normal;
	width: 160px;
	margin: 0; 
	padding: 5px 0 0 0;
} 

#sideNav ul li {
	list-style-type: none;
	color: #6F5048;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #CCCCCC;
	padding: 6px 5px 0px 21px;
	margin: 0;
	height: 20px;
	background-image: url(graphics/bullet_dingbat_green.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#sideNav ul li a {
	color: #6F5048;
	text-decoration:none;
}

#sideNav ul li a:hover {
	color: #6F5048;
	text-decoration: underline;
}




#mainGraphicHome{
	background-image: url(graphics/background_home_graphic.jpg);
	float: left;
	height: 315px;
	width: 750px;
	padding: 0 25px 0 25px;	
}

#colorDividerHome{
	background-image: url(graphics/background_home_titlebar.jpg);
	float: left;
	height: 27px;
	width: 800px;
}

.col1Header {
	width: 211px;
	padding: 5px 20px 0 45px;
	float:left;
	font-size: 16px;
	color: white;
	text-align: left;
}

.col2Header {
	width: 210px;
	padding: 5px 20px 0 20px;
	float:left;
	font-size: 16px;
	color: white;
	text-align: left;
}

.col3Header {
	width: 209px;
	padding: 5px 45px 0 20px;
	float:left;
	font-size: 16px;
	color: white;
	text-align: left;
}

#col1Home {
	width: 211px;
	padding: 10px 20px 0 45px;
	float:left;
}

#col1Home a {
	color: #3DA74F;   /* green */
	font-weight: bold;
	text-decoration: underline;
}

#col1Home a:hover {
	color: #3DA74F;   /* green */
	text-decoration: none;
}

#col2Home {
	width: 210px;
	padding: 10px 20px 0 20px;
	float:left;
}

#col2Home .entityName {
	color: #1E79CC; /* blue */
	font-size: 14px;
	font-weight: bold;
}

#col2Home a {
	color: #1E79CC; /* blue */
	font-weight: bold;
	text-decoration: underline;
}

#col2Home a:hover {
	color: #1E79CC; /* blue */
	text-decoration: none;
}


#col3Home {
	width: 209px;
	padding: 10px 45px 0 20px;
	float:left;
}


#col3Home .eventWrapper {
	padding-bottom: 10px;
}

#col3Home .eventDate {
	color: #c89a1a;  /* gold */
	font-size: 14px;
	font-weight: bold;
}

#col3Home .eventName a{
	color: #6e540c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#col3Home .eventName a:hover {
	color: #6e540c;
	text-decoration: none;
}

#col3Home .eventCommunity{
	color: #c89a1a;
	font-size: 12px;
}

#contentInsideWrapper{
	width: 750px;
	padding: 0 25px 0 25px;
	float:left;	
	text-align:left;
}

#contentInside{
	width: 750px;
	float:left;
	background-image: url(graphics/background_inside_content_top.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#content{
	padding-top: 13px;
	width: 540px;
	float: left;
	font-size:12px;
}

#content h1{
	font-size: 24px;
	color: #3DA74F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3DA74F;
	margin-top: 0;
}

#footerInside{
	background-image: url(graphics/background_inside_footer.jpg);
	height: 142px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	position:relative;
	text-align:left;
}

#footerHome{
	background-image: url(graphics/background_home_footer.jpg);
	height: 142px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	position:relative;
	text-align:left;
}

#footerbr { 
	clear: both; 
	} 


	
#footerInside #logo {
	position: absolute;
	left: 50px;
	top: 25px;
	}
	
#links {
	position: absolute;
	left: 190px;
	top: 50px;
	width:620px;
	}
	
#links .titlearea {
	float: left;
	width: 105px;
	padding: 0px 0px 5px 0px;
	}
	
#links .linksarea {
	float: left;
	width: 465px;
	padding: 0px 0px 5px 0px;
	}
	
#footerInside a, #footerHome a {
	text-decoration: underline;
	color:#398B41;
} 

#footerInside a:hover, #footerHome a:hover {
	text-decoration: none;
	color:#AC7D37;
} 

/* CONTENTMODULE */


.contentmodule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:540px;
} 

.contentmodule .column3 {
	float: left;
	width: 160px;
}

.contentmodule .columnseparator {
	float: left;
	width: 10px;
}



/* headings */

.contentmodule h1 {
	color: #6F5048;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;
} 

.contentmodule h2.communityheader {
	color: #FFFFFF;
	background-color: #574D44;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
} 

.contentmodule h2 {
	font: inherit;
	color: #6F5048;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 8px;
} 

.contentmodule h3 {
	font: inherit;
	color: #6F5048;
	font-weight:bold;
	font-size: 14px;
	margin: 8px 0px 4px 0px;
} 

.contentmodule h3 a {
	text-decoration:none;
	color:#6F5048;
}

.contentmodule h3 a:hover {
	text-decoration:underline;
	color:#6F5048;
}

.contentmodule h3 strong {
	font: inherit;
	color: #777777;
	font-weight: normal;
	font-size: 12px;
} 

.contentmodule h3.eventdate {
	font: inherit;
	color: #000000;
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
} 

.contentmodule h3.eventname {
	font: inherit;
	color: #3DA74F;
	font-weight:bold;
	font-size: 14px;
	margin-top:0;
	margin-bottom: 4px;
} 

.contentmodule h3.eventname strong {
	font: inherit;
	color: #777777;
	font-weight: normal;
	font-size: 12px;
} 


.contentmodule p {
	font: inherit;
	line-height: 1.4;
	color: #000000;
	margin-bottom: 4px;
	font-size: 12px;
} 

.contentmodule em {
	font-style:italic;
} 

.contentmodule .mainpic {
	float: right;
	text-align: right;
	text-align: right;
	padding: 0px 0px 15px 15px;
}

.contentmodule hr.line {
	border-top: 1px solid #000000;
	width: 480px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
} 



/* FOR DISPLAYING ENTITY LISTINGS */

.contentmodule .descriptor {
	color: #6F5048;
	float: left;
	width: 100px;
	padding: 0px 0px 5px 0px;
}

.contentmodule .description {
	float: left;
	width: 375px;
	padding: 0px 0px 5px 0px;
}

.contentmodule .description p {
	font-size: 11px;
	margin-top: 0;
}

.entityphoto img{
	border: 0;
}

/* ------------------------------- */



.contentmodule a {
	text-decoration:none;
	color:#6F5048;
}

.contentmodule a:hover {
	text-decoration:underline;
	color:#6F5048;
}

.contentmodule span.required {
	color: #FF0000;
}

.contentmodule .errorswrapper {
	width: 480px;
	float: left;
	background-color: #FFFF99;
	margin: 0px 0px 10px 0px;
}

.contentmodule .errors {
	font: inherit;
	font-size: 12px;
	color: #FF0000;
	padding: 10px 10px 10px 10px;
}

.contentmodule .intro {
	font-size: 12px;
	line-height: 1.4;
	width: 540px;
	float:left;
	padding: 0px 0px 10px 0px;
}

.contentmodule .importantcomment {
	font: inherit;
	font-size: 12px;
	width: 555px;
	float:left;
	padding: 0px 0px 10px 0px;
}

.contentmodule .pagecontrols {
	font: inherit;
	font-size: 10px;
	width: 555px;
	float:left;
	padding: 0px 0px 10px 0px;
}

.contentmodule .category {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 140px;
	float:left;
	padding: 0px 0px 6px 0px;
}

.contentmodule .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 400px;
	float: left;
	padding: 0px 0px 6px 0px;
}


/*CALENDAR AREA*/

.contentmodule .calendarwrapper {
	font: inherit;
	font-size: 10px;
	width: 150px;
	height: 200px;
	float: right;
	padding: 0;
	margin: 0;
}


/*FORMS*/

.contentmodule form {
	margin-bottom: 10px;
}


/*entity photo area*/

.contentmodule .entityphoto {
	font: inherit;
	width: 125px;
	height: 140px;
	float: right;
	padding: 0;
	margin: 0px 0px 0px 15px;
}


/* COMMUNITY PAGES */

.contentmodule .leftarea {
	float: left;
	width: 350px;
}

.contentmodule .leftarea .description {
	width: 250px;
}

.contentmodule .leftarea h3.green {
	margin: 0;
	color: #FFFFFF;
	background-color: #3DA74F;   /* green */
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 0px 10px;
}

.contentmodule .leftarea p + h3.green {
	margin-top: 10px;
}


.contentmodule .rightarea {
	float: right;
	width: 170px;
}



/* MEMBER PAGES */

.contentmodule .membercolumn {
	float: left;
	width: 260px;
	margin-right: 10px;
}

.contentmodule .divider {
	width: 540px;
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0px 5px 0px;
}

.contentmodule .membercolumn .descriptor {
	color: #6F5048;
	float: left;
	width: 75px;
	padding: 0px 0px 5px 0px;
}

.contentmodule .membercolumn .description {
	float: left;
	width: 185px;
	padding: 0px 0px 5px 0px;
}



/*tables*/


.contentmodule table {
	font: inherit;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

.contentmodule table.camping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}

.contentmodule table th {
	color:#FFFFFF;
	text-align:left;
	font-size: 12px;
	background-color:#3DA74F;   /* green */
	padding: 2px 2px 2px 4px;
	height: 18px;
	font-weight:bold;
}

.contentmodule table h3 {
	color:#000000;
	text-align:left;
	font: inherit;
	font-size: 12px;
	font-weight: bold;
}

.contentmodule table td.modifyeven {
	text-align:left;
	padding: 4px 2px 4px 4px;
	background-color:#FFFFCC;
}

.contentmodule table td.modifyodd {
	text-align:left;
	padding: 4px 2px 4px 4px;
	background-color:#FFFF99;
}

.contentmodule table.camping td.modifyeven {
	text-align:center;
	vertical-align: top;
	padding: 4px 0px 4px 0px;
	background-color:#FFFFCC;
}

.contentmodule table.camping td.modifyodd {
	text-align:center;
	vertical-align: top;
	padding: 4px 0px 4px 0px;
	background-color:#FFFF99;
}

.contentmodule table td a {
	text-decoration:none;
	color:#6F5048;
}

.contentmodule table td a:hover {
	text-decoration:underline;
	color:#6F5048;
}


/* SIDEBARS */

.sidebar {
	background: #FFFF99;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	font-size: 10px;
	color: black;
} 

.sidebar h3.green {
	margin: 0;
	color: #FFFFFF;
	background-color: #3DA74F;   /* green */
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 0px 10px;
}

.sidebar p {
	font-size: 10px;
	line-height: 12px;
	padding: 2px 5px 2px 10px;
	margin: 0;
	font-weight:normal;
}

.sidebar h3 a {
	color: #FFFFFF;  /* white */
	display: block;
}

.sidebar h3 a:hover {
	color: #FFFFFF;  /* white */
	text-decoration:underline;
}

.sidebar a {
	color: #3DA74F;   /* green */
	text-decoration: none;
}

.sidebar a:hover {
	color: #3DA74F;   /* green */
	text-decoration: underline;
}

.sidebar dd {
	display: none;
}

.sidebar dl {
	margin: 0;
}

.sidebar dt {
	margin-left: 0;
	padding: 2px 5px 2px 10px;
	border-top: 1px solid #FFFFFF;
	background: url("graphics/sidebar-bullet.gif") no-repeat 0 4px;
}

.sidebar h5 {
	margin: 0 0 0 10px;
	font: bold 9px;
}

.sidebar h5 a {
	text-transform: lowercase;
	color: black;
}

.sidebar .eventWrapper{
	padding: 0px 5px 5px 10px;
}

.sidebar .eventDate{
	color: #C89A1A;  /* gold */
	font-size: 10px;
	font-weight: bold;
}

.sidebar .eventWrapper .eventName a {
	color: #6E540C;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}

.sidebar .eventName a:hover {
	color: #6E540C;
	text-decoration: none;
}

.sidebar .eventName a {
	color: #6E540C;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration:underline;
}

.sidebar .eventName a:hover {
	color: #6E540C;
	text-decoration: none;
}

.sidebar .eventCommunity {
	color: #C89A1A;
	font-size: 10px;
}


/* WEATHER */

#weather {
	width: 535px;
	float: left;
}

#weather .column {
	width: 165px;
	text-align: center;
	margin: 0;
	padding: 20px 0px 0px 0px;
	float: left;
}

#weather .columnspacer {
	width: 15px;
	height: 20px;
	float: left;
}



/* **************************************** */
/* image formatting styles for TinyMCE only */
/* **************************************** */

.floatl1 { 
	float: left; 
	margin-right: 10px; 
	display: inline;
}

.floatlt { 
	float: left; 
	margin-right: 10px; 
	margin-top: 0px;
	display: inline;
}
 
.floatr1 { 
	float: right; 
	margin-left: 10px; 
	display: inline;
}

.floatrt { 
	float: right; 
	margin-left: 10px; 
	margin-top: 0px;
	display: inline;
}
