* {
	margin: 0;
	padding: 0;
	}
body {
	font: small "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: #fff;
	}
#headbar {
	background: #19377c url(../images/headerbg.png) left top repeat-x;
	}
#header {
	width: 900px;
	margin: 0 auto;
	background: #19377c url(../images/headerbg.png) left top repeat-x;
	position: relative;
	color: #c9cfe0;
	}
#bannerbar {
	background: #e2e0cf;
	}
#banner {
	width: 900px;
	background: #e2e0cf;
	color: #0c1d45;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#navbar {
	background: url(../images/navbg.gif) center top repeat-x;
	height: 40px;
	}
#content {
	width: 600px;
	margin: 10px auto 50px auto;
	padding: 0 150px;
	}
#footer {
	background: #c1c893;
	color: #485206;
	border-top: double 3px #fff;
	}
h1, h2, h3 {
	font-weight: normal;
	}
h1 {
	text-indent: -9999px;
	background: url(../images/logo.png) left top no-repeat;
	height: 81px;
	margin-left: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	font-size: 1%;
	}
h2 {
	color: #485206;
	font: 1.5em Times, "Times New Roman", serif;
	padding: 20px 0;
	}
p {
	margin-bottom: 10px;
	}
#banner p {
	width: 350px;
	margin-left: 35px;
	margin-top: 20px;
	}
p#intro {
	font-weight: bold;
	}
strong {
	color: #485206;
	font-size: 1.4em;
	font-weight: normal;
	}
#footer p {
	padding-bottom: 50px;
	margin: 0;
	}
p#hit {
	font-size: .9em;
	}
p#coninfo {
	line-height: 2em;
	padding-bottom: 10px;
	font-weight: bold;
	}
#footertext {
	width: 900px;
	margin: 0 auto;
	padding-left: 70px;
	padding-top: 20px;
	}
.code {
	font-weight: bold;
	}
em {
	font-weight: bold;
	font-style: normal;
	}
#first {
	padding: 20px 0 0 0;
	}
#content ul {
	list-style-type: none;
	}
#content ul li {
	background: url(../images/check.gif) no-repeat;
	text-indent: 20px;
	margin-bottom: 10px;
	}
#header ul {
	position: absolute;
	right: 100px;
	top: 10px;
	font: 1.2em Times, "Times New Roman", serif;
	list-style-type: none;
	padding: 15px 0;
	text-align: right;
	}
#nav {
	list-style-type: none;
	background: url(../images/nav.gif) left top no-repeat;
	height: 40px;
	position: relative;
	width: 900px;
	margin: 0 auto;
	left: 28px;
	}
#nav li {
	float: left;
	}
#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	background: url(../images/nav.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#home a {
	left: 0;
	width: 75px;
	background-position: 0 0;
}
li#about a {
	left: 75px;
	width: 105px;
	background-position: -75px 0;
}
li#services a {
	left: 180px;
	width: 100px;
	background-position: -180px 0;
}
li#contact a {
	left: 280px;
	width: 103px;
	background-position: -280px 0;
}
li#home a:hover {
	background-position: 0 -40px;
}
li#about a:hover {
	background-position: -75px -40px;
}
li#services a:hover {
	background-position: -180px -40px;
}
li#contact a:hover {
	background-position: -280px -40px;
}
#footer a:link, #footer a:visited {
	color: #485206;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	color: #485206;
	text-decoration: underline;
	}
#header a:link, #header a:visited {
	color: #c9cfe0;
	}
#header a:hover, #header a:active {
	color: #fff;
	}
a:link, a:visited {
	color: #0c1d45;
	}
a:hover, a:active {
	color: #1c468d;
	}
#first a {
	font-size: 1.2em;
	font-weight: bold;
	}
#banner img {
	float: right;
	}
#content img {
	float: left;
	margin-right: 10px;
	}
img#solutions {
	float: right;
	margin: 20px 0 20px 20px;
	display: block;
	border: solid 1px #c1c893;
	}
img#business {
	float: left;
	margin: 20px 20px 20px 0;
	display: block;
	border: solid 1px #c1c893;
	}
fieldset {
	border: none;
	padding-top: 20px;
	}
label {
	display: block;
	margin-bottom: 10px;
	}
