﻿/*
Class base style: foot1
These apply to the colored footer navigation bar containing major site section links and newsletter signup 
*/

.footcontainer {margin: auto;padding: 0px;width: 982px;clear:both;}
.foot1
{
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
	background-color: white;
	border-top:solid 1px #cccccc;
	border-bottom-width:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 980px;
	padding-top:15px;
	padding-bottom:15px;
	
	
}
.foot1 p, .foot1 form {font-size:11px;margin:0px;padding:0px;}

.foot1 .foot1links
{
	float:left;
	clear:none;
	width:590px;
	margin-left:1em;
	line-height: 2.5em;
	vertical-align:middle;
	padding:0px;
}
.foot1 .foot1forms
{
	float:right;
	clear:none;
	width:350px;
	height: 3em;
	/*vertical-align:middle;*/
	margin-right:-50px;
}
.foot1 label{font-size:1.2em;font-weight:bold;}
.foot1 input
{
  font-family:'Trebuchet MS'; 
  font-size:1em; 
  background-color:#FFFFFF; 
  border-style:solid;
  border-color:#386d89; 
  border-width:1px; 
  color:#000000; 
  height: 15px;
  vertical-align:middle;
  width:140px;
  margin-top:0px;
  padding:0 0 1px 0px;
  
}

.foot1 input.inputImage
{
	border:0px;
	vertical-align:middle;
	padding:0;
	margin:0px 0px 0px -8px;
	width:auto;
	height:auto;
	background-color: #C5D6DE;
}

/* Footer link styles */
.foot1 a:link, .foot1 a:visited{text-decoration:none;color:#666666;}
.foot1 a:hover, .foot1 a:active{text-decoration:underline;}


/*
Class base style: foot2
These apply to the second and lowest level of footer navigation containing general site notices and addenda
*/

.foot2
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	color: #666666;
	border: 0px;
	width: 980px;
	height: 30px;
	margin-left:10px;
	margin-top:20px;
}
.foot2 p {font-size:11px;}

.foot2 .foot2links
{
	margin:0px;
	margin-top:2px;
	margin-left:1.2em;
	padding:0px;
	float:left;
	clear:none;
	width:300px;
	vertical-align:top;
}
.foot2 .foot2copy
{
	margin:0px;
	margin-top:2px;
	margin-right:1.2em;
	padding:0px;
	float:right;
	clear:none;
	width:500px;
	text-align:right;
}

/* Footer link styles */
.foot2 a:link, .foot2 a:visited {text-decoration:none;color:#20653A;}
.foot2 a:hover, .foot2 a:active {text-decoration:underline;}
