body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 12px;
	color: #6B6B6B;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	color: #000000;
}
h4 {
	font-size: 18px;
	line-height: normal;
	margin: 0px;
}


h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 24px;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 24px;
}


a {
	color: #336633;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

#header {
	width: 917px;
	height: 45px;
	margin: 0 auto;
	background: url(../newsite/images/img2.gif) repeat-x;
}
#splash {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(../newsite/images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

#logo {
	float: left;
	height: 30px;
	padding: 0;
	background: url(../newsite/images/img1.gif) no-repeat;
	width: 150px;
}

#logo h3 {
	float: left;
	padding: 8px 0 0 8px;
	font-size: 16px;
	border: none;
}


/* Menu */

#menu {
	float: right;
	height: 30px;
	padding: 15px 25px 0 0;
	background: url(../newsite/images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	color: #3B3B3B;
}

#menu .first a {
	border: none;
}

#menu a:hover {
	color: #A8272B;
	text-decoration: underline;
}

/* Splash */

#topgraphic {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(../newsite/images/img5.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 15px 35px 0 35px;
	background: #FFFFFF url(../newsite/images/img8.gif) no-repeat left bottom;
}

#colOne {
	float: left;
	width: 620px;
	color: #000000;
}
#colOneFull {
	float: left;
	width: 850px;
	color: #000000;
}
#content #colOne .floatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #colOne .floatleft {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #colOneFull .floatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content #colOne .center {
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}
#colTwoQuote {
	float: right;
	width: 220px;
	padding: 0px 0 0 0;
}
#colsingle {
	float: left;
	width: 820px;
	color: #000000;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}
#content #colTwo p {
	height: 15px;
}
#header #logo h1 span {
	font-weight: bold;
}
#colOneFull h5 {
	font-size: 18px;
	text-align: center;
}
.slideshow{
	width:100%;
	margin:0 0 21px;
}
.slideshow ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	height:147px;
}
.slideshow ul li{
	position:absolute;
	width:622px;
	left:0;
	top:0;
}
.slideshow ul .active{z-index:1;}

