/**
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}

.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 {
	margin-top: 20px;
	margin-bottom:5px;
	
	color:#0083C8;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 a {
		font-size:22px;
		color: #94dd22;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  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;
}

blockquote {
	margin: 15px;
	padding: 3px 5px;
	padding-left: 12px;
	font-style: italic;
	line-height: 17px;
	border-left: 5px solid #3c3c3c;
}

blockquote ul {
	
	color:#FFFFFF;
	padding-left: 20px;
}

blockquote ul li {
	list-style: circle;
	padding-left: 10px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;

	
}

p.breadcrumb {
	color: #feb528;
}

.line {
	height: 2px;
	border-bottom: thin #FFF dotted;
	}

h3.orange {
	color: #94dd22;
	font-size:16px;
}

.WidgetHolder {
	margin-top: -22px;
	margin-bottom: 20px;
}

ul.archiveMonths li {
	list-style: none;
}

.blogEntry p img {
	border:#999999 thin solid;
	padding: 5px;
	margin-top: 5px;
}

.newmenu {
	float: right;
	height: 20px;
	margin-top: 7px;
	width: 230px;
	text-align:right;
	margin-right: 15px;
}

.newmenu ul li {
	display: inline;
}

.designbox {
	border: #fff solid 2px;
}

.designbox:hover {
	border:  #66FF00 solid 2px;
	cursor: pointer;
}

.g-plusone {
	position: relative;
	z-index: 9999;
}

img.left {float: right !important; margin-left: 10px !important;}