/* Volunteers and Invasive Plants: Learning and Lending a Hand: Typography Stylesheet*/

/* This stylesheet is read second by the web pages.*/

/* This stylesheet contains only typography styles.  The styles within this stylesheet are ones the client will be able to select when updating the site with Contribute.*/

/* ----------------------------------------GLOBAL HEADER STYLES----------------------------------------*/

/* header styles for h tags*/
h1 {
	margin:0 0 10px 0;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	font-style: italic;
	letter-spacing: 1px;
}
.header_div h1 {
	margin:0;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #003300;
	font-style: italic;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.4em;
	color: #003300;
	margin: 1.2em 0 0 0;
	font-weight:bold;
}
h3 {
	font-size: 1.4em;
	color: #003300;
	margin: 0px 0 4px 0;
	font-weight:bold;
}
h4 {
	font-size: 1.2em;
	color: #000000;
	margin: 24px 0 12px 0;
	font-weight:bold;
}
h5 {
	font-size: 1.2em;
	color: #003300;
	margin: 0;
	font-weight:normal;
}
h6 {
	font-size: 1.2em;
	color: #003300;
	margin: 0;
	font-weight:normal;
}

/* ----------------------------------------GLOBAL TEXT STYLES----------------------------------------*/

/* text size within p tags*/
p {
	font-size: 1.2em;/*was 1.2*/
	margin:0;
	line-height:1.4em;
	margin-bottom: 1.2em;
}
ul, ol, li {margin:0;}

/*font-weight bold style*/
.bold {
	font-weight: bold;
}

/* caption font-size style (for the image captions)*/
.caption_text {
	font-size: 1em;
}
/* list and unordered list styles--main pages*/
#content_main li {
	font-size: 1.2em;/*was 1.2*/
	margin-left: 15px;
}
#content_main  ul, ol {
	margin-bottom: 1.2em;
}
#content_main ol li {
	font-size: 1.2em; /*was 1.2*/
	margin-bottom: 1.2em;
}
.no_space li {
	margin-bottom: 0!important;
}

/* table base font-size style*/
table p {
	font-size: 1.2em;/*was 1.2*/
}
.model p {
	margin-bottom: 12px!important;
}
p.sm_space {
	margin-bottom: 6px!important;
}
.first {
	margin-top:24px;
}
.indent {
	margin-left: 20px;
}

/* style for the line before a bulleted list sothere is no line space*/
.pre_bullet {
	margin-bottom:0!important;
}
.spaced_bullets li {
	margin-bottom:1.2em; /*was 1.2*/
}
.first_letter {
	font-size: 1.5em;
	color: #006600;
/*	font-weight:bold;*/
}
.modeltn_text {
	padding-top:0px;
}
.border {
border:4px double #DCAA5F;
}

