﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:black;
	margin:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:1.4em;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:1.3em;
}
h3 {
	color:#8C0404;
	padding:0px;
	margin:5px 0px;
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1.0em;
}
h6 {
	font-size:0.9em;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
	position:relative;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:300px;
}
.wideTextBox, .list {
	width:600px;
}
.list .headerStyle td {
	color:white;
	padding:5px;
	background-color:#BC0000;
}
.list .row:hover {
	background-color:#EFE38D;
}
.formSection {
	background-color:#EFE38D;
}
#container {
	width:966px;
	margin:0px auto;
	background-color:white;
	padding:0px 2px;
}
#header {
	width:966px;
	height:143px;
	background-color:black;
	background-image:url('../images/header-background.jpg');
	background-position:center 10px;
	background-repeat:no-repeat;
	text-align:right;
}
#header .telephone {
	display:block;
	color:#BC0000;
	font-size:1.7em;
	font-weight:bold;
	padding:0px 15px 0px 0px;
	margin:20px 0px 0px 0px;
}
#header .contactus {
	display:block;
	padding:0px 25px 10px 0px;
	margin:50px 0px 0px 0px;
	font-size:1.2em;
	font-weight:bold;
}
#header .contactus a {
	color:black;
	background-image:url('../images/arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:10px 0px 10px 30px;
}
.topMenu {
	width:946px;
	height:28px;
	background-image:url('../images/topmenu-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px 10px;
	margin:0px;
	list-style:none;
	border-top:1px white solid;
	border-bottom:1px white solid;
	z-index:200;
}
.topMenu li {
	float:left;
	position:relative;
	padding:5px 15px;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	z-index:200;
}
.topMenu li a {
	color:white;
}
.topMenu li ul {
	left: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 200px;
	margin: 0px;
	z-index:200;
	padding:0px;
}
.topMenu li:hover ul {
	display: block;
}
.topMenu li ul li {
	padding:7px 15px;
	font-size:0.9em;
	width: 170px;
	height:19px;
	background-image:url('../images/topmenuli-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
.topMenu li ul li a {
	color:white;
}
.topMenu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:200;
}
.topMenu .actions ul {
	left:auto;
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:200;
}
.topMenu .actions:hover ul {
	display: block;
}
.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 155px;	
	text-align: right;
	padding: 3px 5px;
	background:none;
	font-size:0.9em;
}
.topMenu .actions a {
	color: black;
}
#contentArea {
	width:966px;
	background-image:url('../images/contentarea-background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:0px 0px 97px 0px;
	margin:0px 0px 10px 0px;
}
#contentTop {
	width:672px;
	height:124px;
	background-image:url('../images/content-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:17px 277px 17px 17px;
	color:white;
	font-size:0.9em;
}
#contentTop p, #contentTopMenu p {
	padding:8px 0px;
	margin:0px;
}
#contentTop a, #contentTopMenu a {
	color:#C7B31C;
	font-weight:bold;
	font-style:italic;
}
#contentTopMenu {
	width:706px;
	height:158px;
	background-image:url('../images/content-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:0px 257px 0px 0px;
	color:white;
	font-size:0.9em;
}
#contentTopMenu .left {
	width:475px;
	padding:17px 0px 17px 17px;
}
#contentTopMenu .right {
	width:200px;
	height:148px;
	overflow:hidden;
	padding:6px 0px 0px 0px;
}
.subMenu {
	padding:0px;
	margin:0px;
	list-style:none;
	border:1px black solid;
}
.subMenu li {
	width:188px;
	height:26px;
	background-image:url('../images/submenuli-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
	padding:7px 10px 0px 0px;
}
#contentTopMenu .subMenu li a {
	color:white;
	font-style:normal;
	font-weight:bold;
}
.subMenu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:200;
}
.subMenu .actions ul {
	left:auto;
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:200;
}
.subMenu .actions:hover ul {
	display: block;
}
.subMenu .actions ul li {
	display: block;
	position: relative;
	width: 155px;
	height:auto;
	text-align: right;
	padding: 3px 5px;
	background:none;
	font-size:0.9em;
}
#contentTopMenu .subMenu .actions a {
	color: black;
}
#contentLeft {
	width:700px;
	padding:195px 0px 10px 0px;
	background-image:url('../images/theme1.jpg');
	background-position:center 5px;
	background-repeat:no-repeat;
}
#contentLeftNoTheme {
	width:700px;
	padding:10px 0px;
	background:none;
}
.parentList {
	width:700px;
}
.parentList .item {
	float:left;
	position:relative;
	width:225px;
	height:349px;
	padding:0px 4px;
	margin:8px 0px 0px 0px;
	background-image:url('../images/parent-item-background.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
}
.parentList .item .image {
	width:225px;
	height:139px;
	overflow:hidden;
}
.parentList .item .image img {
	border:none;
}
.parentList .item h2 {
	padding:5px;
	margin:0px;
	width:215px;
	height:50px;
	font-size:1.7em;
}
.parentList .item h2 a {
	color:#BC0000;
}
.parentList .item .introduction {
	display:block;
	padding:0px 5px;
	margin:0px;
	height:100px;
	overflow:hidden;
	font-size:1.3em;
}
.parentList .item .introduction strong {
	display:block;
	font-size:1.2em;
	padding:5px 0px 0px 0px;
}
.parentList .item .introduction span {
	display:block;
}
.parentList .item .introduction a {
	color:black;
}
.parentList .item .more {
	display:block;
	text-align:right;
	padding:13px 0px;
}
.parentList .item .more a {
	color:white;
	background-image:url('../images/red-button.gif');
	background-position:center center;
	background-repeat:no-repeat;
	padding:13px 16px;
	font-weight:bold;
	font-size:1.1em;
}
.parentListNoBox {
	width:700px;
}
.parentListNoBox .item {
	float:left;
	position:relative;
	width:225px;
	height:220px;
	padding:0px 4px;
	margin:8px 0px 0px 0px;
}
.parentListNoBox .image {
	width:225px;
	height:145px;
	overflow:hidden;
}
.parentListNoBox h2 {
	padding:5px;
	margin:0px;
	width:215px;
	height:50px;
	font-size:1.7em;
	height:30px;
	overflow:hidden;
	border-bottom:2px dotted #CCCCCC;
}
.parentListNoBox h2 a {
	color:#BC0000;
}
.parentListNoBox .more {
	display:block;
	text-align:right;
	padding:13px 0px;
}
.parentListNoBox .more a {
	color:white;
	background-image:url('../images/red-button.gif');
	background-position:center center;
	background-repeat:no-repeat;
	padding:13px 10px;
	font-weight:bold;
	font-size:1.1em;
}
.eventList {
	float:left;
	width:680px;
	padding:0px 10px;
}
.eventList .event {
	width:680px;
	float:left;
	position:relative;
	margin:0px 0px 15px 0px;
}
.eventList .event h2 {
	padding:8px 0px;
	margin:0px;
	font-size:1.5em;
}
.eventList .event h2 a {
	color:#BC0000;
}
.eventList .event .image {
	float:left;
	position:relative;
	width:200px;
	height:133px;
	overflow:hidden;
}
.eventList .event .intro {
	float:left;
	position:relative;
	width:460px;
	height:133px;
	overflow:hidden;
	padding:0px 10px;
}
.eventList .event .intro p.eventDetail {
	
}
.eventList .event .more {
	float:left;
	position:relative;
	width:680px;
	text-align:right;
	padding:13px 0px;
	border-top:2px dotted #CCCCCC;
	margin:5px 0px 0px 0px;
}
.eventList .event .more a {
	color:white;
	background-image:url('../images/red-button.gif');
	background-position:center center;
	background-repeat:no-repeat;
	padding:13px 10px;
	font-weight:bold;
	font-size:1.1em;
}
#contentRight {
	width:254px;
	padding:5px 8px 0px 4px;
}
.eventPart {
	width:254px;
	background-color:#BC0000;
	background-image:url('../images/eventparttop-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
.eventPart .background {
	background-image:url('../images/eventpartbottom-background.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:5px 0px;
}
.eventPart .event {
	width:254px;
	height:170px;
	background-image:url('../images/eventpart-event-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}
.eventPart .event h2 {
	width:246px;
	height:30px;
	padding:10px 8px 0px 0px;
	margin:0px;
	text-align:right;
	font-size:1.4em;
}
.eventPart .event h2 a {
	color:white;
}
.eventPart .event .left {
	float:left;
	position:relative;
	width:120px;
	height:88px;
	color:white;
	font-weight:bold;
	font-size:1.1em;
	padding:7px 0px 0px 7px;
}
.eventPart .event .left .date {
	font-size:1.2em;
}
.eventPart .event .left .introduction {
	padding:15px 0px 0px 0px;
	margin:0px;
}
.eventPart .event .right {
	float:left;
	position:relative;
	width:123px;
	height:90px;
	padding:5px 4px 0px 0px;
}
.eventPart .event .right .image {
	width:123px;
	height:82px;
	overflow:hidden;
}
.eventPart .event .right .image img {
	border:none;
}
.eventPart .event .more {
	display:block;
	height:30px;
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	padding:7px 10px 0px 0px;
}
.eventPart .event .more a {
	color:white;
}
.testimonialPart {
	width:254px;
	height:240px;
	margin:5px 0px 10px 0px;
	background-image:url('../images/testimonial-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
.testimonialPart h2 {
	text-align:right;
	padding:8px 5px 0px 0px;
	margin:0px;
	width:249px;
	height:29px;
	font-size:1.5em;
}
.testimonialPart h2 a {
	color:black;
}
.testimonialPart .testimonial {
	font-weight:bold;
	width:254px;
	height:152px;
}
.testimonialPart .testimonial p {
	text-align:right;
	padding:10px 10px 0px 50px;
	line-height:1.4;
	font-size:1.1em;
	height:100px;
	overflow:hidden;
	margin:0px;
}
.testimonialPart .testimonial .author {
	color:#8D0203;
	font-size:1.3em;
	padding:0px 0px 0px 10px;
	margin:0px;
}
.testimonialPart .more {
	display:block;
	text-align:right;
	height:30px;
	font-size:1.3em;
	font-weight:bold;
	padding:13px 10px 0px 0px;
}
.testimonialPart .more a {
	color:white;
}
#footer {
	width:946px;
	height:247px;
	overflow:hidden;
	background-image:url('../images/footer-background.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	color:white;
	padding:40px 10px 0px 10px;
}
#footer a {
	color:white;
}
#footer .footerMenu {
	font-size:1.2em;
	height:120px;
	font-weight:bold;
	overflow:hidden;
	line-height:1.8;
	display:block;
}
#footer .footerMenu a {
	padding:10px 0px;
}
#footer .footerMenu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	z-index:200;
}
#footer .footerMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:200;
	line-height:1;
}
#footer .footerMenu .actions:hover ul {
	display: block;
}
#footer .footerMenu .actions ul li {
	display: block;
	position: relative;
	width: 155px;	
	text-align: right;
	padding: 3px 5px;
	background:none;
	font-size:0.9em;
}
#footer .footerMenu .actions a {
	color: black;
}
#footer .designer {
	margin:20px 0px 0px 0px;
	display:block;
}
.paddedBox {
	padding:0px 10px;
}
.paddedBoxBackground {
	padding:15px 10px;
	width:680px;
	background-image:url('../images/box-background.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	margin:20px 0px;
}
.paddedBoxBackground strong {
	font-size:1.2em;
}
.successMessage, .errorMessage {
	display:block;
	padding:5px;
	font-weight:bold;
	background-color:#66FF66;
	margin:0px 0px 5px 0px;
}
.errorMessage {
	background-color:#FF6666;
}
#contentType {
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:2px #BC0000 solid;
}
#contentType h2 {
	color:#BC0000;
	font-size:1.4em;
}
#contentType a {
	color:#C7B31C;
	font-weight:bold;
}
.pageActions{
	display:inline-block;
	padding:5px;
	background-color:white;
	border:1px black solid;
}
.pageActions a {
	color:blue;
}
.contactUsContent {
	width:680px;
	padding:0px 10px;
}
.contactUsLeft {
	width:300px;
}
.contactUsRight {
	width:360px;
	padding:0px 0px 0px 20px;
}
.contactUsLeft .smallButton a {
	display:block;
	width:50px;
	padding:5px 10px;
	background-color:#8C0404;
	color:white;
	font-weight:bold;
}
.testimonialList {
	width:680px;
	padding:0px 10px;
}
.testimonialList .testimonial {
	width:680px;
	padding:35px 0px 10px 0px;
	margin:0px 0px 15px 0px;
	border-top:2px #8D0203 dotted;
	border-bottom:2px #8D0203 dotted;
	background-image:url('../images/quote1.gif');
	background-position:left 10px;
	background-repeat:no-repeat;
	font-weight:bold;
}
.testimonialList .testimonial .introduction {
	background-image:url('../images/quote2.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0px 0px 25px 0px;
	margin:0px;
}
.testimonialList .testimonial .author {
	background-image:url('../images/smallarrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding:7px 0px 7px 30px;
	font-size:1.2em;
	margin:0px;
	color:#8D0302;
}
.imageGallery {
	width:700px;
}
.imageGallery .mainImage {
	width:662px;
	height:404px;
	padding:12px 19px;
	background-image:url('../mainimage-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
.imageGallery .mainImage .image {
	width:662px;
	height:371px;
}
.imageGallery .mainImage .pager {
	width:662px;
	color:#787878;
	text-align:right;
	font-size:1.4em;
	font-weight:bold;
	font-family:Georgia, Arial, Helvectica, sans-serif;
	padding:10px 0px 0px 0px;
}
.imageGallery .mainImage .pager span {
	padding:0px 5px;
}
.imageGallery .mainImage .pager img {
	vertical-align:middle;
}
.imageGallery .mainImage .pager img:hover {
	cursor:hand;
}
.imageGallery .thumbnailContainer {
	width:700px;
	margin:5px 0px;
	height:111px;
	background-image:url('../thumbnails-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
}
.imageGallery .thumbnailContainer img:hover {
	cursor:hand;
}
.imageGallery .thumbnailContainer .previous {
	width:20px;
	height:66px;
	padding:45px 0px 0px 0px;
}
.imageGallery .thumbnailContainer .thumbnails {
	width:645px;
	padding:10px 8px 0px 7px;
}
.imageGallery .thumbnailContainer .thumbnails .thumbnail {
	width:155px;
	padding:0px 0px 0px 5px;
}
.imageGallery .thumbnailContainer .next {
	width:20px;
	height:66px;
	padding:45px 0px 0px 0px;
}







