/* Global layout */
html,
body {
	margin: 0;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 82.5%;
}

#home {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 90px 0 10px;
}

#home #home-banner {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height:auto;
}

#home #content-feature {
	margin-bottom: 10px;
}

.home-box {
	position:relative;
	float:left;
	overflow:hidden;
	margin-right:10px;
	height:160px;
	background-color:#d0d0d0;
	margin-bottom:10px;
}

a.home-box {
	cursor:pointer;
	display:block;
	text-decoration:none;
}

.home-box.box-1of3 {
	background:url(/lib/img/portal/home-box-1of3.png) top left no-repeat;
	width:230px;
}

.home-box.box-1of2 {
	background:url(/lib/img/portal/home-box-1of2.png) top left no-repeat;
	width:350px;
}

.home-box.box-2of3 {
	background:url(/lib/img/portal/home-box-2of3.png) top left no-repeat;
	width:470px;
}

.home-box.last {
	margin-right:0;
}






.home-box .blue-button,
.home-box .red-button {
	padding-left:10px;
	display:block;
	position:absolute;
	height:19px;
	bottom:8px;
	right:8px;
}

.home-box .blue-button span,
.home-box .blue-button input,
.home-box .red-button span,
.home-box .red-button input {
 	float:left;
	display:block;
	height:19px;
	line-height:18px;
	padding-right:19px;
	font-weight:normal;
	text-decoration:none;
	color:white;
	cursor:pointer;
	border:none;
}

.home-box .blue-button  {
	background:url(/lib/img/portal/blue-button-left.gif) no-repeat left top;
}

.home-box .blue-button span,
.home-box .blue-button input {
	background:url(/lib/img/portal/blue-button-right.gif) no-repeat right top;
}

.home-box .red-button  {
	background:url(/lib/img/portal/red-button-left.gif) no-repeat left top;
}

.home-box .red-button span,
.home-box .red-button input {
	background:url(/lib/img/portal/red-button-right.gif) no-repeat right top;
}

.home-box:hover .red-button,
.home-box:hover .blue-button {
	background-position:0px -19px;
}

.home-box:hover .red-button span,
.home-box:hover .red-button input,
.home-box:hover .blue-button span,
.home-box:hover .blue-button input {
	background-position:100% -19px;
}









.home-box  h2 {
	border:none;
	color:#444444;
	line-height:16px;
	font-size:16px;
	margin-top:12px;
	margin-left:12px;
	margin-bottom:12px;
	position:relative;
	z-index:2;
}

.home-box  h3 {
	border:none;
	color:#747474 ;
	line-height:13px;
	font-size:13px;
	margin-left:12px;
	margin-bottom:0;
	position:relative;
	z-index:2;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica;
	line-height:13px;
	font-size:12px;
}

.home-box img {
	position:absolute;
	display:block;
	right:1px;
	bottom:35px;
	z-index:1;
	white-space:nowrap;
	float:left;
}

.home-box img.fullimg {
	bottom:1px;
}

.home-box.box-2of3  img {
	bottom:1px;
}




#home-quick-links {
	position:relative;
	float:left;
	overflow:hidden;

	width:230px;
	/*height:300px;*/
	padding:0;
	margin:0 10px 10px 0;

	line-height:13px;
	font-size:16px;
}

#home-quick-links  h2 {
	border:none;
	color:rgb(123, 185, 0);
	margin-bottom:7px;
	line-height:13px;
	font-size:16px;
	margin-top:15px;
}

#home-quick-links ul {
	border-top:1px solid #F2F2F2;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#home-quick-links li {
	border-bottom:1px solid #F2F2F2;
	margin:0;
}

#home-quick-links a {
	background:transparent url(/lib/img/portal/quick-link.gif) no-repeat scroll 0 0;
	color:#747474;
	display:block;
	font-size:14px;
	padding:5px 0 5px 25px;
	text-decoration:none;
}

#home-quick-links a:hover {
	background:transparent url(/lib/img/portal/quick-link-hover.gif) no-repeat scroll 0 0;
	color:#00AEEF;
}

#grayed-out-overlay {
	position:absolute;
	top:0px;
	left:0px;
	background:url(/lib/img/portal/trans.gif) repeat;
}

#content-feature #county-selector #county-selector-locations a {
	line-height:13px;
}