body {
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: auto;
}
#div_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-bottom: 25px;
	clear: both;
	float: none;
}
#div_home a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#div_home a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#div_home_clients {
	float: right;
	height: 90px;
	width: 475px;
	background-image: url(../images/img_clientsbg.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 10px;
}
#div_home1 {
	float: left;
	height: 150px;
	width: 250px;
	position: relative;
	left: 50px;
}
#div_home2 {
	float: left;
	height: 150px;
	width: 250px;
	left: 72px;
	position: relative;
}
#div_home3 {
	float: left;
	height: 150px;
	width: 250px;
	left: 94px;
	position: relative;
	clear: right;
}
* {margin:0} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	clear: both;
}

#main {
	overflow:hidden;
	overflow-x: hidden;
	position: relative;
	clear: both;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -135px; /* negative value of footer height */
	height: 135px;
	clear:both;
	border-top-style: none;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]

*/


#logo {
	position:absolute;
	width:279px;
	height:69px;
	z-index:1;
	left: 4px;
	top: 10px;
	background-image: url(../images/odlogo.png);
	background-repeat: no-repeat;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	height: auto;
}
#nav {
	height: 34px;
	width: 890px;
	text-align: center;
}
#header {
	height: 90px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contact {
	position:absolute;
	width:231px;
	height:52px;
	z-index:2;
	left: 676px;
	top: 18px;
}
#topmenu {
	height: 15px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}
#media {
	height: 225px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 15px;
}
#headercontent {
	position:absolute;
	width:515px;
	height:155px;
	z-index:1;
	left: 363px;
	top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
#headercontent a {
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BBD432;
	text-decoration: none;
}
#headercontent a:hover {
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BBD432;
	text-decoration: underline;
}
#headercontent h2 {
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#topmenu_content {
	height: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: right;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	padding-bottom: 135px;
	overflow: hidden;
	clear: both;
	float: none;
	min-height: 200px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C3DD4C;
	text-decoration: none;
}
#footer_content {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	padding-top: 15px;
}
#socialmedia {
	height: 100px;
	width: 550px;
	list-style-type: none;
	float: left;
}
#socialmedia a {
	text-decoration: none;
	color: #FFF;
}
#socialmedia ul li {
	height: 100px;
	width: 250px;
	list-style-type: none;
	display: inline;
	vertical-align: baseline;
}
#footer_contact {
	float: right;
	height: 100px;
	width: 350px;
	text-align: left;
	color: #CCC;
}
#footer_contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.image_bottomwhite {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}
h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#seo_strapline {
	float: left;
	width: 900px;
	text-align: center;
	padding-left: 10px;
}
#footer_contact input {
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#div_home_newsletter {
	float: right;
	height: 90px;
	width: 485px;
	background-image: url(../images/img_signup_bg.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	margin-top: 8px;
	text-align: center;
}
.inner_contentleft {
	width: 600px;
	position: relative;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B8D432;
	text-decoration: none;
}
#socialmedia a:hover {
	text-decoration: underline;
	color: #FFF;
}
#contact_left {
	float: right;
	height: 240px;
	width: 500px;
	left: 50px;
	clear: both;
}
.textbox_small {
	background-image: url(../images/img_smalltextbox.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 4px;
	background-color: #F7F7F7;
	display: inherit;
	padding-right: 2px;
	padding-left: 4px;
	outline: none;
}
.textbox_large {
	background-image: url(../images/img_largetextbox.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 6px;
	background-color: #F7F7F7;
	padding-bottom: 0px;
	margin-right: 12px;
	outline: none;
}
.textbox {
	border: 1px solid #FFF;
	outline: none;
	resize: none;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #FFF;
	outline: none;
	resize: none;
}
.clearboth {
	clear: both;
	height: 10px;
	width: 800px;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C3DD4C;
	text-decoration: underline;
}
.clearboth_home {
	clear: both;
	width: 800px;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}
.floatleft {
	float: left;
	margin-right: 20px;
}
#footer_contact a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.text_sitemap_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#callback a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#callback a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
