@charset "utf-8";

body {
	background: url(/images/bg.jpg) left top repeat-x #d71440;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

img {
	border: 0px;
}

a{
	color:#D71440;
}

a:hover{
	text-decoration:none;
}


img.logo {
	float: left;
	height: 189px;
	margin: 0px 14px 4px 0px;
	width: 187px;
}

img.slogan {
	float: left;
	height: 78px;
	margin: 40px 0px 13px 50px;
	width: 390px;
}

img.homepage_featured {
	float: left;
	height: 249px;
	margin: 0px 5px 5px 0px;
	width: 286px;
}

div.main_container {
	margin: 8px auto 0px auto;
	padding: 0px 20px;
	width: 900px;
	position:relative;
}

div.tab_container {
	background-color: #dfdfdf;
	float: right;
	width: 653px;
}

div.tab_container_small {
	background-color: #ffffff;
	float: left;
	width: 222px;
}

img.tab_left_corner {
	float: left;
	height: 5px;
	width: 5px;
}

img.tab_right_corner {
	float: right;
	height: 5px;
	width: 5px;
}

div.tab_title {
	background-color: #4e4c4c;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}

div.tab_body,div.tab_events {
	padding: 3px 10px;
	position: relative;
	text-align: justify;
}

div.tab_events img{
	padding:5px; !important
}

div.clear_left {
	clear: left;
}

div.clear_right {
	clear: right;
}

div.clear {
	clear: both;
}

div.title_text {
	clear: both;
	padding: 0px 0px 3px 5px;
}

div.main_content {
	border: 2px solid #DFDFDF;
	border-left: 0px;
	border-top: 0px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 0px;
}

div.info_bubble {
	bottom: 0;
	clear: both;
	position: absolute;
	right: 0;
	text-align: right;
	width: 139px;
}

div.info_bubble_left {
	bottom: 0;
	clear: both;
	position: absolute;
	left: 0;
	text-align: left;
	width: 139px;
}

div.info_bubble a {
	color: #ffffff;
}

div.info_bubble_grey {
	background: url(/images/info_bubble_grey_bg.jpg) left top no-repeat;
}

div.info_bubble_white {
	background: url(/images/info_bubble_white_bg.jpg) left top no-repeat;
}

div.title_red {
	color: #d71440;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px;
}

ul.locations {
	text-align: left;
	width: 200px;
}

ul.locations li {
	color: #d71440;
	float: left;
	width: 100px;
}

ul.locations a {
	color: #d71440;
	font-weight: bold;
}

div.homepage_featured_container {
	float: left;
	width: 350px;
}

div.homepage_box_center {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #4e4e4e;
	font-size: 14px;
	margin: 0px auto;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	padding: 12px;
	padding-top: 0px;
	position: relative;
	width: 870px;
	float:left;
}

div.homepage_box_left {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #4e4e4e;
	float: left;
	font-size: 14px;
	min-height: 175px;

	height: 250px;
	padding: 12px;
	padding-top: 0px;
	width: 416px;
}

div.homepage_box_right {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #4e4e4e;
	float: right;
	font-size: 14px;
	min-height: 175px;

	height: 250px;
	padding: 12px;
	padding-top: 0px;
	position: relative;
	width: 416px;
}

div.hr_red {
	background: url(/images/hr_red.jpg) top left repeat-x #d71440;
	height: 1px;
	margin: 3px 0px 10px 0px;
	width: 100%;
}

div.hr_black {
	background: url(/images/hr_black.jpg) top left repeat-x #000000;
	height: 1px;
	margin: 10px 0px;
	width: 100%;
}

div.gallery_image {
	float: left;
	margin: 0px 10px;
	width: 150px;
}

div.stats_container {
	float: left;
	width: 120px;
}

div.stats_ticks {
	float: left;
	font-size: 9px;
	line-height: 11px;
	text-align: right;
	width: 35px;
}

div.stats_bar_container {
	border: 1px solid #454545;
	float: left;
	height: 108px;
	padding: 1px;
	position: relative;
	width: 38px;
}

div.stats_bar {
	background-color: #d71440;
	position: absolute;
	width: 38px;
}

div.footer{
	padding:20px;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}

div.footer a{
	color:#FFFFFF;
}

.mainnav{
	position:absolute;
	width:900px;
	top:0;
	text-align:right;
}

h2,h3{
	margin:0;
	font-size:16px;
	color: #d71440;
}

.rssBody ul, .rssBody li{
	list-style:none;
	margin:0;
	padding:0;
}

