@charset "utf-8";
@import url("typography.css");
@import url("forms.css");

/* CSS Document */
/*-------------------
Author: Unleashed-Technolgies
website: www.unleashed-technologies.com
Purpose: Layout CCS document

Reference:
height: 15px; // All Browsers (Firefox, netscape, opera etc)
#height: 15px; // Internet Explorer Browers
_height: 15px; // IE 6.0 or older

------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Lucida, Arial, Helvetica, Sans-serif;
	font-size: 62.5%;
	background: url(../layout_images/green_bg_top.jpg) repeat-x #f5f5f3 0px -70px;
	color:#000000;
}

img {
	display:block;
	border: 0;
}

* {
	padding:0;
	margin:0;
	border:0;
}		
/* ---------- Containers -----------------*/

#container {
	margin:auto;
	padding: 0;
	width: 868px;
	height:100%;
	float:none;

}

#container2 {
	margin:0 auto;
	padding:0;
	width: 100%;
	height: 100%;
	background:url(../layout_images/green_bg_bottom.jpg) repeat-x top left #4F8B50;
	display:block;
	float:right;

}	

#container3 {
	margin:0 auto;
	padding:0;
	width:868px;
	float:none;
}

#content {
	margin:0 auto;
	padding:10px 34px 0 34px;
	width: 868px;
	float:left;
	background:url(../layout_images/complete-content-bg.jpg) repeat-y #F5F5F3;
	_background:url(../layout_images/complete-content-bg.jpg) repeat-y #F5F5F3 center;
	
}			
/*------------- Header -------------------*/
#header {
	margin:26px auto 0 34px;
	padding: 0;
	width: 800px;
	display:block;
	background: url(../layout_images/navigation-bg.jpg) no-repeat #FFFFFF 250px 0px;
	float:left;
}

.logo {
	float:left;
}	

/*------------- Left Column --------------*/
#left_column {
	margin: 0;
	padding:0;
	float: left;
	width: 329px;
	
	_width: 300px;

}

/*------------- Right Column ------------*/

#right_column {
	margin:0;
	float:right;
	width: 471px;
	_width: 460px;
	float:left;
}
.testimonial {
	float:left;
	width:443px;
	margin:0 28px 0 0;
	color:#FFFFFF;
	background: url(../layout_images/testimonial_bg-Top.jpg) no-repeat;
	
	_margin:0 0 0 30px;

}
.testimonialContent {
	float:left;
	width:443px;
	margin: 21px 0 0 0;
	background:url(../layout_images/testimonial_bg-middle.jpg) repeat-y;
}	
.testimonialEnd {
	float:left;
	width:443px;
	height: 21px;
	margin:0 0 10px 0;
	#padding:0 0 10px 0;
	background:url(../layout_images/testimonial_bg-bottom.jpg) no-repeat;
}		
/*----------- Secondary Content ------------*/

#secondaryContent {
	margin:0 auto 0 34px;
	padding:0;
	width: 800px;
	background:url(../layout_images/secondary-grey-bg.gif) repeat-y #575c53;
	display:block;
	float:left;
	
	_margin:0 auto 0 17px;


}

#sub {
	height: 100%;
	width: 293px;
	margin: 0 0 0 28px;
	float:left;
	
	_margin: 0 0 0 16px;

}
#sub2 {
	height:100%;
	width:220px;
	margin:0 0 0 22px;
	float:left;
	display:block;
	
	_margin:0 0 0 17px;

}

#sub3 {
	height:100%;
	width: 187px;
	margin:0 28px 0 0;
	float:right;
	
	_margin: 0 18px 0 0;
}

#sub4 {
	height:100%;
	width: 380px;
	float:right;
	margin:0 28px 0 0;
	
	_margin:0 15px 0 0;
}

#sub5 {
	height: 100%;
	width: 340px;
	margin: 0 0 0 28px;
	float:left;
	
	_margin: 0 0 0 16px;

}

#sub6 {
	height: 100%;
	width: 340px;
	float: right;
	margin:0 28px 0 0;
	padding:28px 0 0 0;
}				
/*------------ Footer ----------------------*/

#footer {
	margin:0 auto 10px 34px;
	padding:0;
	width: 800px;
	height:36px;
	background-color: #a49452;
	float:left;
	
	_margin:0 auto 0 17px;


}
			