/* CSS Document */

body {
	margin:0px;
	background-color:#689928;
	}

/*******body*******/

.caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:left;
	}
	
.main_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:justify;
	}
	
.main_text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	text-align:left;
	}

.main_text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#E22B13;
	text-align:left;
	}
	
.bodypic_repeat{
	background-image:url(../images/body_pic04.jpg);
	background-position:right 96px;
	background-repeat:no-repeat;
	}
	
.bodypic_repeat1{
	background-image:url(../images/body_pic02.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	}
	
.head_main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#E22B13;
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	height:25px;
	}

.head_sub{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#E22B13;
	text-align:left;
	}

a.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#477D00;
	text-decoration:none;

	}

a.more:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3399FF;
	text-decoration:underline;
	}
	
.menu_top{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#E22B13;
	text-decoration:none;
	}
	
.menu_top:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#E22B13;
	text-decoration:none;
	padding-right:5px;
	}

.menu_box{
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	height:30px;
	vertical-align:bottom;
	text-align:right;
	}
	
.head_dot{
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	height:25px;
	}
	
.head_dot1{
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	height:15px;
	}

.contact01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	background-color:#C8AC59;
	padding-left:5px;
	height:20px;
	vertical-align:middle;
	}

.contact02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A6BC83;
	text-align:left;
	padding-left:30px;
	}
	
.form-border{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-width:1px;
	border-color:#689928;
	border-style:solid;
	}

.pic-margin-left{
	margin-left:-10px;
	}
	
.pic-margin-right{
	margin-right:-10px;
	}

.pic_border{
	border:1px solid #97C067;
	}
	
/*******footer*******/

.copyright_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
}	
	
.designedby_table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
	}
	
a.designedby_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	}

a.designedby_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E4D380;
	text-decoration:underline;
	}

.menu_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E22B13;
	text-align:center;
	text-decoration:none;
	}
	
.menu_footer:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3399FF;
	text-decoration:underline;
	}

/* thumbnail viewer */	

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
margin-top:0px;
position:absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #689928;
border:1px solid #fff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 12px arial;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
border:0px solid #C2C2C2;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
margin-top:40px;
font: 12px arial;
position: absolute;
visibility: hidden;
border: 4px solid black;
background-color: #EFEFEF;
padding: 10px;
z-index: 5;
}
