@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C4C4C2;
	color:#4D4D4F;
}

a {
	color: #4D4D4F;
	text-decoration: none;
	
}
a:hover {
color: #cc6600;
}

p {
	font-size: 11px;
	color:#000000;
}



/*/////////// Header LAYOUT //////////*/

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	margin: 0 auto;
	width: 950px;
	height: 190px;
	background-image:url(../images/backgrounds/header_bg.jpg);
	background-repeat:no-repeat;
	background-position: 0px bottom;
}

#header_right {
	width:310px;
	height:80px;
	float:right;
	margin: 2px 10px 0px 0px; /* (top, right, bottom, left) */
	text-align:left;
	font-size:.7em;
}

#logo{
width:215px;
height:75px;
float:left;
margin: 20px 0px 0px 20px; /* (top, right, bottom, left) */
}
#stock{
width:215px;
height:75px;
float:left;
margin: 20px 0px 0px 20px; /* (top, right, bottom, left) */
}

#utility_menu {
	width:300px;
	height:25px;
	float:right;
	margin: 8px 0px 10px 10px; /* (top, right, bottom, left) */
	text-align:right;
	font-size:1.2em;
}

#utility_menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#utility_menu ul li {
display: inline;
color: #4D4D4F;
}

#utility_menu ul li a {
margin-left: 0.7em;
padding-right: 1em;
color: #00692F;
text-decoration: none;
border-right: solid 1px #4D4D4F;
font-size: 0.85em;
}

#utility_menu ul li a:hover {
color: #8C8E8C;
}

#utility_menu ul li a.last {
border-right: none;
padding-right: 0px;
}

#search {
float:right;
width:200px;
height:30px;
margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
font-size:.8em;
font-weight:bold;
color:#FFFFFF;
text-align:right;
}

#search a {
	color: #00692F;
	text-decoration: none;
	font-size: 1.2em;
	margin-left:10px;
	
}

#search a:hover {
color: #cccccc;
}

#nav {
float:left;
width:700px;
height:20px;
margin: 50px 0px 0px 20px; /* (top, right, bottom, left) */
padding-top:8px;
font-size:12px;
font-weight:bold;
}

#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav ul li {
display: inline;
color: #4D4D4F;
}

#nav ul li a {
	margin-left: 10px;
	padding-right: 20px;
	color: #00692F;
	text-decoration: none;
	border-right: solid 0px #ffffff;
	font-size: 12px;
	
}

#nav ul li a:hover {
color: #8C8E8C;
}

/*/////////// Content LAYOUT //////////*/



#home_content_two {
	width:910px;
	
	margin: 10px 0px 30px 20px; /* (top, right, bottom, left) */
	background-image:url(../images/backgrounds/three_col_bg.gif);
	background-repeat: repeat;
	font-size:12px;
  min-height:500px;
  height:auto !important;
  height:500px;

}

#home_content_two ul, li{
	margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	list-style-type: none;
}

#home_left {
	float:left;
	width:160px;
}

#home_center_two {
	float:left;
	width:520px;
	margin: 0px 0px 0px 15px; /* (top, right, bottom, left) */
}

#home_right {
	float:left;
	width:180px;
	margin: 0px 0px 0px 25px; /* (top, right, bottom, left) */
}

#home_content_two a {
	color: #00692F;
	text-decoration: none;
	font-size:11px;
	
}
#home_content_two a:hover {
color: #8C8E8C;
font-size:11px;
}

#home_content_two h1 {
color:#8C8E8C;
font-size:12px;
font-weight:bold;
padding:0px 0px 5px 0px; /* (top, right, bottom, left) */
margin:0px 0px 0px 0px; /* (top, right, bottom, left) */
}

#footer_bar {
	margin: 0 auto;
	width: 950px;
	height: 10px;
	background-color:#9ECA73;
}

#footer_text {
	margin: 0 auto;
	width: 950px;
	height: 20px;
	background-color: #C4C4C2;
	font-size:11px;
	color:#000000;
	padding:10px 0px 5px 0px; /* (top, right, bottom, left) */
	text-align: right;	
}

#footer_text ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#footer_text ul li {
display: inline;
color: #000000;
}

#footer_text ul li a {
margin-left: 0.9em;
padding-right: 1em;
color: #000000;
text-decoration: none;
border-right: solid 0px #4D4D4F;
font-size: 11px;
}

#footer_text ul li a:hover {
color: #00692F;
}
.fix {
clear:both;
}

.headline {
color:#000000;
font-size:16px;
font-weight:bold;
padding:0px 0px 5px 0px; /* (top, right, bottom, left) */
margin:0px 0px 0px 0px; /* (top, right, bottom, left) */
}

.sub_headline {
color:#000000;
font-size:12px;
font-weight:bold;
padding:0px 0px 5px 0px; /* (top, right, bottom, left) */
margin:0px 0px 0px 0px; /* (top, right, bottom, left) */
}

