.gradient_bkg {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.left {
	background-image: url(images/left_style.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(images/right_style.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.gradient_body {
	background-image: url(images/gradient_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
	padding: 5px;
	font-weight: lighter;
}
.bodyCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: lighter;
}
a.link_body {
	color: #430544;
	text-align: left;
	text-decoration: none;
}
a.link_body:hover {
	color: #430544;
	text-decoration: underline;
}
.outline {
	border: 1px solid #666666;
}




/* HOURS AND LOCATION */
#hours_and_location .content {
	min-height:; /* so the content doesn't run out onto the background when the page loads slowly */
	}	
.hours {
	caption-side: bottom;
	}
.hours caption {
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	}
.hours td {
	padding: 5px 15px;
	}
.hours td:nth-child(even) { /* every other table cell */
	color: #666;
	}
.hours td:nth-child(odd) { /* every other table cell */
	color: #0c4683; /* blue */
	font-weight: bold;
	}
.hours td {
	padding: 5px 1px 4px 1px;
	}	
.hours td + td {
	padding-left: 45px;
	text-align: right;
	}	
.hours tr {
	border-color: #666;
	border-style: dotted;
	border-width: 0 0 1px 0;
	}	
.hours tr:last-child {	
	border: 0;
	}
.map
	{
	width: 425px;
	background-color: white;
	padding: 10px;
	padding-bottom: 10px;
	}
.map a {
	text-decoration: none;
	}
.map iframe {
	margin-bottom: 5px; /* space above "view larger map" */
	}

.forms {
	padding-left: 15px;
	}
.forms li {
	list-style-type: circle;
	}
