@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4 , h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* 																			------------------	CONSTANTS	-----------------				*/



p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;

}

h1 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
} 

h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
} 

h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#ef4f91;
	margin:0;
	}
	
	
h5 {font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	}
	

.clear {
	clear: both
}


/* 									---------------------------- TOP NAVIGATION ROLLOVER PROPERTIES -------------- */

a {
text-decoration:none;
color:#1584FF;
font-weight: bold;
}

a:hover {
	text-decoration:none;
	color:#cccccc;
}

.bottomtext a:link, .botomtext a:visited {
text-decoration:underline;
color:#1584FF;
font-weight: bold;
}

.bottomtext a:hover, .bottomtext a:active {
text-decoration:underline;
color:#FF66FF;
font-weight: bold;
}

.topNavBar a:link, .topNavBar a:visited {
	color: #333; 
}

.topNavBar a:hover, .topNavBar a:active {
	color: #0567ae; 
}

.pink a:link,  .pink a:visited {
	color: #ef4e91; 
}

.pink a:hover,   .pink a:active {
	color: #f3afc6; 
}


/* 									---------------------------- FOOTER NAVIGATION ROLLOVER PROPERTIES */

#footertext a:link, #footertext a:visited {
	color:#424f19; 
}

#footertext a:hover, #footertext a:active {
	color:#666666; 
}


#contactsHolder a:link, #contactsHolder a:visited {
	color:#358542;
}


#contactsHolder a:hover, #contactsHolder a:active {
	color:#666666;
}





#wrapper {
	margin: 0 auto;
	width:940px;
	height:auto;
	background-color:#FFFFFF;
}


.topLogo {
	margin:0px 20px 0px 20px;
	height: 100px;
}

.topNavBar {
	float:left;
	width:150px;
	height: 210px;
	font: bold 1.1em/2.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	padding: 10px 0 0 25px;
}

.topNavBar ul {
	list-style:none;
	margin-top: 8px 0 0 0;
}


#mainHeader {							
	width:900px;
	height:220px;
	background-color:#ebebeb;
	border-bottom:medium solid #ccc;
	margin:0px 20px;

}

.flashBanner {
	float: right;
	width:700px;
	height:220px;
	border-left:medium solid #ccc;
	border:#CCC;
	margin: 0px;
	z-index: 200;

}

.flashBanner2 {
	float: right;
	width:700px;
	height:220px;
	background-color:#ccc;
	border-left:medium solid #ccc;
	z-index: 200;
}

.walkBanner {
	float: right;
	width:680px;
	height:206px;
	background-color: #f8ebeb;
	border-left:medium solid #ccc;
	padding: 15px 0px 0px 20px;
}


.photos {
	padding: 0;
	margin: 0;
}


.thermom {
	float: right;
	width:218px;
	height:133px;
	background-color: white;
	margin: 20px;
	border:thin solid black;
}

.scroll {
	float: right;
	width: 220px;
	height: 430px;
	padding: 20px 0 5px 0;
	
}

.scroll2 {
	float: right;
	width: 204px;
	height: 204px;
	padding: 10px 0 5px;
	
	clear:both;
}



#footertext {
	width: 900px;
	font-family:90%  Palatino, Georgia, "Times New Roman", Times, serif;
	text-align:center;
	position: relative;
	height: 33px;
	border-bottom: 2px solid #CCC;
}

#footertext ul {
	margin: 5px;
}

#footertext li {
	display: inline;
	padding: 0px 15px 0px 15px;
	margin-bottom: 5px;
}

.bottomtext {
	margin:20px 0px 25px 0px;
	padding-left:20px;
	width:410px;
	float:left;
}

.bottomtexthome {
	margin:20px 0px 40px 0px;
	padding-left:40px;
	width:335px;
	float:left;
}

.homepageRightContent {
	float:left;
	padding-left: 40px;
	margin:30px 20px 25px 0px;
	width:490px;
	height:420px;
} 

#homepageblurbs {
	float:left;
	margin-top:15px;
	width:490px;
	height:120px;
}


.squareImage {
	width:110px;
	height:70px;
	float:left;
	margin: 0 0 15px 0;
} 

#flashcontentHome {
	width:340px;
	height:278px;
	float:right;
}




/* 																			------------------	BEGIN HISTORY CSS	-----------------				*/

#middleContentH {							
	width:900px;
	height:450px;
	background-color:#FFFFFF;
	margin:15px 20px 0px 20px;
}


.historyTopImageHolder {
	width:622px;
	height:190px;
	padding-top:30px 0 0 30px;
	float:left;
	border-left:medium solid #ccc;
}




/* 																			------------------	END OF HISTORY CSS	-----------------				*/
/* 																			------------------	BEGIN EVENT CSS	-----------------				*/

.eventbio {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	padding-top: 5px;
}

/* 																			------------------	END OF EVENT CSS	-----------------				*/
/* 																			------------------	BEGIN CONTACT US CSS	-----------------				*/


#contactinfo {
	font-weight:bold;
	color:#333333;
	text-align:center;
	float:left;
	margin:20px 0px 54px 50px;
	padding:20px;
	width:300px;
}

#contactform {
	font-weight:bold;
	float:left;
	margin:20px 0px 50px 40px;
	padding:20px;
	width:350px;
}


.contactsHolder {
	margin-left:120px;
	margin-top:0px;
}
/* 																			------------------	END OF CONTACT US CSS	-----------------				*/
/* 																			------------------	BEGIN DONATE CSS	-----------------				*/
.donatebottomtext {
	margin:20px 0px 20px 150px;
	width:680px;
	height: 350px;
}

.donatebuttons {
	margin:20px 0px 88px 0px;
	padding: 0px 20px 0px 80px;
	width:140px;
	float:left;
}

.donatebuttons2 {
	margin:20px 0px 88px 0px;
	padding-right: 40px;
	width:180px;
	float:right;
}

.kimRedirectText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:600px;
	padding-top:30px;
	margin:auto;
	text-align:center;
}

.linkHolder {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	margin-top:20px;
}

.linksRow {
	text-align:center;
	position:relative;
	width:250px;
	float:left;
	margin: 10px 0px 100px 160px;
}

#website {
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:15px;
}

.map {
	font-size: 16px;
	line-height:130%;
	color:#000;
	margin:20px 0 0 45px;
}

a.map:link, a.map:visited {
	color:#000;
	margin: 0 4px;
}

a.map:hover, a.map:active {
	color:#006600;
	margin: 0 4px;
}


.subnav {
	background-image:url(../images/walkmenu.jpg);
	width:900px;
	height:22px;
	color:#FFFFFF;
	margin:0px 20px 0px 20px;
	
}

.subnav ul {
	margin:0;
	padding:0;
	list-style: none;
	padding: 2px 0px;
}

.subnav ul li {
	display:inline;
	font-size: 10px;
	}


.subnav li a {
	display: inline;
	margin: 4px 0 4px 30px;
	text-decoration:none;
}



.subnav a:link, .subnav a:visited {
	color: white; 
}

.subnav a:hover, .subnav a:active {
	color: #ef4f91;  
}

.downloads {text-decoration:underline;}

.darkpink {background-color:#FF66CC;}
.lightpink {background-color:#FFCCFF;}
.levels {background-color:#000000; color:#CCCCCC;text-transform:uppercase; font-weight: bold;}
.lables {text-align:center; font-weight:bold;
}

#logo {
padding: 10px 10px 20px 10px;
}

.space {
padding: 20px 10px 5px 5px;
width: 190px;
height: 90px;
float:left;
}

.specials {
font-weight: bold;
font-size: 14px;
line-height: 170%;
width: 860px;
border:2px dotted #2B6FBB;
padding: 10px;
margin: 10px 10px 10px 30px;
text-align:center;
background-color:#CBE3FF;
}

#greenBar {
	clear:both;
	background-image:url(../images/walkmenu.jpg);
	width:900px;
	height:22px;
	color:#FFFFFF;
	margin: auto;
}

.footerNavBar { 
	width:900px;
	height:35px;
	background-color:#f6f3e0;
	top: 665px;
	margin-left:15px;
	border-top-color:#CCCCCC;
	border-top:thin;
}
