body {
	background:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { color: #3c7e8b; text-decoration: underline; }
a:hover { color: #6d8a00; }

.outer-container {
	margin:5px auto 5px auto;
	width:1044px;
}

.shadow-top {
	background: #fff url('../images/shadow-top.jpg');
	width:1044px;
	height:22px;
}

.shadow-bottom {
	background: #fff url('../images/shadow-bottom.jpg');
	width:1044px;
	height:22px;
}

.page-body {
	background: #fff url('../images/body-bg.jpg');
	width:1044px;
}

.inner-container { padding:0 20px 0 20px; }

.main-body { background: transparent url(../images/nav-left/nav-left-bg.gif) left top repeat-y; }

.logo {
	padding:0px; margin:0px;
	background-color: #000;
	width:1004px;
	height:71px;	
}

.logo h1 { margin:0; padding:0; }
.logo h1 a {
	display: block;
	width: 217px;
	height: 71px;
	background: #000000 url('../images/logo.gif') left top no-repeat;
	text-indent: -9000px;
	float: left;
	cursor: pointer;
	outline: 0;
}
.clear { clear: both; }

.dotted-line {
	margin-left: 25px;
	height: 4px;
	background: transparent url(../images/dot.gif) left top repeat-x;
}
.content {
	width: 510px;
	float: left;
	margin: 30px;
}

.content h1 {
	font-size: 24px;
	color: #99aa24;
	background: transparent url(../images/arrows-green.gif) 0 4px no-repeat;
	padding: 0 0 0 25px;
}
.content h2 {
	font-size: 14px;
	color: #2b3d76;
	margin-top: 25px;
}

.content p { margin-top: 0; margin-bottom: 25px; }
.content h2, .content h3, .content p { margin-left: 25px; }
a.read-more {
	margin: 3px 0 3px 0;
	display: block;
	width: 79px;
	height: 22px;
	background: transparent url(../images/read-more.gif) left top no-repeat;
	text-indent:-9000px;
	outline: none;
}
a.read-more:hover { background-position: 0 -22px;}

.blue { color: #2b3d76; }

input.submit {
	width: 69px;
	height: 22px;
	background: transparent url(../images/submit.gif) left top no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent:-9000px;
}
input.submit:hover { background-position: 0 -22px; }

.right-form-area {
	width: 188px;
	padding-top: 296px;
	float: left;
	font-size: 11px;
}
.right-form-area .form {
	padding: 17px;
	border: 1px solid #cccccc;
	border-top: 0px;
	background: #e3e3e3 url(../images/form-bg.gif) left bottom repeat-x;
}
.right-form-area .form label { display: block; }
.right-form-area .form form input {
	width: 144px;
	font-size: 11px;
}

.right-form-area .form form input.phone1 { width: 30px; }
.right-form-area .form form input.phone2 { width: 30px; }
.right-form-area .form form input.phone3 { width: 50px; }

.right-form-area .inquire {
	display: block;
	padding: 0; margin: 0;
	width: 188px; height: 27px;
	text-indent:-9000px;
	background: #fff url('../images/inquire.gif');
}

.right-form-area p { margin-top: 0; }


.nav-top { font-size: 10px; float:right; padding: 28px 15px 0 0; }
.nav-top ul { margin: 0; }
.nav-top ul li { border-left: 1px solid #e3e2ce; display: inline; }
.nav-top ul li a {
	color: #e3e2ce;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0 13px;
}
.nav-top ul li a:hover { color: #ffffff; text-decoration: underline; }

/* Validation Errors */
div.validation_errors {
	padding: 5px 0;
	margin: 5px 0;
}
div.validation_errors h2 { margin: 0; padding: 0; color: red;}
div.validation_errors ol { margin: 0; padding: 15px; }

/* Footer */
.footer-links {
	padding-top:10px;
}

.footer-links ul {	
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

.footer-links ul li {
	margin-left: 0;
	padding: 0px 10px;
	border-left: 1px solid #000;
	list-style:none;
	display:inline;
	font-size:11px;
	font-weight:bold;
}
.footer-links ul li a {
	text-decoration: none;
	color: #000000;
}
.footer-links ul li a:hover { text-decoration: underline; }

ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left:none;
}

.footer-text {
	font-size:10px;
	font-family:Arial, Helvetica, Sans-Serif;
}