﻿@import url("layout-1.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-attachment: scroll;
	background-color: #F9E08C;
	background-image:  url(../../images/orangeToBlueHdr.jpg);
	background-position: left top;
	background-repeat: no-repeat; /*repeat-x;*/	
}
#container {
	width: 100%;
	margin-top: 84px;/*135px*/
	border-bottom: 2px solid #363636;
	background-color: #FFFFD2;/*brighter orange*/
	color: #FFFFD2;
}
#masthead {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 1px;
}
#navigation {
	width:  780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width:  780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 510px;
	text-align: left;
	color: navy;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 86px;

}
#sidebar {
	float: right;
	width: 260px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width:  800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
/*	color: #261; original green*/
	color:blue;
	text-transform: uppercase;
	display: inline;
}
#masthead h2 {
	font-weight:bold;
/*	color: #261; original green*/
	color:blue;
	text-transform: uppercase;
	display: inline;
	}
#masthead h3 {
	font-weight: normal;
	color: blue;
	display: inline;
	margin-top: 3.5%;
	margin-left: 5%;
	margin-right: 5%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #F9E08C;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #7481ce;/*blue*/
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #F9E08C;
}
#content h1,h2,h3,h4,h5,h6 {
	color: navy;
}
#content img {
	padding: 5px;
	margin: 12px;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: navy;
	/*color: #c4c4c4;*/
}
#footer a {
/*	color: navy;*/
	color: #CD5C5C;
/*	color: #708090;*/
	text-decoration: underline;
}
#footer a:hover {
	color: #836706;
	text-decoration: none;
}
/* Link Styles */
#home #navigation .home a,
#siteMap #navigation .siteMap a,
#calendar #navigation .calendar a,
#programs #navigation .programs a,
#news #navigation .news a,
#photoGallery #navigation .photoGallery a,
#comments #navigation .comments a,
#links #navigation .links a,
#contact #navigation .contact a {
	text-decoration:underline;
}

a {
	color: #CD5C5C;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/*Photo Gallery Styles*/
#gallery_content {
	width: 275px;
	margin: 0 0 0 0px;
	padding: 0;
	text-align:center;
	float:left;
}
#gallery_content h1,h2,h3,h4,h5,h6 {
	color: navy;
}
#gallery_sidebar {
	width: 275px;
	margin-top:15px;
	float: right;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
}
#gallery_sidebar h1,h2,h3,h4,h5,h6 {
	color: navy;
}
