body {
	background-image: url(../images/tile.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #4F6042;
}

h2 {
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	color: #4F6042;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

h3 {
	font-family: Georgia, Times New Roman;
	font-size: 13px;
	color: #4F6042;
	font-weight: strong;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

h4 {
	font-family: Georgia, Times New Roman;
	font-size: 13px;
	color: #4F6042;
	font-weight: strong;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

h5 {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #4F6042;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

p {
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #4F6042;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 15px;
}

a:link {
	color: #6C8424;
	text-decoration: none;
}

a:active {
	color: #6C8424;
	text-decoration: none;
}

a:visited {
	color: #6C8424;
	text-decoration: none;
}

a:hover {
	color: #4F6042;
	text-decoration: underline;
}


#galleryContainer {
}

#content {
	padding: 0px;
	width: 495px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #4F6042;
	background-image: url(../images/content_gradient.jpg);
	background-repeat: repeat-x;
}

#contentAdmin {
	padding: 0px;
	width: 495px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #4F6042;
	margin-left: 15px;
	margin-right: 15px;
}

#contentAdmin h1 {
	font-family: Georgia, Times New Roman;
	font-size: 25px;
	color: #4F6042;
	font-weight: normal;
	text-decoration: underline;
}

#content h1 {
	visibility: collapse;
	display: none;
}

#content p {
	margin-left: 15px;
	margin-right: 15px;
	line-height: 15px;
}

#content img {
	margin: 0px;
	padding: 0px;
}

#background {
	width: 760px;
	background-color: #DAD5C9;
	margin: 0px;
	padding: 9px;
}

#contentContainer {
	border: 1px solid #B7B0A3;
	padding: 11px;
	text-align: left;
}

#sideBarBackground {
	width: 226px;
	height: 238px;
	height: expression( '248px' );
	background-color: #4E5F41;	
	padding: 5px;
	background-image: url(../images/side_tile.jpg);
	background-repeat: repeat-x;
}

#sideBarContent {
	border: 1px solid #698429;
	text-align: center;
	height: 100%;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman;
	font-size: 11px;
}

#sideBarContent p {
	padding: 6px 10px 10px 10px;
	margin: 0px;
	color: #FFFFFF;
}

#sideBarContent a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sideBarContent a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#sideBarContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sideBarContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigationContainer {
	background-color: #C4BDB0;
	padding: 10px 8px 10px 8px;
	width: 220px;
}

.footer {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #4F6042;
}

#column1 {
	float: left;
	margin: 0px;
}

.credit {
	float: right;	
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #AE954A;
}

.credit a:link {
	color: #AE954A;
	text-decoration: none;
}

.credit a:active {
	color: #AE954A;
	text-decoration: none;
}

.credit a:visited {
	color: #AE954A;
	text-decoration: none;
}

.credit a:hover {
	color: #4F6042;
	text-decoration: underline;
}

.lastUpdated {
	font-size: 9px;
	padding-top: 13px;
}

.fieldText {
	border: 1px solid #B7B0A3;
	width: 300px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #4F6042;
}

.fieldTextArea {
	border: 1px solid #B7B0A3;
	width: 300px;
	height: 150px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #4F6042;
}

.fieldButton {
	border: 1px solid #B7B0A3;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #4F6042;
}

.fieldButtonOver {
	border: 1px solid #B7B0A3;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #C4BD80;
	cursor: pointer;
}

#adminNav {
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
}

#adminNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#adminNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#adminNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#adminNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.message {
	border: 1px solid #34422A;
	padding: 5px;
	font-weight: bold;
	width: 80%;
	background-color: #34422A;
	color: #FFFFFF;
}

.adminListSelectedItem {
	border: 1px solid #B7B0A3;
}

.adminListItem {

}

.adminListItemOdd {
	background-color: #C4BDB0;
}

.adminListItemOver {
	cursor: pointer;
	background-color: #34422A;
	color: #FFFFFF;
}

#directions li {
	margin-bottom: 5px;
}