@charset "utf-8";
/* CSS Document */
#banner { height:255px; }
#maincontent { margin-left:111px; width:652px; }
	#maincontent a {
		color:#379b00;
		text-decoration:underline;
		}
	#maincontent a:hover {
		text-decoration:none;
		}
#content { padding-top:28px; }
#cta { padding-top:0; }
	#search-dialog { float:right; }
#footer { padding-left:117px; }

input { 
	border:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.searchbox { 
	width:135px; 
	border:solid 1px #999; 
	height:14px;
	padding-top:2px;
	margin:0;
	}
.gobutton {
	width:23px;
	height:19px;
	color:#fff;
	background-color:#83aa6e;
	padding:0;	
	margin:0;
	}

#col, #pol, #cal, #new
{
	background-image: url(/images/home-cta.gif);
	background-repeat: no-repeat;
	width:206px;
	height:40px;
	display:block;	
}
#col
{
	height:43px;
	background-position: 0px 0px;	
}
#col:hover
{
	background-position: -206px 0px;	
}
#pol
{
	background-position: 0px -43px;	
}
#pol:hover
{
	background-position: -206px -43px;	
}
#cal
{
	background-position: 0px -83px;	
}
#cal:hover
{
	background-position: -206px -83px;	
}	
#new {
	height:39px;
	background-position: 0px -123px;
	}
#new:hover {
	background-position: -206px -123px;
	}
