@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
}
.centerContainer {
	margin: 0 auto;
	padding-top: 15px;
	width: 780px;
}
.logoContainer {
	float: left;
	margin-bottom: 10px;
	margin-left: 30px;
	_margin-left: 15px;
	position: relative;
	width: 130px;
}
.navContainer {
	float: right;
	position: relative;
	padding-top: 50px;
	margin-bottom: 15px;
	width: 610px;
	z-index: 1000;
}
.leftSideContainer {
	float: left;
	position: relative;
	width: 160px;
	margin-right: 5px;
}
.leftSideTitleBox {
	background-color: #cb2229;
	float: left;
	height: 25px;
	position: relative;
	width: 160px;
}
.leftSideInfoContainer {
	float: left;
	margin-bottom: 15px;
	position: relative;
	top: 5px;
	width: 155px;
}
.leftSideTopBottomBox {
	float: left;
	position: relative;
	height: 10px;
	width: 155px;
}
.leftSideMidBox {
	background-image: url(Images/LeftSideBox/Middle.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 160px;
}
.leftSideTextBox {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	position: relative;
	top: -10px;
	width: 140px;
	_width: 130px;
}
.rightSideContainer {
	float: left;
	position: relative;
	width: 615px;
}
.pictureBox {
	float: left;
	height: 250px;
	padding-bottom: 30px;
	position: relative;
	width: 615px;
}

.mainTextContainer {
	float: left;
	position: relative;
	width: 615px;
}
.textTopBottomBox {
	float: left;
	height: 10px;
	position: relative;
	width: 615px;
}
.textMidBox {
	background-image: url(Images/MainTextBox/Middle.jpg);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 615px;
}
.headingBox {
	background-image: url(Images/MainTextBox/Title.jpg);
	background-repeat: no-repeat;
	float:left;
	height: 31px;
	margin-left: 7px;
	_margin-left: 5px;
	position: relative;
	width: 600px;
	_width: 595px;
}
.textBox {
	float:left;
	margin-left: 10px;
	_margin-left: 10px;
	position: relative;
	top: -5px;
	width: 590px;
}
.sideContainer {
	border-left: #cb2229 2px solid;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: 165px;
}
.mapContainer {
	border-left: #cb2229 2px solid;
	float: right;
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: 455px;
}
.bottomNavContainer {
	float: left;
	height: 45px;
	margin-top: 25px;
	position: relative;
	width: 800px;
}
.bottomLeftTextBox {
	float: left;
	position: relative;
	top: 15px;
	width: 260px;
}
.bottomLogoBox {
	float: left;
	height: 45px;
	position: relative;
	top: 10px;
	width: 95px;
}
.bottomRightTextBox {
	float: right;
	position: relative;
	top: 15px;
	width: 445px;
}




h1 {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}
h2 {
	color: #cb2229;
	font-size: 14px;
	margin: 0;
}
h3 {
	color: #ffffff;
	font-size: 12px;
	margin-top: 0;
}


.heading {
	margin-top: 3px;
	margin-left: 11px;
}
.sidePromoHead {
	margin-top: 7px;
	margin-left: 11px;
}
.sidePromoText {
	color: #cb2229;
}




a:link {
	color: #cb2229;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #cb2229;
}
a:active {
	text-decoration: none;
	color: #cb2229;
}