/* ---- 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 {
	font:normal 12px "Trebuchet MS", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul { 
	margin: 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 {
	width:764px;
	position:relative;
	color:#FFFFFF;
	margin:0;
	padding:0;
	margin-bottom:3px;
}
#navigation {
	position:relative;
	float:left;
	display:inline;				/* IE double-margin bug prevention */
	width:155px;
}
#content {
	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: 430px;
	margin:5px;
}
#sidecontent {
	float:right;
	display:inline;				/* IE double-margin bug prevention */
	width: 150px;
	margin:5px;
}
#footer {
	width:764px;
	position:relative;
	color:#000000;
	text-align:right;
}





/* ---- Main Element Detail -------------------------------------------- */


#masthead-top {
	background:url(../images/masthead_bg764_top.gif) no-repeat center bottom;
	width:764px;
	height:22px;
}
#masthead-middle {
	background:#3f4227 url(../images/masthead_bg764_middle.gif) repeat-y center center;
}
#masthead-bottom {
	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:150px;
	text-align:left;
	padding:0;
	margin:0px 15px;
	margin-bottom:4px;
	font-size:9px;
	line-height:11px;
}




#navigation-top {
	background:url(../images/navigation_bg155_top.gif) no-repeat center bottom;
	width:155px;
	height:22px;
}
#navigation-middle {
	background:#636249 url(../images/navigation_bg155_middle.gif) repeat-y center center;
}
#navigation-bottom {
	background:url(../images/navigation_bg155_bottom.gif) no-repeat center top;
	width:155px;
	height:22px;
}
#navigation ul {

}
#navigation ul li {

}
#navigation ul li a {
	display:block;
	margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:12px;
	border-bottom:1px solid #636249;			/* to prevent vertical margins from collapsing? */
	font-size:11px;
}
#navigation ul li a:hover {
	background:url(../images/navigation_arrow.gif) no-repeat left center;
}





#content-top {
	background:url(../images/content_bg609_top.jpg) no-repeat center bottom;
	width:609px;
	height:70px;
}
#content-middle {
	background:url(../images/content_bg609_middle.gif) repeat-y center center;
}
#content-bottom {
	background:url(../images/content_bg609_bottom.gif) no-repeat center top;
	width:609px;
	height:22px;
}









#footer p {
	font-size:9px;
	margin:15px;
}






/* ---- Homepage Overrides -------------------------------------------- */

#homepage #container {
	width:655px;
	margin:10px auto;
}

#homepage #navigation {
	width:190px;
}



