/* 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: #233343;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

a {
	color: #fc0;
	text-decoration: none;
}

a:hover {
	color: #fc0;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Body
---------------------------------------- */
.outterBody {
	background: #233343 url(lyt_img/body_bg.jpg) left top repeat-x;
}

.innerBody {
	background: url(lyt_img/content_bg.png) top center repeat-y;
	padding: 0 7px;
	width: 814px;
}

.outterHeader {
	background: url(lyt_img/header_bg.jpg) top center no-repeat;
}

.innerHeader {
	height: 111px;
	width: 100%;
}

.headerLogo {
	padding-left: 22px;
	vertical-align: bottom;
	width: 50%;
}

.headerDate {
	padding-right: 22px;
	text-align: right;
	vertical-align: bottom;
	width: 50%;
}

.outterMenuHome {
	text-align: center;
	padding: 10px 10px 0;
}

.innerMenuHome {
	width: 100%;
}

.menuPaddingHome {
	padding-right: 2px;
}

.outterMenuSec {
	padding-top: 10px;
}

.innerMenuSec {
	width: 100%;
}

.menuPaddingSec {
	padding-right: 3px;
}

.outterContent {
	padding: 50px 55px 0;
}

.innerContent {
	width: 100%;
}

.contentLeft {
	border-right: 1px solid #eaeaea;
	padding-right: 15px;
	vertical-align: top;
	width: 490px;
}

.contentRight {
	padding-left: 25px;
	vertical-align: top;
	width: 163px;
}

.menuImage {
	height: 298px;
	padding-bottom: 5px;
}

.outterFooter {
	background: url(lyt_img/footer_bg.png) center bottom no-repeat;
	height: 75px;
	padding-top: 65px;
}

.innerFooter {
	color: #fff;
	width: 100%;
}

.innerFooter a {
	color: #fff;
	text-decoration: underline;
}

.innerFooter a:hover {
	color: #fff;
	text-decoration: none;
}

.pageTitle {
	padding-bottom: 25px;
}

.didYouKnow {
	padding-bottom: 22px;
}

.testimonial {
	border-top: 1px solid #e3e3e3;
	padding: 42px 0 22px;
}


/* 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;
}