h3  {
	color: #7CBD34;
	font: normal 24px/26px "Century Gothic", Helvetica, sans-serif, "Futura Book";
	text-transform: uppercase;
	text-align: left;
}
body {
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
#main {
	color: #666;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
p {
	text-align: left;
	font: 12px/17px "Century Gothic", Helvetica, "Futura Book", sans-serif;
}
a:hover {
	color: #9DAE83;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
#rightSide {
	background-image: url(../_images/images/rightSide_02.jpg);
	background-repeat: no-repeat;
	float: left;
	display: none;
}
#leftSide {
	background-image: url(../_images/images/leftSide_01.jpg);
	background-repeat: no-repeat;
	float: left;
	display: none;
}
#header {
	height: 196px;
	width: 879px;
	margin-right: auto;
	margin-left: auto;
}
#slide {
	background-repeat: no-repeat;
	height: 321px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#bottomInfo {
	width: 879px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	float: right;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}
#logo {
	float: left;
	height: 194px;
	width: 275px;
	background-image: url(/_images/images/logo_02.jpg);
	background-repeat: no-repeat;
}
#bottomLeftColumn {
	float: left;
	width: 358px;
	background-image: url(../_images/images/homewelcome_03.jpg);
	background-repeat: no-repeat;
	height: 350px;
}
#rightColumn {
	float: right;
	height: 250px;
	width: 450px;
	margin-right: 35px;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
	background-image: url(../_images/images/homewelcome_04.jpg);
}
#contact a img {
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
}
#rightColumn p {
	font-size: 10pt;
	text-align: left;
	padding-left: 40px;
	padding-right: 20px;
	line-height: 18pt;
}
#contact {
	float: right;
	height: 100px;
	width: 100px;
	text-align: right;
	margin-right: 15px;
	clear: right;
}
#bottomContact {
	height: 80px;
	width: 879px;
	background-image: url(/_images/bottomNavBack.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}
#bottomContact p {
	font-size: 9px;
	line-height: 12px;
}
.copyright {
	position: absolute;
	top: 22px;
	left: 40px;
}
.copyrightLogo {
	position: absolute;
	top: 20px;
	width: 28px;
	height: 28px;
}
.right {
	overflow: visible;
	position: relative;
	right: 10px;
	width: 108px;
	float: right;
}
.titleTri {
	position: relative;
	right: 400px;
	top: 40px;
}
.left {
	float: left;
	width: 108px;
}
#titleBar {
	height: 400px;
	width: 370px;
}
.rule {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a {
	text-decoration: none;
	color: #666;
}

.arrow-down {
	width: 1px;
	border-top-width: 15px;
	border-left-width: 20px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #739A2D;
	height: 0px;
	border-left-color: transparent;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 10px;
}

.banner {
	background-color: #8EC641;
	opacity: 0.8;
	position: relative;
	-moz-box-shadow: 2px 3px 3px rgba(68,68,68,0.4);
	-webkit-box-shadow: 2px 3px 3px rgba(68,68,68,0.4);
	box-shadow: 2px 3px 3px rgba(68,68,68,0.4);
	width: 180px;
	top: 10px;
	z-index: 1000;
}

.shadow {
  -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.3);
  box-shadow: 5px 5px 5px rgba(68,68,68,0.3);
}
.clear {
	clear: both;
}

