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

html, body {
	height: 100%;
}
body {
	background: #000000 url(bgbottom.png) bottom right no-repeat scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a {
	color: #990000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
#wrap1 {
	background: url(bgtop.png) top left no-repeat;
	margin: 0;
}
#nav {
	text-align: right;
	margin: 0 20px 1px 0;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 10px;
	margin: 0 10px;
}
#nav li a:hover, #about #nav-about, #services #nav-services, #events #nav-events, #gallery #nav-gallery, #contact #nav-contact {
	background: #FFFFFF;
	color: #000000;
}
#home #nav li #nav-home:hover {
	background: none;
	color: #FFFFFF;
}
#home #feature {
	height: 140px;
	width: 250px;
	margin: 32px auto 0 auto;
	text-align: center;
	background: url(bghomefeature.png);
}
#home #feature h1 {
	font-size: 16px;
	font-weight: 500;
	padding-top: 1em;
	margin-top: 0;
}
#content {
	background: #FFFFFF;
	padding: 20px;
}
#left {
	float: left;
	width: 350px;
}
#right {
	float: right;
	background: url(../images/twotierlogosmall.png) top right no-repeat;
	width: 550px;
}
#right h1 {
	margin: 75px 0 25px 0;
}
#right p, #right li {
	line-height: 19px;
}
#footer {
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px 0;
}
#footer span {
	padding: 0 20px 0 0;
}
#home #logo {
	position: relative;
	left: 48px;
}
#home #left {
	width: 270px;
}
#home #right {
	width: 630px;
	background: none;
}
#gallery #left {
	margin-top: 160px;
}
#contact #right p {
	margin-left: 2em;
}
.clearit {
	clear: both;
}
.slide {
	display: block;
	height: 425px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

