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



/*header*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#056c35;
	margin:0;
}
#pagecontainer {
	width:1000px;
	margin:0 auto 0 auto;
}
#header {
	float:left;
	width:1000px;
	height:179px;
	background-image:url(images/header.jpg);
	padding:10px 0 0 0;
}
#header p {
	font-size:1.1em;
	margin:0;
	font-weight:bold;
}
.headerwhite {
	color:#FFF;
}
.leftcontact {
	float:left;
	width:180px;
	height:auto;
	padding-top:1px;
	padding-left:0;
	letter-spacing:4px;
	text-align:center;
}
.yellow {
	color:#eae706;
}
#logo {
	float:left;
	margin-left:30px;
	margin-right:auto;
	width:220px;
	height:177px;
}
.rightcontact {
	float:right;
	width:180px;
	height:auto;
	padding-top:1px;
	padding-left:0;
	letter-spacing:4px;
	text-align:center;
}
/*header end*/

/*top container*/
#containertop {
	float:left;
	width:1000px;
	height:389px;
	background-image:url(images/containertopbg.jpg);
	background-repeat:no-repeat;
}
#containertopleft {
	float:left;
	margin-top:67px;
	width:152px;
	height:322px;
	background-image:url(images/leftnav.jpg);
	background-color:#FFF;
	margin-left:39px;
	display:inline;
}
#containertopleft li {
	padding:18px 42px 18px 0;
	border-bottom:1px solid #CCC;
}
.no-border {
	border:0;
}
.nav {
	padding:0;
	margin:0;
	text-align:right;
	color:#666;
	font-size:1.3em;
	list-style:none;
}
.nav a:link {
	color:#666;
	text-decoration:none;
}
.nav a:visited {
	color:#666;
	text-decoration:none;
}
.nav a:hover {
	color:#666;
	font-weight:bold;
}
#containertopmiddle {
	float:left;
	width:591px;
	height:379px;
	padding:10px 15px 0px 15px;
	background-color:#f7f7f7;
	display:inline;
}
#containertopright {
	float:left;
	margin-top:67px;
	width:153px;
	height:322px;
	background-color:#FFF;
	display:inline;
}
/*top container end*/

/*bottom container*/
#containerbottom {
	float:left;
	width:1000px;
/*	height:575px; */
	margin-bottom:20px;
}
#containerbottomleft {
	float:left;
	width:137px;
	background-color:#FFF;
	padding:20px 5px 10px 10px;
	margin-left:39px;
	background-image:url(images/leftbgrad.jpg);
	background-repeat:repeat-y;
	display:inline;
}
.formstyle {
	width:125px;
	background-color:#fff9b4;
}
.formstylesubmit {
	width:75px;
	background-color:#fff9b4;
	color:#060;
	margin-top:10px;
	border:1px solid #060;
}
.formstyle2 {
	font-size:1em;
	width:575px;
	background-color:#fff9b4;
	font-family:Arial, Helvetica, sans-serif;
}
.formstylesubmit2 {
	width:100px;
	background-color:#fff9b4;
	color:#060;
	margin-top:10px;
	border:1px solid #060;
	font-weight:bold;
}
.formstylesubmit2b {
	width:225px;
	background-color:#e4db72;
	color:#060;
	margin-top:10px;
	border:1px solid #060;
	font-weight:bold;
}
#containerbottommiddle {
	float:left;
	width:591px;
/*	height:530px; */
	margin:0;
	padding:10px 15px 40px 15px;
	background-image:url(images/middlebkgr.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	display:inline;
}
#containerbottommiddle2 {
	float:left;
	width:591px;
	height:530px;
	margin:0;
	padding:10px 15px 40px 15px;
	background-image:url(images/middlebkgr.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	display:inline;
}
p {
	font-size:1.2em;
	margin:10px 0 10px 0;
	color:#666;
	line-height:16px;
}
a:link {
	color:#666;
	text-decoration:underline;
}
a:visited {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}
h1 {
	font-size:1.5em;
	color:#060;
	margin-bottom:25px;
}
h2 {
	padding-top:15px;
}
#containerbottomright {
	float:left;
	margin-top:0;
	width:138px;
	background-image:url(images/rightbgrad.jpg);
	background-repeat:repeat-y;
	padding:20px 5px 10px 10px;
	background-color:#FFF;
	text-align:center;
	display:inline;
}
#containerbottomright p {
	margin:4px 5px 15px 0;
	color:#060;
}
.nine {
	font-size:0.9em;
}
.eleven {
	font-size:1.1em;
}
h3 {
	font-size:1.2em;
	margin:4px 5px 15px 0;
	color:#060;
	font-weight:bold;
}
.bulletspadleft {
	padding:0 0 0 200px;
	color:#060;
	font-size:1.5em;
	line-height:24px;
}
.bulletspadleft2 {
	padding:0 0 0 200px;
	margin:0;
	color:#060;
	font-size:1.2em;
	line-height:20px;
}
.bulletspadleft2b {
	padding:0 0 0 15px;
	margin:0;
	color:#060;
	font-size:1.2em;
	line-height:20px;
}
.indent {
	padding-left:200px;
}
.indent-p {
	padding-left:185px;
}
/*bottom container end*/

/* footer */
#footer {
	clear:both;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:#72a81e;
	text-align:center;
}
#footer p {
	text-align:center;
	font-size:1em;
	color:#fff;
}
#footer ul {
	text-align:center;
	padding:10px 0 0 0;
	color:#fff;
}
#footer li {
	display:inline;
	border-right:1px solid #fff;
	padding:0 10px 0 10px;
	margin:0;
}
#footer a:link {
	color:#fff;
	text-decoration:underline;
}
#footer a:visited {
	color:#fff;
	text-decoration:underline
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}

/* Font Styles */
.bold {
	font-weight:bold;
}
.red-bold {
	color:#F00;
	font-weight:bold;
}
.red-center {
	color:#F00;
	font-size:1.4em;
	font-weight:normal;
	text-align:center;
	padding:18px 10px 0 10px;
}
.red {
	color:#F00;
}
.align-right {
	text-align:right;
}
.small-green-right {
	font-size:1em;
	color:#060;
	text-align:right;
	margin:0;
	padding:0;
}
.green-bold {
	color:#060;
	font-weight:bold;
}
.p-nopad {
	padding:0;
	margin:0;
}
.pnopad-lastline {
	padding:0 0 10px 0;
	margin:0;
}
.form-fail-text {
	color:#F00;
	font-size:1.2em;
}
.form-successful-text {
	color:#060;
	font-size:1.2em;
}
.img-center {
	padding:30px 0 0 0;
}
.img-center2 {
	padding:15px 0 0 0;
}
.float-left {
	float:left;
	margin:0 15px 30px 0;
	display:inline;
}