/* reset.css */

.typography, h1, h2, h3, h4, h5, h6, p, blockquote, table, form, fieldset, ul, ol, li, td {
	font-size:100%;
}

/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	color: #414141;
	font-family: Arial, Verdana;
	font-size: 12px;
}

.typography blockquote {
	margin-left:20px;
}
.typography hr {
	height: 1px;
	color: #809c82;
	border: 0px;
	background-color: #809c82;
	margin: 0px;
	padding: 0px;
}

.typography p {
	margin-bottom:20px;
}





.typography, .typography p, .typography td, .typography li, .typography ul {
	color: #5a5a5b;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
}

.typography h1 {
	color: #faa61a;
	font-family: Arial, Verdana;
	font-size: 24px; 
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 5px;
}

.typography h2 {
	color: #c0760e;
	font-family: Arial, Verdana;
	font-size: 18px; 
	font-weight: normal;
}

.typography h3 {
	color: #046d3a;
	font-family: Arial, Verdana;
	font-size: 18px; 
	font-weight: bold;
}

.typography h4 {
	color: #4a4141;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
}

.typography a {
	color: #046d3a;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.typography a:hover {
	color: #b0ad07;
	text-decoration: underline;
}


em, EM { font-style: italic; }
.typography em { font-style: italic; }
.typography p em { font-style: italic; }








fieldset { border: 0px; }


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

.typography table {
	font-size:0.9em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}




/* MY CODE */

.myTypography, .myTypography p, .myTypography td, .myTypography li, .myTypography ul {
	color: #5a5a5b;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
}

.myTypography ul, .myTypography ol {
	margin-left:45px;
}


.myTypography h1 {
	color: #faa61a;
	font-family: Arial, Verdana;
	font-size: 24px; 
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 5px;
}

.myTypography h2 {
	color: #c0760e;
	font-family: Arial, Verdana;
	font-size: 18px; 
	font-weight: normal;
}

.myTypography h3 {
	color: #046d3a;
	font-family: Arial, Verdana;
	font-size: 18px; 
	font-weight: bold;
}

.myTypography h4 {
	color: #4a4141;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
}

.myTypography a {
	color: #cb8b00;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.myTypography a:hover {
	color: #000000;
	text-decoration: underline;
}


em, EM { font-style: italic; }
.myTypography em { font-style: italic; }
.myTypography p em { font-style: italic; }





.myTypography #homeNews h1 {
	color: #faa61a;
	font-family: Arial, Verdana;
	font-size: 18px; 
	font-weight: normal;
	margin-bottom: 25px;
}

.myTypography #homeNews p {
	color: #5a5a5b;
	font-family: Arial, Verdana;
	font-size: 11px; 
	font-weight: normal;
	margin-bottom: 15px;
}

.myTypography #homeNews p span.newsHeader {
	font-weight: bold;
}

.myTypography #homeNews p a {
	color: #e09210;
	text-decoration: none;
	font-size: 11px; 
	font-weight: normal;
	margin-bottom: 15px;
}

.myTypography #homeNews p a:hover {
	color: #a46908;
	text-decoration: underline;
}








.breadcrumbs {
	color: #838e84;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 25px;
}

.breadcrumbs a {
	color: #cb8b00;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #673c05;
	text-decoration: underline;
}