/* SITE FORMATTING **************************************************/

body {
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#2F2F2F;
	margin:0px;
	padding:0px;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 8px 13px 5px;
	font-weight:normal;
}

h1 { font-size:24px; }
h1 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }
h5 { font-size:10px; }
h6 { font-size:9px; }
	
ul {
	margin: 0px 0px 0px 6px;
	font-size: 10px;
	padding: 2px 10px 1px 19px;
}

li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
}


img{
	border:none;
	}

form {
	margin:0px;
	padding:0px;

}

a {
	text-decoration:none;
	color:#5B5F7F;
}

a:hover {
	color:#32424B;
}

.serif {
	font-family:times, serif;
}

#container strong {
	color:#2F2F2F;
}

#container .header, .header {
	font-size:9pt;
	color:#fc1333;
	text-transform:uppercase;
	margin-top: 15px;
	margin-bottom:2px;
	padding-bottom:0px;
}

.horizonalRow {
	margin:10px;
	border-top:1px solid #BABF9A;
	clear:both;
}

.contentHeader {
    font-size:10pt;
	color:#444;
	font-weight:bold;
}

.contentParagraph, p {
	font-size:8pt;
}

.contentSubheader {
	font-size:8pt;
	color:#555;
	font-weight:bold;
	text-align:center;
}

.contentLeadIn {
	font-size:8pt;
}

.parkRed{
	color:#d11a2e;
}

 #topMenu .hoverParkRed:hover {
	color:#FF344A;
}

.bgParkRed {
	background-color:#d11a2e;
}

.parkYellow {
	color:#e2a936;
}

#topMenu .hoverParkYellow:hover {
	color:#e2a936;
}

.bgParkYellow {
	background-color:#e2a936;
}

.parkGreen {
	color:#019f6e;
}

#topMenu .hoverParkGreen:hover {
	color:#02D38F;
}

.bgParkGreen {
	background-color:#019f6e;
}

.parkBlue {
	color:#17459d;
}

#topMenu a.hoverParkBlue:hover {
	color:#076FEB;
}

.bgParkBlue {
	background-color:#17459d;
}

.addthis_default_style{
	margin: 20px 0 0 15px;
}


.toplogo{
	margin-right:0px;
	margin-top: -6px;
	
}
	
.joinEmailTop {
		width:260px;
		float:right; _display:inline;
		margin:30px 0px 0px 0px;
	}
	
.joinEmailTop p {
		text-transform:capitalize;
		color:#888;
	}	



#joinEmail #joinEmailButtonTop {
	position:relative;
	background: transparent url('images/bg_button_newsletter.jpg') 0 0 no-repeat;
	color: #FFF;
	width:76px;
	height: 14px;
	padding:3px;
	text-align:center;	
	font-size:7pt;
	opacity: .8;
	-ms-filter: "Alpha(Opacity=80)";
	filter: Alpha(Opacity=80); 	
	cursor: pointer;
}	

#joinEmail #joinEmailButtonTop:hover{
	color: #fff;
	opacity: 1;
	-ms-filter: "Alpha(Opacity=100)";
	filter: Alpha(Opacity=100); 
}


#joinEmail #joinEmailText{
	cursor:pointer;
	float:right; _display:inline;
	font-size:8pt;
	margin:-22px 25px 0 0;
	width:130px;
}

.highlight-link {
	background: transparent url('images/btn_book_small.jpg') no-repeat scroll center top;
	opacity: .8;
	-ms-filter: "Alpha(Opacity=80)";
	filter: Alpha(Opacity=80);
	min-height: 25px; _height: 25px;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
}
.highlight-link:hover{
	opacity: 1;
	-ms-filter: "Alpha(Opacity=100)";
	filter: Alpha(Opacity=100); 
}

.highlight-link a {
	display: inline-block;
	padding-top: 4px;
	width: 95px;
	min-height: 21px; _height: 21px;
	text-decoration: none;
	font-size: 8pt;
	color: #fff !important;
}
* html .highlight-link a {
	display: inline;
}
*+html .highlight-link a {
	display: inline;
}