@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #147BB2;
}
a:hover {
	color:#FF6600;
}
h2{
	color: #147BB2;
}

h3{
	color: #147BB2;
}

/************************ SHELL WITH SHADOWS LEFT AND RIGHT ***********/
.shadowLeft {
	background-image: url(images/shadow-left.jpg);
	background-repeat: repeat-y;
	width: 11px;
}
.shadowRight {
	background-image: url(images/shadow-right.jpg);
	background-repeat: repeat-y;
	width: 11px;
}
.shadowBottom {
	background-image:url(images/shadow-bottom.jpg);
	background-repeat:repeat-x;
	height: 19px;
}
.contentCenter {
	vertical-align: top;
}

/******************** HEADER *********************/
.abcHeader {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 72px;
}
.abcLogo {
	float: left;
	padding: 23px 180px 5px 15px;
}
.abcSwitchLink {
	float: left;
	padding: 23px 5px 5px 0px;
}

/************** CONTENT AREA ****************/
.abcAdvertisers {
	border: solid 1px #CCCCCC;
	background-color: #FAFAF1;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	width: 200px;
}
.interiorLocation {
	vertical-align: top;
	width: 100%;
	padding: 10px;
	font-size:13px;
}
.alphabet {
	color: #147BB2;
	font-size: 14px;
	letter-spacing: 5px;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
}
.abovestatenametitle{
	color: #147BB2;
	font-size: 12px;
	font-weight:bold;
	padding: 25px 0px 0px 7px;
}
.statenametitle {
	color: #147BB2;
	font-size: 24px;
	font-weight:bold;
	padding: 10px 0px 0px 5px;
}
.understatenametitle{
	color: #147BB2;
	font-size: 12px;
	padding: 0px 0px 20px 8px;
}
.stateName {
	color: #147BB2;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
}
.stateGroup {
	padding: 10px 10px 10px 10px;
	border-bottom: dotted 1px #147BB2;
}
.stateDetails {
	padding-top: 5px;
}
.subjectTitle {
	color: #147BB2;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
}
.subjectList {
	padding: 10px 0px 10px 0px;
}
.subjectListCell {
	width: 230px;
}
.subjectPopular {
	padding: 0px 0px 20px 0px;
}
.subjectColumn {
	width: 160px;
	text-align:center;
}
.subjectPopularName {
	color: #147BB2;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	padding: 5px 0px 5px 0px;
	width: 160px;
}
.subjectPopularName a:link, .subjectPopularName a:visited, .subjectPopularName a:active {
	color: #147BB2;
	text-decoration: none;
}
.subjectPopularName a:hover {
	text-decoration: underline;
	color: #FF6600;
}