/* CSS Document */

html, body {
	background: url(../images/body_bg.jpg) #334301 no-repeat center top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

.clr {
	clear: both;
}

.spacer {
	height: 18px;
	clear:both;
	background: #fff;
}

a:link {
	color: #406f00;
	text-decoration: none;
}

a:visited{
	color: #406f00;
	text-decoration: none;
}

a:hover{
	color: #406f00;
	text-decoration: underline;
}

a:active {
	color: #406f00;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:18px;
	font-variant: small-caps;
	color: #363636;	
	margin: 0px;
	padding: 0px
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-variant: small-caps;
	color: #363636;	
	margin: 0px;
	padding: 0px
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:14px;
	font-variant: small-caps;
	color: #363636;	
	margin: 0px;
	padding: 0px
}

/* LAYOUT */

#wrapper {
	width: 950px;
	margin: 0px auto;
}

#header_l {
	float: left;
	width: 475px;
	height: 109px;
	padding: 15px 0 0 0;
}

* #header_l img {
	behavior:	url("pngbehavior.htc");
}


#header_r {
	float: right;
	width: 475px;
	height: 104px;
	text-align: right;
	color: #fff;
	padding: 20px 0 0 0;
}

#navbar {
	float: left;
	width: 720px;
	height: 28px;
	padding: 15px 0 0 230px;
	color: #343e00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
}

#navbar a:link, #navbar a:visited {
	color: #343e00;
	text-decoration: none;
	padding: 0 15px 0 0;
}

#navbar a:hover{
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 0;
}

#banner_l {
	float: left;
	width: 334px;
	height: 218px;
}

#banner_r {
	float: right;
	width: 616px;
	height: 218px;
}

#wrapper_content {
	width: 950px;
	margin: 0px auto;
	background: #fff;
}

#content_l {
	float: left;
	width: 190px;
	margin: 0px;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background: #fff;
}

#content_c {
	float: left;
	width: 516px;
	border-bottom: 10px solid #fff;
	background: #fff;
	padding: 17px;
}

#content_r {
	float: left;
	width: 190px;
	margin: 0px;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background: #fff;
}

#wrapper_footer {
	width: 950px;
	margin: 0px auto;
}

#footer {
	width: 950px;
	height: 120px;
	background: url(../images/footer_bg.jpg) center top no-repeat;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #f0ab27;
}

#footer a:hover {
	text-decoration: none;
}

/* Columns */

td.col_heading {
	height: 26px;
	background: url(../images/col_heading.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;	
	font-weight: bold;
	padding: 13px 0 0 35px ;
}

td.col_cell {
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 5px;
	font-size: 11px;
}


/* misc elements */

td.testimonials {
	background: url(../images/icn_quote.gif) no-repeat left top;
}
