


/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}


/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background-color:#FFFFFF;
}

body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:bold;
	font-size:200%;
}
h2 {
	font-weight:bold;
	font-size:150%;
}
h3 {
	font-weight:bold;
	font-size:100%;
}


h1, h2, h3, h4, h5, h6, p, ul { 
	padding: .5em 0;
}
a, a:visited {
	color:#747356;
}

.clear {
	clear:both;
}


/* ---- Homepage-Specific Layout -------------------------------------------- */

#container {
	width: 655px;
	height:402px;
	margin:10px auto;
	position:relative;
	background:#FFFFFF url(../images/homepage_bg_full.jpg) no-repeat center center;
}


#navigation {
	position:absolute;
	top:65px;
	left:20px;
	width:125px;
}


#masthead {
	position:absolute;
	width:145px;
	top:30px;
	left:202px;
	color:#FFFFFF;
	text-align:center;
}
#masthead h1 {
	width:99px;
	height:47px;
	display:block;
	position:relative;
	margin:0 auto;
	text-indent:-9999px;
	background:#3f4227 url(../images/logo.gif) no-repeat left center;
}


#content {
	position:absolute;
	width:240px;
	top:125px;
	left:395px;
}
#content p {
	line-height:250%;
}


#footerleft {
	position:absolute;
	width:155px;
	left:15px;
	top: 350px;
}
#footerright {
	position:absolute;
	width:245px;
	top: 350px;
	left:395px;
}
#footerleft, #footerleft p, #footerright, #footerright p {
	color:#000000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2;
}









/* ---- =navigation -------------------------------------------- */
/* recall that background color of navigation on homepage is different from rest of site */
/* site: #636249;  homepage: #68664D */

#navigation {
	display:inline-block;	/* to force "hasLayout?" */
}
#navigation ul, #navigation p {
	margin: 0 20px; 
	padding: .5em 0;
}
#navigation ul li {
	background-color:#68664D;
	border:1px solid #68664D;		/* to force layout, prevent IE margin inconsistencies */
}
#navigation ul li a {
	display:block;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:12px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font:normal 11px/1.4 "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}
#navigation ul li a:hover {
	background:url(../images/nav_arrow_hollow.gif) no-repeat left center;
}



#homepage #navitem-home a {
	font-weight:bold;
	background:url(../images/nav_arrow_solid.gif) no-repeat left center;
	
}






