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

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/bg.gif);
	background-color: #9FA61D;
	background-repeat: repeat-x;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1000px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.headermain {
	width: 172px;
	height: 133px;
	float: left;
	background-color: #FFF;
}
#nav {
	width: 796px;
	height: 53px;
	float: right;
	background-color: #FFF;
	padding-top: 80px;
	padding-right: 32px;
}
.nav {
	color: #8a8a81;
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}
.nav a:link {
	color: #8a8a81;
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}
.nav a:visited {
	color: #8a8a81;
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}
.nav a:hover {
	color: #13703B;
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}
.nav a:active {
	color: #8a8a81;
	font-family: "Century Gothic", sans-serif;
	font-size: 15px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}
#topstripe {
	width: 1000px;
	height: 27px;
	float: left;
	background-color: #FFF;
}

.content {
	height: auto;
	width: 1000px;
	background-image: url(images/main-bg.gif);
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BC;
	float: left;
	padding-bottom: 26px;
	margin-bottom: 8px;
}
/* ~~ The footer ~~ */
#footer {
	padding: 10px 0;
	background-color: #9FA61D;
	text-align: center;
}
.footer {
	color: #dcdcd3;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.footer a:link {
	color: #dcdcd3;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:visited {
	color: #dcdcd3;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:hover {
	color: #13703B;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.footer a:active {
	color: #dcdcd3;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: right;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#slideshow {
	height: 438px;
	width: 938px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 31px;
}
#imagearea {
	height: 200px;
	width: 370px;
	margin-left: 31px;
	float: left;
}
#imageareaabout {
	height: 500px;
	width: 370px;
	margin-left: 31px;
	float: left;
}
#imageareamap {
	height: 456px;
	width: 440px;
	margin-left: 31px;
	float: left;
}
#copyarea {
	height: 180px;
	width: 520px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-top: 20px;
	padding-right: 12px;
	padding-left: 20px;
}
#copyareaabout {
	height: 500px;
	width: 520px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-right: 12px;
	padding-left: 20px;
}
#call {
	height: 102px;
	width: 450px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-right: 12px;
	padding-left: 20px;
	margin-bottom: 16px;
}
#form {
	min-height: 500px;
	width: 460px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-right: 12px;
	padding-left: 10px;
	padding-top: 10px;
	height: auto;
}
#email {
	height: 102px;
	width: 450px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-right: 12px;
	padding-left: 20px;
	margin-bottom: 16px;
}
#mail {
	height: 102px;
	width: 450px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-right: 12px;
	padding-left: 20px;
	margin-bottom: 16px;
}
#social {
	height: 102px;
	width: 450px;
	float: right;
	background-color: #c6c6bc;
	margin-right: 31px;
	padding-right: 12px;
	padding-left: 20px;
}
.copy p{
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
	margin-bottom: -2px;
}
.copy {
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: -2px;
}
.copylggrn {
	color: #13703B;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: -2px;
}
.copylggrn a:link {
	text-decoration: underline;
	margin-bottom: -2px;
	color: #13703B;
}
.copylggrn a:active {
	color: #13703B;
	text-decoration: underline;
	margin-bottom: -2px;
}
.copylggrn a:hover {
	color: #9FA61D;
	text-decoration: underline;
}
.copylggrn a:visited {
	color: #13703B;
	text-decoration: underline;
	margin-bottom: -2px;
}
.copylg {
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: -2px;
}
.copylg a:link {
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: underline;
	line-height: 18px;
	margin-bottom: -2px;
}
.copylg a:active {
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: underline;
	line-height: 18px;
	margin-bottom: -2px;
}
.copylg a:hover {
	color: #13703B;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: underline;
	line-height: 18px;
	margin-bottom: -2px;
}
.copylg a:visited {
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
	text-decoration: underline;
	line-height: 18px;
	margin-bottom: -2px;
}
.headline {
	color: #F3F3F3;
	font-family: "Century Gothic", sans-serif;
	font-size: 24px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	line-height: 24px;
}
.contentlogos {
	height: auto;
	width: 985px;
	background-image: url(images/main-bg.gif);
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6BC;
	float: left;
	padding-bottom: 9px;
	margin-bottom: 8px;
	padding-left: 15px;
}
.logos2 {
	height: 301px;
	width: 301px;
	margin-left: 15px;
	float: left;
	background-color: #FFF;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C6C6BC;
	border-right-color: #C6C6BC;
	border-left-color: #C6C6BC;
}
.logoscopy {
	height: 30px;
	width: 286px;
	float: left;
	background-color: #C6C6BC;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	color: #F3F3F3;
	padding-top: 17px;
	padding-left: 15px;
}
.print2 {
	height: auto;
	width: 936px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C6C6BC;
	border-right-color: #C6C6BC;
	border-left-color: #C6C6BC;
}
.printcopy {
	height: 20px;
	width: 922px;
	float: left;
	background-color: #C6C6BC;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	color: #F3F3F3;
	padding-top: 6px;
	padding-left: 15px;
}
.headlinearea  {
	height: 42px;
	width: 909px;
	background-color: #c6c6bc;
	padding-right: 12px;
	padding-left: 17px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-family: "Century Gothic", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	font-style: normal;
	color: #F3F3F3;
	padding-top: 15px;
}
