/* Main
---------------------------------------- */
@charset "utf-8";

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	background-color: #242323;
	color: #b1b1b1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 5px 0;
}


/* Body
---------------------------------------- */
.outterHeader {
	background-color: #000;
	height: 100px;
}

.innerHeader {
	height: 100px;
	width: 800px;
}

.headerleft {
	width: 455px;
}

.headerRight {
	padding-top: 18px;
	width: 345px;
}

.outterContent {
	padding: 35px 0;
}

.innerContent {
	width: 800px;
}

.outterContentLeft {
	padding-right: 50px;
	vertical-align: top;
	width: 476px;
}

.innerContentLeft {
	width: 100%;
}

.contentTitle {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 5px;
	padding-bottom: 30px;
}

.contentText {
	min-height: 650px;
	_height: auto !important;
	height: 650px;
	vertical-align: top;
}

.outterContentRight {
	vertical-align: top;
	width: 274px;
}

.innerContentRight {
	width: 100%;
}

.outterMenu {
	border-left: 1px solid #666;
	padding-left: 15px;
}

.innerMenu {
	width: 100%;
}

.menuItem {
	padding: 2px 0;
}

.menuItemDivider {
	padding-top: 20px;
}

.outterBox {
	padding-top: 35px;
}

.innerBox {
	width: 100%;
}

.boxTop {
	background: url(lyt_img/box_top.png) center top no-repeat;
	height: 9px;
}

.boxContentOutter {
	background-color: #454444;
}

.boxContentInner {
	width: 100%;
}

.boxBottom {
	background: url(lyt_img/box_bottom.png) center bottom no-repeat;
	height: 9px;
}

.boxArrow {
	padding: 0 5px;
	text-align: center;
	width: 40px;
}

.didYouKnowTitle {
	padding: 35px 0 15px;
}

.outterDidYouKnow {
	border-left: 1px solid #666;
	padding-left: 15px;
}

.innerDidYouKnow {
	width: 100%;
}

.eventMonth {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.eventTitle {
	font-weight: bold;
	padding-bottom: 5px;
}

.eventContent {
	padding-bottom: 10px;
}

.testimonialDivider {
	border-top: 1px solid #666;
	padding-top: 20px;
}

.testimonialContent {
	padding-bottom: 10px;
}

.eventDivider {
	border-top: 1px solid #666;
	padding-top: 20px;
}

.outterFooter {
	background-color: #000;
	font-size: 10px;
	padding: 10px 0 40px;
	text-align: center;
}

.innerFooter {
	width: 100%;
}

.innerFooter a {
	color: #b1b1b1;
	text-decoration: none;
}

.innerFooter a:hover {
	color: #b1b1b1;
	text-decoration: underline;
}

.gallerySlideShow {

}

.galleryImage {
	border: 2px solid #fff;
}


/* Form
---------------------------------------- */
form {
	margin: 0px;
}



/* Miscellaneous
---------------------------------------- */
.error {
	background-color: #ff9;
	border: 1px solid #fff;
	color: #f00;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.success {
	background-color: #9c9;
	border: 1px solid #fff;
	color: #333;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.formLabel {
	padding-right: 10px;
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textBold {
	font-weight: bold;
}

.noBorder {
	border: 0;
}

.layerHide {
	display: none;
	visibility: hidden;
}

.layerShow {
	display: inline;
	visibility: visible;
}
