/* CSS Document */
body {
	font: 75% Arial, Helvetica, sans-serif;
	margin-top: 45px;
	color: #666666;
	background: #C8C8C8;
}
#wrap {
	margin:0 auto;
	width: 80%;
	min-width: 761px;
	/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 850 ? "761px" : "80%" );
}
#logo {
	text-align: right;
	padding-right: 11px;
	padding-top: 26px;
	padding-bottom: 53px;
}
#displayarea, #largedisplayarea, #homedisplayarea {
	background: #fff url(../images/greybackgroundimage.gif) repeat-y right;
	border: 1px solid #B0B0B0;
}
#homedisplayarea {	
	height: 458px;}
#navigation {
	width: 95px;
	padding-left: 110px;
	float: right;
}
#navigation p {
	margin: 0px;
	padding: 0px;
}
#navigation .contact {
	margin-top: 40px;
}
#content {
	margin: 0px 212px 0px 0px;
	padding: 0px 0px 0px 36px;
		height: 347px;
}
* html #content {	margin: 0px 209px 0px 0px;}
#homecontent {
	margin: 0px 212px 0px 0px;
	padding: 0px 0px 0px 0px;
		height: 347px;
}
.hometextarea {
	padding-left:36px;
	width: 42%;
}
#largercontent {
	margin: 0px 212px 0px 0px;
	padding: 0px 0px 0px 36px;
}
* html #largercontent {	margin: 0px 209px 0px 0px;}
.home {
	background: url(../images/backgrounds/homebg.jpg) no-repeat right bottom;
}
.one {
	background: url(../images/backgrounds/4.jpg) no-repeat right bottom;
}
.two {
	background: url(../images/backgrounds/2.jpg) no-repeat right bottom;
}
.three {
	background: url(../images/backgrounds/3.jpg) no-repeat right bottom;
}
.four {
	background: url(../images/backgrounds/4.jpg) no-repeat right bottom;
}
.five {
	background: url(../images/backgrounds/5.jpg) no-repeat right bottom;
}
.six {
	background: url(../images/backgrounds/6.jpg) no-repeat right bottom;
}
.seven {
	background: url(../images/backgrounds/7.jpg) no-repeat right bottom;
}
.eight {
	background: url(../images/backgrounds/8.jpg) no-repeat right bottom;
}
.nine {
	background: url(../images/backgrounds/9.jpg) no-repeat right bottom;
}
.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	border-style: none;
}
.casestudylandingimage {
	float: left;
	width: 170px;
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
}
a:link, a:visited {
	font-weight: bold;
	color: #0D933F;
	text-decoration: none;
}
a:hover {	font-weight: bold;
	color: #7B7979;
	text-decoration: underline;}
#footer {
	font-size: 0.9em;
	color: #666666;
	margin-top: 5px;
}
#footer .footerleft {
	margin: 0px;
	padding: 0px 0px 0px 32px;
	float: left;
	width: 400px;
	text-align: left;
}
#footer .footerright {
	text-align: right;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	float: right;
	width: 150px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#contactform td {
	margin: 0px;
	padding: 3px 10px 2px 0px;
}
.submit {
	margin-left: 129px;
}
.formblur, .formfocus {
	border: 1px solid #B0B0B0;
	font-size: 11px;
	width: 180px;
	background: #E0E0E0;
	text-indent: 5px;
	color: #0D933F;
}
.formfocus {
	background: #EAFDF1;
}
.greentext {
	color: #139358;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
