@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:11px;
}

body {
	background-image:url(images/interior_left_wrapper_bg.jpg);
	background-repeat:repeat-y;
}

#header_interior {
	position:absolute;
	width:100%;
	height:108px;
	background-image:url(images/interior_header_bg.jpg);
	background-repeat:repeat-x;
}

#nav_interior {
	position:absolute;
	top:108px;
	width:100%;
	height:33px;
	padding:0;
	margin:0;
	background-image:url(images/buttons/btn_nav_interior_bg.jpg);
	background-repeat:repeat-x;
}

#nav_interior_constraint {
	width:1021px;
	margin:0;
	padding:0;
}

#interior_left_top {
	width:185px;
	height:130px;
	padding:0;
	margin:0;
	background-image:url(images/interior_left_top.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:141px;
}

#interior_left_bottom {
	width:185px;
	height:763px;
	padding:0;
	margin:0;
	background-image:url(images/interior_left_bottom.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:271px;
}

/* start interior_left_bottom contact form styles */

label.standard {
	width: 125px;
	color:#FFF;
	margin-left: 18px;
	font-size:9px;
	letter-spacing:1px;
}

input.standard, textarea.standard {
	width: 125px;
	margin-bottom: 5px;
	margin-left: 18px;
}

textarea.standard {
	height: 69px;
	overflow:auto;
}

#submitbutton.standard {
	margin-left: 18px;
	margin-top: 5px;
	width: 66px;
	height:21px;
}

#interior_left_bottom fieldset {
	border:none;
	margin-top:10px;
}

#contactMessage {
	width:300px;
	height:100px;
	overflow:auto;
}

.contactField {
	width:300px;
}

/* end interior_left_bottom contact form styles */


#interior_container {
	width:836px;
	position:absolute;
	top:141px;
	left:190px;
}

#interior_center {
	width:620px;
	padding:0;
	margin:0;
	position:absolute;
}

#interior_right_wrapper {
	width:200px;
	padding:35px 0 0 15px;
	margin-bottom:10px;
	float:right;
}

#interior_right_column {
	width:200px;
	padding:0;
	margin:0;
	background-image:url(images/home_right_column_bg.jpg);
	background-repeat:repeat-y;
}

#footer {
	width:595px;
	height:100px;
	position:absolute;
	top:100%;
	margin-left:45px;
	padding-top:15px;
	border-top:5px solid black;
}

p.footerCopy {
	margin:0 0 10px 5px;
	padding:0 0 0 0;
}

.footerImageLeft {
	border:none;
	margin:0 5px;
	padding:0;
	float:left;
}

.footerImageRight {
	border:none;
	margin:0;
	padding:0;
	float:right;
}

#footer a, #footer a:link, #footer a:visited {
	padding:0 6px;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p.innerBox {
	width:575px;
	margin:10px auto;
	padding:10px;
	background-color:#e0e4d4;
	font-size:12px;
}

#footer span.phone {
	font-weight:bold;
	font-size:13px;
}

.interiorContentPadding {
	padding:25px 45px;
	font-size:12px;
}

.interiorContentRightPadding {
	padding:0 15px;
	font-size:10px;
}

/* start Learn More button (SAME IMAGES USED FROM HOME PAGE 'LEARN MORE' BUTTONS) */
.btn_interior_LearnMore {
	height:21px;
	width:119px;
	margin:0;
	padding:0;
	background-image:url(images/buttons/btn_home_LearnMore_on.jpg);
	background-repeat:no-repeat;
	float:left;
}

.btn_interior_LearnMore a, .btn_interior_LearnMore a:link, .btn_interior_LearnMore a:visited {
	display:block;
}

.btn_interior_LearnMore img {
	width:100%;
	height:100%;
	border:0;
}

.btn_interior_LearnMore a:hover img {
	visibility:hidden;
}
/* end Learn More button */

a.orphanLink, a:visited.orphanLink, a:hover.orphanLink {
	color:#596e33;
	font-size:12px;
	font-weight:bold;
}

a.PDF_Link, a:visited.PDF_Link, a:hover.PDF_Link {
	color:#596e33;
	font-size:12px;
	font-weight:bold;
	vertical-align: super;
}


/* start temp styles for moch content */
.interiorContentCenterGreen {
	color:#596e33;
	font-size:15px;
	line-height:20px;
}

.interiorContentRightGreen {
	color:#596e33;
	font-size:12px;
	line-height:15px;
}

.interiorContentRegular {
	color:#000;
	font-size:12px;
}

p.interiorContentRightHeading {
	color:#596e33;
	font-size:15px;
}
/* end temp styles for moch content */

a.interiorSmall, a:visited.interiorSmall, a:hover.interiorSmall {
	color:#596e33;
	font-size:12px;
	font-weight:bold;
}

a.interiorLink, a:visited.interiorLink, a:hover.interiorLink {
	color:#596e33;
	font-size:15px;
	font-weight:bold;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

p.thankYou {
	font-size:14px;
}


#statusSuccess {
	width: 100%;
	text-align: center;
	background: #BAFFAC;
	border: 1px solid #006600;
	font: 12px arial;
	color: #006600;
	padding: 15px;
}

#statusError {
	width: 100%;
	text-align: center;
	background: #FF9497;
	border: 1px solid #990000;
	font: 12px arial;
	color: #990000;
	padding: 15px;
}
