/**
 * Sectional Stylesheet: Inside Pages
 *
 * Contents:
 *   - Screen
 *     - Inside Content Area
 *     - 
 *     - 
 *  - Print
 *
 * CSS 2.0
 *
 */

 
/* ========================================================================== */
@media screen {
/* ========================================================================== */

/* -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
   CONTENT AREA */
div.section-header {background: url('/images/greenbg.gif');width:728px;height:49px;}
div.section-header h1 {padding:15px 0px 0px 15px;color:#22317F;text-transform:uppercase;}

   
#main_header {
	width:728px;
	margin:0 0 9px 0;
}

.outer_border1 {
	border:1px solid #e8e8e8;
	padding:3px;
	margin:9px 0 0 0;
}

	.outer_border1 ul, ol {
		padding: 0.5em 0;
		list-style-position: outside;
		list-style:disc;
	}
	.outer_border1 li {
		list-style-position: outside;
		margin: 0 0 10px 20px;
	}
	.outer_border1 ul li ul, ol li ol{
		padding-top: 0;
	}


/* green content box */
.content_box1 {
	width:698px;
	background:#edf4df;
	padding:18px 11px;
	margin:0;
	text-align:left;
}

/* brown content box */
.content_box2 {
	width:698px;
	background:#f0e6de;
	color:#7a3b10;
	padding:18px 11px;
	margin:0;
	text-align:left;
}
.content_box2 h2{
	color:#7a3b10;
}

.resource_box {
	margin-top: 1.8em;
}
.cat_desc {
	padding-bottom: 12px;
	font-size: 110%;
	color: #767676;
}

a.res_name, a.res_name:visited {
	font-weight: bold;
	text-decoration: none;
	color: #767676;
	}
a.res_name:hover {
	text-decoration: underline;
	color: #000000;
	}
.res_desc {
	display: block;
	margin: 0px auto 5px;
}
a.res_link, a.res_link:visited {
	margin-left: 16px;
	color: #767676;
	}
a.res_link:hover {
	color: #000000;
	}

.media_desc {
	display: block;
	margin: 0px 0px 5px 16px;
}
.media_source {
	display: block;
	margin: 0px 0px 5px 16px;
	font-style: italic;
}



/* BEGIN issues hide and show div */

.issuelinks {
    display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
	padding-left: 12px;
	background: transparent url(../../img/template/arrow.gif) no-repeat left; 
}
a.hideLink {
	background: transparent url(../../img/template/arrow_open.gif) no-repeat left; 
}

.issuelinks {
	padding-left: 12px;
}

/* END issues hide and show div */


/* ========================================================================== */
}  /* end: SCREEN */





 
/* ========================================================================== */
