﻿	body
	{
		background-color: black;
		text-align: left;
		color: black;
		background-image: url('images/green_gradient_2.bmp');
		/*background: #336600;*/
		background-attachment: fixed;
		background-position: top;
		font-family: san-serif;
		margin: 0px;
		padding: 0px;
		
	}
	
	div#container
	{
		width: 900px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: rgb(225,225,225);
   		margin-top: 20px;
		margin-bottom: 10px;
		border: 1px solid black;
		
	}
		
		
	div#bodyContainer
	{
		height: 100%;
		padding:0px;
		margin:0px;
		float:left;
		clear:both;
	}

	div#top
	{
		width:900px;
		float:left;
		padding-right: 0px;
		clear:both;
		border-bottom: 1px solid rgb(130,130,130);	
		background: url('images/newbanner7_bak.png');
		background-repeat: no-repeat;
		background-position:left;
		height: 150px;
	}
	
	div#left
	{
		background-color: rgb(225,240,255);
		width:199px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid rgb(130,130,130);	
		border-bottom: 1px solid rgb(130,130,130);	
		border-right: 1px solid rgb(130,130,130);	
		margin-top:5px;
		margin-bottom:0px;
		float: left;
		/*min-height:730px;*/
	
	}
	
	.lefttitle
	{
		color: green;
		font-family: Verdana, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
		padding-bottom: 10px;
		text-decoration: none;
		
	}
	.date
	{
		color: #003300;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;

	}
	
	.headline
	{
		color:  #333333;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		text-align: left;
		padding-left: 10px;
		padding-right: 5px;

	}
	
	.headline a:visited 
	{						
		color: #333333;
		text-decoration: none; 
		font-size: 11px; 
	}
	
 	.headline a:link 
	{						
		color: #333333;  
		text-decoration: none; 
	}
	
	.headline a:hover 
	{						
		color: #333333; 
		text-decoration: underline; 
	}
	
	div#picCenterleft
	{
		text-align:center;
		clear: both;
		padding: 5px;
		height: 150px;
	}
	div#picCenterleft img
	{
		width: 100%;
		height: 100%;
		border: none;
	}		

	div#content
	{
		color: #333333;
		font-family: Verdana, Helvetica, sans-serif;
		font-size:11px;
		width:668px;
		padding: 10px;
		text-align: left;
		background-color: rgb(225,240,255);
		border: 1px solid rgb(130,130,130);		
		margin: 5px;
		margin-bottom: 0px;
		float: right;
	 	/*min-height:733px;*/
	 	height:100%;
	 	background-image: url('');
	}
		
	.sectionTitle
	{
		font-weight: bold;
		margin-bottom: 10px;
		clear: right;
	}
	
	.pageTitle
	{
		font-weight: bold;
		margin-bottom: 10px;
		clear: right;
		color: green;
		font-size: 14px;
	}

		
	.titleBold
	{
		font-weight: bold;
		margin-bottom: 0px;
	}
		
	.labelCenter
	{
		text-align: center;
	}
	
	.wires
	{
		padding:4px;
		cursor: pointer;
	}
		
	.picCenter
	{
		clear: both;
		text-align:center;
		width: 600px;
	}
	
	.picCenter img:hover 
	{
		cursor:pointer;
	}
				
	.picCenter1
	{
		clear: both;
		text-align:center;
		min-width: 700px;
		max-width: 700px;
	}

	.picPadding
	{
		padding:10px;
		padding-left:10px;
		padding-right:10px;	
		width:45%;
		float: left;
			
	}	
	
	div#navbuttonthis 
	{
		background-color:#005000;
		background-repeat:no-repeat;
		background-position: center;
		border-left: 3px #444 solid;
		width: 90px;
		height:19px;
		float:right;
		text-align:center;
		color:white;
	}
	div#navbutton
	{
		background-color: #007700;		
		background-repeat:no-repeat;
		background-position: center;
		border-left: 3px #444 solid;
		width: 90px;
		height:19px;
		float:right;
		text-align:center;
	}
	
	div#navbutton:visited 
	{  
		background-color: #007700;
		background-repeat:no-repeat;
	}

	div#navbutton:link 
	{ 
		background-color: #007700;
		background-repeat:no-repeat;
	}

	div#navbutton:hover 
	{ 
		background-color: #005000;		
		background-repeat:no-repeat;
	}
	
	div#navbutton a:visited 
	{ 
		color: white; 
		text-decoration: none;
		cursor:pointer;	 
	}

	div#navbutton a:link 
	{ 
		color: white; 
		text-decoration: none;
		cursor:pointer;	 
	}

	div#navbutton a:hover 
	{ 
		color: white; 
		text-decoration: none;
		cursor:pointer;	 		
	}
	
	div#navbanner
	{
		background-color: #009900;
		font-family: sans-serif;
		font-size:13px;
		padding-right: 15px;
		height:20px;
		width: 885px;
		border-bottom: 1px solid rgb(190,190,190);	
		border-top: 1px solid rgb(190,190,190);	
		margin-top:5px;
		float: right;
	}

	p.opening-paragraph:first-letter
	{
		display: block;
		float:left;
		font-size: 3em;
		padding-right: 0px;
	}
		
	p
	{
		margin-top: 0px;
	}
	

	div#left ul li a:visited { color: black; text-decoration: none; }
	div#left ul li a:link { color: navy; text-decoration: none; }
	div#left ul li a:hover { color: red; text-decoration: underline; }
	

	br {
	clear:both;
			}
	
	div#footer { 
	
		font-family: Verdana, Helvetica, sans-serif;
		text-align: right;
		vertical-align: bottom;
		font-size: 10px;
		padding: 0px; margin: 0px;
		height: 15px; 
		width: 100%;
		float: right;
	
	}
	div#footer a:visited { color: #333333; text-decoration: none;  }
	div#footer a:link { color: #333333; text-decoration: none;  }
	div#footer a:hover { color: #333333; text-decoration: underline;  }
	
	.imgleft img
	{
		clear:both;
		float:left;
		padding-right:5px;
	}
	
	.imgright img
	{
		clear:both;
		float:right;
		padding-left:5px;
	}

	.staff
	{
		margin-bottom:10px;		
		clear:both;
		width:100%;
		vertical-align:middle;
		/*background-color: #E8FFF5;*/
	}
	.staff_bottom 
	{
		margin-top:15px;		
		clear:both;
		width:100%;
		vertical-align:middle;
		background-color: #E8FFF5;
	}
	.staffContentBottom
	{
		width: 540px; 
		vertical-align:top;
		padding-left:5px;
		float:right;
		padding-top:3px;
		padding-right: 5px;

	}
	
	.staffpic
	{
		width:110px;
		float:left;
		padding-top: 10px;
	}
	.staffcontent
	{
		/*width:100%;  540px; */
		vertical-align:top;
		padding-left:5px;
		float:right;
		padding-top:3px;
		padding-right: 5px;
	}
	
	.titleBoldColumns
	{
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 0px;
	}

	.columns
	{
		width:23%;	
		vertical-align:top;	
		float:left;	
		padding-right: 3px;
		padding-left: 3px;
		margin-left: 3px;		
		margin-right: 3px;
		background-color: #E8FFF5;
	}
		
	.imgactivator
	{
		font-size: 2em;
		padding: 3px;
		width: 125px; 
		height: 100px;	
		cursor:pointer;
	}
	
	
	div#photocontainer
	{
		text-align: center;
	}
	
	div#photocontainer img
	{
		border: 5px solid black;
	}

	.arrowNav
	{
		text-align:center;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:20px;
		 font-weight:bold;
		 vertical-align:middle;
	}
	
	.arrowNav img
	{
		text-align:center;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:20px;
		 font-weight:bold;
		 vertical-align:middle;
		 border:none;
	}
		
	.arrowNav a:visited
	{
		color:#003300;
		text-decoration:none;
		
		
	}
	.arrowNav a:link
	{
		color: #003300;
		text-decoration:none;
		
		
	}
	.arrowNav a:hover
	{
		color: #006600;
		text-decoration:underline;
		cursor: pointer;
		
	}
	p.italics
	{
	font-style: italic;			
	}
	
	p.box
	{
		border: solid 1px;	
		padding: 5px;
		margin-left: 30px;
		margin-right: 30px;
		font-size: 12px;
		font-style:italic;	
	}				
	
	/* menu css */

#outside{
	border-top:1px solid #006600;
	border-bottom:1px solid #006600;
	border:1px solid #006600;
	background:#006600;
	width:898px;
	height:100%;
	clear: both;
	

	
	}
#navigation-1 {
	padding:1px 0;
	margin:0px;
	list-style:none;
	width:898px;
	height:21px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 11px verdana, arial, helvetica;
	clear:both;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:110px;   /* Must to 2px higher */
}
#navigation-1 li a:visited {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#006600;
	color:#ffffff;
	width:110px;    /* Must to 2px higher */
	height:13px;
}
#navigation-1 li a:link {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#006600;
	color:#ffffff;
	width:110px;   /* Must to 2px higher */
	height:13px;
}
#navigation-1 li a:active {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#339933;
	color:#ffffff;
	width:108px;
	height:13px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	
}
#navigation-1 li a:hover {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#339933;
	color:#ffffff;
	width:108px;
	height:13px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	
}
#navigation-1 li:hover a {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#339933;				
	color:#ffffff;
	width:108px;							
	height:13px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:108px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #006600;
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:108px;
	clear:left;
}
#navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#006600;
	padding:4px 0;
	width:108px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li a:link {
	clear:left;
	background:#006600;
	padding:4px 0;
	width:108px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#339933;
	padding:4px 0;
	width:108px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
	
}
#navigation-1 li ul.navigation-2 li a:active {
	clear:left;
	background:#339933;
	padding:4px 0;
	width:108px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li:hover a {
	clear:left;
	background:#339933;
	padding:4px 0;
	width:108px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
	
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #006600;
	border-left:1px solid #006600;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#006600;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link {
	background:#006600;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#339933;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover {
	background:#339933;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a {
	background:#339933;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:10px;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:10px;
	color:#ffffff;
}
#navigation-1 li ul.navigation-2 li:hover a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:10px;
	color:#ffffff;
}

