body {
	background: #3c4642 url(bg.png) repeat-y center 3px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Layout */

#wrapper {
	width: 860px;
	background-color: #fff;
	padding: 0px 5px;
	margin: 5px auto;
	border: 2px solid #697a71;
}
#logobanner {
	background-image: url(logobanner.png);
	height: 120px;
	padding: 0;
	margin: 0;
}
#header ul#navigation {
	text-align: center;
	padding: 1px 0;
	margin: 0 0 5px 0;
	background-color: #D8DAD9;
}

		#header ul#navigation li {
			display: inline-block;
		}

		.ff2 #header ul#navigation li {
			float: left;
		}

		.ff2 #header ul#navigation li:first-child {
			padding-left: 178px;
		}

			#header ul#navigation li a {
				display: block;
				text-decoration: none;
				/*font-size: 15px;*/
				font-size: 16px;
				font-style: normal;
				color: #3c4642;
				text-transform: uppercase;
				font-weight: bold;
				height: 26px;
				padding: 7px 16px 0 20px;
				border-left: dotted 1px #52470a;
			}

			#header ul#navigation li:first-child a {
				border-left: none;
			}

			#header ul#navigation li a:hover,
			#header ul#navigation li.active a {
				color: #7da92d;
			}

h1 {
	font: bold 34px 'Franklin Gothic Bold', arial, serif;
	padding: 0;
	margin: 10px 0;
	color: #7da92d;
}			
h2 {
	font: bold 28px 'Franklin Gothic Bold', arial, serif;
	padding: 0;
	margin: 10px 0;
}
h3 {
	font: bold 22px 'Franklin Gothic Bold', arial, serif;
	padding: 0;
	margin: 10px 0;
	color: #7da92d;
}
#secondteir {
	padding: 20px;
	margin: 0;
}
#secondleft {
	width: 370px;
	float:  left;
}
#secondright {
	width: 425px;
	background-color: #9b8a86;
	margin-left: 390px;
}
#header2 {
	background: url(headline2.png) no-repeat left top;
	height: 59px;
	margin-bottom: 20px;
	border-top: 8px solid #D8DAD9;
	border-bottom: 9px solid #D8DAD9;
}
#header2 h2 {
	text-indent: -2000px;
}

#thirdteir {
	padding: 0;
	background-color: #ffffff;
	margin: 0;
}
#thirdleft {
	width: 210px;
	float:  left;
	background-color: #9b8a86;
	height: 725px;
}
#thirdright {
	width: 830px;
	height: 725px;
	margin-left: 75px;
}

#footer {
	padding: 14px;
	margin: 10px 0;
	background-color: #fff;
	font: 11px 'Inconsolata', arial, serif;
	text-align: center;
		border-top: 5px solid #eae1d7;
	border-bottom: 5px solid #eae1d7;
}
#footer a {
    color: #7da92d;
    text-decoration: none;
}

#footer a:hover {
    color: #3c4642;
}

/* Tab Slider */

#slider {
  width: 700px;
  margin: 0;
  position: relative;
  padding: 10px 0;
}

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

.scrollContainer div.panel {
  padding: 20px;
  height: 650px;
  width: 650px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -30px;
  border: 0px;
}

.scrollButtons.right {
  right: -30px;
  border: 0px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px;
    padding-bottom: 9px;
	background-color: #faf9fa;
    font: bold 20px/18px 'Franklin Gothic Bold', arial, serif;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #3c4642;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #d8dad9;
}

ul.navigation a.selected {
    background-color: #7da92d;
	color: #fffeff;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}



