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

a img { border: none; }


body {
	
	background-repeat: repeat;
	background-image: url(frontpage_image/bg.png);
}
#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: auto;
}
#shadow {
	height: 728px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(frontpage_image/bg_shadow.png);
}
#header {
	height: 95px;
	width: 910px;
}
#footer_left {
	float: left;
	height: 113px;
	width: 280px;
	vertical-align:middle;
}
#footer_center {
	float: left;
	height: 113px;
	width: 280px;
}
#footer_right {
	float: left;
	height: 113px;
	width: 280px;
}
#footer {
	width: 841px;
	background-image: url(frontpage_image/footer_bg.png);
	height: 113px;
}
#content_left {
	float: left;
	height: 150px;
	width: 280px;
	padding-top: 2;
	padding-right: 2;
	padding-bottom: 2;
	padding-left: 20;
}
#menu {
	width: 910px;
	background-color: #006633;
	height: 28px;
}
#slideshow {
	height: 299px;
	width: 841px;
}
#content {
	height: auto;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
}
#content_center {
	float: left;
	height: 150px;
	width: 280px;
}
#content_right {
	height: 150px;
	width: 280px;
	float: left;
}
.body_copy {
	font-size: 11px;
	color: #616161;
	line-height: 107%;
}
.body_copy A:link {text-decoration: none; color: #006633;}
.body_copy A:visited {text-decoration: none}
.body_copy A:active {text-decoration: none}
.body_copy A:hover {text-decoration: underline; color: #006633;}

.footer_copy {
	color: #CCCC58;
	font-size: 11px;
	font-weight: bold;	
}
.smallprint {
	font-size: 10.5px;
	color: #FFF;
	font-family: Lucida Sans;
	letter-spacing:0em;
}
.smallprint A:link {text-decoration: none; color: white;}
.smallprint A:visited {text-decoration: none}
.smallprint A:active {text-decoration: none}
.smallprint A:hover {text-decoration: underline; color: white;}
	
}
#smallprint {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.contact_type {
	font-size: 12px;
	font-family: "adrianna-extended-1", "adrianna-extended-2";
	color: #FFF;
	line-height: 107%;
}
.contact_type A:link {text-decoration: none; color: white;}
.contact_type A:visited {text-decoration: none}
.contact_type A:active {text-decoration: none}
.contact_type A:hover {text-decoration: underline; color: white;}


