@charset "utf-8";
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	height:100%;
	
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center -210px;
}

a {
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #008c44;
}
a:hover {
color: #bb0000;
}
a img {
border:none;
}


#header {
	margin: auto;
	height: 155px;
	width: 1000px;
	position: relative;
	
	z-index: 100;
}

/* ===== HOME ========== */
#homeWrapper{
	width: 800px;
	clear:both;
	position: relative;
	height:auto;
	margin-top:10px;
}
#homeWrapper .homeItem a{
	color:#666666;
}
#homeWrapper .homeItem a:hover{
	color:#333333;
}

#homeWrapper .homeItem .homeTitle a{
	color:#008c44;
	font-size: 14pt;
}
#homeWrapper .homeItem .homeTitle a:hover{
	color:#bb0000;
}
.homeItem{
	float:left;
	margin-right:3%;
	width: 30%;
	position: relative;
	height:auto;
	margin-bottom:10px;
	/* background-color:#FFFFFF; */
}

.homeItem .homeImg{
	text-align:center;
}
#homeWrapper .HBar {
display:relative;
width:800px;
height:auto;
float:none;
margin:auto;
clear:both;
padding:80px;
}
/* ===== HOME END ========== */

#nav_holder {
	width: 100%;
	position: relative;
	height: 40px;
	background-color:#ffffff;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav_holder div {
	margin: auto;
	height: 35px;
	width: 1000px;
	position: relative;
	padding-top:5px;
	
}
#nav_holder div ul{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width:200px;
}
#nav_holder div ul li {
	float: left;
	height: 30px;
	width:100%;
	text-align:center;
	line-height:30px;
}
#nav_holder div ul a {
	font-size: 12pt;
	color: #008c44;
	
	text-decoration: none;
	display:block;
}
#nav_holder div ul a:hover {
	background-image: url(../images/nav_sel.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color:#bb0000;
}
.navActive {
	background-image: url(../images/nav_sel.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color:#bb0000;
}

.contactLink{
	background-image:url(../images/contact_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#contentWrapper {
	width: 100%;
	min-height: 650px;
	position: relative;
	z-index:100;
	margin: auto;
	background-image:url(../images/bgColor.png);
	
}
#contentWrapper #content {
	width: 1000px;
	min-height: 650px;
	position: relative;
	z-index:100;
	margin: auto;
	
}

#footer {
	margin: auto;
	min-height: 200px;
	height:auto;
	width: 100%;
	position: relative;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#ffffff;
}

#footer a{
color:#666666;
}
#footer a:hover{
color:#bb0000;
}
.content_short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#666666;
	margin-bottom:15px;
	text-align: left;
}

.moreLink {
font-weight:bold;
color:#008c44;
display:block;
}

.containerDivLeft {
	width:135px;
	height:auto;
	position:relative;
	text-align: center;
}
.inputSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #008c44;
	width: 135px;
	border:solid 1px #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	direction:ltr;
	margin-bottom: 5px;
}


.submitSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	width: 137px;
	background-color:#0eb9df;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	direction:ltr;
	margin-bottom: 5px;
	border:none;
	cursor:pointer;
}

.containerMarquee {
	width:135px;
	height:185px;
	position:relative;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/marqueeBack.jpg);
	background-position:center bottom;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	
}
.myMarquee {
	width:130px;
	height:164px;
	margin:auto;
}


/* =============== SIDE NAV START ================ */
#right_nav {
	height: auto;
	width: 170px;
	text-align: left; /* ==========================*/
	padding-right:10px;
		padding-top:10px;
	padding-bottom: 2px;
	
}
.navSideL1 a {
	color: #008c44;
	display:block;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom:2px;
}
.navSideL2 a {
	color: #008c44;
	display:block;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom:2px;
}
.navSideL1 a:hover, .navSideL2 a:hover{
color: #bb0000;
}
.navSideL2 a:hover{
border-bottom:solid 1px #d0d0d0;
}

.navSideL2 a{
padding-left:10px;
border-bottom:solid 1px #dddddd;
}

/* =============== SIDE NAV END ================ */
.LV_TITLE {
font-size:16pt;
color: #008c44;
}
.LV_IMG_HOLDER {
float:right;
margin-left:10px;
max-width:288px;
}
.LV_IMG_HOLDER a img{
max-width:288px;
}
/* ======== Gallery Frame ========= */
.galleryFrame {
position:relative;
margin: 10px;
float: left;
border:solid 1px #dddddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}
.galleryFrame img {
margin:0px; /* determines upward movement of image in frame negative value */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.galleryFrameText {
position:absolute; 
bottom:0px; 
left:0px; 
width:100%; 
height:auto; 
text-align:center; 
background-image:url(../images/overlayGallery.png); 
font-weight:bold;
display:none;
color:#FFFFFF;
padding-top:2px;
padding-bottom:2px;
}
.galleryFrameText a {
color:#FFFFFF;
}
/* ======== Gallery Frame End ========= */

/* ======== List Frame ========= */
.listFrame {
position:relative;
margin-bottom: 10px;
min-height:130px;
width:100%;
clear:both;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border-bottom:solid 1px #008c44;
}

.listFrameText {
width:auto; 
height:auto;
margin-bottom:30px;
}
.listFrameImgHolder {
height:110px;
width:150px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
float:left;
margin-right:10px;
}
.listFrame img {
margin:0px; /* determines upward movement of image in frame negative value */
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
width:150px;

}
.listFrame .nextLink {
position:absolute;
width:150px;
height:20px;
text-align:center;
right:0px;
bottom:0px;
margin:0px;
}
.listFrame .nextLink a, .listFrame a{
color:#008c44;
font-weight:bold;
text-decoration:none;
}
.listFrame .nextLink a:hover, .listFrame a:hover{
color:#bb0000;
font-weight:bold;
text-decoration:underline;
}
.listFrame .pdfImg {
width:16px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
}
/* ======== List Frame End ========= */

#pageTitleWrapper {
position:relative;
width:100%;
height:25px;
padding-top:10px;
background-color:#FFFFFF;
}

#pageTitleWrapper #pageTitle{
	width:1000px;
	margin:auto;
	font-weight: bold;
	color: red;
	font-size: 12pt;
}
#pageTitleWrapper #pageTitle a{
	font-weight: bold;
	color: #008c44;
	text-align: right;
	font-size: 12pt;
	text-decoration:none;
}
#pageTitleWrapper #pageTitle a:hover{
	color: #bb0000;
}
#pageTitleWrapper #pageTitle .L2{
	font-weight: bold;
	color: #876b17;
	text-align: right;
	font-size: 12pt;
	text-decoration:none;
}
#pageTitleWrapper #pageTitle .L3{
	font-weight: bold;
	color: #008c44;
	text-align: right;
	font-size: 12pt;
	text-decoration:none;
}
#pageTitleWrapper #pageTitle .L4{
	font-weight: bold;
	color: #008c44;
	font-size: 12pt;
	text-decoration:none;
}





#topImgHolder {
	position:absolute;
	width:632px;
	height:155px;
	z-index:1;
	top: 0px;
	right: 0px;
	overflow: hidden;
	text-align: right;
}
.myContactForm{
width:240px;
border:solid 1px #dddddd;
font-size:10pt;
padding:3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}

.myTextArea{
height:100px;
width:670px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border:solid 1px #dddddd;
overflow:auto;
}
.mySubmit{
border:none;
width:170px;
line-height:20px;
background-color:#008c44;
color:#ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}

.mySubmit:hover{
border:none;
width:170px;
line-height:20px;
background-color:#ac891e;
color:#ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}


#lang img {
border:solid 1px #008c44;
}