@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		background-image:url(../images/bg_green.gif)
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #669966;
}
.pic_box {
	display:inline-block;
	padding-bottom:3px;
	background-color:#ccc;
	width:150px;
}

.pic_box p {
 font-size:80%;
 font-weight:bold;
	margin:3px;
  text-align: center;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ccc;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.content_left {
display:inline;
float:left;
width:100%;
clear:left;
}
.content_right {
}

.thrColFixHdr #toplinks{
	float:right;
	width:400px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top:5px;
	color:#eee;
} 
.thrColFixHdr #toplinks a{
	color:#eee;
	text-decoration:underline;
	padding-left:10px;
} 

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee  url(../images/bg_green.gif) repeat-y; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 90px;
	background-color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding:0px 15px;
}
.thrColFixHdr #header h1 {
	margin: 0px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:220%;
}
.thrColFixHdr #pic_nav {
	display:block;
	background: #000;
	height:260px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 10px 0px 10px 10px;

	color:#fff;
}
.thrColFixHdr #pic_nav h1{
	display:inline;
	margin: 10px 0 0 0 ;
	color:#fff;
	font-size:36px;
}
.thrColFixHdr #pic_nav img {
	width:159px;
	height:115px;
	background: #666;
	margin:5px 7px 5px 5px;
	border: 1px solid #fff;
}
.thrColFixHdr #pic_nav p {
	margin-left:370px;
	font-size:160%;
}
 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px 15px 15px; /* padding keeps the content of the div away from the edges */


}
.thrColFixHdr #sidebar1 a{
	font-size:100%;
	color: #eee;
}
.thrColFixHdr #sidebar1 h3 {
	font-size:120%;
	margin-bottom:-10px;
	color:#eee;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
}
.thrColFixHdr #sidebar2 h2 {
	margin-top: 5px;
}
.thrColFixHdr #sidebar2 h3 {
	font-size:120%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
}

.thrColFixHdr #sidebar2 a {
	color:#eee;

}
.thrColFixHdr #mainContent {
	height: 100%;
	margin-top: -10px;
	margin-right: 180px;
	margin-bottom: 10px;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent2{
	margin: -10px 15px 10px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
}
table {margin:-20px 0 -10px;}
.thrColFixHdr #mainContent h1 {
	padding-top: 0px;
	font-size: 200%;
	margin: -10px 0 0 0;
}
.thrColFixHdr #mainContent h2 {
	padding-top: 0px;
	font-size: 150%;
	color:#360;
	margin: 10px 0 10px 0;
}
.thrColFixHdr #mainContent .dateline {
	font-size: 100%;
}
.thrColFixHdr #footer {
	font-size:80%;
	padding: 5px 10px 10px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.thrColFixHdr #footer a {
	margin-right: 40px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

}
.thrColFixHdr .sub_footer {
	width:100%;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	padding: 10px 0 5px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.section_h li{
display:inline;
list-style:none;
margin-left:-38px;
}
.section_v li{
display:block;
list-style:none;
margin-left:-40px;
}

div.caption {
	display:inline;
	position: relative;
	width: 155px;
	padding:0;
	
   

}

div.caption p {
   background-color:#fff;
   width:155px;
   border: 0px solid #000;
   color:#000;
   font-weight:bold;
   position: absolute;
   left: -364px;
   bottom: 8px;
   padding: 2px 0px 2px 5px;
   margin: 0;
   opacity: .7; /* Firefox 1.5, Safari, Opera 9 */
   -moz-opacity: .7; /* Firefox 1.0.x */
   filter: alpha(opacity=70); /* IE */

}

div.caption a {
   color:#333;
   text-decoration:none;

}
div.caption a:hover {
   color:#000;

}
