@charset "UTF-8";
/* CSS Document */

.this_image img
	{
	vertical-align: top;
	height: 15.6875em;
	width: 12.21875em;	
	}
	
.that_image img
	{
	height: 3.9375em;
	width: 12.59375em;
	}
	
/* 3d container*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 100.01%;
	text-align: center; 
	}

#box
	{
	position:relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0.5em;
	padding: 0;
	text-align: left;
	width:60%;				/* <-- use this to tie width to viewport size */
	width:60em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:1.5em;
	
	}

#content h1
	{
	color:#006600;
	font-weight:normal;
	font-size:1.1em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: .9em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../assets/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../assets/images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../assets/images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../assets/images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../assets/images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../assets/images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../assets/images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color:#eee;/*background color of 3d box*/
	background-image:url(../assets/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}	


#logo{
width:150px;
height:150px;
float:left;
margin: 0 15px 0 0;
}

#msg{
width:730px;
height:70px;
float:left;
margin:10px 0 0 0;
}

#menu{
width:730px;
height:80px;
float:left;
}

#wrap{
width:900px;
height:auto;
margin:auto;
margin:165px 0 0 0;
background-image:url(../assets/images/bgGrass.jpg);
}


#txt{
width:515px;
height:auto;
float:left;
padding:10px;
margin: 15px 0 0 15px;
background-color:#fff;
}



#pics{
width:300px;
height:auto;
float:right;
padding:10px;
margin: 8px 15px 0 15px;

}

#info{
width:260px;
padding:10px;
margin: 10px 10px 0 10px;
float:right;
text-align:center;
background-color:#fff;
filter:alpha(opacity=60%);
-moz-opacity:0.6;
opacity:.6;
border:solid 1px #fff;

color:#000;

}



#spacer{
width:900px;
height:15px;
float:left;
}

#footer{
width:100%;
height:20px;
margin:auto;
clear:both;
float:bottom;
background-color:#fff;
text-align:center;
padding:10px 0 0 0;
}


.greenTxt{
	color:#006600;
	font-weight:normal;
	font-size:1.08em;
	font-family: helvetica, geneva, arial, sans-serif;
}

.grayTxt{
color:#666666;
	font-weight:normal;
	font-size:.98em;
	font-family: helvetica, geneva, arial, sans-serif;
}

.blackTxt{
color:#000000;
	font-weight:normal;
	font-size:.9em;
	line-height:1.25em;
	font-family: helvetica, geneva, arial, sans-serif;
}

.orangeTxt{
color:#CC6600;
	font-weight:normal;
	font-size:.98em;
	line-height:1.25em;
	font-family: helvetica, geneva, arial, sans-serif;
}


.tabTxt{
	font-size:.88em;
	font-family: helvetica, geneva, arial, sans-serif;
}

.footTxt{
	font-size:.7em;
	font-family: helvetica, geneva, arial, sans-serif;
	color:#666666;
}

.outline{
margin: 0 0 10px 0;
border:0.5px solid #ffffff;
}


a:li:hover{
color:#b25900;}