@charset "utf-8";

/*Global Settings */
body {
	margin: 0px;
	background-image: url(images/BG_Gradient.gif);
	background-repeat: repeat-x;
	background-color:#6C0110;
}

ul,p,h1,h2,h3,h4,h5,form{margin:2px;}

th{cursor:pointer;}
th:hover{background-color:#FFFF99;}

/*Header Area */


/*Nav Area */


/*Footer Area */
#footer_area {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

#footer_area a:link,#footer_area a:visited{
	color:#FFFFFF;
	
}
#footer_area a:hover{
	color:#A22E00;
	
}

/*Copyright Area*/
#copyright_area {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

/*Content Area */
#content_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-repeat:repeat-y;
}
#content_area h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #721a1a;
}
#content_area h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #d05300;
}

#content_area a:link, #content_area a:visited {
	color:#B20F00;
}

/*Contact Form */
#contact_form fieldset{
	/*border: 2px solid #B3882B;*/
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contact_form legend{
	color: #ffffff;
	background: #A33528;
	border: 2px solid #B3882B;
	padding: 4px 6px;
	margin-left:4px;
	font-weight:bold;
}

#contact_form label{
	width: 100px;
	float: left;
	text-align: left;
	display: block;
	font-size:14px;
	font-weight:bolder;
}

#contact_form p{
	margin:3px;
}

#contact_form .Indent{
margin-left: 135px;
} 
#content_SubContent_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat:repeat-y;
}
#content_SubContent_area h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #E79B67;
}

#content_SubContent_area a:link, #content_SubContent_area a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#GiftCertForm table{
	border-style:solid;
	border-color:#66CC00;
	border-width:1px;
}
#MailingListArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#ClassTable  table,td,tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ClassTable tr:hover {
	background-color: #FFFA93;
}
#WhoWeAre a:link,#WhoWeAre a:visited {
	color: #FFFFFF !important;
	font-weight:bold;
}

#WhoWeAre a:hover{
	color: #FFDBA9 !important;
	font-weight:bold;
}
#OurMission a:link,#OurMission a:visited {
	color: #FFFFFF !important;
	font-weight:bold;
}

#OurMission a:hover{
	color: #FFDBA9 !important;
	font-weight:bold;
}

/* Classes */
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.white_text a:link,.white_text a:visited {
	color: #FFFFFF !important;
}

.white_text a:hover{
	color: #FFDBA9 !important;
}

.white_text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFDBA9;
	font-weight: bold;
}

.GiftCert{
	background-image:url(images/img_GiftCertificateSample.jpg);
	background-repeat:no-repeat;
	width:162px;
	/*float:left;*/
	height:67px;
	cursor:pointer;
	font-size:36px;
	font-weight:bolder;
	padding-left:23px;
	padding-top:18px;
	color:#65CE37;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.SpryHiddenRegion {
	visibility: hidden;
}

.TblOddRow {
	background-color: #D6D6D6;
}
.tblHover {
	background-color: #FFFA93;
}

.DisplayForPrint{
	display:none;
}
.Highlight {
	font-size: 24px;
	font-weight: bold;
	color: #069;
	background-color: #FF3;
}
.Gallery_BG-Frame {
	background-image: url(images/Gallery_BG.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 320px;
	width: 595px;
}
.BG_Red {
	background-image: url(images/Red_BG.gif);
}

