body {
	font-family: sans-serif, verdana;
	font-size: medium;
	background-color: #A28F81;
}

/*

page sides background: #A28F81

*/

a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {color: blue; text-decoration: underline;}

/*
sample for image links
*/

A:link IMG { border: none; }
A:visited IMG {border: none;}


h2.with-underline {
    display: block;
    margin-top: 20px; 
    width: 100%;
    color: black;
    font-size: 18px;
    border-bottom: 2px #BBB solid;
}


/* H2 with underline thanks to Dustin Bachrach */


h3 {
	font-size: 22px;
}

/* removed upercase from H3 headings */

h4 {
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFC900;
}

h5 {
	background: white;
	color: black;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}


td {
	vertical-align: top;
}


#footer {
	text-align: center;
	margin-top: 15px;
}

#footer-text {
	font-size: 0.8em;
	color: black;
}



/* Content Sections */



#master-table {
	width: 940px;
	background-color: #0B0A29;
}


#content-area {
	width: 880px;
	background-color: white;
	color: black;
	margin-bottom: 20px;
}


.content-left {
	width: 200px;
	margin-top: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.content-right {
	width: 540px;
	margin-top: 10px;
	padding: 10px;
	vertical-align: top;
}






/* master-table previously styled border: 2px solid white;  */


.header-news {
	border: 1px solid white;
	margin-top: 5px;
	margin-right: 30px;
	width: 300px;
	float: right;
}

.header-news-inner {
	padding: 5px;
	color: white;	
}

.heading-row {
	font-weight: bold;
	background-color: #E8E8E8;
}

.mission {
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
}


/* margin used instead of padding as fix for Internet Explorer display  */

.news-photo {
	margin-right: 8px;
	margin-bottom: 8px;
}

.news-teaser {
	border: 1px solid gray;
	border-bottom: 5px solid black;
	border-right: 3px solid black;
	background-color: gray; 
/*	background-color: #CCCCCC;  */
	padding: 8px;
	margin-right: 0px;
	font-size: small;	
}


.news-teaser-inner {
	margin-bottom: 10px;
}


.news-teaser-link a {
	color: white;
	text-decoration: underline;
}


.news-teaser-link a:visited {
	color: white;
	text-decoration: underline;
}


.news-teaser-link a:hover {
	color: #FFC900;
	text-decoration: underline;
}


.price {
	color: #990000;
	font-weight: bold;
}

.primary-photo {
	padding: 0px 5px 5px 8px;
	float: right;
	
}


.schedule {
	border: 1px dashed black;
}


.secondary-photo {
	padding: 0px 5px 5px 0px;
}

.shaded {
	background-color: #E8E8E8;
	
}

.text-content {
	font-family: times new roman, georgia, sans-serif;
}

/* Top nav menu, edited from Dynamic Drive "Underline horizontal menu"*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#top-nav{
margin: 0px;
padding: 0px;
}

#top-nav ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border-width: 1px 0;
}


/* removed border: 1px solid black;   */

* html #top-nav ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#top-nav ul li{
display: inline;
}


#top-nav ul li a{
float: left;
color: black;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background-color: #BE7ACF;
text-transform: uppercase;
font-family: georgia, Times New Roman, serif;
font-size: 12px;
}

#top-nav ul li a:hover{
color: black;
background-color: #C3BFFF;
padding: 2px 6px 4px 6px;
text-decoration: underline;
}


/* Nav testing with cells instead of a UL list that seems to be hard to align to the center    */


#nav-test TD {
	background-color: #FFEC00;
	padding: 2px 6px 4px 6px;
	
}