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

body {
	margin: 0px;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/BG_tile.gif);
	background-color: #006554;
}
#container {
	width: 1020px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#columnLeft {
	float: left;
	height: 200px;
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(images/BG_left.jpg);
}
#columnRight {
	float: left;
	height: 200px;
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(images/BG_right.jpg);
}
#middleContainer {
	float: left;
	width: 1000px;
	background-color: #FFFFFF;
}
#middleContainerTop {
	float: left;
	width: 1000px;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 455px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#columnMiddleLeft {
	float: left;
	width: 470px;
	background-color: #FFFFFF;
}
#columnMiddleRight {
	float: left;
	width: 530px;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	height: 109px;
	width: 470px;
}
#menu {
	float: left;
	height: 70px;
	width: 470px;
}
#mission {
	float: left;
	width: 278px;
	background-color: #FFFFFF;
	height: 169px;
	background-repeat: no-repeat;
	background-image: url(images/BG_mission.gif);
	text-align: center;
	padding-right: 126px;
	padding-left: 126px;
	padding-top: 10px;
}
#email {
	float: left;
	width: 530px;
	background-color: #FFFFFF;
	height: 25px;
}
#gallery {
	float: left;
	width: 485px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/BG_gallery.gif);
	padding-left: 45px;
	padding-top: 10px;
}
.galleryPic {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B3D1CC;
	border-right-color: #B3D1CC;
	border-bottom-color: #B3D1CC;
	border-left-color: #B3D1CC;
}
#footer {
	float: left;
	width: 985px;
	background-color: #006554;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(images/BG_footer.gif);
	height: 30px;
	padding-left: 15px;
	padding-top: 40px;
}

/*----------------*/

.heading1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #006554;
	font-weight: bold;
}
.mainText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.mainText a:link {
	color: #3E843B;
	text-decoration: none;
}
.mainText a:visited {
	color: #3E843B;
	text-decoration: none;
}
.mainText a:hover {
	text-decoration: none;
	color: #000000;
}
.footerText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
.footerText a:link {
	color: #333333;
	text-decoration: none;
}
.footerText a:visited {
	color: #333333;
	text-decoration: none;
}
.footerText a:hover {
	color: #000000;
	text-decoration: none;
}
.productBox {
	float: left;
	width: 455px;
	margin-bottom: 20px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
.productImageSm {
	margin-bottom: 20px;
	margin-left: 20px;
}

.missionText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCC00;
}
.mainTextGreen {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006554;
}

