/* 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 18px 0;
	font-size: 26px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #7E0000;
	font-style: bold;
	border-bottom:2px dotted #7E0000;
}
h2 {
	font-size: 20px;
	margin:24px 0 14px 0;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #7E0000;
	font-style: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E0000;
	margin: 24px 0 4px 0;
	font-weight:bold;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7E0000;
	margin: 0px 0 4px 0;
	font-weight:bold;
	line-height:130%;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004A80;
	margin: 0px 0 12px 0;
	font-weight:normal;
}
h6 {
	font-size: 12px;
	color: #000;
	margin: 0;
	font-weight:normal;
}

/* ----------------------------------------GLOBAL TEXT STYLES----------------------------------------*/

/* text size within p tags*/
p {
	font-size: 14px;
	margin:0;
	line-height:130%;
	margin-bottom: 12px;
}
ul, ol, li {margin:0;}
ol li {margin-bottom:8px;}

/*font-weight bold style*/
.bold {
	font-weight: bold;
}

/* caption font-size style (for the image captions)*/
.caption_text {
	font-size: 12px;
}
/* list styles--main pages*/
ul.bullet {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom:14px;

}
ul.bullet li {
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-bottom: 2px;
	list-style-position: outside;
	background-image: url(../images/structure/bullet.png);
}
ul.right-nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom:14px;

}
ul.right-nav li {
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	margin-bottom: 14px;
	list-style-position: outside;
	background-image: url(../images/structure/bullet.png);
}
.border {
border:2px solid #CCCCCC;
}
.rightcol-text p {font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:24px;}
.rightcol-text .quote {
	font-size:28px;
	line-height:12px;
	font-weight:bold;
	color:#7E0000;
	font-family:"Times New Roman", Times, serif;
}
.divider {background-image:url(../images/structure/h-line.gif); background-position: center left; background-repeat:repeat-x; margin:30px 30px 4px 30px;width:680px;text-align:center;}
.divider img {margin:0px 10px;background-color:#FFF;padding:0px 10px;}
