html, body {
	height: 100%;
}

body {
	margin: 0; padding: 0;
	background: #7b7a63 url(../images/background.jpg) repeat-x;
	font: 12px Georgia, "Times New Roman", Times, serif; color: #262518;
	line-height: 1.65em;
	position: relative;
}

/* HEADINGS -------------------------------------------------------------- */

h1, h2 {
	font-size: 20px;
	font-weight: bold;
	color: #eaebdb;
	margin: 20px 0 0 2px; padding: 0;
}

#container {
	width: 960px;	
	margin: 0 auto; padding: 0 0 150px 0;
	background: url(../images/stenograph.jpg) bottom left no-repeat;
}

#top {
	width: 100%;
	overflow: hidden;
	height: 114px;
}

#logo {
	float: left;
	width: 427px;	height: 114px;
	border: none;
}

/* MAIN MENU ----------------------------------------------------------------- */

#menu {
	position: relative;
	margin: 45px 0 0 0; padding: 5px 0 5px 20px;	
	overflow: hidden;
	float: right;
}

#menu li {
	float: left;
	list-style: none;
	padding: 0;	margin: 0;
	line-height: 27px;
	font-weight: bold;
}

#menu li.backLava {
	background: url(../images/menu.gif) no-repeat right -27px;
	width: 9px; height: 27px;
	position: absolute;
}

#menu li.backLava .leftLava {
	background: url(../images/menu.gif) no-repeat top left;
	height: 27px;
	margin-right: 15px;
}

#menu li a {
	text-decoration: none;
	color: #4a4934;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 27px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}

#menu li a:hover, .menu li a:active {
	border: none;
	color: #fff;
}

#menu li.selectedLava a {
	color: #fff;
}

/* BANNER IMAGE -------------------------------------------------------------- */

#banner {
	width: 656px;	height: 322px;
	float: left;
	background: url(../images/banner1.jpg) no-repeat;
	text-align: center;
}

#banner p {
	color: #eaebdb;
	margin: 260px 0 0 0;	padding: 0;
	font-size: 14px; font-style: italic;
}

/* SCHEDULING INFO --------------------------------------------------------- */

#schedule {
	width: 296px;	height: 322px;
	float: right;
	background: url(../images/schedule.jpg) no-repeat;
}

#schedule p {
	color: #262518;
	margin: 0; padding: 20px 20px 5px 20px;
}

#schedule a {
	color: #83081d;
	background: url(../images/clock.gif) 0% 50% no-repeat;
	padding: 4px 0 4px 25px;
	text-decoration: underline;
}

#schedule a:hover {
	color: #45030f;
}

#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}

/* LEFT SIDE ------------------------------------------------------------- */

#left {
	float: left;
	width: 656px;
}

#left p {
	color: #fff;
	margin: 15px 15px 0 2px; padding: 0;
	line-height: 2em;
}

#left a {
	color: #cac9b5;
	text-decoration: none;
	border-bottom: 1px solid #cac9b5;
}

#left a:hover {
	color: #83081d;
	text-decoration: none;
	border-bottom: 1px solid #83081d;
}

#left ul {
	margin: 15px 20px 0 2px; padding: 0;
}

#left ol {
	margin: 15px 15px 0 0; padding: 5px 5px 5px 30px;
}

#left ul li {
	list-style: none;
	color: #fff;
	border-bottom: 1px dashed #cac9b5;
	margin: 5px 0 0 0; padding: 4px 0 4px 20px;
	background: url(../images/arrow.gif) 0% 50% no-repeat;
}

#left ul li:last-child {
	border: none;
}

/* RIGHT SIDE ------------------------------------------------------------ */

#right {
	float: right;
	width: 296px;
}

/* CONTACTING INFO ------------------------------------------------------- */

#contacting {
	margin: 15px 0 5px 0;
	width: 296px; height: 159px;
	background: url(../images/contacting.jpg) no-repeat;
}

#contacting p {
	margin: 0; padding: 20px 20px 0 20px;
	line-height: 2em;
}

#contacting p strong {
	color: #83081d;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#contacting img {
	display: block;
	border: none;
	margin: 5px 0 0 0;
}

/* SCHEDULE FORM --------------------------------------------------------- */

form {
	margin: 15px 15px 15px 2px; padding: 0;
}

fieldset {
	border: none;
	margin: 0 0 20px 0;	padding: 0 0 10px 0;
	background: url(../images/fieldset.png) repeat;
}

legend {
	color: #83081d;
	font-size: 14px;
	font-weight: bold;
	margin: 0; padding: 0 0 15px 0;
}

label {
	clear: left;
	color: #eaebdb;
	font-weight: bold;
	display: block;
	float: left;
	width: 175px;
	text-align: right;
	margin: 5px 0 0 0; padding: 2px 10px 2px 0;
}

input, select, textarea {
	margin: 6px 0 0 5px; padding: 2px 4px;
	background-color: #cac9b5;
	border: none;
	border-bottom: 2px solid #eaebdb;
	display: block;
	float: left;
	color: #262518;
}

sup {
	color: #83081d;
}

input.submit {
	cursor: pointer;
	background: url(../images/button.gif) repeat-x;
	border: none;
	color: #fff;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	font-size: 10px; font-weight: bold;
	text-transform: uppercase;
}

/* FOOTER ---------------------------------------------------------------- */

#footer {
	background: url(../images/footer.gif) repeat-x;
	margin: 20px 0 0 0; padding: 10px 0 0 0;
}

#footer p {
	float: left;
	margin: 0; padding: 20px 0 0 2px;
	color: #eaebdb;
}

#footer a {
	color: #cac9b5;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #cac9b5;
}

#footer a:hover {
	color: #83081d;
	border-bottom: 1px solid #83081d;
}

#footer ul {
	float: right;
	margin: 0; padding: 20px 2px 0 0;
	color: #cac9b5;
}

#footer li {
	list-style: none;
	display: block;
	float: left;
	border-left: 1px solid #cac9b5;
	margin: 0 0 0 8px; padding: 0 0 0 8px;
}

#footer li:first-child {
	border: none;
}

/* CLASSES -------------------------------------------------------------- */

.button {
	width: 296px; height: 33px;
	background: url(../images/button.gif) repeat-x;
	margin: 10px 0 0 0; padding: 0;
	line-height: 38px;
	color: #fff;
}

.button a {
	color: #fff;
	text-decoration: none;
}

.button a:hover {
	color: #eaebdb;
}

.button form {
    margin: 0; padding: 0; border: none; height: 33px;
}

.button input {
    margin: 0; padding: 0;
    border: none; height: 33px;
}

.ncra {
	background: url(../images/ncra.gif) 0% 50% no-repeat;
	line-height: 38px;
	margin: 0 0 0 15px; padding: 0 0 0 35px;
}

.gsra {
	background: url(../images/gsra.gif) 0% 50% no-repeat;
	line-height: 38px;
	margin: 0 0 0 15px; padding: 0 0 0 35px;
}

.gccra {
	background: url(../images/gccra.gif) 0% 50% no-repeat;
	line-height: 38px;
	margin: 0 0 0 15px; padding: 0 0 0 35px;
}

.top {
	background: url(../images/top.gif) repeat-x;
}

.error {
	background-color: #83081d;
	color: #fff;
}