.typography * {
	font-family: DroidSansRegular, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p, .typography ul li, .typography ol li, .typography a, .typography label, .typography dd, .typography dt {
	color:#333;
	font-size:1.0em;
	line-height:1.3em;
}
.typography p {
	margin-bottom:10px;
}
.typography p label, .typography li label {
	font-size:1em;
}
/** CMS LIST STYLES **/
.typography ul, .typography ol {
	margin-left:0px;
	margin-bottom:10px;
	padding: 0;
}
.typography ul li, .typography ol li {
	line-height:1.3em;
	list-style-position:outside;
	margin:0 0 0 20px;
}
.typography ul li {
	list-style: square;
}
.typography ul.checklist {
 margin-left: 3px;
}
.typography ul.checklist li {
	list-style-image: url(../images/list-check-black.png);
}
.typography ol li {
	list-style-type:decimal;
}
/* HEADER STYLES */

.typography h1, .typography h2, .typography h3, .typography h4 {
	margin-bottom:10px;
	color:#0083C8;
	font-family: DroidSansBold, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
}
.typography h1, .typography h4 {
	font-weight:bold;
}
.typography h2, .typography h3 {
	font-weight:bold;
}
.typography h1 {
	font-size:1.3em;
	padding-bottom: 1.6em;
}
.typography h2 {
	font-size:1.3em;
}
.typography h3 {
	font-size:1.0em;
}
.typography h4 {
	font-size:1.0em;
}
/* LINK STYLES */
.typography a {
	color:#0083C8;
	font-size:1.0em;
	text-decoration:none;
}
.typography a:hover {
	text-decoration:underline;
}
.typography a.current, .typography a.section {
	text-decoration: none;
	color: #ff3;
}
.typography table {
	font-size:1.0em;
}
.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;
}
.typography p.extra-link {
	font-family: DroidSansBold, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom:0;
}
.typography p.yellow-link {
	font-family: DroidSansBold, Calibri, "Gill Sans MT", "Gill Sans", GillSans, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom:0;
}
.typography p.extra-link a, .typography p.yellow-link a {
	text-decoration: none;
	background-image: url(../images/button-arrow-black.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 15px;
}
.typography .checklist {
}
/* color variations */
/* green */
.grid_green a {
	color: #002652;
	text-decoration: underline;
}
.grid_green a:hover {
	color: #ff3;
	text-decoration: underline;
}
.grid_green h2 a {
	color: #FFFF33;
}
.grid_green p, .grid_green ul li, .grid_green ol li, .grid_green label, .grid_green dd {
	color: #002652;
}
.grid_green dt {
	color: #FFF;
}
.grid_green h1, .grid_green h2, .grid_green h3, .grid_green h4 {
	color: #fff;
}
.grid_green ul.checklist li {
	list-style-image: url(../images/list-check-blue.png);
}
.grid_green ul li.extra-link {
	list-style-image: url(../images/list-arrow-blue.png);
}
/* blue */
.grid_blue a {
	color: #99CA3A;
	text-decoration: underline;
}
.grid_blue a:hover {
	color: #ff3;
	text-decoration: underline;
}
.grid_blue p, .grid_blue ul li, .grid_blue ol li, .grid_blue label, .grid_blue dd {
	color: #fff;
}
.grid_blue dt {
	color: #ff3;
}
.grid_blue h1, .grid_blue h2, .grid_blue h3, .grid_blue h4 {
	color: #fff;
}
.grid_blue ul.checklist li {
	list-style-image: url(../images/list-check.png);
}
.grid_green p.extra-link {
	color: #002652;
}
.grid_blue p.extra-link {
	color: #FFF;
}
.grid_green p.extra-link a {
	background-image:url("../images/button-arrow-blue.png");
	color: #002652 !important;
	text-decoration: none;
}
.grid_blue p.extra-link a {
	background-image:url("../images/button-arrow.png");
	text-decoration: none;
	color: #FFF  !important;
}
.grid_green p.yellow-link, .grid_blue p.yellow-link {
	color: #FF3;
}
.grid_green p.yellow-link a, .grid_blue p.yellow-link a {
	background-image:url("../images/button-arrow-yellow.png");
	text-decoration: none;
	color: #FF3  !important;
}
.grid_green .extra-link a:hover, .grid_blue .extra-link a:hover, .grid_green .yellow-link a:hover, .grid_blue .yellow-link a:hover {
	text-decoration: underline;
}
