@charset "UTF-8";
/* Reset */
@import url("reset.css");
/* Fonts */
@import url("http://fonts.googleapis.com/css?family=Slabo+27px");
/* Main Definitions */
html {
	font: 12px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #eceef3 url("../images/bg-html.gif") top repeat-x;
}
body {
	background: url("../images/bg-body.png") top center no-repeat;
}
/* Header */
#header {
	height: 188px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#logo {
	height: 139px;
	position: relative;
}
#logo h1, #logo h2 {
	display: none;
}
.left-home {
	width: 256px;
	height: 70px;
	position: absolute;
	left: 12px;
	bottom: 12px;
}
.center-home {
	width: 150px;
	height: 139px;
	position: absolute;
	right: 415px;
	top: 0;
}

/* Navigation */
#navigation {
	width: 980px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#navigation ul {
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation li a {
	display: inline-block;
	height: 46px;
	line-height: 44px;
	color: #fff;
	font-family: 'Slabo 27px', Georgia, Times, serif;
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
	font-size: 18px;
	padding: 0 16px;
	text-align: center;
	background: url("../images/bg-navsep.png") center right no-repeat;
}
#navigation ul li:last-child a {
	background: none;
}
#navigation li a:hover {
	text-shadow: rgba(0, 0, 0, 1.0) 0px 0px 4px;
}
#navigation img {
	position: relative;
	top: 3px;
}
/* Content */
#content {
	width: 982px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
	background: url("../images/bg-content.png") repeat-y center;
}
#leftcol {
	float: left;
	width: 620px;
	padding: 0 10px 0 20px;
}
#rightcol {
	float: right;
	width: 300px;
	padding: 0 20px 0 10px;
	color: #103559;
}
.mainsection {
	padding: 10px;
	/*background: url("../images/bg-divider.png") top no-repeat;*/
}

/* Footer */
#footer {
	width: 982px;
	margin: 0 auto;
	background: url("../images/bg-footer-y.png") center repeat-y;
	color: #103559;
	padding-bottom: 30px;
	height: 100%
}
.footer-links {
	height: 132px;
	background: url("../images/bg-footer.png") top center no-repeat;
	padding: 72px 30px 0;
	margin-bottom: 10px;
}
.footer-links ul {
	float: left;
	display: inline;
	font-size: 12px;
	padding-right: 42px;
	text-align: left;
}
.footer-links ul:last-child {
	padding-right: 0;
}
.footer-links ul li:first-child a {
	font-weight: bold;
}
.footer-links li {
	padding-bottom: 8px;
}
.footer-links li a {
	color: #103559;
}
.footer-links li a:hover {
	text-decoration: underline;
}
.legal {
	font-family: 'Slabo 27px', Georgia, Times, serif;
	font-size: 12px;
}
.legal a {
	color: #103559;
}



/* Callouts */
.courts li {
	width: 300px;
	height: 80px;
	text-align: right;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Slabo 27px', Georgia, Times, serif;
	font-size: 14px;
	color: #fff;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.courts a:hover li {
	color: #007cde;
	opacity: 0.9;
}
.courts li span {
	display: block;
	position: absolute;
	width: 100px;
	height: 40px;
	top: 18px;
	right: 10px;
}

.related-links {
	padding: 10px;
	font-size: 12px;
}
.related-links li {
	margin-bottom: 8px;
}
.contact-list {
	padding: 10px;
	font-size: 12px;
}
#rightcol .contact-list {
	padding-bottom: 0;
}
.contact-list li {
	margin-bottom: 12px;
	line-height: 18px;
}


/* Typography */


h1 {	
	font-family: 'Slabo 27px', Georgia, Times, serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	color: #039;
	padding-bottom: 12px;
}
#rightcol h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	background: url("../images/bg-rightdivider.png") top no-repeat;
	margin-top: 10px;
	padding: 10px 10px 0;
}
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #a4b0bd;
	letter-spacing: 0.18em;
	padding-bottom: 12px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 12px;
	font-family: 'Slabo 27px', Georgia, Times, serif;
}
h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: regular;
	padding-bottom: 6px;
	color: #039;
}
p {
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding-bottom: 12px;
}
.story-divider {
	width: 100%;
	height: 16px;
	background: url("../images/bg-divider.png") no-repeat;
	margin: 10px 0 8px;
	clear: both;
}
.more a {
	text-decoration: underline;
}
.more:before {
	content: "» ";
	color: #00457c;
}
.date {
	font-size: 12px;
	line-height: normal;
	color: #a4b0bd;
	font-family: 'Slabo 27px', Georgia, Times, serif;
	text-transform: uppercase;
}
a {
	color: #00457c;
}
a:hover {
	color: #0060ac;
}

/* Miscellaneous */
.pic {
	float: left;
	margin: 0 18px 28px 0;
	padding: 10px;
	background: #dbdfe8;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	font-size: 0.01em;
	display: block;
}
.rightcont li {
	font-size: 14px;
	margin: 5px 0;
}
.rightcont li a, .sitemap li a {
	display: block;
	padding: 5px 0;
}
.sitemap li {
	font-size: 16px;
	margin: 10px 0;
}
.justmore {
	display: none;
}
.contact-block {
	background: #eceef3;
	border: solid #a4b0bd 2px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.contact-block h3 {
	background: #103559;
	padding: 8px;
	margin-bottom: 8px;
	color: #fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 1px;
}
.contact-block .contact-list {
	padding: 0;
	font-size: 12px;
}
.contact-block ul.contact-list {
	float: left;
	width: 200px;
	padding-left: 8px;
}
.contact-block .contact-list li {
	line-height: 18px;
}
.map {
	float: right;
}
dt {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 4px;
	padding-left: 4px;
	border-left: #a4b0bd solid 2px;
}
dd {
	margin-left: 20px;
	margin-bottom: 8px;
	padding-left: 4px;
	border-left: #a4b0bd solid 1px;
}
.calendar {
	width: 100%;
	height: 428px;
	border: none;
	margin-bottom: 20px;
}
ol {
	list-style: decimal;
	padding: 0 30px 10px;
}
ol li {
	list-style: decimal;
	padding: 8px 8px 8px 0;
	line-height: 1.4;
}
ol ul li {
	list-style: none;
}
ol.alpha li {
	list-style: lower-alpha;
}
ul.regularlist {
	list-style: square;
	padding: 0 30px 10px;
}
ul.regularlist li {
	list-style: square;
	padding: 8px 8px 8px 0;
	line-height: 1.4;
}
.linkbreakdown {
	font-size: 18px;
	font-family: 'Slabo 27px', Georgia, Times, serif;
}
.linkbreakdown li {
	padding-bottom: 12px;
}
.linkbreakdown li a {
	background: url("../images/bul-triangle.gif") left 5px no-repeat;
	padding-left: 12px;
	display: block;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}
tr:nth-child(odd) {
	background: #eceef3;
}
tr {
	background: #fff;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
tr:hover {
	background: #103559;
	color: #fff;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
tr:hover a {
	color: #fff;
}
tr:hover a:hover {
	color: #fff;
	text-decoration: underline;
}
td {
	padding: 6px 4px;
}
.headerrow {
	font-weight: bold;
	font-size: 14px;
	background: #103559 !important;
	color: #fff;
}