@charset "utf-8";
/* CSS Document */

/* general text styles */
p {
	color: #666;
	line-height: 18px;
	margin-bottom: 18px;
}


h1 { /* brown */
	color: #5A3A0C;
	font-size: 21px;
	
}
h2 { /* deep pumpkin */
	color: #AB6532;
	font-size: 16px;
	margin-bottom: 10px;	
	
}
h3 { /* deep pumpkin */
	color: #AB6532;
	font-size: 14px;
	margin-bottom: 10px;
	
}

h5 { /* deep pumpkin */
	color: #AB6532;
	font-size: 12px;
	
}

h6 { /* gray */
	color: #868686;
	font-size: 16px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
}
a { /* teal */
	color:#4F916C;
	text-decoration: none;
}
a:hover { /* orange */
	color:#CC9900;
}

a img {
	border-style:none;
}


/* divs and subsections */


#events .clear {
	margin-top: 40px;
}

#events p {
	margin-left: 335px;
}


#events p.marNone {
	margin-left: 0px;
}






/* paragraph/text styles */


.inline {
	display: inline;
}
.imgCaption p {
	margin-bottom: 0px;
}

.imgCaption { /* applied to div */
	font-size:10px;
	line-height:12px;
	padding:0 8px 8px;
}

p.note {
	font-size: 10px;
	line-height: 16px;
}


p.breadcrumb {
	color: #523018;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 10px;
	float: right;
}
p.list {
	line-height: 21px;
	margin-left: 30px;
}


.textOne {
	font-size: 14px;
	line-height: 21px;
}


.bold {
	font-weight: bold;	
}

.textCntr { /*aligns centered text - use with page titles et al*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}

.normal {
	font-weight: normal;
}

.right {
	text-align: right;
}


/*headings*/
#oneColContent h1 {
	margin-bottom: 30px;
}

.headTxt{
	color: #AB6532;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 21px;
	font-weight: bold;
}

.subHeadOne {
	font-size: 13px;
	font-weight: bold;
	color: #779317;
}
.subHeadTwo {/* brown */
	color: #5A3A0C;
	font-size: 18px;
	
}
.headingOne {
	font-size: 21px;
	line-height: 26px;
}

.headingTwo {
	font-size: 18px;
	line-height: 21px;
}

.headingThree {
	font-size: 16px;
}

.headingFour {
	font-size: 14px;
}


.emheading {
	font-style:italic;
	font-size: 12px;
	font-weight:normal;
}




/* list styles */

ul.listOne {
	margin-bottom: 30px;
	margin-left: 30px;
}
ul.listOne li {
	line-height: 18px;
	
}

ol.listOne {
	margin-bottom: 30px;
	margin-left: 30px;
}
ol.listOne li {
	line-height: 18px;
}


ul.listTwo {
	margin-bottom: 30px;
	margin-left: 30px;
}
ul.listTwo li {
	line-height: 18px;
	margin-bottom: 8px;
}


ul.unitDocs  { /* inline link list */
	margin-bottom: 40px;
	list-style-type: none;
	
}

ul.unitDocs li span {
	font-size: 11px;
	font-weight: normal;
	
}

ul.unitDocs li {
	color: #666;
	display: inline;
	margin-right: 7px;
	font-size: 12px;
}


ul#ssMenu { /* anchor menu floated left of paragraph ala CHP unit plan */
	float: left;
	margin-right: 20px;
	list-style-type: none;
	background-color: #cad2bb;
	padding: 10px 15px;
	margin-bottom: 15px;
}

ul#ssMenu li {
	color: #666666;
	line-height: 21px;
}

li.ssName{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}


/* form styles */

legend { /* gray */
	color: #868686;
	font-size: 18px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	margin-left: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

#appOne {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	
}

#appOne .appRow {
	clear: both;
}

#appOne form {
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}


#appOne label {
	margin-right: 10px;
	width: 150px;
	margin-bottom: 15px;
	display: block;
	float: left;
}
.left  {
	margin-bottom: 15px;
	color: #666;
}


#appOne .formColLft {
	float: left;
	margin-right: 30px;
}

#appOne .formColRt {
	float: left;
	margin-right: 30px;
	
}




#appOne .formColLft input, #appOne .formColRt input {
	display: block;
}

#appOne p {
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #333;
}



#appOne textarea {
	margin-bottom: 25px;
}

#appOne p.emphasis {
	color: #AB6532;
}
/* anchor styles */


/* image styles */



div.imgBoxStack { /* floated left column image with caption */
	float:left;
	margin:0 15px 15px 0px;
	text-align:center;
}

img.floatRt {
	margin-left: 15px;
}

img.floatlft {
	margin-right: 15px;
}



div.imgBoxLeft { /* floated left inline image */
	float:left;
	background:#F5F3E8;
	border:1px solid #797979;
	overflow:hidden;
	text-align:center;
	margin:0 15px 15px 0;
}


div.imgBoxRight { /* floated right inline image */
	float:right;
	margin:0 0 15px 15px;
	background:#F5F3E8;
	border:1px solid #797979;
	overflow:hidden;
	text-align:center;
}

.imgBoxHoriz { /* image width used: 300px */
	width: 316px;	
}
.imgBoxTwo { /* image width used: 210px */
	width: 226px;	
}




div.imgBoxRight img, div.imgBoxLeft img  {
	margin:8px;
}



img.center {
	margin-right: auto;
	margin-left: auto;
}

/* margins and floats */

.floatRt {
	float: right;
}
.floatlft {
	float: left;
	clear: both;
}

.marLft30 {
	margin-left: 30px;
}
.marLft160 {
	margin-left: 160px;
}

.marLft165 {
	margin-left: 165px;
}
.marLft230 {
	margin-left: 230px;
}

.marBtm0 {
	margin-bottom: 0px;
}

.marBtm10 {
	margin-bottom: 10px;
}


.marBtm25 {
	margin-bottom: 25px;
}

.marBtm20 {
	margin-bottom: 20px;
}
.marBtm30 {
	margin-bottom: 30px;
}

.marBtm40 {
	margin-bottom: 30px;
}
.marTop20 {
	margin-top: 20px;
}
.marTop30 {
	margin-top: 30px;
}

.marTop40 {
	margin-top: 40px;
}
.marRt15 {
	margin-right: 15px;
}

.marNone {
	margin: 0px;
	padding: 0px;
}


/*misc styles*/
.block {
	display: block;
}

.hr { /*horizontal rule applied to element*/
	width:100%;
	border-top: 1px dotted #666666;
	padding-top: 10px;
	
}

.hrTwo { /*horizontal rule applied to element*/
	width:75%;
	border-top: 1px dotted #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	
}


.left {
	text-align: left;
}

.red {
color: #900;
}
