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

/* 

Green background  #D6DBC2
Green swoosh in banner and Nav rollovers #B5C789
Grey logo text #57585A
Other Grey text #424244
Purple rollovers #562D4F
Pink side bar #CA857E

*/

* {
	margin:0;
	padding:0;
	}
	
body {
	background:#D6DBC2;
	font-family:Arial, Helvetica, sans-serif;
	color:#424244;
	}
	
#container {
	width:960px;
	margin:0 auto;
	}

#header1 {
	background:url(images/home-page-header-2024.jpg) no-repeat;
	height:600px;
	width:960px;
	}
	
#header1text {
	float:right;
	width:910px;
	margin:90px 50px 0 0;
	}
	
#header1text h1 {
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
	text-align:right;
	}
	
#header1text p {
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
	text-align:right;
	}
	
#nav1 {
	float:right;
	width:480px;
	margin:240px 0 0 0;
	}
	
.nav {
	float:left;
	width:85px;
	text-align:center;
	}
	
#nav1 a:link {
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	}

#nav1 a:visited {
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	}
	
#nav1 a:hover {
	color:#B5C789;
	text-decoration: none;
	font-size: 12px;
	}	
	
#nav1 a:active {
	color:#B5C789;
	text-decoration: none;
	font-size: 12px;
	}
	
#header2 {
	background:url(images/inner-page-header-2024.jpg) no-repeat;
	height:433px;
	width:960px;
	}
	
#header2text {
	float:right;
	width:910px;
	margin:90px 50px 0 0;
	}
	
#header2text h1 {
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
	text-align:right;
	}
	
#header2text p {
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
	text-align:right;
	}
	
#nav2 {
	float:right;
	width:480px;
	margin:136px 0 0 0;
	}
	
#nav2 a:link {
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	}

#nav2 a:visited {
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	}
	
#nav2 a:hover {
	color:#B5C789;
	text-decoration: none;
	font-size: 12px;
	}	
	
#nav2 a:active {
	color:#B5C789;
	text-decoration: none;
	font-size: 12px;
	}
	
#innerpagetitle img{
	text-align:left;
	margin:145px 0 0 76px;
	}
	
#content {
	background:url(images/body-slice.jpg) repeat-y;
	}
	
#content h1 {
	font-size:14px;
	font-weight:bold;
	margin: 0 180px 0 87px;
	padding: 25px 0 0 0;
	line-height:20px;
	}
	
#content h2 {
	font-size:14px;
	font-weight:bold;
	margin: 0 180px 0 87px;
	padding: 25px 0 0 0;
	line-height:20px;
	}
	
#content p {
	font-size:14px;
	margin: 0 180px 0 87px;
	padding: 10px 0;
	line-height:20px;
	}
	
#content ul {
	margin: 0 180px 0 87px;
	line-height:20px;
	}
	
#content li {
	font-size:14px;
	margin: 0 180px 0 87px;
	padding: 5px 0;
	line-height:20px;
	}
	
#form1 {
	width:960px;
	}
	
fieldset {
	border:none;
	}
	
#name{
	width:500px;
	}
	
#email{
	width:500px;
		}
		
#phone {
	width:500px;
	}
	
#comments {
	float:left;
	width:500px;
	margin:0 0 20px 0;
	}
	
#submit {
	height:40px;
	background:#903;
	color:#fff;
	}
	
#footertop {
	background:url(images/footer-top.jpg) no-repeat;
	height:32px;
	width:960px;
	}
	
#footer {
	background:url(images/footer-slice.jpg) repeat-y;
	font-size:12px;
	text-align:center;
	line-height:18px;
	}

#footerbottom {
	background:url(images/footer-bottom.jpg) no-repeat;
	height:59px;
	width:960px;
	font-size:10px;
	text-align:center;
	line-height:18px;
	}

.bold {
	font-weight:bold;
	}
	
.small {
	font-size:11px;
	}
	
.imgLeft {
	float:left;
	padding:10px 10px 10px 0;
	}
	
.imgRight {
	float:right;
	padding:10px 0 10px 10px;
	}
	
.clear {
	clear:both;
	}
	
.note {
	font-size:10px;
	font-style:italic;
	display:inline;
	}
	
a:link {
	color: #424244;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424244;
}
a:hover {
	text-decoration: none;
	color: #562D4F;
}
a:active {
	text-decoration: none;
	color: #562D4F;
