body,html	{
	_height: auto !important; 
	_height: 100%;
	height: 95%; 
	
	}

body {
	margin: 0px;
	padding: 0px;
	background: #eee;
	font: 12px Tahoma;
	color: #fff;
	cursor: default;
	padding: 10px;
	padding-bottom: 10px;
	}

img {
	border: none;
	}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	}


.clientLogin {
	margin-top: 5px;
	margin-bottom: 20px;
	}

.clientLogin span {
	display: block;
	width: 80px;
	text-align: right;
	padding-right: 5px;
	float: left;
	padding-top: 6px;
	font: 10px Tahoma;
	text-transform: uppercase;
	}
	
#holder {
	position: relative;
	height: auto !important; 
	height: 100%; 
	min-height: 100%;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-color: #74B169;
	border: 1px solid #26601F;
	padding-bottom: 19px;
	}

#header {
	height: 100px;
	# background: #519844 url('') no-repeat bottom right;
	}

#logoBar {
	display: block;
	background: url('../img/titleBg.gif');
	height: 43px;
	border-left: 1px solid #87B97E;
	border-bottom: 1px solid #37672E;
	border-top: 1px solid #87B97E;
	overflow: hidden;
	}

#logoBar img {
	position: relative;
	margin-left: 2px;
	}

#quickLinks {
	width: 269px;
	height: 142px;
	background: url('../img/qlBg.gif');
	}

#quickLinks a {
	font: 11px Tahoma;
	color: #fff;
	text-decoration: none;
	}

#quickLinks a:hover {
	text-decoration: underline;
	}

#quickLinks a:hover b {
	text-decoration: none;
	}

#quickLinks ul {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	margin-left: 34px;
	list-style-position: outside;
	list-style-image: url('../img/bullet.gif');
	}

#quickLinks li {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font: 11px Tahoma;
	}

#quickLinks li b {
	font: bold 10px Tahoma;
	text-transform: uppercase;
	}

#menu {
	display: block;
	position: relative;
	height: 21px;
	background: #E6B50D url('../img/menuBg.gif');
	border-left: 1px solid #E9C557;
	}

#menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#menu ul li {
	margin: 0px;
	float: left;
	padding: 0px;
	position: relative;
	border-right: 1px solid #ECC956;
	}

#menu ul li a {
	float: left;
	display: block;
	height: 20px;
	font: 11px/20px Tahoma;
	font-weight: bold;
	color: #6B5C2C;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #A17E09;
	padding-left: 10px;
	padding-right: 10px;
	}

#menu ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #F0C20B;
	}

#menu ul li ul {
	display: none;
}

#menu ul li.over ul,
#menu ul li:hover ul {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 140px;
	z-index: 1000;
	top: 19px;
	left: -1px;
	border-top: 1px solid #999;
	border-left: 1px solid #777;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	}

#menu ul li ul.highlight {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	}	

#menu ul li ul.highlight li {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	}	

#menu ul li ul li {
	border: none;
	display: block;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
	padding: 0px;
	clear: left;
	float: left;
	border-right: 1px solid #777;
	background-color: transparent;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	}

#menu ul li ul li a {
	height: 15px;
	width: 120px;
	display: block;
	font-weight: normal;
	font: 11px Tahoma;
	text-transform: Capitalize;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CAE176;
	border: none;
	background-image: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #777;
	}

#menu ul li ul li a:hover {
	text-decoration: none;
	background-image: none;
	color: #0D181C;
	}


h1 {
	margin: 0px;
	height: 20px;
	background: url('../img/headerBg.gif');
	font: 10px/20px Tahoma;
	text-transform: uppercase;
	padding-left: 10px;
	border-bottom: 1px solid #73AD6C;
	}

.cBox1 {
	float: left;
	border-left: 1px solid #73AD6C;
	border-right: 1px solid #26601F;
	background: #37892D;
	padding-bottom: 8px;
	border-bottom: 1px solid #3B6B32;
	}

.cBox2 {
	float: left;
	display: table-cell;
	border-left: 1px solid #73AD6C;
	border-bottom: 1px solid #3B6B32;
	background: #559948;
	padding-bottom: 10px;
	}

.cBox1 p {
	font: 12px/16px Tahoma;
	}

h2 {
	margin: 0px;
	height: 20px;
	background: url('../img/headerBg.gif');
	font: 10px/20px Tahoma;
	text-transform: uppercase;
	padding-left: 10px;
	border-top: 1px solid #33672D;
	border-bottom: 1px solid #73AD6C;
	margin-top: 10px;
	}	

.cBox2 h1 {
	border-bottom: 1px solid #73AD6C;
	}

#layout4 {
	position: relative;
	}

#layout4 .cBox1 {	
	width: 555px;
	}

#layout4 .cBox2 {
	width: 292px;
	}
#layout5 .cBox1 {	
	width: 848px;
	}
#footer {
	width: 839px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	border-top: 1px solid #3B6B32;
	clear: both;
	background: url('../img/headerBg.gif');
	height: 20px;
	font: 10px/20px Tahoma;
	color: #fff;
	padding-left: 10px;
	border-left: 1px solid #79AB73;
	}

#specialsHolder {
	padding-left: 12px;
	padding-top: 10px;
	}

.special {	
	float: left;
	margin-right: 7px;
	width: 155px;
	height: 106px;
	background: url('../img/specialsBox.gif');
	}

.special h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: bold 10px/20px Tahoma;
	text-transform: uppercase;
	color: #796006;
	text-align: center;
	}

.special img {
	padding-top: 1px;
	margin-left: 1px;
	}

.special a {
	text-decoration: none;
	display: block;
	font: 12px/12px Tahoma;
	color: #604A06;
	padding-left: 10px;
	}

.special a:hover {
	color: #000;
	}

.special span {
	float: right;
	font: bold 18px Arial;
	color: #8A3030;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 10px;
	}

.special a.more {
	background: url('../img/bulletb.gif') no-repeat 0% 2px;
	font: 10px Tahoma;
	color: #000;
	text-decoration: none;
	padding-left: 12px;
	text-transform: uppercase;
	clear: right;
	margin-left: 10px;
	}

.special a.more:hover {
	text-decoration: underline;
	}

.special_wide {	
	float: left;
	margin: 5px 0 0 5px;
	width: 282px;
	height: 207px;
	background: url('../img/wide_ad.gif');
	}

.special_wide h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	font: bold 10px/20px Tahoma;
	text-transform: uppercase;
	color: #796006;
	text-align: center;
	}

.special_wide img {
	padding-top: 1px;
	margin-left: 1px;
	}

.special_wide a {
	text-decoration: none;
	display: block;
	font: 12px/12px Tahoma;
	color: #604A06;
	padding-left: 10px;
	}

.special_wide a:hover {
	color: #000;
	}

.special_wide span {
	float: right;
	font: bold 18px Arial;
	color: #8A3030;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 10px;
	}

.special_wide a.more {
	background: url('../img/bulletb.gif') no-repeat 0% 2px;
	font: 10px Tahoma;
	color: #000;
	text-decoration: none;
	padding-left: 12px;
	text-transform: uppercase;
	clear: right;
	margin-left: 10px;
	}

.special_wide a.more:hover {
	text-decoration: underline;
	}

.newsItem {
	margin: 10px;
	padding: 5px;
	border-bottom: 1px solid #BBD6B6;
	font: 11px Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	color: #D4E5D1;
	}

.newsItem a {
	text-decoration: none;
	color: #D4E5D1;
	font: 11px Tahoma;
	}

.newsItem a:hover {
	text-decoration: none;
	color: #fff;
	}
