@charset "utf-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {margin:0px;}
a {color:#5d5d60;}
a:hover { color:#333;}
body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #767676;
}
#holder {
	margin: auto;
	width: 766px;
}
#header {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	height: 114px;
}
#header h1 {
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header h1 a {
	background-image: url(../images/logo.gif);
	height: 58px;
	width: 306px;
	display: block;
	text-indent: -9999px;
}
#header #hdr-links {
	background-color: #ececec;
	float: right;
	height: 84px;
	width: 289px;
	font-size: 10px;
	color: #aaaaaa;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	padding-top: 30px;
}
#header #hdr-links a {
	color: #666;
	text-decoration: none;
}
#header #hdr-links a:hover {
	color: #333;
	text-decoration: underline;
}
#main-nav {
	display: block;
	height:52px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/main-nav-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px;
}
#main-nav li {
	float: left;
	display:block;
	background-image: url(../images/main-nav-devider.gif);
	background-position: right 16px;
	background-repeat: no-repeat;
	padding-right: 2px;
}
#main-nav .last {
	background-image: none;
}
#main-nav li a {
	padding-right: 30px;
	padding-left: 29px;
	color: #FFF;
	text-decoration: none;
	line-height:52px;
	display:block;
}
#main-nav li a:hover {color:#d9d9d9;}
#gray-area {
	background-image: url(../images/gray-area-bg.gif);
	height: 156px;
	color: #727272;
}
#gray-area #gray-area-left {
	background-image: url(../images/gray-area-left.gif);
	height: 119px;
	background-repeat: no-repeat;
	float: left;
	width: 198px;
	padding-top: 30px;
	padding-left: 150px;
}
#gray-area h4  {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #343434;
	font-weight: normal;
}
#gray-area ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 12px;
	line-height: 18px;
}
#gray-area a {
	color: #6a6a6a;
}
#gray-area #gray-area-right {
	background-image: url(../images/gray-area-right.gif);
	float: right;
	height: 119px;
	width: 208px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 150px;
}
.box4 {
	background-image: url(../images/box4.gif);
	height: 288px;
	width: 168px;
	float: left;
	margin-right: 10px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	position: relative;
}
.box4 h4 {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
#bluebox h4 {
	color: #3d82c7;
}
#yellowbox h4 {
	color: #cc7e00;
}
#greenbox h4 {
	color: #6b7c17;
}
#brownbox h4 {
	color: #ac5437;
}
#brownbox {
	margin: 0px;
}
.box4 img {
	border: 1px solid #5e5d5c;
	margin-top: 6px;
	margin-bottom: 6px;
}
.box4 a {
	height: 22px;
	width: 89px;
	display: block;
	line-height: 22px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 36px;
}
#bluebox a {
	background-image: url(../images/more-blue.gif);
}
#yellowbox a {
	background-image: url(../images/more-yellow.gif);
}
#greenbox a {
	background-image: url(../images/more-green.gif);
}
#brownbox a {
	background-image: url(../images/more-brown.gif);
}
#main-content {
	float: left;
	width: 552px;
	font-size: 13px;
	color: #5d5d60;
}
.browntext {
	color: #c75a36;
}
.greentext {
	color: #768a16;
}
#main-content .button {
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	background-image: url(../images/button-bg.gif);
	height: 23px;
	width: 95px;
	display: block;
	text-align: center;
	color: #c75a36;
}
#main-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #343434;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main-content h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #849d0c;
}
#main-content .box {
	width: 240px;
	padding: 10px;
	border: 1px solid #CCC;
	height: 290px;
	background-color: #F5F5F5;
}
#main-content .image-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#main-content em {
	color: #c75a36;
}
#main-content .box-contact {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#main-content .box-contact h3 {
	color: #44a300;
	font-size: 14px;
}
#left-column {
	float: right;
	width: 184px;
	background-color: #f5f5f5;
	position: relative;
	background-image: url(../images/left-col-bg.gif);
}
#left-column .content-box {
	padding: 10px;
	font-size: 12px;
	color: #5d5d60;
}
#left-column h4 {
	display: block;
	line-height: 46px;
	background-image: url(../images/left-col-hdr.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #515151;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#left-column .first {
	background-image: url(../images/left-col-hdr-bg.gif);
	margin-top: 0px;
}
#left-column .date {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
#left-column .date img {
	margin-right: 5px;
	margin-bottom: -7px;
}
#left-column .item {
	color: #5d5d60;
	text-decoration: none;
	display: block;
	clear: both;
}
#left-column .item img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 5px;
	margin-top: -3px;
}
#left-column .link-all {
	color: #849d0c;
	background-image: url(../images/arrow-left-green.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
	background-position: 0px 1px;
	margin-top:10px;
	float: right;
	clear: both;
}
#left-column #left-col-ftr {
	background-image: url(../images/column-left-ftr.gif);
	height: 8px;
	margin-top: 10px;
}
#footer {
	background-color: #646464;
	height: 63px;
	color: #b5b5b5;
	font-size: 11px;
}
#footer #f-left {
	line-height: 63px;
	float: left;
	margin-left: 40px;
}
#footer #f-right {
	float: right;
	width: 348px;
	line-height: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7d7d7d;
	padding-left: 40px;
	margin-top: 18px;
}
#footer a {
	color: #b5b5b5;
}

