/* Header Styles */

body {
	background-color:#333;
	
}

.clear {
	clear:both;
}

/*#content {
	background:#333;
	width:960px;
	padding:0 15px 0 15px;
	margin:0 auto;
	border-left:2px solid #666;
	border-right:2px solid #666;
	padding-bottom:10px;
	overflow:hidden;
}*/

#header {
		background-image:url(../images/test-tile.png);
		border-bottom:3px solid #5C743D; 
}

#header .main {
	margin:0 auto;
	width:1253px;
	position:relative;
}

#header .links {
	position:absolute;
	top:10px;
	right:120px;
	z-index:999;
	font-size:85%
}

.player {
	background-color:#fff;	
	text-align:center;
	padding-top:10px;
}

.copy {
	background-color:#B1E473;
	padding:20px;
	overflow:hidden;
	/*background:url(../images/copy-bg.jpg) repeat-x top left #fff;*/
}

.copy a {
	text-decoration:underline;
}



#navigation {
	font-size:16px;
	font-weight:bold;
}

#navigation ul {
margin:0;
padding:0;
}

#navigation li {
margin:0 0 5px 0;

}

#navigation li a {
padding:10px 0 0 5px;
width:295px;
height:34px;
list-style:none;
background-image:url(../images/nav-bg.jpg);
display:block;
font-weight:bold;
}

#navigation li a:hover {
display:block;
color:#5C743D;
background-image:url(../images/nav-bg.jpg);
}

#navigation li a:ative {
display:block;
color:#5C743D;
background-image:url(../images/nav-bg.jpg);
}





.content_box h2 {
	margin-bottom:5px;
}

.content_box_hack_left {
	background-color:#99CC66;
	border:2px solid #5C743D;
	padding:5px;
	margin-right:10px;
	width:291px;
	float:left;
	height:210px;
	position:relative;
	background: #99CC66;
}

.content_box_hack_center {
	border:2px solid #5C743D;
	padding:5px;
	margin-right:10px;
	width:291px;
	float:left;
	height:210px;
	position:relative;
	background:url(../images/summer-hours-bg.jpg) #99CC66;
}

.content_box_hack_right {
	border:2px solid #5C743D;
	padding:5px;
	width:287px;
	float:left;
	height:210px;
	position:relative;
	background:url(../images/clipboard.jpg) #99CC66;

}

.content_box_nav {
	background-color:#99CC66;
	border:2px solid #5C743D;
	padding:5px;
	margin-right:10px;
	float:left;
	width:285px;
	height:210px;
	position:relative;
	background:url(../images/clipboard.jpg) #99CC66;
}


/* Footer Styles */
#footer {
padding:20px 0 0 0;
background:url(../images/footer-bg.jpg) repeat-x;
overflow:hidden;
margin-top:10px;
border-top:2px solid #5C743D;
}

.margin_t10 {
	margin-top:10px;	
}
.margin_t5 {
	margin-top:5px;	
}

.float_left {
	float:left;
}

.margin_r10 {
	margin-right:10px;
}


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

table .p {
	vertical-align:text-top;
}

table img {
	vertical-align:text-top;
}

table td {
	border-bottom:1px solid #5E7043;
	margin-top:10px;
	padding-bottom:20px;
	padding-top:10px;
}

.yellow_button {
	padding:3px 10px;
	border:1px solid #FC0;
	color:#333;
	position:absolute;
	bottom:10px;
	right:10px;
	font-weight:bold;
	background:url(../images/yellow-button-bg.jpg);
}

.yellow_button:hover {
	border:1px solid #F90;
	background-color:#FF4;

}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
