body {
	/*background:#7F9380 url(images/bg.jpg) repeat scroll 0 0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;*/
	
	margin-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #7F9380;
	font-size:12px;
	color:#006633;
}

#elBoxo{margin:auto;
        margin-top:0px;
        width:840px;
		}

#wrapper{
width:840px;
background-color: #FFFFCC;
border: 1px solid #006633;}

.PageHeader{border-bottom: #006633 1px solid;}

.PageLeft{width: 215px;
          background-color:#3D5B43;
		  vertical-align:top;
		  padding-top:10px;
		  padding-bottom:10px;}

.PageRight{width: 605px;
           vertical-align:top;
		   padding:10px;}
		  
.PageFooter{height:50px;
            background-color:#3D5B43;           					
			}

.footertext{
text-align:center;	
font-size:14px;
color: #FFFFCC;
padding-top:8px;
}			

#siteby{
padding:10px;
float:right}

p {
line-height:18px;
margin-top:3px;
text-align:justify;
}

.indent1{padding-left:10px;
        }

.indent2{padding-left:40px;
        }

/* Fonts */

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration: none;
	color:#006633;
}

h2 {
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	color:#006633;
}

h3 {
    margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	color:#006633;
}

.red14Faqs{font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;	
	color:#A52A2A;
	padding-left:10px;}

.reddish{font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#A52A2A;}

/* Links */

a:link {
color: #464646;
text-decoration: none;
}

a:visited {
color: #464646;
text-decoration: none;
}

a:hover {
color:#0099CC;	
text-decoration: none;
}

a:active {
color: #464646;
text-decoration: none;
}


	
/* Shhhhhh */	

.quiet a:link, .quiet a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FF6600;
text-decoration: none;
}

.quiet a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#0066FF;	
	text-decoration: underline;
	}




				 
/* Images */				
				
.imageframe{            
			background-color: #F4FFF2;
 			padding: 5px;
			border: 1px solid #3D5B43;}
			
.imageframe2{
            background-color: #F4FFF2;
 			padding: 5px 5px 2px 5px;
			border: 1px solid #3D5B43;
			text-align:center;}

.toppic{
padding-bottom: 25px;
padding-right:8px;
text-align:right;}

.quill{
border: 1px solid #3D5B43;
background-image:url(../images/quill.jpg);
height:260px;
padding: 10px;}

span.pictext{color:#3D5B43;
          font-weight:bold;
		  }

			
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 0px solid #006633; /*Border around menu*/
border-bottom-width: 0;
width: 195px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:normal;
}

#ddblueblockmenu li a{
display: block;
padding: 6px 0;
padding-left: 9px;
width: 185px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #FFFFFF;
background-color: #3D5B43; /*dark green*/
border-bottom: 1px dashed #363636;
border-left: 7px solid #3D5B43; /*Border Lefthand side of menu*/
}

#ddblueblockmenu li a:hover {
color:#333333;
background-color: #FFFFCC;
border-bottom: 1px solid #A52A2A;
border-left-color: #A52A2A; /*Hover marker*/
}

#ddblueblockmenu .current a{
color:#333333;
background-color: #FFFFCC;
border-bottom: 1px solid #A52A2A;
border-left-color: #A52A2A; /*Currently selected*/
}

#ddblueblockmenu div.menutitle{
color: black;
border-bottom: 1px solid #3D5B43; /*Border below menu title*/
padding: 3px 0;
padding-left: 5px;
background-color: #3D5B43; /*Background of menu title*/
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}	

/*page shift*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; } 


/*elboxo*/
.boxgrid{ 
				width: 120px; 
				height: 160px; 
				margin-top:0px; 				
				float:left; 
				background:#FFFFCC; 
				border: solid 1px #FFFFCC; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#006633; 					
					font:10px "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute;				 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 120;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 110;
 					left: 0;
 				}	
				
				
/*photo*/			
#gallery {
		background-color: #FFFFCC;
		padding: 10px;
		width: 580px;
	}
	#gallery { list-style: none; }
	
	#gallery  img {
		border: 5px solid #3D5B43;
		border-width: 5px;
		margin-bottom: 10px;
		margin-right:10px;
	}
	#gallery  a:hover img {
		border: 5px solid #D6F8D0;
		border-width: 5px;
		color: #D6F8D0;
	}
	#gallery  a:hover { color: #D6F8D0; }	
				  