@charset "utf-8";

/* Main
---------------------------------------- */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a {
	color: #b48300;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus, input[type="image"]:active, input[type="image"]:focus {
	outline: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Body
---------------------------------------- */
.outterBody {
}

.innerBody {
	width: 960px; 
}

.outterLeft {
	background: #d5a10e url(lyt_img/banner_bg.png) top right no-repeat;
	border-right: 1px solid #fff;
	width: 139px;
}

.innerLeft {
	width: 100%;
}

.outterRight {
	background: url(lyt_img/content_bg.png) top center no-repeat;
	width: 820px;
}

.innerRight {
	width: 100%;
}

.outterHeader {
	height: 165px;
}

.innerHeader {
	height: 165px;
	width: 100%;
}

.headerLogo {
	margin-left: 30px;
	position: absolute;
	top: 23px;
	vertical-align: top;
}

.outterContent {
	vertical-align: top;
}

.innerContent {
	width: 100%;
}

.outterMenu {
	background: url(lyt_img/menu_bg.png) left center repeat-x; 
	height: 48px;	
	padding-left: 11px;
}

.innerMenu {
	width: 100%;
}

.outterText {
	background: url(lyt_img/footer_bg.png) bottom right no-repeat;
	vertical-align: top;
	padding: 30px 35px 0 10px;
}

.innerText {
	width: 100%;
}

.outterTextNews {
	background: url(lyt_img/news_bg.png) left top no-repeat;
	padding-bottom: 60px;
	vertical-align: top;
	width: 245px;
}

.innerTextNews {
	width: 100%;
}

.textNewsHeader {
	padding: 3px 0 16px 14px;
}

.textOutterNewsDate {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 17px 9px;
}

.textInnerNewsDate {
	background-color: #d5a10e;
	width: 100%;
}

.textNewsDate {
	padding-left: 7px;
}

.textNewsTitle {
	font-weight: bold;
	padding-left: 18px;
	text-transform: uppercase;
}

.textNewsContent {
	line-height: 15px;
	padding: 0 22px 20px 18px;
}

.textNewsButton {
	padding-left: 10px;
}

.outterTextContent {
	min-height: 600px;
	padding: 6px 0 60px 25px;
	vertical-align: top;
	width: 505px;
}

.innerTextContent {
	width: 100%;
}

.outterTrainingEvent {
	padding-bottom: 30px;
}

.innerTrainingEvent {
	border-bottom: 1px solid #b48300;
	width: 100%;
}

.outterTrainingEventLeft {
	padding-bottom: 15px;
	width: 137px;
}

.innerTrainingEventLeft {
	width: 100%;
}

.outterTrainingEventRight {
	padding: 0 0 15px 15px;
	vertical-align: top;
	width: 353px;
}

.innerTrainingEventRight {
	width: 100%;
}

.trainingEventTop {
	padding-bottom: 12px;
}

.trainingEventTitle {
	font-weight: bold;
	text-transform: uppercase;
}

.trainingEventDate {
	font-style: italic;
}

.trainingEventContent {
	padding-top: 9px;
}

.textContent {
	padding: 11px 0 0 3px;
}

.outterTraining {
	border-bottom: 1px solid #b48300;
	padding: 15px 0;
}

.innerTraining {
	width: 100%;
}

.trainingTitle {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.trainingDate {
	font-style: italic;
}

.trainingContent {
	padding-top: 20px;
}

.outterFooter {
	padding: 2px 0 0 12px;
}

.innerFooter {
	border-top: 1px solid #929ba4;
	width: 100%;
}

.footerText {
	padding: 4px 0 20px;
	text-align: center;
}


/* Form
---------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.siteInput {
	border: 3px solid #e0e0e0;
	color: #302e2f;
	padding: 9px 12px;
	width: 346px;
}

.siteInputCaptcha {
	border: 3px solid #e0e0e0;
	color: #302e2f;
	padding: 9px 12px;
	width: 220px;
}

.siteTextarea {
	border: 3px solid #e0e0e0;
	color: #302e2f;
	padding: 9px 12px;
	width: 450px;
}


/* Miscellaneous
---------------------------------------- */
.formError {
	background-color: #ff9;
	border: 1px solid #fff;
	color: #f00;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.formSuccess {
	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;
}

.textJustify {
	text-align: justify;
}

.textBold {
	font-weight: bold;
}

.noBorder {
	border: 0;
}

.layerHide {
	display: none;
	visibility: hidden;
}

.layerShow {
	display: inline;
	visibility: visible;
}
