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

body {
	background-color: #f9ad17;
	background-image: url(Images/Bkgd.jpg);
	background-position:top left;
	background-repeat: repeat-y;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
}
.centerContainer {
	margin: 0 auto;
	padding-top: 15px;
	width: 780px;
}
.topContainer {
	position: relative;
	float: left;
	height: 90px;
	width: 780px;
	z-index: 1050;
}
.logoContainer {
	float: left;
	position: relative;
	width: 160px;
}
.navContainer {
	float: right;
	position: relative;
	top: 55px;
	width: 610px;
	z-index: 1000;
}
.leftSideContainer {
	float: left;
	position: relative;
	width: 160px;
	margin-right: 5px;
}
.leftSideTitleBox {
	background-image: url(Images/LeftSide/LeftSideTitle.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	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/LeftSide/Middle.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 155px;
}
.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-color: #fff5cc;
	float: left;
	position: relative;
	width: 615px;
}
.headingBox {
	background-image: url(Images/MainTextBox/Title.png);
	background-repeat: no-repeat;
	float:left;
	height: 31px;
	margin-left: 7px;
	_margin-left: 5px;
	_padding-bottom: 10px;
	position: relative;
	width: 600px;
}
.textBox {
	float:left;
	margin-left: 10px;
	_margin-left: 10px;
	position: relative;
	width: 590px;
}
.sideContainer {
	border-left: #9f2a06 2px solid;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: 165px;
}
.mapContainer {
	border-left: #9f2a06 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;
}



#slider {
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 250px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}



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


.heading {
	margin-top: 7px;
	margin-left: 40px;
}
.sidePromoHead {
	margin-top: 2px;
	margin-left: 20px;
}
.sidePromoText {
	color: #ffffff;
}




a:link {
	color: #00933d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #00933d;
}
a:active {
	text-decoration: none;
	color: #00933d;
}

a.light:link {
	color: #00933d;
	text-decoration: none;
}
a.light:visited {
	text-decoration: none;
	color: #ED5100;
}
a.light:hover {
	text-decoration: underline;
	color: #00933d;
}
a.light:active {
	text-decoration: none;
	color: #00933d;
}

a.ie6:link {
	color: #006837;
}
a.ie6:visited {
	color: #006837;
}
a.ie6:hover {
	color: #fff;
}
a.ie6:active {
	color: #006837;
}