/* Note that the twoColContent region falls within the content and content-group divs:
content
	content-group
		twoColContent
------------------------------------------------------------------ */

/* =wrapperOneCol (this removes the green background from the left-side navigation)
----------------------------------------------- */
#wrapperOneCol {
	float:left;
	width:814px;
	margin: 0px;
	padding: 0px;
	background: url(../images/shadow1col.png) repeat-y;
	background-position: right top;	
}

/* =oneColContent (no left navigation and no right-column; only one big white content area)
----------------------------------------------- */
#oneColContent {
	padding: 1px 20px 1px 25px;
	margin: 6px 10px 10px 6px;
	font-size: 85%;
}

#oneColContent img {
	/*float: left; */
	padding: 4px 8px 2px 0px;
	margin: 4px 12px 0px 0px;
}

#oneColContent h1 {
	font-size: 175%;
	color: #800000;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
#oneColContent h2 {
	font-size: 150%;
	color: #333333;
	margin-top:10px;
	margin-bottom:15px;
	border-bottom: none;
	clear:both;
}

#oneColContent h3 {
	padding-top: 15px;

}
#oneColContent h4 {

}
#oneColContent h5 {

}
#oneColContent h6 {
	font-size: 85%;

}

#oneColContent blockquote {
	background-color: #F0DB84;
	border: #666666 1px solid;
	padding: 1px 8px 1px 10px;
	margin: 15px 10px 15px 20px;
	color: #666666;
}
#oneColContent blockquote h2 {
	background: #669966 url(../images/hdr.jpg) repeat-x;
	color: #3A3A3A;
	padding: 2px 5px 2px 5px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}

#oneColContent ul {
	padding-top: 0px;
	list-style: none;
	margin-left: 0;
	padding-left:20px;	
}

#oneColContent li{
	background-image: url(../images/template_arrow_sm.gif); 
/*	background-image: url(/images/arrow.gif); */
	background-repeat: no-repeat;
	/* below, regarding bullet image: number on left controls left/right position | number on right controls height  */
	background-position: 18px 3px; 
	list-style-image: none;
	list-style-type: none;
	padding-left:35px;
	padding-right: 45px;
	font-weight: normal;
	padding-top: 0px;
	font-size: 100%;
}
 
#oneColContent li.pdf {	
	padding: 5px 0 0 27px; 
	background: url(../images/pdf.gif) no-repeat 0px 5px;	
}

#oneColContent ul li ul{
padding-bottom:15px;
padding-right:5px;
margin-left:0px;

}

#oneColContent ul li ul li{
	background-image: none;
	padding-left:0px;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 5px;
	list-style-type: none;
	display:inline;
}

/* =imgRight displays an inset image on the right side of the page; use the h6 tag to create a note under the image
-------------------------------------------- */
#imgRight {
	float: right;
	width: 305px;
	border: 1px solid #CCC;
	clear: none;
	padding: 1em;
	margin: .5em;
}
#imgRight h6 {
	clear: both;
	padding: 0px 10px 0px 8px;
}
#imgRight img {
	padding: 10px;
}

/* =imgLeft displays an inset image on the left side of the page; use the h6 tag to create a note under the image
-------------------------------------------- */
#imgLeft {
	float: left;
	width: 300px;
	border: 1px solid #CCC;
	clear: none;
	padding: 1em;
	margin: .5em;
}
#imgLeft h6 {
	clear: both;
	padding: 0px 10px 0px 8px;
}
#imgLeft img {
	padding: 10px;
}

/* =notext must be placed as a div after the imgRight and imgLeft divs if you plan to place two images side by side.
	clear will help prevent text from showing up in between the two images.
-------------------------------------------- */
#notext {
	font-size: 30em;
}

/* =imgRight displays an inset image; use the h6 tag to create a note under the image
-------------------------------------------- */
#imgBig {
	float: inherit;
	width: 650px;
	border: 1px solid #CCC;
	clear: none;
	padding: 1em;
	margin: .5em;
}
#imgBig h6 {
	clear: both;
	padding: 0px 10px 0px 8px;
}
#imgBig img {
	padding: 10px;
}


#footer1col {
	float:left;
	width:100%;
	color: #E6E6E6;
	font-size: 80%;
	padding-top: 36px;
	padding-bottom: 20px;
	text-align: center;
	background: #669966 url(../images/footer1col.jpg) no-repeat;
	background-repeat: no-repeat;
}

#footer1col img{
	float:right;
	padding-top: 15px;
}

#footer1col a {
	color: #FFFFFF;
}
 
#footer1col p a:hover {
	color: #804000;
}

#footer1col p {
	margin: 10px;
}

#footer1col ul {
	background: #669966;
	border-bottom: 0;
	float: left;
	margin: 8px 0px 0px 35px;
	padding: 0px 0px 0px 35px;
	width: 700px;
}

#footer1col li {
/*	float: left;  */
	list-style-type: none;
}

#footer1col li a {
	border-right: 1px solid #2F602D;
	color: #E6E6E6;
	display: inline;
	float: left;
	font-size: 95%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border-bottom: none;
}

#footer1col li a:hover {
	background: none;
	color: #006633;
}

#footer1col li a.last {
	border-right: none;
	}

