@charset "utf-8";
* { padding: 0; margin: 0; behavior: url(iepngfix.htc); }

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background-image: url(binaries/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrapper {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 180px;
	position: relative;
}
#mainPic {
	margin-top: 42px;
	height: 310px;
	background-image: url(binaries/main_home.png);
	width: 540px;
}
h2 {
	width: 500px;
	height: 286px;
	text-indent: -9999px;
	margin-left: 20px;

	background-repeat: no-repeat;
	background-position: center 2px;
}
h2.h2Home {
	background-image: url(binaries/main_home.jpg);
}
h2.h2Sus {
	background-image: url(binaries/main_sus.jpg);
}
h2.h2Services {
	background-image: url(binaries/main_services.jpg);
}
h2.h2Case {
	background-image: url(binaries/main_case.jpg);
}
h2.h2Contact {
	background-image: url(binaries/main_contact.jpg);
}

#content {
	width: 420px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
p {
	font-size: 1.3em;
	line-height: 1.2em;
	padding-bottom: 12px;
}
h3 {
	color: #456594;
	padding-bottom: 18px;
	font-size: 1.5em;
	line-height: 1.1em;
}
.green {
	color: #81A53B;
}
.floatRight {
	float: right;
	background-image: url(binaries/164_pic_bg.jpg);
	padding: 7px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.floatRightPlain {
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
}
.floatLeft {
	float: left;
}

#arrowHome {
	position: absolute;
	left: 202px;
	top: 22px;
}
#arrowSus {
	position: absolute;
	left: 324px;
	top: 22px;
}
#arrowServices {
	position: absolute;
	left: 452px;
	top: 22px;
}
#arrowCase {
	position: absolute;
	left: 548px;
	top: 22px;
}
#arrowContact {
	position: absolute;
	left: 647px;
	top: 22px;
}








#logo {
	width: 28%;
	left: 4%;
	top: 0px;
	text-align: center;
	position: fixed;
}
* html #logo{
    position: absolute;
}
h1 {
    text-indent: -9999px;
	height: 0px;
}
#nav {
	height: 40px;
	width: 500px;
	background-image: url(binaries/nav_bg.png);
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	margin-left: 28px;
	list-style-type: none;
	padding-top: 4px;
}
#nav li {
	float: left;
	margin-right: 25px;
}
#nav li#active a {
	color: #8CC63D;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
}
#nav a:hover {
	color: #8CC63D;
}

#footer {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	color: #FFFFFF;
}
#footer a {
    color: #FFF;
}
#footer p.floatRight {
	background-image: none;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content ul {
	font-size: 1.3em;
	color: #375177;
	margin-left: 20px;
	padding-bottom: 12px;
}
h4 {
	color: #81A53B;
	font-size: 1.7em;
	padding-bottom: 12px;
	clear: both;
}
h5 {
	color: #4D70A4;
	font-size: 1.3em;
	padding-bottom: 0px;
}
#botNav {
	font-size: 1.3em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #84B7F0;
	padding-top: 4px;
	margin-top: 20px;
}
a {
	color: #8CC63D;
}
a:hover {
	color: #84B7F0;
}
