body {
	font:76% Verdana, Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a {
	color:#2CA228;
	font-weight:bold;
	text-decoration:underline;
}

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

p, ul{
	line-height:1.5em;
	margin:0 0 15px;
	font-size: 1.2em;
}

table {

}

td {
	vertical-align: top;
}

img {

}

div {

}

/*** Main container ***/

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/************* #breadCrumb styles *************/

#breadcrumb{
	font-size: 0.8em;
	text-align: left;
	margin-right: 220px;
	margin-left: 220px;
	margin-bottom: 4px;
	padding-left: 20px;
	margin-top: 6px;
	color: #FFFFFF;
}

#breadcrumb a{
	color: #FFFFFF;
}


/************* #utility - home button - styles *************/

#utility{
	text-align: left;
	height: 30px;
	width: 200px;
	float: left;
	margin-left: 360px;
	margin-top: 80px;
}

#utility a{
	color: #FFFFFF;
}

/*** Header section ***/

#sitename {
	color:#ffffff;
	height:130px;
	text-align:left;
	background-image: url(images/header_bg_repeat.jpg);
	background-repeat: repeat-x;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

#headerright {
	float: right;
	width: 452px;
}

#headerleft {
	height: 123px;
	float: left;
	width: 320px;
	background-image: url(images/eco-yards_logo.jpg);
	background-repeat: no-repeat;
}



/*** Horizontal menu ***/

#mainmenu {
	float: left;
	margin-right: 20px;
	width: 850px;
	margin-top: 20px;
	height: 36px;
}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

#mainmenu li {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

#mainmenu a {
	border-right:1px solid #b0b0b0;
	color:#FFFFFF;
	display:block;
	font-size:0.7em;
	padding:11px 10px 10px;
	position:relative;
	text-transform:uppercase;
	background-repeat: repeat-x;
}

#mainmenu a:hover {
	background:#f0f0f0 url(images/nav1_on.jpg) repeat-x left top;
	color:#FFFFFF;
	text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0 url(kld_templates/img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}


/*** Content wrap ***/

#wrap {
	background:#FFFFFF;
	clear:both;
	font-size:0.9em;
	padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0;
	width:165px;
	border: 1px solid #FFFFFF;
}

#leftside {
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	width: 150px;
}

#rightside {
	float:right;
	background-image: url(images/right_col_bg.jpg);
	padding: 10px;
}

#leftside h1,#rightside h1 {
	color:#002C5B;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 4px;
	line-height: 1em;
}

#leftside h2,#rightside h2 {
	font-size:1.2em;
	margin:0 0 4px;
	color: #002C5C;
}

#leftside p,#rightside p {
	font-size:1em;
	line-height:1.4em;
	margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
	color:#3399FF;
	display:block;
	position:relative;
	text-transform:uppercase;
	width:150px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

.nav:hover,.active {
	border-bottom: 1px solid #FFFFFF;
	color: #0000FF;
	text-decoration: none;
}

.sub {
	font-size:.9em;
	letter-spacing:1px;
	padding:4px 2px 4px 8px;
	margin: 0px 0px 0px 10px;
	width: 144px;
}

.sub:hover,.active {
	border-bottom: 1px solid #FFFFFF;
	color: #0000FF;
	text-decoration: none;
}


/*** Content ***/

#content,#contentalt {
	color:#2a2a2a;
	padding:15px 20px 5px;
	min-height: 500px;
	background-color: #FFFFFF;
}

#content {
	margin:0 220px;
}

#contentalt {
	margin:0 0px 0 170px;
}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
	color:#2CA228;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 15px;
	padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

/*** Images ***/

.floatright{
	border:1px solid #b0b0b0;
	float:right;
	padding:5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.floatleft{
	border:1px solid #b0b0b0;
	float:left;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 5px;
}


/*** Feature table ***/

#featuretable {
	background-image: url(images/right_col_bg.jpg);
	background-repeat: repeat-x;

}
#featuretable td {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#featuretable p {
	padding-right: 10px;
	line-height:1.2em;
	margin:0;

}



/*** Footer ***/

#footer {
	background:#2CA228;
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:6px 0;
	text-align:center;
	width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.quote{
	font-size: 1.1em;
	color: #006600;
	line-height: 1.3em;
}


.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
}

.small {
	font-size:0.9em;
}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/
