/*
	State and City Page CSS
*/

#databox h2{
	margin-bottom:20px;
}

ul.list{
	float:left;
	width:250px;
	margin-bottom:20px;
}

ul.list li{
	padding-left:25px;
	margin-bottom:5px;
	background:url('../images/listback.png') no-repeat top left;
	padding-bottom:4px;
}

ul.list li:hover{
	background:#ccc url('../images/listback.png') no-repeat top left;
}


ul.list li a{
	color:#cc1c68;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
}

.centered{
	margin:0 auto;
	border:1px solid red;
	padding-left:100px;
}

.statelist{
	float:left;
	width:165px;
	margin-bottom:20px;
    margin-top:20px;
    margin-left:20px;
}

.statelist li{
	padding-left:25px;
	margin-bottom:5px;
	background:url('../images/listback.png') no-repeat top left;
	padding-bottom:4px;
}

.statelist li:hover{
	background:#ccc url('../images/listback.png') no-repeat top left;
}


.statelist li a{
	color:#cc1c68;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
}

