/* ---- 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, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}



h1, h2, h3, h4, h5, h6, p, ul { 
	zzzmargin: 0 20px; 
	padding: .5em 0;
}



.clear {
	clear:both;
}


/* ---- General Structure  -------------------------------------------- */
/* Note separate #homepage structure, and note what is shared among all pages */

#container {
	width: 764px;
	margin:10px auto;
}
#masthead-container {
	width:764px;
	position:relative;
	color:#FFFFFF;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
#navigation-container {
	position:relative;
	float:left;
	display:inline;				/* IE double-margin bug prevention */
	width:155px;
}
#content-container {
	position:relative;
	float:right;
	display:inline;				/* IE double-margin bug prevention */
	width:609px;
	overflow:visible;			/* IE italic bug prevention */
}


#maincontent {
	float:left;
	display:inline;				/* IE double-margin bug prevention */
	width: 400px;
	margin:10px 5px 5px 35px;

}


#sidecontent {
	float:right;
	display:inline;				/* IE double-margin bug prevention */
	width: 130px;
	margin:10px 17px 5px 15px;

}

#footer {
	width:764px;
	position:relative;
	color:#000000;
	text-align:right;
}





/* ---- =masthead -------------------------------------------- */


#masthead-before {
	background:url(../images/masthead_bg764_top.gif) no-repeat center bottom;
	width:764px;
	height:22px;
}
#masthead {
	background:#3f4227 url(../images/masthead_bg764_middle.gif) repeat-y center center;
	width:764px;			/* specify width here to force IE "hasLayout" -- otherwise background image shows through transparencies*/
}
#masthead-after {
	background:url(../images/masthead_bg764_bottom.gif) no-repeat center top;
	width:764px;
	height:22px;
}
#masthead h1 {
	float:left;
	width:99px;
	height:47px;
	display:block;
	position:relative;
	text-indent:-9999px;
	margin:0;
	padding:0;
	margin-left:30px;
	background:#3f4227 url(../images/logo.gif) no-repeat left center;
}
#masthead p {
	float:right;
	display:block;
	width:140px;
	text-align:left;
	padding:0;
	margin:0px 5px;
	margin-bottom:4px;
	font-size:9px;
	line-height:11px;
}


/* ---- =navigation -------------------------------------------- */

#navigation-before {
	background:url(../images/navigation_bg155_top.gif) no-repeat center bottom;
	width:155px;
	height:22px;
}
#navigation {
	background:#636249 url(../images/navigation_bg155_middle.gif) repeat-y center center;
	width:155px;			/* specify width to force IE "hasLayout" -- otherwise navigation gets weird */
	display:inline-block;	/* to force "hasLayout?" */

}
#navigation-after {
	background:url(../images/navigation_bg155_bottom.gif) no-repeat center top;
	width:155px;
	height:22px;
}
#navigation ul, #navigation p {
	margin: 0 20px; 
	padding: .5em 0;
}
#navigation ul li {
	border:1px solid #636249;		/* 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/navigation_arrow.gif) no-repeat left center;
}




/* ---- =content -------------------------------------------- */

#content-before {
	background:url(../images/content_bg609_top.jpg) no-repeat center bottom;
	width:609px;
	height:70px;
}
#content {
	background: #FFFFFF url(../images/content_bg609_middle.gif) repeat-y center center;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:609px;			/* specify width here to force IE "hasLayout" -- otherwise background image shows through transparencies*/

}
#content-after {
	background:url(../images/content_bg609_bottom.gif) no-repeat center top;
	width:609px;
	height:22px;
}


/* ---- =maincontent and =sidecontent -------------------------------------------- */

#maincontent h2, #sidecontent h2 {
	font:bold 200% "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
	display:block;
	position:absolute;
	top: 18px;
	color:#FFFFFF;
	text-transform:uppercase;
}

#maincontent h3, #sidecontent h3 {
	font-weight:bold;
	zzzletter-spacing:2px;
	margin-top:0.4em;
	margin-bottom:0.2em;
}
#sidecontent h4 {
	font-weight:normal;
	padding-bottom:0;
}



/* ---- =footer -------------------------------------------- */


#footer p {
	font-size:9px;
	margin:15px;
}






/* ---- Homepage Overrides -------------------------------------------- */

#homepage #container {
	width:655px;
	margin:10px auto;
}

#homepage #navigation-container {
	width:190px;
}



