﻿body
{
	background-color: #333333;
}

.mainDiv
{
	background-color: White;
	width: 900px;
	height: auto;
	margin: auto;
	left: auto;
	right: auto;
}

.div
{
	text-align: center;
	color: white;
	margin: auto;
	vertical-align: top;
	background-image: url(          'Images/divBackground1.png' );
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Arial;
	font-size: small;
}

.address
{
	text-align: center;
	color: #953434;
	margin: auto;
	vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Arial;
}

.div th
{
	background-color: #953434;
	text-align: center;
	font-size: medium;
	color: White;
}

.whatWeDo th
{
	background-color: #953434;
	text-align: center;
	font-size: medium;
	color: White;
}
#catDiv
{
	background-image: url( 'Images/textBackGround.png' );
	border: solid thin #953434;
}

#catDiv a
{
	color: White;
	text-decoration: none;
}

#modalShopDiv
{
	width: 800px;
}

#catDivTable
{
	text-align: center;
	width: 800px;
	color: White;
}

.whatWeDo
{
	text-align: left;
	border: solid thin #953434;
	height: 100%;
	background-image: url( 'Images/textBackGround.png' );
	color: White;
	vertical-align: top;
}

#catDiv th
{
	background-color: #953434;
	text-align: center;
	font-size: medium;
	color: White;
}

.hidden
{
	background: white;
	width: 900px;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=40);
	opacity: 0.5;
}

.modalPanel
{
	width: 930px;
	height: 570px;
	padding: 5px;
	text-align: center;
}

.modalFramePanel
{
	width: 930px;
	height: 570px;
	padding: 5px;
	text-align: center;
}

.modalDiv
{
	width: 900px;
	height: 540px;
	background-color: White;
	padding: 5px;
	text-align: center;
	overflow: auto;
}

.modalFrameDiv
{
	width: 900px;
	height: 540px;
	background-color: White;
	padding: 5px;
	text-align: center;
	overflow: auto;
}
.modalFrameDivAdmin
{
	background-color: White;
	padding: 5px;
	text-align: center;
	overflow: auto;
}

.modalFrame
{
	height: 535px;
	width: 875px;
	border: none;
}

.contactFrame
{
	height:370px;
	width: 540px;
	border: none;
	background-color: Transparent;
}

#contactPanel
{
	width:560px;
	Height:560;
}

.temp1 td
{
	background-color: #b17878;
	padding: 5px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	color: Black;
}

.temp2 td
{
	background-color: #edcbcb;
	padding: 5px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	color: Black;
}
.photoTemp1 td
{
	padding: 5px;
	margin: 10px;
	text-align: center;
}

.photoTemp2 td
{
	background-color: #edcbcb;
	padding: 5px;
	border-spacing: 10px;
	text-align: center;
}
#photoGalleryTable
{
	margin: auto;
	width: 100%;
}

#photoGalleryDiv
{
	background-image: url(          'Images/textBackGround.png' );
}

#eventGalleryTable
{
	margin: auto;
	width: 100%;
}

#eventGalleryDiv
{
	background-image: url(          'Images/textBackGround.png' );
}

#photoGalleryTable th
{
	background-color: #953434;
	text-align: center;
	font-size: large;
	color: White;
}

#eventGalleryTable th
{
	background-color: #953434;
	text-align: center;
	font-size: large;
	color: White;
}

.photoTemp1 img
{
	border: solid thin #b17878;
	padding: 5px;
	background-color: White;
}

#userScheduleTable th
{
	background-color: #953434;
	padding: 5px;
}

#editScheduleTable th
{
	background-color: #953434;
	padding: 5px;
}

.editRow
{
	background-color: #953434;
	text-align: center;
	padding: 5px;
}

.editRow input
{
	width: 90%;
}
.announcement th
{
	background-color: Transparent;
	text-align: left;
	font-size: x-large;
	border-top: solid thin white;
	text-decoration: underline;
	color: #953434;
}

.announcement td
{
	background-color: Transparent;
	text-align: left;
	font-size: medium;
}

.adminLink
{
	color: Black;
	font-size: small;
	text-align: center;
	margin: auto;
	color: #953434;
}

.adminLink a
{
	color: #953434;
	text-decoration: none;
}

.adminHeading
{
	color: #953434;
	font-size: x-large;
}
#closeLink
{
	cursor: pointer;
}

ul#blue
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#blue li
{
	position: relative;
	float: left;
	border-top: 4px solid #efefef;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 5px;
}

ul#blue .current
{
	border-top: 4px solid #3d496a;
}

ul#blue li:hover
{
	border-top: 4px solid #3d496a;
}

ul#blue li a
{
	padding: 2px 2px;
	text-decoration: none;
	font: bold 12px Verdana, Georgia, "Times New Roman" , Times, serif;
	color: #68759c;
}

ul#blue li a:hover
{
	color: #8895b8;
	border: none;
}

ul#blue li span
{
	display: none;
	position: absolute;
	top: 20px;
	left: 2px;
	width: 160px;
	font: normal 9px Verdana, Georgia, "Times New Roman" , Times, serif;
	line-height: 15px;
}

ul#blue li a:hover span
{
	margin-top: 7px;
	display: block;
	color: #8895b8;
}

ul#red
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#red li
{
	position: relative;
	float: left;
	border-top: 4px solid #edcbcb;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 5px;
}

ul#red .current
{
	border-top: 4px solid #953434;
}

ul#red li:hover
{
	border-top: 4px solid #953434;
}

ul#red li a
{
	padding: 2px 2px;
	text-decoration: none;
	font: bold 12px Verdana, Georgia, "Times New Roman" , Times, serif;
	color: #953434;
}

ul#red li a:hover
{
	color: #b17878;
	border: none;
}

ul#red li span
{
	display: none;
	position: absolute;
	top: 20px;
	left: 2px;
	width: 160px;
	font: normal 9px Verdana, Georgia, "Times New Roman" , Times, serif;
	line-height: 15px;
}

ul#red li:hover span
{
	margin-top: 7px;
	display: block;
	color: #953434;
	border: solid thin #953434;
	background-image: url( 'Images/headSpanBG.png' );
}

