/* CSS Document */

body {
	margin:  0px;
	background-image: url(../_images/bg_home.jpg);
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#header {
	background: url(../_images/header.jpg) top left no-repeat;
	height: 255px;
	width: 950px;
	margin: 0 auto;
}

#border {
	width: 767px;
	height: 72px;
	margin: 0 auto;
	background: url(../_images/divider.jpg) center top no-repeat; 
}


#content {
	margin: 0 auto;
	width: 807px;
	padding-left: 8px;
	line-height: 150%;
	background: url(../_images/border.gif) top left repeat-y;
}

#etoNotice { display: none; }

p {
	margin: 0px 12px 10px 12px;
}

#footer { 
	width: 800px;
	margin: 40px auto 0px auto;
}

#footer ul {
	list-style: none;
	margin: 5px auto;
	width: 480px;
}

#footer ul li {
	display:  inline;
	padding: 0px 8px 0px 6px;
	border-right: 1px #CCCD33 solid;
}

#footer ul li a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

#footer ul li a:hover { color: #336600; }

#footer ul .careers { border-right: 0px; }


h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #3A6519;
	padding-left: 12px;
}

h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #3A6519;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

h4 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	margin: 18px 0px 8px 14px;
}