/* 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 {
	font-size: 1.4em;
	color: #FFFFFF;
	margin: 6px 0 0 18px;
	padding: 0;
	font-weight:bold;
}

h2 {
	font-size: 1.4em;
	color: #CC6600;
	margin: 1.2em 0 0 0;
	font-weight:bold;
}
h3 {
	font-size: 1.4em;
	color: #CC6600;
	margin: 0 0 4px 0;
	font-weight:bold;
}
h4 {
	font-size: 1.4em;
	color: #000000;
	margin: 0 0 4px 0;
	font-weight:bold;
}
h5 {
	font-size: 1.4em;
	color: #CC6600;
	margin: 0 0 12px 0;
	font-weight:bold;
}
/* ----------------------------------------GLOBAL TEXT STYLES----------------------------------------*/

/* text size within p tags*/
p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

/* 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;
}
#content_main  ul, ol {
	margin-left: 30px;
	margin-bottom: 1.2em;
}
/* list and unordered list styles--module pages*/
#content_main_mod li {
	font-size: 1.2em;
}
#content_main_mod  ul, ol {
	margin-left: 30px;
	margin-bottom: 1.2em;
}
/*#content_main_mod ul.doublespace, ol.doublespace {
	margin-left: 30px;
	margin-bottom: 2.4em;
}*/

/* table base font-size style*/
table {
	font-size: 1.2em;
}
.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;
}
.vendor_cat p {
	margin-bottom:8px;
	color:#994400;
	font-size:1.1em;
}

.orange_bold {
	color: #994400;
	margin: 0;
	font-weight:bold;
}
.orange_ital {
	color: #994400;
	margin: 0;
	font-style:italic;
	font-size:11px;
}
/*.quoteL {
	font-size:2.4em;
}
.quoteR {
	font-size:2.4em;
	line-height: 6px;
}*/
.testimonial_box p {
	margin-bottom:0;
}
.quote {
	margin-top:4px;
	margin-bottom:1.2em!important;
	font-size:1.1em;
	text-align:right;
}
/* ----------------------------------------CONTENT IMAGE STYLES----------------------------------------*/

/* for floating content images--not used in templates--all pages*/
.leftimage {
	margin: 0 20px 20px 0;
	float: left;
}
.rightimage {
	float: right;
	margin: 0 0 20px 20px;
}


/* ----------------------------------------GLOBAL CLEAR STYLE----------------------------------------*/

/* to clear elements to left and right of blocks - so images appear with respective headings and paragraphs--might not need the font size and line height*/
.clearit {
	display: block;
	clear: both;
	height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
}
