body, h1, p, a, img {
	margin: 0px;
	padding: 0px;
}
body, h1, p, a, img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555655;
}
html, body {
	width:100%;
	height:100%;
}
body {
	background: #eaf2f4 url(images/body_top.jpg) repeat-x left top;
}
a { 
	outline: none; 
}

.body_inner {
	background: url(images/body_bottom.jpg) repeat-x left bottom;
	min-height:100%;
	float:left;
	width:100%;
	position:relative;
}
img {
	border:none;
}

h1 {
	float:left;
}
h1 a{
	text-indent: -9999px;
	float: left;
	overflow:hidden;
	background-image: url(images/greenfield_main_logo.png);
	height: 54px;
	width: 231px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.content_orientation {
	width:960px;
 	margin: 0 auto;
}
.header{
	float:left;
	width:100%;
	height:74px;
}
.contact_us_btn {
	float:right;
	background-image: url(images/contact_us_btn.png);
	height: 32px;
	width: 195px;
	margin: 16px 10px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.content {
	width:100%;
	float:left;
	padding-bottom:200px;
	position:relative;
}
.wide_box {
	float:left;
	width:100%;
	padding-bottom:24px;
}
.wide_box_top,
.wide_box_bottom {
	float:left;
	width:100%;
	height:9px;
}
.wide_box_top {
	background-image: url(images/wide_box_top.png);	
}
.wide_box_bottom {
	background-image: url(images/wide_box_bottom.png);	
}
.wide_box_content {
	float:left;
	width:940px;
	padding: 0 10px;
	background-color:#FFF;
}

.footer {
	width:960px;
	height:52px;
	position:absolute;
	bottom:105px;
	right:left;
}
.footer_logo {
	background-image: url(images/greenfield_footer_logo.png);
	float: left;
	height: 52px;
	width: 246px;	
	text-indent:-9999px;
	margin-left:28px;
}
