/* Start of CMSMS style sheet 'main css' */
* {
	margin: 0;
	padding: 0;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
}

body {
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	background-color: #fff;
	color: #424242;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 10px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #979E84;
}

#mainContentWrapper a {
	color: #979E84;
	font-weight: bold;
}

#pageWrapper {
	width: 100%;
}

#headerWrapper {
	margin: 5px 0 4px;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#headerContactInfo {
	color: #99ac77;
	font-size: 14px;
	float: right;
	text-align: right;
	margin: 17px 0;
}

#headerContactInfo span {
	display: block;
}

#headerContactInfo a {
	color: #99ac77;
	display: block;
}

#mainNavWrapper {
	background-color: #f1f5e7;
	margin: 5px 0 4px;
}

#mainNav {
	width: 900px;
	background-color: #cddcb1;
	font-size: 14px;
	height: 26px;
	margin: 0 auto;
}

#mainNav li {
	display: block;
	float: left;
	line-height: 26px;
}

#mainNav li a {
	color: #424242;
	display: block;
	float: left;
	padding: 0 18px;
}

#mainNav li.currentpage a {
	
}

#mainNav li.firstitem a {
	
}

#mainContentWrapper {
	margin: 5px 0 4px;
	width: 900px;
	margin: 0 auto;
}

#mainContentWrapper ul, #footerContentWrapper ul {
	margin-left: 15px;
	color: #979E84;
}

.mainContent {
	width: 900px;
	margin: 0 auto;
	float: left;
}

.mainContent.left {
	height: 343px;
	min-height: 343px;
	height: auto !important;
	margin-right: 5px;
	width: 445px;
	position: relative;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#leftContentOverlayWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
}

.mainContent.right {
	background-color: #dcd0c7;
	height: 333px;
	overflow: scroll;
	overflow-x: hidden;
	/* min-height: 333px; */
	/* height: auto !important; */
	width: 430px;
	background-image: url('images/mainContent-right-bg.gif');
	background-position: 205px bottom;
	background-repeat: no-repeat;
	padding: 5px 10px;
	color: #424242;
}

.mainContent h1, .mainContent h2, .mainContent h3 {
	color: #979e84;
}

.mainContent p {
	margin: 5px 0;
	line-height: 16px;
}

#footerContentWrapper {
	background-color: #f1f5e7;
	margin: 5px 0 4px;
	height: 120px;
}

#footerContent {
	padding: 5px 10px;
	width: 880px;
	margin: 0 auto;
	height: 110px;
	background-color: #cddcb1;
	font-size: 11px;
	color: #666666;
	position: relative;
}

#footerContent h2 {
	color: #666666;
	margin: 5px 0;
}

#footerContent .imageSlideshowWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 120px;
	overflow: hidden;
}

.imageSlideshow {
	width: 1980px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
}

div.imageSlide {
	height: 120px;
	width: 160px;
	display: block;
	float: left;
	clear: none;
	margin-right: 5px;
}

.imageSlide img {
	display: block;
	height: 120px;
	width: 160px;
}

#imageSlideshow-leftFader {
	position: absolute;
	left: 0px;
	top: 0px;
}

#imageSlideshow-rightFader {
	position: absolute;
	right: 0px;
	top: 0px;
}

.imageSlideshowWrapper > #imageSlideshow-leftFader, .imageSlideshowWrapper > #imageSlideshow-rightFader {
	z-index: 1000;
}

#footerContentBlocks {
	width: 900px;
	margin: 0 auto;
	color: #333333;
	line-height: 16px;
}

#footerContentBlocks h1 {
	display: block;
	margin: 0 20px 0 20px;
	color: #CDDCB1;
	line-height: 50px;
	border-bottom: 1px solid #CDDCB1;
}

#footerContentBlocks h2 {
	color: #979e84;
}

#footerContentBlocks h3 {
	color: #979e84;
	font-size: 14px;
}

#footerContentBlocks p {
	margin: 15px 0;
}

#footerContentBlocks a {
	color: #99AC77;
}

.bottomContentBlock {
	display: block;
	float: left;
	width: 260px;
	margin: 5px 5px;
	padding: 0 15px;
}

#pageFooterWrapper {
	background-color: #F1F5E7;
	margin: 5px 0;
}

#pageFooter {
	background-color: #E5EFD1;
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #979E84;
}
/* End of 'main css' */

