/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-texture.png);
	background-repeat: repeat;
	background-color: #666;
	text-align: center;
}
a:link {
	color: #0d60a0;
	text-decoration: none;
}
a:visited {
	color: #0d60a0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0d60a0;
}
a:active {
	color: #0d60a0;
	text-decoration: underline;
}
#page-texture {
	background-image: url(../images/page-texture.png);
	background-repeat: repeat;
}
#topbar-wrapper {
	width: 100%;
	background-color: #4d4d4d;
	background-image: url(../images/topbar-shadow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.topbar-frame {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.topbar {
	width: 920px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.topbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.topbar ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.topbar ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #97b941;
	text-decoration: underline;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}
.topbar ul li a:hover {
	color: #b1d94c;
	text-decoration: underline;
}
.topbar ul .current a {
	font-weight: bold;
}
.topbar ul .current a:hover {
	font-weight: bold;
}
#header-wrapper {
	width: 100%;
	background-color: #FFF;
}
.header-frame {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	float: left;
	width: 920px;
	height: 110px;
	padding-right: 20px;
	padding-left: 20px;
}
.header-logo {
	float: left;
}
.header-logo h1 {
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 27px;
	padding-left: 0px;
}
.header-logo h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 57px;
	width: 314px;
	overflow: hidden;
	text-decoration: none;
}
.header-logo h1 a:hover {
	text-decoration: none;
}
.header-nav {
	float: right;
	padding-top: 35px;
	padding-bottom: 35px;
}
.header-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header-nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.header-nav ul li a {
	white-space: nowrap;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	background-image: url(../images/nav-line.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px;
	-moz-text-shadow: 1px 1px 2px #CCC;
	-webkit-text-shadow: 1px 1px 2px #CCC;
	-khtml-text-shadow: 1px 1px 2px #CCC;
	text-shadow: 1px 1px 2px #CCC;
}
.header-nav ul li a:hover {
	color: #007db6;
	text-decoration: none;
}
.header-nav ul .current a {
	color: #007db6;
}
.header-nav ul .current a:hover {
	color: #007db6;
}
.header-nav ul .last a {
	background-image: none;
	padding-right: 0px;
}
#slideshow-wrapper {
	width: 100%;
	position: relative;
}
.slideshow {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.slide {
	width: 100% !important;
	height: 350px;
}
#slide-1 {
	background-color: #1074a1;
	background-image: url(../images/slide-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#slide-2 {
	display: none;
	background-color: #ca4d22;
	background-image: url(../images/slide-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#slide-3 {
	display: none;
	background-color: #666;
	background-image: url(../images/slide-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.slide-message {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 350px;
	position: relative;
	text-align: left;
}
.slide-message-1 {
	width: 320px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.slide-message-2 {
	width: 300px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.slide-message-3 {
	width: 300px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.slide-message h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.slide-message p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin-bottom: 20px;
}
.slide-message a.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #6d9d2d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4d891;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #83ac37;
	border-bottom-color: #608825;
	border-left-color: #83ac37;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.slide-message a.button:hover {
	text-decoration: none;
	background-color: #81aa36;
}
.slideshow-nav {
	position: absolute;
	left: 0px;
	top: 350px;
	z-index: 100;
	width: 100%;
	text-align: left;
}
.slideshow-nav-box {
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.slideshow-nav-box ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.slideshow-nav-box ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.slideshow-nav-box ul li a {
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 10px;
	margin: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	background-color: #e6e6e6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}
.slideshow-nav-box ul li a:hover {
	text-decoration: none;
	background-color: #CCC;
}
.slideshow-nav-box ul .activeSlide a {
	background-color: #007db6;
}
.slideshow-nav-box ul .activeSlide a:hover {
	background-color: #007db6;
	text-decoration: none;
}
#buckets-wrapper {
	width: 100%;
	margin-top: 70px;
}
.buckets-frame {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.buckets {
	width: 960px;
	float: left;
	margin-bottom: 30px;
}
.bucket-200 {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
}
.bucket-200-image {
	float: left;
	width: 180px;
	border: 10px solid #FFF;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.bucket-200-content {
	float: left;
	width: 200px;
}
.bucket-200-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #e94c17;
	margin-bottom: 5px;
}
.bucket-200-content h2 a {
	color: #e94c17;
}
.bucket-200-content h2 a:hover {
	text-decoration: underline;
	color: #e94c17;
}
.bucket-text {
	padding: 20px;
	float: left;
	width: 920px;
	margin-bottom: 50px;
}
.bucket-text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0d60a0;
	font-weight: bold;
}
.bucket-text h3 a {
	color: #0d60a0;
	text-decoration: none;
}
.bucket-text h3 a:hover {
	color: #0d60a0;
	text-decoration: underline;
}
.bucket-text p {
	font-size: 14px;
}
#banner-wrapper {
	width: 100%;
}
.banner-general {
	background-color: #007db6;
	background-image: url(../images/banner-general.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
.banner-frame {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.banner {
	width: 920px;
	float: left;
	padding: 20px;
	text-align: right;
}
.banner h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px #333;
	-webkit-text-shadow: 1px 1px 2px #333;
	-khtml-text-shadow: 1px 1px 2px #333;
	text-shadow: 1px 1px 2px #333;
}

#content-wrapper {
	width: 100%;
	background-image: url(../images/content-fade.png);
	background-repeat: repeat-x;
}
.content-frame {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content {
	width: 940px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
}
.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #e94c17;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}
.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
}
.content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}
.content ul {
	list-style-type: none;
	margin-bottom: 20px;
}
.content ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
.content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 20px;
}
.content p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.content-leftnav {
	float: left;
	width: 220px;
	background-image: url(../images/leftnav.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 600px;
	padding-top: 50px;
}
.content-leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content-leftnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.content-leftnav ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	width: 170px;
}
.content-leftnav ul li a:hover {
	text-decoration: none;
	background-color: #f2f2f2;
}
.content-leftnav ul .first a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
.content-leftnav ul .current a {
	background-image: url(../images/leftnav-current.png);
	background-repeat: no-repeat;
	width: 180px;
	color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
}
.content-700 {
	float: left;
	width: 650px;
	margin-left: 50px;
	margin-top: 50px;
}
.content-940 {
	float: left;
	width: 920px;
	margin-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
.content-image {
	border: 10px solid #FFF;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	background-color: #FFF;
}
.image-right {
	float: right;
	margin-bottom: 50px;
	margin-left: 50px;
}
.arrow-button {
	display: block;
	height: 34px;
	margin-bottom: 20px;
}
.arrow-button a {
	background-image: url(../images/arrow-button.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	padding-right: 60px;
	padding-left: 20px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.arrow-button a:hover {
	background-position: right bottom;
	text-decoration: none;
}
.contact-form {
	float: left;
	width: 400px;
}
.contact-form-field {
	font-family: 'arimoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	outline: none;
	width: 378px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	background-color: #FFF;
}
.contact-form-field-small {
	font-family: 'arimoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	outline: none;
	width: 208px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	background-color: #FFF;
}
.contact-form-textarea {
	font-family: 'arimoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	outline: none;
	width: 378px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	background-color: #FFF;
}
.contact-form-required {
	color: #E94C17;
}
.contact-form-upload {
	border: 1px solid #CCC;
	width: 378px;
	display: block;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}
.contact-form-captcha {
	width: 400px;
}
.contact-form-captcha-image {
	border: 1px solid #CCC;
	height: 58px;
	width: 398px;
	background-image: url(../images/captcha.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: #FFF;
}
.contact-form-captcha-text {
	width: 400px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contact-form-captcha-input {
	width: 400px;
}
.contact-form-send {
	width: 400px;
}
.contact-form-button {
	font-size: 0px !important;
	line-height: 0px !important;
	background-color: transparent;
	background-image: url(../images/button-send.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 40px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	background-position: 0px 0px;
	margin: 0px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.contact-form-button:hover {
	background-position: 0px -40px;
}
.contact-info {
	float: left;
	width: 200px;
	margin-top: 35px;
	margin-left: 50px;
}
.upload-form {
	float: left;
	width: 400px;
}
.upload-form form p {
	margin-bottom: 10px;
}
.upload-form-label {
	display: block;
}
.upload-form-label-space {
	margin-top: 10px;
}


.upload-form-field {
	font-family: 'arimoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	outline: none;
	width: 388px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
}
.upload-form-field-small {
	font-family: 'arimoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	outline: none;
	width: 218px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
}
.upload-form-textarea {
	font-family: 'arimoregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	outline: none;
	width: 388px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 5px;
}
.upload-form-required {
	color: #E94C17;
}
.upload-form-upload {
	border: 1px solid #CCC;
	width: 378px;
	display: block;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}
.upload-form-captcha {
	width: 400px;
}
.upload-form-captcha-image {
	border: 1px solid #CCC;
	height: 58px;
	width: 398px;
	background-image: url(../images/captcha.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-color: #FFF;
}
.upload-form-captcha-text {
	width: 400px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.upload-form-captcha-input {
	width: 400px;
}
.upload-form-send {
	width: 400px;
}
.upload-form-button {
	font-size: 0px !important;
	line-height: 0px !important;
	background-color: transparent;
	background-image: url(../images/button-upload.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 40px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	background-position: 0px 0px;
	margin: 0px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.upload-form-button:hover {
	background-position: 0px -40px;
}
.upload-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.75;
	display: none;
}
.upload-processing {
	position: fixed;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	background-color: #FFF;
	background-image: url(../images/processing.gif);
	background-repeat: no-repeat;
	background-position: 50px 5px;
	border: 5px solid #CCC;
	text-align: center;
	height: 50px;
	width: 220px;
	padding-left: 30px;
	z-index: 100;
	display: none;
}
#footer-wrapper {
	width: 100%;
	background-color: #666;
	background-image: url(../images/footer-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-frame  {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer  {
	width: 920px;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.footer-address {
	color: #FFF;
	float: left;
	background-image: url(../images/logo-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-logos {
	color: #FFF;
	float: right;
}
#bottom-wrapper {
	width: 100%;
	background-color: #666;
	background-image: url(../images/bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom-frame  {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bottom  {
	width: 920px;
	float: left;
	padding: 20px;
}
.bottom-copy {
	color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.bottom-nav {
	color: #FFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.bottom-nav a {
	color: #FFF;
	text-decoration: none;
}
.bottom-nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.bottom-nav a.current {
	font-weight: bold;
}
.clearboth {
	clear: both;
}
