/* Three Pickerells */

div#container { 
  width 950px; 
}

#content {
  width: 950px;
  margin-top: -13px;
 
  margin-left: 10px;
  padding-top: 0px;
  background-color: #F3EFED;
 _margin-bottom:0px;
   
}

body.contentbackground {
  background-color: #ffffff;
}


#logo {
   /*background-image: (/content/00/01/59/29/22/userimages/headerimg.jpg);*/
background-image: url(/content/00/01/59/29/22/userimages/headerimg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 5px;
  height: 154px;
  width: 950px;
  margin-left: 10px;
  margin-top: 10px;
  
}

.lhs{
color: white;}


a:link {
font-family: Arial;
  color: #9B4E24;
  text-decoration: none;
	
}

h3 {
  color: #9B4E24;
  font-size: 16px;
margin-bottom: -3px;
}



p {
  text-align: left;
}



h1 {
  color: #9B4E24;
  font-size: 20px;
margin-top: 3px;
}




a:visited {
  font-family: Arial;
  color: #9B4E24;
  text-decoration: none;
	
}

a:hover {
  font-family: Arial;
  color: #9B4E24;
  text-decoration: underline;
	
}


	
.staticlinks {
  padding-top: 0px;
  background-color: transparent;
  color: #800020;
  position: absolute;
  text-align: right;
  margin-top: 4px;
  width: 270px;
  left: 360px;
}


*html .staticlinks {
  padding-top: 0px;
  background-color: transparent;
  color: #9B4E24;  
  position: absolute;
  text-align: right;
  margin-top: 10px;
  width: 300px;
  left: 340px;
}

.staticlinks a:link {
  color: #9B4E24;  
  text-decoration: none;
  padding-right: 5px;
  font-family: Arial;
  font-weight: 300;
  font-size: 10px;
}

.staticlinks a:visited {
  color: #9B4E24;  
  text-decoration: none;
  padding-right: 5px;
  font-family: Arial;
  font-weight: 300;
  font-size: 10px;
}

.staticlinks a:hover {
  color: #000000;
  text-decoration: underline;
}

.staticlinks ul {
  display: inline;
  visibility: visible;
  
}




/*FROM HERE*/
.navbar /*main navbar*/
{       
 background-color: transparent; /*#004685;*/
 text-align: left;
 vertical-align: top;
 width: 950px;  
 margin-top: -34px;
 margin-left: 7px;
 MARGIN-BOTTOM:16PX;
 padding: 0px; /* Added by Nick */
 padding-bottom: 2px;
 padding-top: 1px;
 line-height: 1.5em;
   

}

*html .navbar /*main navbar*/
{       
 background-color: transparent; /*#004685;*/
 text-align: left;
 vertical-align: top;
 width: 950px;  
 margin-top: -35px;
 margin-left: 7px;
 MARGIN-BOTTOM:18PX;
 padding: 0px; /* Added by Nick */
 padding-bottom: 2px;
 padding-top: 1px;
 line-height: 1.5em;
   

}



.navbar ul /*still goes all the way across*/
{

}

.navbar ul li /*seems to adjust the color of the seperating vertical lines */
{
 display: inline;
 list-style: none;
 text-indent: 0px;
 font-size: 17px;
 color: #ffffff; /*000000 BB*/ 
 font-weight: normal;
 margin-left: 5px;

 
}

*html .navbar ul li{
 margin-left: 5px;
 color: #ffffff;

}

.navbar ul li ul /* properties of the pulldown menus */
{
 background-color: transparent; /*#004685;*/
 color: #ffffff;
 display: none;
 position: absolute;
 margin-top: 0px;
 list-style: none;
 padding: 0px 3px;
 padding-top:5px;
 margin-left:-1px;

}

*html .navbar ul li ul /* properties of the pulldown menus */
{
 background-color: transparent; /*#004685;*/
 color: #ffffff;
 display: none;
 position: absolute;
 margin-top: 0px;
 list-style: none;
 padding: 0px 3px;
 padding-top:4px;
 margin-left:1px;

}



*html .navbar ul li ul /* properties of the pulldown menus */
{
list-style: block;



}


.navbar ul li ul li
{
 display: block;
 list-style: none;
 margin: 0px;
 padding: 0px; /* Added by Nick */
 width:105px;
 font-size:11px;
 text-align:left;

}

*html .navbar ul li ul li
{
/*margin-top: -15px;*/

}



.navbar a {    

padding-left: 14px;
padding-right: 14px;
padding-top: 0px;
padding-bottom: 0px;

}		

.navbar a:link {
 color: #ffffff;
 font-family: Arial;
 font-weight: bold;
 text-decoration: none;
 font-size: 13px;
 white-space: nowrap;
 margin-left: 0px;
}

*html .navbar a:link {color: #ffffff;}

.navbar a:visited {
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 font-size: 13px;
 font-family: Arial;
 margin-left: 0px;
}

*html .navbar a:visited {
/*border-left:1px solid #ffffff;*/
}

.navbar a:hover {
 color: #EDD098; /* blue; #ff0000;*/
 /*background-color: #FFFFFF;*/ /*#ffeab9;*/
 text-decoration: none;
 font-weight: bold;
 /*border-top:1px solid black;
 border-bottom:1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;*/
}

.navbar a.on:link  /* the active link properties */
{
 color: #ffffff; /* #cc9933;*/
 font-family: Arial;
 font-weight: bold;
 text-decoration: none;
 font-size: 13px;
 white-space: nowrap;
}

.navbar a.on:visited
{
 color: #ffffff; /* #cc9933;*/
 text-decoration: none;
 font-weight: bold;
 font-size: 13px;
 font-family: Arial;
}

.navbar a.on:hover
{
 color: #EDD098; /* blue;*/
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
}

/* properties of the pulldown links */
.navbar ul li ul a:link {
  color: #ffffff;
  background-color: #60A180;
  border-left:10px solid #1E6943;
  display:block;
  width:125px;
  margin-bottom:1px;
  font-family: Arial;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px; 
  padding-left:5px;


}

.navbar ul li ul a:visited {

   color: #ffffff;
  background-color: #60A180;
  border-left:10px solid #1E6943;
  display:block;
  width:125px;
  margin-bottom:1px;
  font-family: Arial;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px; 
  padding-left:5px;
}

.navbar ul li ul a.on:visited {
   color: #ffffff;
  background-color: #60A180;
  border-left:10px solid #1E6943;
  font-size: 11px;
  font-weight: normal;
}


.navbar ul li ul a.on:link {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
}


.navbar ul li ul a.on:hover {
  color: white; /*#004685;*/
  font-size: 11px;
  font-weight: normal;
}
.navbar ul li ul a:hover {
 font-size: 11px;
 color: #FFFFFF;
 background-color: #6BAB8A;
 border-left:10px solid #1E6943;
 display:block;
 width:125px;
 margin-bottom:1px;
 font-weight: normal;
}

#leftMenu li{
  margin: 0px;
  padding: 0px;
  list-style: none;

}

#leftMenu ul{
  margin: 0px;
  padding: 0px;
}


#leftMenu li a{

	font-family: Arial;
	border-bottom: 1px solid #9B4E24;        
	padding:5px 0px 5px 8px;
	color: #9B4E24;
	text-decoration: none;
	display:block;
	min-height:31px;
	line-height:31px;
	font-size: 14px;

}



#leftMenu li a:hover{

	color: #EDD098;
	text-decoration: none;
	background-color: #9B4E24;

}

#rightMenu li{
  margin: 0px;
  padding: 0px;
  list-style: none;

}

#rightMenu ul{
  margin: 0px;
  padding: 0px;
}


#rightMenu li a{

	font-family: Arial;
	   background-color: #9B4E24; 
border-bottom: 2px solid #F3EFED; 
 
	padding:3px 0px 3px 35px;
	color: #ffffff;
	text-decoration: none;
	display:block;
	min-height:25px;
	line-height:25px;
	font-size: 14px;

}



#rightMenu li a:hover{

	color: #EDD098;
	text-decoration: none;
	background-color: #9B4E24;

}

.contact{
font-size: 17px;
color:  #ffffff;
font-weight: bold;
font-family: Arial;}

.caci{
color: #9B4E24;
font-weight: normal;
font-size: 13px;
font-family: Arial;}

.arrow{
margin-top: 4px;}

*html .arrow{
margin-top: 4px;
margin-right: 3px;}

.clean{
margin-left: 18px;}

.site{
padding-top: 2px;
height: 11px;}

.site a:link{
color: white;
}

.site a:visited{
color: white;}

.site a:hover{
color: #EED9AE;}

.site a:visited:hover{
color: #EED9AE;}



.footer {
 
  text-align: center;
  color: #9B4E24;
  font-family: arial;
  font-size: 9px;
  margin-top: -6px;
  margin-left: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0px;
  width: 950px;
}

*html .footer{
 
  text-align: center;
  color: #9B4E24;
  height:27px;
  font-family: arial;
  font-size: 9px;
  padding-top: 13px;
}


.footer a:link {color: #9B4E24;  text-decoration: underline;}
.footer a:visited {color: #9B4E24;  text-decoration: underline;}
.footer a:hover {color: #EDD098; text-decoration: underline;}
.footer a:visted:hover {color: #EDD098; text-decoration: underline;}


.eazipay{display:none;}
body{_padding-bottom:110px;}

