/* CSS Document */
.header_text {
	color: #BBBB99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	margin-top: 60px;
}

.section_title {
	color: #BD9F28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	font-weight: 900;
}

.testimonial {
	color: #BD9F28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: 900;
	line-height: 200%;
}

.gallery_text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: 900;
	line-height: 200%;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	text-align: left;
	line-height: 130%;
}

.bold_body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
}

.Quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #BD9F28;
	font-size: 20px;
	font-weight: 900;
	line-height: 14px;
}


.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.copyright_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

a {
	color: #036278;
	text-decoration: underline;
}

a:hover {
	color: #0094CE;
	text-decoration: underline;
}

#header {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	background-image: url(images/janlogo-alt.jpg);
	height: 55px;
	background-repeat: no-repeat;
	padding-top: 55px;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#nav {
	width: 200px;
	padding: 0 0 0 0px;
	height: 257px;
	background-color: #704b18;
	float: left;
}

#content {
	width: 600px;
	padding: 0 0 0 0px;
	height: 257px;
	float: right;
}

#section_title {
	text-align: right;
	width: 138px;
	padding: 0 18px 0 10px;
	height: 257px;
	border-right: 1px solid #333333;
	float: left;
}

#content_text {
	width: 385px;
	padding: 0 20px 0 20px;
	height: 257px;
	float: right;
	vertical-align: top;
}

#whymodular_text {
	width: 405px;
	padding: 0 0 0 20px;
	height: 257px;
	float: right;
	vertical-align: top;
}

#bottom_bar {
	margin: 0 auto;
	padding-top: 10px;
	width: 800px;
	float: right;
}

#footer {
	margin:10px auto;
	text-align: center;
	width: 800px;
	float: right;
}
