* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, fieldset, address {
	margin: 20px 0;
}
li, blockquote {
	margin-left: 40px;
}
fieldset {
	padding: 10px;
}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: white;
	background-image: url(background.jpg);
	background-repeat: repeat;
}

#header {
	position: absolute;
	width: 100%;
	height: 120px;
	top: 0px;
	left: 0px;
	background-repeat: repeat-x;
	background-image: url(banner_left.jpg);
}

#banner_middle_wrap {
	position: absolute;
	width: 100%;
	height: 120px;
	z-index: 1;
}

#banner_middle {
	width: 699px;
	height: 120px;
	margin: 0 auto;
	background-image: url(banner_middle.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 1%;
}

#banner_right {
	position: absolute;
	left: 50%;
	top: 0;
	background-repeat: repeat-x;
	background-image: url(banner_right.jpg);
	height: 120px;
	width: 50%;
	z-index: 0;
}

#banner_middle h1, #banner_middle h3 {
	color: black;
	font-size: 12pt;
	margin: 0;	
}

#nav {
	width: 315px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(nav_buttons.png);
	list-style-type: none;
	z-index: 2;
}

#nav li {
	float: left;
}

#nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 30px;
	background: url(nav_buttons.png);
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#nav_home a {
	left: 0;
	width: 61px;
	background-position: 0 0;
}
li#nav_blog a {
	left: 61px;
	width: 44px;
	background-position: -61px 0;
}
li#nav_software a {
	left: 105px;
	width: 78px;
	background-position: -105px 0;
}
li#nav_enviro a {
	left: 183px;
	width: 55px;
	background-position: -183px 0;
}
li#nav_contact a {
	left: 238px;
	width: 77px;
	background-position: -238px 0;
}

li#nav_home a:hover {
	left: 0;
	width: 61px;
	background-position: 0 -30px;
}
li#nav_blog a:hover {
	left: 61px;
	width: 44px;
	background-position: -61px -30px;
}
li#nav_software a:hover {
	left: 105px;
	width: 78px;
	background-position: -105px -30px;
}
li#nav_enviro a:hover {
	left: 183px;
	width: 55px;
	background-position: -183px -30px;
}
li#nav_contact a:hover {
	left: 238px;
	width: 77px;
	background-position: -238px -30px;
}

#body_home li#nav_home a {
	left: 0;
	width: 61px;
	background-position: 0 -60px;
}
#body_blog li#nav_blog a {
	left: 61px;
	width: 44px;
	background-position: -61px -60px;
}
#body_software li#nav_software a {
	left: 105px;
	width: 78px;
	background-position: -105px -60px;
}
#body_enviro li#nav_enviro a {
	left: 183px;
	width: 55px;
	background-position: -183px -60px;
}
#body_contact li#nav_contact a {
	left: 238px;
	width: 77px;
	background-position: -238px -60px;
}

div#content_wrap1 {
	position: relative;
	top: 125px;
	margin: 0 auto;
	width: 930px;
	padding-bottom: 20px;
}
#content_wrap {
	width: 930px;
	background: white url(main_bottom.jpg) no-repeat bottom;
	padding-bottom: 7px;
}
#content_wrap dt.cwrap {
	width: 930px;
	background: white url(main_top.jpg) no-repeat top;
	margin: 0;
	padding-top: 5px;
}
#content_wrap dd.cwrap {
	width: 900px;
	background: white url(main_middle.jpg) repeat-y;
	padding: 10px 15px 0px 15px;
}

div.break {
	clear: both;
}

dl.box {
	border-top: 3px double #6fb9de;
	margin: 0 10px 10px;
}
dl.box dt {
	color: black;
	font-size: 1.4em;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: left;
	letter-spacing: -1px;
	width: auto;
	margin: 5px auto 3px;
}
dl.box dd {
}

dl.box#home_welcome {
	width: 580px;
	float: left;
}
dl.box#home_feature {
	width: 280px;
	float: right;
}
dl.box.software {
	clear: both;
}
div.softwarebox {
	width: 410px;
	margin: 10px;
}
div.softwarebox.left {
	float: left;
}
div.softwarebox.right {
	float: right;
}

p, li { color: #666; font-size: 14px; font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin-top: 0; }


h1 {
	color: black;
	font-size: 60px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	width: auto;
	margin-bottom: 0;
}

h2 { color: #778fbd; font-size: 1.3em; font-family: "Lucida Grande", Arial, sans-serif; font-weight: normal; margin: 5px 0 0; }

h3 {
	margin: 0;
	color: #778fbd;
	font-size: 25px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
	width: auto;
}

h4 {
	color: black;
	font-size: 1.4em;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	width: auto;
	margin: 0;
}

h1.hheading, h2.hheading, h3.hheading, h4.hheading {
	margin: 0 0 0.5em;
}

p.preamble
{
	text-align: center;
}

#footer
{
	width: 100%;
	clear: both;
	border-top: 1px solid black;
	padding-top: 5px;
	text-align: center;
}

a {
	color: #778fbd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #778fbd;
}
a img {
	border: none;
}

.software h4
{
	text-align: center;
}

.software h4 a
{
	color: #666;
}
