/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */

h1 {
	background-color: #516B28;
	background-image: url(/images/structure/cougar_heading_bgrd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
}

h2 {
	background-color: #7E390F;
	background-image: url(/images/structure/cougar_heading_bgrd2.jpg);
	border-bottom-color: #4F4D3B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2 a {color: #EBFFFF;} 
h2 a:link {color: #EBFFFF;} 
h2 a:visited {color: #EBFFFF;} 
h2 a:hover{color: #EBFFFF;} 
h2 a:active {color: #EBFFFF;} 


h1.CougarH1 {}
h2.CougarH2 {}

h1.GrizzlyH1 {
	background-color: #355D42;
	background-image: url(/images/structure/grizzly_heading_bgrd.jpg);
}
h2.GrizzlyH2 {
	background-color: #5E3A3E;
	background-image: url(/images/structure/grizzly_heading_bgrd2.jpg);
	border-bottom-color: #4F4D3B;
}

h1.MooseH1  {
	background-color: #927A0C;
	background-image: url(/images/structure/moose_heading_bgrd.jpg);
}
h2.MooseH2 {
	background-color: #44643D;
	background-image: url(/images/structure/moose_heading_bgrd2.jpg);
	border-bottom-color: #4F4D3B;
}

h1.EagleH1 {
	background-color: #AA7211;
	background-image: url(/images/structure/eagle_heading_bgrd.jpg);
}
h2.EagleH2 {
	background-color: #3E3E3E;
	background-image: url(/images/structure/eagle_heading_bgrd2.jpg);
	border-bottom-color: #4F4D3B;
}

h1.OwlH1 {
	background-color: #32365B;
	background-image: url(/images/structure/owl_heading_bgrd.jpg);
}
h2.OwlH2 {
	background-color: #4E4B2C;
	background-image: url(/images/structure/owl_heading_bgrd2.jpg);
	border-bottom-color: #4F4D3B;
}

h1.WolfH1 {
	background-color: #7E390F;
	background-image: url(/images/structure/wolf_heading_bgrd.jpg);
}
h2.WolfH2 {
	background-color: #354856;
	background-image: url(/images/structure/wolf_heading_bgrd2.jpg);
	border-bottom-color: #4F4D3B;
}

h3 {
	padding-left: 8px;
	padding-right: 8px;
}

h4 {
	padding-left: 8px;
	padding-right: 8px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 8px;
	padding-right: 8px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	font-style: italic;
	padding-left: 8px;
	padding-right: 8px;
}

/* Links - default */
a {
	color: #0000CC;
}
a:link {
	color: #0000CC;
}
a:hover {
	color: #FFFFFF;
}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

table.bgrdSection {
	background-image: url(/images/structure/bgrd_section.gif);
	background-color: #CBCAB7;
	border-top: 1px solid #6F6B58;
	border-right: 1px solid #55513D;
	border-bottom: 1px solid #55513D;
	border-left: 1px solid #6F6B58;
	padding-bottom: 20px;
}

.mainContent p {
	padding: 0 10px;
}

.selectAcategory {
	font-family: Arial, Helvetica, sans-serif;
	color: #534E38;
	font-size: 18px;
	line-height: 22px;
}

.eventDate {
	line-height: 18px;
	background-color: #DADCB6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F6B58;
}

.imageBorder {
	border: 1px solid #000000;
	background-color: #B7B69F;
}

a.bookmark {color:#fff;} 

a.bookmark:link {color:#fff;}
a.bookmark:active {color:#fff;}
a.bookmark:hover{color:#fff;}
a.bookmark:visited{color:#fff;}

