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

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

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

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

#branding {
	position:absolute;
	top:87px;
	width:100%;
	height:104px;
	background-image:url(images/home_header_branding_bg.jpg);
	background-repeat:repeat-x;
}

#nav_home {
	position:absolute;
	top:189px;
	width:100%;
	height:30px;
	padding:0;
	margin:0;
	background-image:url(images/buttons/btn_nav_home_bg.jpg);
	background-repeat:repeat-x;
}

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

#home_left_top {
	width:216px;
	height:167px;
	padding:0;
	margin:0;
	background-image:url(images/home_left_top.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:219px;
}

#home_left_bottom {
	width:216px;
	height:510px;
	padding:0;
	margin:0;
	background-image:url(images/home_left_bottom.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:386px;
}

#home_container {
	width:805px;
	position:absolute;
	top:219px;
	left:216px;
}

#home_center {
	width:670px;
	padding:0;
	margin:0;
	position:absolute;
}

#home_right_wrapper {
	width:226px;
	padding-left:15px;
	padding-bottom:30px;
	margin-top:20px;
	float:right;
}

#home_right_upper {
	width:211px;
	background-image:url(images/home_right_column_bg.jpg);
	background-repeat:repeat-y;
}

#home_right_middle_spacer {
	width:175px;
	height:2px;
	background-image:url(images/home_right_column_middle_bg.jpg);
	background-repeat:repeat-x;
	margin-left:1px;
}

#home_right_lower {
	width:211px;
	background-image:url(images/home_right_column_bg.jpg);
	background-repeat:repeat-y;
}

#footer {
	width:595px;
	height:100px;
	position:absolute;
	top:100%;
	margin-left:40px; /* 15px */
	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;
}

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

.homeContentRightPadding {
	padding:4px 15px 15px 15px;
	font-size:12px;
}

/* start home_left_bottom contact form styles */

label {
	width: 120px;
	color:#FFF;
	margin-left: 30px;
	font-size:9px;
	letter-spacing:1px;
}

input, textarea {
	width: 134px;
	margin-bottom: 5px;
	margin-left: 30px;
}

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

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

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

/* end form styles */

/* start Learn More button */
.btn_home_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_home_LearnMore a, .btn_home_LearnMore a:link, .btn_home_LearnMore a:visited {
	display:block;
}

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

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


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

p.homeContentRegularGreen {
	color:#596e33;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
}


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

p.homeContentRightHeading {
	color:#000000;
	font-size:12px;
}

p.homeContentRightHeading a {
	color: #596e33;
	}

p.homeContentRightRegular {
	color:#000;
	font-size:12px;
	margin-bottom:10px;
}

/* end temp styles for moch content */

a.homeLink, a:visited.homeLink {
	color:#596e33;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

a:hover.homeLink {
	text-decoration:underline;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

img.featureImage {
	margin-right:10px;
	float:left;
}

p.homeContentFeatureRegular {
	color:#000;
	font-size:12px;
	float:left;
	margin-bottom:10px;
}


#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;
}