

body {
	background-color: #703800;
	margin:50px 0;
	padding:0;
}

#header {
	width:900px;
	margin:0 auto;
	padding:0;
}

#navigation {
	position:relative;
	width:900px;
	height:50px;
	padding:0;
	margin:0 auto;
}

#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#navigation ul li {
	position:absolute;
	padding:0;
	margin:0;
	list-style-type:none;
}

#navigation ul li a {
	display:block;
	position:absolute;
	height:50px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/navigation.gif);
}

#navigation a.home {
	width:89px;
	left:0;
	background-position:0 0;
}

#navigation a.home:hover {
	background-position:0 -50px;
}

#navigation a.about {
	width:115px;
	left:89px;
	background-position:-89px 0;
}

#navigation a.about:hover {
	background-position:-89px -50px;
}

#navigation a.services {
	width:147px;
	left:204px;
	background-position:-204px 0;
}

#navigation a.services:hover {
	background-position:-204px -50px;
}

#navigation a.bugs {
	width:118px;
	left:351px;
	background-position:-351px 0;
}

#navigation a.bugs:hover {
	background-position:-351px -50px;
}

#navigation a.employment {
	width:144px;
	left:469px;
	background-position:-469px 0;
}

#navigation a.employment:hover {
	background-position:-469px -50px;
}

#navigation a.special {
	width:155px;
	left:613px;
	background-position:-613px 0;
}

#navigation a.special:hover {
	background-position:-613px -50px;
}

#navigation a.newsletter {
	width:132px;
	left:768px;
	background-position:-768px 0;
}

#navigation a.newsletter:hover {
	background-position:-768px -50px;
}

#content {
	padding:20px;
	margin:0 auto;
	width:860px;
	min-height:585px;
	background-color:#fff;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:.9em;
	line-height:1.2em;
}

/* for Internet Explorer */
/*\*/
* html .content {
height: 585px;
}
/**/

#content a {
	color:#bd0000;
}

#content h2 {
	padding-top:0;
	margin-top:0;
	color:#bd0000;
	font-size:1.3em;
	font-weight:bold;
}

#content img {
	background-color:#703800;
	margin:5px;
	padding:5px;
}

#content #rightbox {
	float:right;
	width:325px;
	margin:0 10px;
	text-align:center;
	font-size:.8em;
}

#content #rightbox img {
	background-color:#703800;
	margin:0;
	padding:5px;
}

#content #rightbox img.noborder {
	margin:0;
	padding:0;
}

#content #rightboxtext {
	width:280px;
	text-align:left;
	padding:5px 10px 10px 10px;
	margin:10px auto;
	border-left:1px solid #703800;
	border-bottom:1px solid #703800;
}

#content img.noborder {
	padding:0;
	margin:0;
}

#footer {
	width:900px;
	height:100px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:5px 0 0 0;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	text-align:center;
}

#footer #footernav {
	font-size:1em;
	font-weight:bold;
}

#footer #footernav a {
	color:#000;
	text-decoration:none;
}

#footer #footernav a:hover {
	text-decoration:underline;
}

#footer h4 {
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
}

#survey {
	border:1px solid #000;
}

#survey td {
	border:1px solid #000;
}

#survey .choices {
	font-size:.7em;
	text-align:center;
}

#commercial strong {
	color:#bd0000;
}