/* ---- 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 --------------------------------------------------------- */
html { 
	height: 100%; 
	margin-bottom: 1px;
}
body {
	background:#FFFFFF url(/images/body_bg.jpg) repeat-x center top;
	padding-top:10px;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color:#000000;
}
a {
	color:#063512;
}

p {
	margin:0.8em 0;
}
.float-left {
	float:left;
	display:inline;
}
.float-right {
	float:right;
	display:inline;
}
.access {
	position:absolute;
	text-indent:-9999px;
}
.clear {
	clear:both;
}
div#errordiv {
	border:3px double #900;
	background-color:#FFFFF2;
	color:#900;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
}
/* ---- Structure ---------------------------------------------------------------------- */
#outer-container {
	position:relative;
	margin:0px auto;
	width:958px;
	border:1px solid #FFFFFF;
	background-color:#f6f5e8;
}
#header-container {
	position:relative;
	display:block;
	width:958px;
	height:85px;
	background: url(/images/logo.jpg) no-repeat center top;
}
#nav-container {
	position:relative;
	width:958px;
	height:25px;
	background: url(/images/nav_bg_map.jpg) no-repeat center top;
	border-top:none;
	z-index:2;		/* places sidebar content in front of sidebar */
}
#content-container {
	position:relative;
	width:958px;
	background: url(/images/content_bg.gif) repeat-y center top;
}
#footer-container {
	position:relative;
	margin:20px auto;
	width:960px;	
	text-align:right;
}

/* ---- Two Column Structure ---- */
.two-column #sidebar {
	display:none;
}
.two-column #content {
	position:relative;
	float:left;	
	display:inline;
	width:530px;		/* was 530px */
	padding:15px;
}
.two-column #hilite {
	position:relative;
	float:right;
	display:inline;
	width:340px;
	padding:15px;
}
.two-column #content-deco {
	display:none;
}

/* ---- Three Column Structure ---- */
.three-column #sidebar {
	position:relative;
	float:left;
	display:inline;
	width:140px;
	padding:15px;
	z-index:1;  /* places sidebar content in front of bg */
}
.three-column #content {
	position:relative;
	float:left;
	display:inline;
	width:500px;
	padding:15px;
}
.three-column #hilite {
	position:relative;
	float:right;
	display:inline;
	width:220px;
	padding:15px;
}
.three-column #content-deco {
	position:absolute;
	width:170px;
	height:161px;
	left:0;
	bottom:31px;
	background:transparent url(/images/hilite_bg.gif) no-repeat center center;
	z-index:0;  /* places bg behind sidebar content*/
}


/* ---- =Header ------------------------------------------------------------------------ */


/* ---- =Nav stylings in css/nav.css document ------------------------------------------ */

/* ---- =Main Column ------------------------------------------------------------------- */


/* ---- =H2 & H3 title ----- */
#content-container h2 {
	font:17px Georgia, "Times New Roman", Times, serif;
	margin-bottom:.75em;
	color:#073510;
	text-transform: uppercase;
}
#content-container h3 {
	font: bold 13px/1.5em Verdana, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-bottom:1em;
}

/* ---- =UL LI stylings ---- */
#content-container ul {
	margin-left:40px;
}
#content-container ul li {
	list-style-position: outside;
	list-style-type: disc;
}
.bottom-border {
	background:url(/images/bottom_border.gif) no-repeat center bottom;
	display:block;
	width:958px;
	height:31px;
}

/* ---- =Side Content ------------------------------------------------------------------ */


/* ---- =Footer ------------------------------------------------------------------------ */
#footer-container li {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;	
	display:inline;
	color:#787878;
	font-size:10px;
}
#footer-container li a {
	color:#787878;
	text-decoration:none;
}
#footer-container li a:hover {
	color:#bcbcbc;
}
.small {
	font-size: 10px;
}
