@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

body {
	background-color: #e5e6e6;
	color: #333;
	text-align: center;
	}
	
#wrapper {
	width: 852px;
	background-color: #fff;
	color: #333;
	margin: 0px auto;
	text-align: center;
}

/* H E A D E R */
#header {
	width: 837px;
	margin: 0px auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 253px;
}


#header h1{
	display: none;
	}

#navigation {
	position: relative;
	background-image: url(images/background_navigation.gif);
	background-repeat: repeat-x;
	height: 53px;
	top: 172px;
	padding: 19px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 97%;
}

#navigation ul {
	list-style: none;
	display: inline;
	}
	
#navigation ul li {
	display: inline;
	padding: 0px 3px;
	}
	
#navigation ul li a {
	color: #424445;
	text-decoration: none;
	}
	
#navigation ul li a:hover {
	text-decoration: underline;
	color:#000000;
	}
	
	/* C O N T E N T */

#content {
	position: relative;
	width: 837px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
	display: block;
	}

#content h1 {
	color: #ff8040;
	font-size: 160%;
	text-align:left;
	padding: 10px 0px 10px 25px;
}
#content h2 {
	color: #ff8040;
	font-size: 145%;
	text-align:center;
	padding: 10px 0px 10px 0px;
}

#content p {
padding: 5px 5px 10px 0px;
	}

#content_left ul {
	padding: 10px 0px 0px 35px;
}
	
#content_left {
	width: 500px;
	float: left;
	clear: right;
	text-align:left;
	padding: 0px 10px 10px 25px;
	background-image: url(images/background_vertical_dot.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#content_left tr td {
	text-align: center;
	padding: 5px;
	font-size: 90%;
	}

#content_left tr td.title_td {
	border-top: 1px solid  #CCCCCC;
	border-right: #ccc dotted 1px;
}

#content_left tr td.right_td {
	text-align: right;
	background-color: #F7F7F7;
	border-right: #ccc dotted 1px;
	font-weight: bold;
}

#content_left tr td.title_tdl {
	text-align: left;
	background-color: #F7F7F7;
	border-right: #ccc dotted 1px;
	border-top: 1px solid #ccc;
}

#content_left tr td.title_tr {
	border-bottom: 1px solid  #CCCCCC;

}
	
#content_right {
	text-align: left;
	padding: 0px 10px 10px 10px;
	margin-left: 535px;
}
# donate {
border:none;


}

#hours {
	font-size: 90%;
	background-image: url(images/background_horizontal_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 20px 10px;
}

#holidays {
	font-size: 90%;
	margin: 0px;
	padding: 20px 0px 20px 10px;
}
	
/*     F O O T E R */

#footer {
	position: relative;
	background-color: #fff;
	color: #FFFFFF;
	height: 105px;
	clear: both;
}
	
#footer h2 {
 font-size: 100%;
 }
 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/demobox.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 822px !important; 
    width: 320px; 
    padding-right: 15px; 
    margin: 8px auto;
		background-color:#FFFFFF; 
		clear: both;
		position: relative;
} 

.cssbox_head { 
    background-position: top right; margin-right: -15px;
    padding-right: 40px; 
} 


.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; 
    border: 0; 
    padding: 25px 0 0px 40px; 
    height: auto !important; height: 1%; 
} 


.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; 
    padding: 15px 0 15px 40px; 
} 

* html  .cssbox, * html .cssbox_body, * html .cssbox_head, * html .cssbox_head h2 {
    background: transparent url(images/demobox.png) no-repeat bottom right; 
} 

* html .cssbox { 
    width: 822px ;
    padding-right: 15px; 
    margin: 8px auto; 
} 

* html .cssbox_head { 
    background-position: top right; margin-right: -15px;
    padding-right: 40px; 
} 


* html .cssbox_head h2 { 
    background-position: top left; 
    margin: 0; 
    border: 0; 
    padding: 25px 0 0px 40px; 
    height: auto !important; height: 1%; 
} 


* html .cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; 
    padding: 15px 0 15px 40px; 
} 
