@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********************
  general items
*********************/

* {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom: 12px;
}
a {
	color: #73a665;
}
a:hover {
	color: #73a665;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
html {
	font: .627em Georgia, serif;
}
body {
	padding-top: 24px;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #fff url(../images/structural/body-bgr.gif) repeat-x 0 0;
}
#container {
	margin: 0 auto;
	width: 982px;
	text-align: left;
	background: #fff;
}
#container a {
	text-decoration: none;
}
.strong {
	font-weight: bold;
}
.green {
	color: #73a665;
}
.text18 {
	font-size: 18px;
}

/*  header & footer */
#header {
	float: left;
	margin-bottom: 44px;
	padding-top: 64px;
}
a#logo {
	display: block;
	float: left;
	margin-right: 11px;
	padding: 0 54px 25px 18px;
	width: 165px;
	height: 58px;
	background: url(../images/structural/dot-double.gif) repeat-x bottom left;
}
a#logo img {
	display: block;
}
ul#nav {
	float: left;
	padding: 21px 0 25px 5px;
	width: 729px;
	letter-spacing: 2px;
	font-size: 18px;
	font-family: 'open_sanslight', arial, sans-serif;
	background: url(../images/structural/dot-double.gif) repeat-x bottom left;
}
ul#nav li {
	display: inline;
	padding: 0 16px 0 26px;
	color: #73a665;
	background: url(../images/structural/green-dot.gif) no-repeat center left;
}
ul#nav li.first {
	padding-left: 0;
	background: none;
}
ul#nav li a {
	line-height: 37px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
}
ul#nav li a.active,
ul#nav li a:hover {
	color: #73a665;
}

#footer {
	float: left;
	margin-bottom: 390px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}
.footer-left,
.footer-main {
	float: left;
	margin-right: 11px;
	padding-top: 23px;
	width: 237px;
	height: 70px;
	background: url(../images/structural/dot-single.gif) repeat-x top left;
}
.footer-main {
	margin: 0;
	padding: 18px 0 0 5px;
	width: 729px;
}
.big-link {
	line-height: 25px;
	font-size: 18px;
}

/* content */
#content {
	float: left;
}
.banner {
	float: left;
	margin-bottom: 35px;
	padding-right: 1px;
	width: 981px;
	height: 227px;
}
.banner-cell {
	float: left;
	margin-right: 11px;
	padding: 0 5px 16px;
	width: 227px;
	height: 211px;
	background: url(../images/structural/banner-img-shadow.png) no-repeat bottom center;
}
.banner-cell-last {
	margin: 0;
}
.banner-cell img {
	display: block;
	margin-bottom: 7px;
}
.main-content {
	float: left;
	padding: 0 75px 0 253px;
	height: 250px;
	line-height: 22px;
}
.big-text {
	line-height: 25px;
	font-size: 18px;
	color: #73a665;
}
.contact-col {
	float: left;
	width: 227px;
	margin-right: 21px;
}
.contact-col a {
	color: #666;
}



