/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#808080;
	font-size:1.3em;
	line-height:1.8em;
}
.typography p {
	margin-bottom:20px;
}


/** 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;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:14px;
	line-height:1.125em;
	color:#F15D22;
	
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:3.2em;
		letter-spacing:.06em;
		font-weight:normal;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:2.2em;
	}
	.typography h4 {
		font-size:2.2em;
	}

/* LINK STYLES */
.typography a {
	color:#F15D22;
  	font-size:1em;
  	text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.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;
}

/* ------------ Sidebar Copy Formatting --------------- */

.side_content {
	font-size:1em;
	color:#636467;
	line-height:1.6em;
}

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

.side_content img {
	border:0;
	margin:0;
	padding:0;
}

.side_content p{
	font-family:Verdana, Arial, sans-serif;
	margin:-3px 0 10px 0;
	padding:0;
}

.side_content ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 -20px;
	padding:3px 20px 14px;
	background:url(../site_graphics/ribbon_bkg.gif) center bottom no-repeat;
	text-transform:uppercase;
	font-size:1.125em;
	font-weight:bold;
	color:#FFF;
	background-color:#C1D82F;
	list-style: none;
}

.side_content li {
	margin:0;
	padding:0;
	display:inline;
	text-decoration:none;
}

.side_content a{
	color:#F15D22;
	text-decoration:none;
}

.side_content a:visited{
	color:#F15D22;
}

.side_content a:hover{
	color:#F15D22;
	text-decoration:underline;
}

/* ------------ News List Copy Formatting --------------- */

#NewsList {
	margin:0 0 15px 0;
	text-decoration:none;
}

.news_date {
	font-weight:bold;
	color:#CCCCCC;
}

.news_title a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	color:#F15D22;
	text-decoration:none;
}

.news_title a:visited{
	color:#F15D22;
}

.news_title a:hover{
	color:#F15D22;
	text-decoration:underline;
}

.news_summary {
	margin:5px 0 8px 0;
	color:#808080;
	font-size:1.3em;
	line-height:1.8em;
}

.read_more {
	border-top:1px solid #CCC;
	padding:4px 0 0 0;
	margin:5px 0 20px 0;
	text-align:right;
}

.news_summary a{
	color:#F15D22;
	text-decoration:none;
}

.news_summary a:visited{
	color:#F15D22;
}

.news_summary a:hover{
	color:#F15D22;
	text-decoration:underline;
}

/* ------------ Footer Copy Formatting --------------- */

.foot_copy{
	font-family:Verdana, Helvetica, Arial;
	font-size:1em;
	font-weight:normal;
	letter-spacing:.03em;
	color:#555;
	margin: 105px 20px 0 0;
	float:right;
	clear:none;
}

.foot_copy p {
	margin:0;
	padding:0;
}

.foot_copy a:link {
	text-decoration:none;
	color:#555;
}

.foot_copy a:visited {
	text-decoration:none;
	color:#555;
}

.foot_copy a:hover {
	text-decoration:none;
	color:#F15D22;
}

/* ------------ Sitemap Copy Formatting --------------- */

.sitemap_list {
	padding:0;
	margin:0; 
	list-style:none; 
} /*1st level list*/
	
.sitemap_list li {
	margin-bottom:10px; 
	font-size:20px; 
} /*1st level items*/
 
.sitemap_list ul a{
	margin:0 10px 10px 10px; 
	padding:5px 10px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f15d22;
	} /*2nd level lists*/

.sitemap_list li li {
	padding:0; 
	margin:0; 
	list-style:none; 
	font-size:11px; 
	line-height:18px; 
	} /*2nd level items*/
 
.sitemap_list ul ul {
	font-weight:bold; 
	margin-left:10px;
	padding:5px 10px;
	} /*3rd level lists*/

.sitemap_list li li li {
	font-size:12px; 
	font-weight:normal;
	} /*3rd level items*/