/* 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: #72593b url(lyt_img/body_bg.jpg) top left repeat;
	color: #000;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	color: #bc772e;
	text-decoration: none;
}

a:hover {
	color: #bc772e;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Body
---------------------------------------- */
.outterBody {
	width: 100%;
}

.outterHeader {
	background: url(lyt_img/header_bg.jpg) left top repeat-x;
	height: 202px;
	width: 100%;
}

.innerBody {
	background: url(lyt_img/content_shadow.png) left top repeat-x;
	width: 100%;
}	

.outterContent {
	background: url(lyt_img/content_bg.png) center top repeat-y;
	width: 921px;
}

.innerContent {
	background: url(lyt_img/content_inner_bg.jpg) left top repeat-x;
	padding-top: 15px;
	width: 902px;
	min-height: 500px;
	_height: auto !important;
	height: 500px;
}

.orangeLine {
	background: #bc772e url(lyt_img/content_top.png) bottom center no-repeat;
	border-top: #fff 1px solid;
	height: 40px;
}

.outterFooter {
	background: url(lyt_img/content_bottom.png) top center no-repeat;
	padding-bottom: 75px;
	width: 100%;
}

.innerFooter {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 50px;
}

.contentDivider {
	width: 1px;
	background: url(lyt_img/divider_vertical.gif) top right repeat-y;
}

.mainTitle {
	color: #933;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 20px;
}

.outterNews {
	height: 100%;
	vertical-align: top;
	width: 335px;
}

.innerNews {
	padding: 0 35px 0 70px;
	height: 100%;
	vertical-align: top;
	width: 100%;
}

.outterMainContent {
	vertical-align: top;
}

.innerMainContent {
	padding: 0 70px 0 20px;
	width: 100%;
}

.outterCalendar {
	background: url(lyt_img/calendar_box.gif) top center no-repeat;
	height: 66px;
	width: 72px;
}

.calendarMonth {
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
}

.calendarDay {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.calendarContent {
	padding-left: 12px;
}

.calendarTitle {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.calendarDetail {
	font-size: 12px;
}

.calendarDivider {
	background: url(lyt_img/divider_horizontal.gif) left 5px repeat-x;
	height: 35px;
}

.calendarDate {
	color: #a86620;
	font-weight: bold;
	padding: 3px 0;
}


/* 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;
	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;
}

#fullHeight {
	height: 100%;
	vertical-align: top;
}