@charset "utf-8";
/* **************************************** CSS Document */
/* **************************************** Defaults */
* {
	font-family: "Bookman Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.0em;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

.clearfloat {
	clear:both;	
	}
	
.clearleft {
	clear:left;	
	}	
	
body  {
	background:#cbb8ab;
	background-image: url(../../assets/siteback.jpg) ;
	background-position: top;
	background-repeat:repeat;
	}
	

/* **************************************** */
/* **************************************** Default Heading Tags */
/* **************************************** */
h1 {
	font-size:1.2em;
	font-weight:bold;	
	color: #000;
	text-align:left;
	padding: 15px 0px 20px 30px;
	background:none;
}	

h2 {
	font-size:1.1em;
	font-weight: bold;
	color:#34457c;
	text-align:left;
	margin-top: 10px;
	height:1.5em;
	padding: 0px 0px 3px 0px;
}
	
h3 {
	border:#FFC;
	font-size:1em;
	color:#22283f;
	text-align:left;
	padding: 5px 0px 5px 5px;
	}

h4 {
	font-size:1.0em;
	font-weight:bold;
	color:#990000;
	width:70%;
	text-align:left;
	padding: 15px 0px 0px 0px;
}

h5 {
	font-size:.9em;
	font-weight:bold;
	color:#000;
	width:70%;
	text-align:left;
	padding: 5px 0px 0px 0px;
	margin-bottom:5px;
	}
	
h6 {
	font-size:.9em;
	font-weight:bold;
	color:#000;
	width:70%;
	text-align:left;
	padding: 5px 0px 0px 0px;
	margin-bottom:5px;
	}	

/* **************************************** */
/* **************************************** Default Paragraph Tag */
/* **************************************** */
p {
	width:695px;
	font-size:1em;
	color:#000;
	font-weight:normal;	
	text-align:left;
	padding: 0px 15px 10px 20px;
	margin: 0px 0px 0px 10px
	
}	
	
/* **************************************** */
/* **************************************** Default Link Tags */
/* **************************************** */	
	
a:link {
	color: #0C0;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color:#000;
	}	

a:visited {
	color: #0C0;
	
	}
	
a:visited:hover {
	color: #000;
	
	}	
	
/* **************************************** */
/* **************************************** Default List Tags */
/* **************************************** */	
	
ul, ol, dl { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



xxxul {

	font-size:.9em;
	margin-top: 0px;
	margin-bottom: 10px;	
	margin-left: 20px;
	list-style:disc;
	}
	
xxxli {
	font-size:1em;
	font-weight:normal;
	margin-left: 40px;
	padding-left:10px;
	}
	
	

/********************************************
/************************ Site Top Head 
/******************************************** */
	
#siteTopHead { 
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	width:100%;
	min-height:40px;
	text-size:1.1em;
	text-align:center;
	background: #0F6;	
	background-image: url(../assets/topheadplain.jpg);
	background-position: center top ;
	background-repeat: no-repeat;	
	} 	

/********************************************
/************************ Site Container
/******************************************** */	
#siteContainer { 
	width: 90%;
	max-width: 1050px;	/* keeps site contained on larger monitors - Not Supported in IE6 */
	min-width: 780px; 	/* keeps site from getting too narrow - Not Supported in IE6 */
	margin: 10px auto;	
	text-align:left;
	background:#e5dcd5;
	border: none;		
	}

	
/********************************************
/************************ Site Heading 
/******************************************** */	

#siteHeading { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	height:250px;
	text-size:1.1em;
	text-align:left;
	background:#5dcd5;
	background:url(../assets/headback3.jpg) no-repeat center top;	

	} 
	
/********************************************
/************************ Site Heading Classes
/******************************************** */	
.siteHeadNormal {
		color:#152257;
	}	
	
.siteHeadActive {
	color:#ff0000;
	}	
	
.siteHeadDonate {
	background: url(../assets/donateback.jpg);
	color:#b92120;
	}		

/********************************************
/************************ Site Heading Right
/******************************************** */
#siteHeadRight {
	float:right;
	text-align:right;
	padding: 20px 30px 0px 0px;
	margins: 0px 0px 0px 0px;;
	width:450px;
	background:#5dcd5;

	}

#siteHeadRight h1 {
	padding-top:25px;
	padding-left:60px;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	width:75%;
	font-style: italic;
	}
	


#siteHeadRight p {
	text-align:right;
	padding-top: 35px;	
	padding-right: 15px;
	font-size:1.3em;
	font-weight:bold;
	text-align:right;
	color: #0C0;	
}

#siteHeadRight ul {
	text-align:center;
	margin: 10px;
	}

#siteHeadRight  li {
	height:20px;
	display:block;
	list-style-type: none;
	text-align:right;		
	}

#siteHeadRight  a {
	height:18px;
	display:block;	
	margin-top: 2px;
	padding-top:2px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	}

#siteHeadRight  a:hover {
	color: #0C0;
	}
	
	

/********************************************
/************************ Site Heading Left 
/******************************************** */
#siteHeadLeft {
	padding: 0px 0px 0px 0px;
	margins: 0px 0px 0px 0px;	
	width:500px;
	height:140px;
	background: none;
	}	

#siteHeadLeft img {
	margin: 10px 0px 0px 10px;
	border: none;
	float:left;
	}	

#siteHeadLeft h1 {
	padding:40px 0px 0px 180px;
	font-size:1.3em;
	font-weight:bold;
	background:none;
	}	
#siteHeadLeft p {
	padding:10px 0px 0px 180px;
	font-size:1em;
	font-weight:bold;
	background:none;
	}		
	
#siteHeadContent {
	min-width:400px;
	margin: 	5px 5px 5px 25px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 	3px 2px 5px 2px; /* padding here creates white space "inside the box." */	
	}

#siteHeadContent img {
	margin: 5px 20px 2px 2px;
	border: none;
	float:right;
	}

#siteHeadContent p { 
	text-align:center;
	color:#004f22;
	font-weight:normal;
	font-size:1.0em;
	padding: 45px;
	}	
#siteHeadContent a {
	color: #9d8827;
	text-decoration:none;
	}

#siteHeadContent a:hover {
	color: #000;

	}

/********************************************
/************************ Site Heading Slogan
/******************************************** */
#siteSlogan {
	float: center;
	width: 100%; /* since this element is floated, a width must be given */
	padding: 2px 0px 2px 0px; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0px 0px;
	height:18px;
	text-align:left;
	background:#000000;	
	vertical-align:bottom;	
	}


/********************************************
/************************ Site Top Nav
/******************************************** */


#siteTopNav {
	float: center;
	width: 100%; /* since this element is floated, a width must be given */
	background: url(../assets/topnavback.jpg);	
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0px 0px;
	height:30px;
	text-align:center;
	background:#000000;	
	vertical-align:bottom;
	
	
	}
#siteTopNav h3 {
	font-size:1.2em;
	color:#990000;
	text-align:center;
}


#siteTopNav p {
	margin: 10px;
	font-size:.7em;
	padding: 0px auto;
	text-align:center;
	
}

#siteTopNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	}

#siteTopNav li {
	position:relative;
	width:100px;
	display: inline;
	list-style-type:none;
	text-align:center;
	background: none;	
	height:30px;	
	}

#siteTopNav a {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	display:inline-block;
	min-width:120px;	
	height:25px;
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
	color: #FFF;
	}

#siteTopNav a:hover {
	background-color:#28376e;
	background:url(../assets/topnavbackro.jpg);
	color: #0c0;
	}
	
/********************************************
/************************ Site Top Nav Classes
/******************************************** */	
.siteLinkNormal {
		color: #152257;
	}	
		
.siteLinkActive {
	background-color:#28376e;
	background:url(../assets/topnavbackro.jpg);
	color: #fff;
	}
	
.topnavtop {
	background: url(../assets/navbartop.jpg) no-repeat left top;

	height:30px;
	}
.topnavback {
	background: url(../assets/navbarback.jpg) no-repeat left top;
	height:30px;
	}	

	
/********************************************
/************************ Site Content Container
/******************************************** */	
#siteContentContainer { 
	margin: 0px auto;
	padding: 10px 0px 0px 0px;	
	text-size:1em;
	text-align:left;
	min-height:600px;
	width:100%;
	background:#fff;	
	}
	
/********************************************
/************************ Site Right Side
/******************************************** */	
#siteRightSide {
	float: right;
	width: 225px; 				/* since this element is floated, a width must be given */
	background:#e5dcd5;			/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; 	/* top and bottom padding create visual space within this div */
	text-align:center;	
	margin: 15px 0px 4px 4px;
	
	}



#siteRightSide h1 {
	font-size:.9em;
	font-weight:bold;
	padding-bottom: 15px;
	text-align:center;	
	
	}
#siteRightSide h3 {
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;	
	padding-bottom: 5px;
	text-align:center;
	
	}	
	

#siteRightSide p {
	font-size:.5em;
	font-weight:bold;
	padding-bottom: 5px;
	text-align:center;	
	}	
	
#sideRightSide ul {
	display:inline;
	list-style-type:none;	
	}

#siteRightSide li {
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-bottom: #00000 2px ;
	margin-bottom: 10px;
	list-style:none;
	
}		

#siteRightSide a {
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
	color: #090;	
	}

#siteRightSide a:hover {
	text-decoration: none;
	color:#168bfb;
	}	

#siteRightSide hr {
	color:#ffffff;
	background-color:#ffffff;
	height: 1px;
	width: 80%;
	margin: 2px 5px 5px 5px;
	}		


/********************************************
/************************ Site Right Promotion
/******************************************** */	
.siteRightPromo {
	}
	
.siteRightPromo li {
	display:block;
	text-decoration: none;
	font-weight:bold;
	border-bottom: #00000 2px ;
	margin-bottom: 10px;
	list-style:none;
	background:none;
	height:40px;
	padding-top:10px;
	
}	
	
.siteRightPromo a {
	font-size:1.1em;	
	color: #Ff0000;
	}	
	
.siteRightPromo a:hover {		
	color: #168bfb;
	}	
	

/********************************************
/************************ Site Left Nav
/******************************************** */		
	
.leftnavtop {
	background: none;
	height:25px;
	border-bottom:#999 double;
	font-size:1.1em;
	font-weight:bold;
	}
	
.leftnavback {
	background: url(../assets/navbarback.jpg) no-repeat left top;
	height:30px;
	}	


	
#siteLeftNav {
	float: left; 
	width: 165px; /* since this element is floated, a width must be given */
	background: url(../assets/navback.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px; /* top and bottom padding create visual space within this div */
	margin: 0px 0px 0px 0px;
	min-height:200px;
	
	}

#siteLeftNav h1 {
	font-size:1.1em;
	font-weight:bold;
	color:#2a315d;
	text-align:center;

}	
#siteLeftNav h3 {
	font-size:1.2em;
	color:#990000;
	text-align:center;
}


#siteLeftNav p {
	margin: 10px;
	font-size:.7em;
	padding: 5px auto;
	text-align:center;
	
}

#siteLeftNav ul {

	
	
}

#siteLeftNav li {
	height:27px;
	display:block;
	list-style-type:none;
	text-align:center;
	border-bottom: #999 double;
	margin-bottom:2px;
	background:#CCCCCC;
	}

#siteLeftNav a {
	height:18px;
	display:block;	
	color:#000033;
	margin-top: 0px;
	padding-top:5px;
	border-bottom:medium #999;
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
	}

#siteLeftNav a:hover {
	color:#29baf1;

	}
	
#siteLeftNav .leftNavActive {
	color:#29baf1;
	}
	

.leftNavNormal {
	
	}		
	
	
/********************************************
/************************ Site Content
/******************************************** */	
#siteContent {
	min-width:600px;
	min-height:400px;
	font-weight:normal;
 	margin: 	0px 0px 0px 50px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 	0px 50px 0px 10px; /* padding here creates white space "inside the box." */	
	background:#fff;	
}
#siteContent img {
	padding-left:5px;
}



	

#siteContentFooter {
	width:600px;
	height:0px;
	font-weight:normal;
 	margin: 	0px 0px 0px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 	0px 200px 0px 0px; /* padding here creates white space "inside the box." */	
	background: url(../assets/cattailsfooter.jpg) no-repeat left bottom;
	border:0px;
}


#siteContentFooter p {
	font-size:.7em;
	color:#000;
	padding-top:175px;
	padding-left:50px;
}

#siteContentFooter img {
	padding-top:20px;
	float:right;
	padding-right:25px;
	width:175px;
	border:0;
}
	
	
#siteContentFooter a:hover {
	color:#b92120;	
	border:#fff;
	border:double;
}	
	
	
#siteFooter { 
	min-height:150px;
	padding: 0 0px; 
 	text-align:center;
	background:transparent;
	}
		
#siteFooter p {
	margin: 5px;
	text-align:center;
	font-size:.7em;
	padding: 5px auto;
	color:#000;	
}



#siteFooter a {
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
	text-align:center;
	color: #000;

	
}
#siteFooter a:hover {
	text-decoration: none;
	color:#0C0;	

}


.siteFooterngwt {
	margin: 5px;
	font-size:.9em;
	padding: 5px auto;
	color:#000;	
}

.siteFooterngwt a {
	font-size:.8em;
	}

#siteFooterTable {
	margin: 5px auto;
	width:98%;
	font-size:.9em;
	color:#000;	
}
#siteFooterTable a {
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
	text-align:center;
	color: #FFF;

	
}
#siteFooterTable a:hover {
	text-decoration: none;
	color:#008aff;	

}
.siteFooterh {
	color:#FFF;
	font-size:.9em;
	font-weight:normal;
	text-align:left;
}
.siteFootern {
	color:#000;
	font-size:.9em;
	font-weight:normal;
	text-align:left;
}

	
	