*{	
	margin:0;
	padding:0;
}

@font-face {
	font-family: "asap";
	src: url('../fonts/Asap-Regular.otf') format("opentype");
}

img{
	border:0;
}
img.rounded-corners {
	border-radius: 5px;
}
img.img-left{
	float:left;
	margin:0 20px 10px 0;
	border-radius: 5px;
}
img.img-right{
	float:right;
	margin:0 0 10px 20px;
	border-radius: 5px;
}

img.img-left-caption { 
	border-radius: 5px 5px 0 0;
}

img.img-right-caption {
	border-radius: 5px 5px 0 0;
}

body.mce-content-body {
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	font-size: 93.75%; /* default font size */ 
	color: #1F1F1F;	
}

body.mce-content-body.narrow-content {
	width:480px;
}
body.mce-content-body.wide-content {
	width:710px;
}
body.mce-content-body.side-content {
	width:200px;
}
body.mce-content-body.link-content {
	width:160px;
	text-align:center;
	background-color:#F7F7F7;
	border:1px solid #E1E1E1;
}

body.mce-content-body img.img-left-caption {
	float: left;	
}

body.mce-content-body img.img-right-caption {
	float: right;	
}

img.img-left-credit { 
	border-radius: 5px 5px 0 0;
}

img.img-right-credit {
	border-radius: 5px 5px 0 0;
}

body.mce-content-body img.img-left-credit {
	float: left;	
}

body.mce-content-body img.img-right-credit {
	float: right;	
}

.left {
	float: left;	
}

.right {
	float: right;
	margin-right: 0;	
}

.clear {
	height: 0;
	clear: both;	
}

p.clear {
     clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-bottom:0.5em;
	font-family: 'asap', Calibri, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 233.25%;
	color: #005BBF;
	font-weight: normal;
	margin-bottom: 25px;	
}

h2 {
	font-size: 166.66%;
	color: #005BBF;
	font-weight: normal;
	margin: 3px 0 20px 0;	
}

h3 {
	color: #005BBF;
	font-size: 133.25%;
	font-weight: normal;
	margin-bottom: 14px;	
}

h3.blog-headline {
	color: #437106;
}

h4 {
	margin-bottom: 20px;
}

p{
	margin-bottom:1.2em;
}

p.sub-title {
	font-size: 112.50%;
	color: #000000;
	font-weight: normal;
	margin-bottom: 25px;	
}

p.intro {
	font-size: 120%;	
}

p.homepage-intro {
	color: #525252;
	font-size: 120%;	
}

p.small-text {
	font-size: 87.50%;
	margin-bottom: .4em;	
}

p.small-text-normal-spacing {
	font-size: 87.50%;
}

a{
	text-decoration:none;
	color: #005BBF;	
}

a.anchor {
	background: url('../images/blue_arrow.png') no-repeat center left;
	padding-left: 15px; 
	display: inline-block;	
}
a.return-to-top {
	border-bottom: 1px solid #C5C5C5;
	width: 460px;
	display: block;
	text-align: right;
	padding: 0 20px 15px 0;
	font-size: 93.33%;
	clear: both;
	background: url('../images/navy_arrow_up.png') 466px 6px no-repeat;
	margin-bottom: 30px;
}

a:hover{
	text-decoration:underline;
}

hr{
	background-color: #DDDDDD;
	clear:both;
	margin: 30px 0;
	height: 1px;
	border: none;
}

ul,
ol{
	padding-left:1.2em;
	margin-bottom:1.2em;
}

ul {
	margin: 0 0 30px 20px;
	padding: 0;
}
li{
	margin-bottom:0.5em;
}

li.last-child {
	margin-bottom:1.2em;
}

ul.blue-arrow {
	margin: 0;
	padding: 0;	
	list-style: none;
}

ul.blue-arrow li {
	padding-left: 15px;
	background: url('../images/blue_arrow.png') no-repeat 0 center;
	margin-bottom: 0.5em;
}

ul.blue-arrow-list {
	margin: 0;
	padding: 0;	
	list-style: none;
}

ul.blue-arrow-list li {
	padding-left: 15px;
	background: url('../images/blue_arrow.png') no-repeat 0 center;
	margin-bottom: 1.5em;
}

table{
	margin-bottom:1.2em;
	border-collapse:collapse;
}

body.mceContentBody {
   background: #FFFFFF;
   text-align:left;
   margin:0px;
   font-size:100%;
}

.mceContentBody a {
	color: #1988c8 !important; /* FF requires a important here */
	text-decoration:underline;
}

a.button-blue {
	display: inline-block;
	background-color: #005BBF;
	color: #FFFFFF;
	border-bottom: 3px solid #002855;
	padding:  10px 20px 6px 20px;
	border-radius: 5px;	
	margin: 0 0 20px 0;
	text-decoration: none;
	min-height: 20px;
}

a.button-navy {
	display: inline-block;
	background-color: #003D7F;
	color: #FFFFFF;
	border-bottom: 3px solid #002855;
	padding:  10px 20px 6px 20px;
	border-radius: 5px;	
	margin: 0 0 20px 0;
	text-decoration: none;
	min-height: 20px;
}

a.button-green {
	display: inline-block;
	background-color: #5A970B;
	color: #FFFFFF;
	border-bottom: 3px solid #437107;
	padding:  10px 20px 6px 20px;
	border-radius: 5px;	
	margin: 0 0 20px 0;
	text-decoration: none;
	min-height: 20px;
}

a.button-orange {
	display: inline-block;
	background-color: #F26818;
	color: #FFFFFF;
	border-bottom: 3px solid #A63D00;
	padding:  10px 20px 6px 20px;
	border-radius: 5px;	
	margin: 0 0 20px 0;
	text-decoration: none;
	min-height: 20px;
}

/* ADDITIONAL STYLES */

table.tinted-table {
	background: #F7F7F7;
	padding: 10px;
	border-collapse:separate;
	border: 1px solid #E1E1E1;
}

.faq-set h3 {
	font-size:100%;
}
#footer .footerh2 {
	font-size: 115%;
	font-family: "asap",Calibri,Arial,Helvetica,sans-serif;
	color: #525252;
	font-weight: normal;
	margin-bottom:0.5em;
	line-height: 1.1;
	display:block;
}

.blue-text,
#buttonset-wrapper .button .content .blue-text {
	color:#005BBF;
}

/* TABLE STYLES */

table.style1,
table.style2 {
  border-collapse: collapse;
  border-bottom: 2px solid #ccc;
  margin-bottom: 30px;
}
table p {
	margin:0;
}

table.style1 td {
  text-align: left;
  border: 1px solid #ccc;
  font-size: 90%;
  padding:5px 6px 5px 10px;
}

table.style1 thead td {
	text-align: left;
	background-color:#005BBF;
	color:white;
	border: 1px solid #005BBF;
	font-size: 90%;
	padding:5px 6px 6px 10px;

}

table.style2 td {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 90%;
  padding:10px 10px 10px 10px;
}
table.style2 thead td {
	text-align: left;
	background-color:#005BBF;
	color:white;
	border: 1px solid #005BBF;
	font-size: 90%;
	padding:10px 10px 10px 10px;

}

table.style1 tbody tr:nth-child(odd) {
  background: #eee;
}
table.style2 tbody tr:nth-child(odd) {
  background: #eee;
}
br[data-mce-bogus="1"]{
	height:5px !important;
}