#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #aaa;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	position: relative;
}

#main {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

#wrapper #main {
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	height: 400px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 75px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 960px;
	clear: both;
	margin-top: 20px;
}

#wrapper #main #left {
	width: 300px;
	float: left;
}

#wrapper #main #left {
	width: 320px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
#wrapper #main #left #form {
	height: 300px;
	width: 290px;
	background-color: #F5F5F7;
}
#wrapper #main #left #news {
	height: 300px;
	padding-left: 10px;
}
#main #left #news {
	height: 300px;
	padding-left: 10px;
}
#wrapper #main #left #news h1 {
	font-size: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #188bbe;
}
#main #left #news h1 {
	font-size: 20px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #188bbe;
}

#wrapper #banner h1 {
	padding-left: 20px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}

#wrapper #banner {
	height: 280px;
	width: 960px;
	background-color: #693;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(images/banner.png);
}
#wrapper #banner #form {
	width: 315px;
	float: left;
	height: 320px;
	margin-left: 20px;
	background-image: url(images/quote3.png);
	position: absolute;
	top: 96px;
	/* [disabled]left: -2px; */
	/* [disabled]padding-left: 4px; */
}

#wrapper #header {
	height: 105px;
	width: 960px;
	z-index:1;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper #header img {
	clear: right;
	float: left;
}


#wrapper #main #right {
	width: 575px;
	float: right;
	padding-left: 20px;
	padding-right: 15px;
}
#wrapper #main #right h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #648F39;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#wrapper #main #right h2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
}


#wrapper #main #right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 17pt;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #main #right #step {
	height: 100px;
	margin-top: 20px;
}
#wrapper #main #right #step #image {
	height: 100px;
	width: 120px;
	float: left;
}
#wrapper #main #right #step #text {
	height: 100px;
	float: right;
	width: 480px;
	padding-right: 10px;
}


#wrapper #banner {
	height: 300px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C8731;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #83AC5A;
}

#wrapper #header #nav {
	height: 100px;
	width: 760px;
	float: right;
}
#wrapper #header #nav ul {
	padding-left: 100px;
}



#wrapper #header #nav ul li {
	text-decoration: none;
	list-style-type: none;
}
#wrapper #header #nav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 130px;
	height: 50px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
}
#wrapper #header #nav ul li a:hover {
	color: #188BBE;
}
#wrapper #header #nav ul li .current {
	color: #188BBE;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
}
#wrapper #main h2 {
	font-weight: normal;
	color: #188BBE;
	margin: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
}

.current {
	color: #188BBE;
}

