@charset "utf-8";
/* CSS Document */

/* ===================================== */
/* Default Tags                          */
/* ===================================== */
body {
	background-color: #112149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-stretch: condensed;
	line-height: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #282b6f;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #282b6f;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #282b6f;
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #229a5c;
	height: 27px;
	font-weight: normal;
	font-size: 17px;
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 3px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #229a5c;
	font-weight: normal;
	font-size: 17px;
	padding: 6px;
	margin: 0px;
	margin-bottom: 3px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}


/* ===================================== */
/* Shared Tags                           */
/* ===================================== */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.small {
	font-size: 10px;
}

.indent {
	padding-left: 15px;
}

.underline {
	text-decoration: underline;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.spacer {
	clear: both;
	height: 5px;
}

.lineheight {
	line-height: 18px;
}

.h1header {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
}

.hp-text {
	width: 143px;
}

.tableborder {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

.tableborder td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/* ===================================== */
/* Layout                                */
/* ===================================== */
.container {
	width: 962px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg-upper-left-corner.gif);
	background-position:top left;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-bottom: 20px;

}

/* ----- Header ----- */
.header {
	width: 962px;
	background-image: url(/images/bg-upper-right-corner.gif);
	background-position:top right;
	background-repeat: no-repeat;
	height: 96px;
	
}

.logo {
	margin-left: 21px;
	margin-top: 22px;
	float: left;
}

.upperNavigation {
	padding-top: 22px;
	padding-right: 22px;
	text-align: right;
}

.upperNavigation a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: -1px;
} 

.upperNavigation a:visited{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: -1px;
} 

.upperNavigation a:hover{
	text-decoration: underline;
}

.search {
	margin-top: 9px;
	text-align: right;
	margin-right: 14px;
}

.search td {
	text-align: right;
}

.search_text {
	height: 18px;
	padding-top: 3px;
	border: 1px solid #b9b9b9;
}

/* ----- Navigation ----- */
.nav {
	height: 30px;
	width: 99%;
	
}

.nav td {
	background-color: #ab0011;
	height: 30px;
	border-right: 1px sold #FFFFFF;
	text-align: center;
}

.nav td:hover {
	background-color: #303393;
}

.nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px; 
	text-decoration: none;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
}

.nav a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.border-right {
	border-right: 1px solid #FFFFFF;
}

/* ----- Pictures ----- */
.pictures {
	margin-top: 5px;
	padding-left: 5px;
	width: 957px;
}

.pictures img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

/* ----- Main Content ----- */
.mainContent {
	margin-top: 15px;
	margin-left: 5px;
	/*margin-right: 5px;*/
	width: 957px;
}

.sidebar {
	padding-left: 11px;
	padding-right: 22px;
	width: 220px;
	border-right: 1px solid #c2c2c2;
}

.events {
	margin-bottom: 27px;
	padding-left: 0px;
	padding-right: 5px;
}

.whatsNew {
	margin-top: 25px;
}

.whatsNew ul {
	margin: 0px;
	padding: 0px;
}

.whatsNew ul li {
	margin: 0px;
	margin-left: 14px;
	padding: 0px;
	list-style-image: url(/images/list-image.gif);
}

.newsletter {
	margin-top: 28px;
}

.newsletterSubmit {
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
	height: 19px;
	padding-top: 3px;
	width: 143px;
}

.newsletterSubmit_small {
	border: 1px solid #b9b9b9;
	color: #b9b9b9;
	height: 19px;
	padding-top: 3px;
	width: 93px;
}

.newsletter table {
	margin-top: 14px;
}

.newsletterbutton {
	border: medium none; 
	background: transparent url(/images/submit.gif) no-repeat scroll center center; 
	width: 54px; 
	height: 26px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}
.bodytext {
	padding-left: 13px;
	padding-right: 5px;
}

.bodyBox {
	margin: 0px;
	padding: 0px;
	width: 335px;
	margin-bottom: 10px;
	display: block;
}

.bodyBox ul {
	margin: 0px;
	padding: 0px;
}

.bodyBox ul li {
	margin: 0px;
	margin-left: 14px;
	padding: 0px;
	list-style-image: url(/images/list-image.gif);
}

.bodyBoxContent {
	padding-left: 2px;
}

.mainbody{
	background-color: #FFFFFF;
}

/* ----- Footer ----- */
.footer {
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 30px;
}

.footer a {
	color: #FFFFFF;
	text-decoration:underline;
	font-size: 10px;
}

.footer a:visited {
	color: #FFFFFF;
}	

/* ----- Sub Navigation ----- */
.sub-navigation {
	width: 164px;
	border-right: 1px solid #c2c2c2;
	text-align: left;	
}

.sub-paddingleft {
	padding-left: 7px;
}

.sub-navigation h2 {
	background-color: #dedede;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	width: 145px;
	height: auto;
	padding: 7px;
}
.sub-navigation h3 {
	background-color: #dedede;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 7px;
	margin-bottom:4px;
}


.sub-navigation h2 a {
	color: #000000;
	text-decoration: none;
}

.sub-navigation ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 11px;
}

.sub-navigation ul li {
	margin: 0 0 0 8px;
	padding: 0px;
	/*list-style-image: url(/images/list-image.gif);*/
	list-style-image: none;
	background-image: url(/images/list-image.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	width: 139px;
}


.sidenav ul ul {
	margin: 0px;
	padding: 0px;
}

.sidenav ul ul li {
	margin: 0px;
	margin-left: 17px;
	#margin-left: 0px;
	padding: 0px;
	/*list-style-image: url(/images/list-image.gif);*/
	background-image: url(/images/list-image.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	width: 130px;
	#width: 128px;
	padding-left: 10px;
}

/* ----- sub content ----- */
.sub-content {
	padding: 5px;
}

.sub-content-text {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;

}

/*.sub-content-text p:after, .sub-content-text table:after, .sub-content-text ul:after, .sub-content-text h2:after, .sub-content-text h3:after {
	margin-left: 9px;
}*/

.sub-content-text h1 {
	margin-top: 8px;
		width: 765px;
}

.tblFacility th {
	text-align:left;
	font-weight:bold;
	background:#EEE;
	border:1px solid #000;
}



/* [START] SPORTS */
.facilityListing {
	width: 100%;
	border-bottom:1px solid #CCC;
	margin:8px 0;
}

.facilityListingLeft {
	width:70%;
	float:left;
}

.facilityListingRight {
	padding-top: 5px;
	width:200px;
	float:left;
}
#facilityList a {
	display:block;
	width:250px;
	clear:left;
	background:#EEE;
	margin-bottom:2px;
	padding:3px;
}
#facilityList a:hover {
	background:#CCC;
}
.facilityName {
	font-size:14px;
	font-weight:bold;
}
/* [END] SPORTS */

.hp-bottom {
	clear: both;
}

.rfp input, .rfp textarea {
	border: 1px solid #999;	
}

.success {
	padding: 15px;
	background-color: #DFF2BF;
	border: 1px solid #4F8A10;
	margin: 0 0 10px 0;
	color: #4F8A10;
}

.error {
	padding: 15px;
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	margin: 0 0 10px 0;
	color: #D8000C;
}