@charset "utf-8";
/* CSS Document */

body {background-image: url(../images/bglogo.jpg); background-repeat: no-repeat; background-position:center top; text-align: center; font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; color: black;}
#content {padding-top: 195px; width: 600px; margin: 0 auto; text-align: left;}

h2 {text-align: center; color: #006738; text-transform:uppercase; font-size: 1.55em;}
h3 {text-align: left; color: #231f20;text-transform:uppercase;}
h5 {color: #006738; font-size: .9em;}

p {font-size: .95em; line-height: 1.5em; color: black;}
a:link {color: #006738; text-decoration: none; border-bottom: 1px dotted #006738;}
a:visited {color: #006738; text-decoration: none; border-bottom: 1px dotted #006738;}
a:hover {color: #231f20; text-decoration: none; border-bottom: none;}

li	{font-family: tahoma, verdana, Arial, Helvetica, sans-serif; font-weight:600;padding-bottom:.45em;}
li.green {color: #006738;}



#quote {padding: 1em; margin: 1.25em;border: 2px dotted #006738; font-family:Georgia, Times New Roman, Times, serif; font-style:italic; width: 180px; float: right; background-color: white;}

.date {background-color:#FDFFFD; border: 1px dotted #006738; color:black; margin-bottom:.5em; padding: 0 .25em 0 .5em}
.date p {margin-top: -1em;}

img {border: 0px none;}

.trigger{
	cursor:pointer;
	font-size: .9em;
	padding: 0;
	color: black;
	
	
}		
.trigger:hover{
	cursor:pointer;			
	padding: 0;
	color:#006738;
}		
.expanded{
	color: #006738;
	cursor:pointer;
	padding: 0;
}
.expanded:hover{
	
	cursor:pointer;
	padding: 0;
	color: black;
}
.show{
position:static;
display: table;
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
		
		
#leftbox {width:43%; float: left;}
#rightbox {width: 53%; float: right;}

#rightbox ul {margin:0;padding:0 20px 0 20px;font-size: .95em; }
#rightbox li {font-weight:normal;margin-bottom:1em; line-height:1.4em;}

#footer {clear: both; background-image: url(../images/bgfooter.jpg); background-repeat: no-repeat; background-position:center top;padding-top: 1em; height: 270px;}


