@charset "utf-8";
/* CSS Document */

html,
body {
	overflow-x:hidden;
	margin:0;
	padding:0;
	height:100%;
	color:#333333;
}

body {
	background-image: url(/images/tiling_background.gif);
	background-repeat:repeat-y;
	background-position: top center;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height: 16pt;
}

#tiling_header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:160px;
	background-image: url(/images/tiling_header.png);
	background-repeat:repeat-x;
	z-index:3;
}

#container {
	min-height:100%;
	position:relative;
	background-image: url(/images/burst.png);
	background-repeat:no-repeat;
	background-position: center 0;
}

#header {
	width:100%;
	height:160px;
	background-image: url(/images/tiling_header.png);
	background-repeat:repeat-x;
	z-index:3;
}

#body {
	position:relative;
	width:900px;
	padding:0 0 100px 0; /* padding-bottom is for the Height of the footer */
	margin:0 auto;
}

#content {
	text-align:justify;
	width:630px;
	padding:0;
	margin:0 5px 0 12px;
}

#footerWrapper {
	position:absolute;
	bottom:0;
	width:100%;
	background-image:url(/images/footer_divider.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding:8px 0 0 0;
	margin:0;
	min-height:100px;
	background-color:#63961D;
	text-align:left;
}

#footer {
	font-size:.75em;
	color:#FFFFFF;
	width:900px;
	padding:10px 0 20px 20px;
	margin:0 auto;
}

#navigation {
	position:absolute;
	right:0;
	top:0;
	text-align:right;
}

#navigation li:hover {
	border-right: 2px solid #A30A00;
	border-collapse:collapse;
}

#inquireWrapper {
	position:absolute;
	right:-30px;
	top:275px;
	width:175px;
	height:320px;
	margin:0;
	padding: 0 58px 0 0;
	background-image: url(/images/inquire_bg_heading.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#inquire {
	width:175px;
	height:320px;
	margin:0;
	padding:0;
	background-image: url(/images/inquire_bg_line.png);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:visible;
	padding: 50px 0 0 26px;
}

#inquire > #inquireContent {
	margin:0;
	overflow:hidden;
}

#inquire > #inquireContent > form > input {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:167px;
	height:21px;
	padding:2px;
	margin:12px 0 0 0;
	border:2px solid #393939;
}

#inquire > #inquireContent > form > textarea {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:167px;
	height:112px;
	padding:2px;
	margin:12px 0 0 0;
	border:2px solid #393939;
}

#inquire > #inquireContent >  form > input.formButton {
	border:none;
	width:112px;
	height:25px;
	padding:0;
	margin:12px 0 0 0;
}


#imgInquireToggle {
	position:absolute;
	top:0;
	right:-29px;
	width:60px;
	height:57px;
	cursor:pointer;
}

#logo {
	width:926px;
	height:96px;
	margin:0 auto;
	padding:0px;
	z-index:4;
}

#clientLogos .item {
	display:block;
	float:left;
	text-align:center;
	height: 150px;
}

#clientLogos .item img{
	float:left;
	clear:both;
}
#clientLogos .item span {
	float:left;
	clear:both;
	width:100%;
	margin:0 auto;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}

h1 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.5em;
	padding:0 0 4px 0;
	margin:0 0 15px 0;
	background-image: url(/images/h1_underline.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
}

.callout {
	display:block;
	padding:10px;
	margin: 0 20px 40px 0;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #998E69;
}

span.small {
	font-size:.75em;
}

<!--[if lt IE 7]>
<style media="screen" type="text/css">
#container {
	height:100%;
}
</style>
<![endif]--> 