@charset "utf-8";

body{
	font-family: Helvetica, Arial, sans-serif;
	background-color: #efefef;
	color: #222;
}
a:link {
	text-decoration: none;
	color: #cf2827;
}
a:visited {
	text-decoration: none;
	color: #cf2827;
}
a:hover {
	text-decoration: none;
	color: #26328a;
}
a:active {
}

p {
  color: #51534a;
}
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.9em;
  font-weight: 300;
  font-style: normal;
  color: #446caa;
  margin: 40px 0px 30px 0px;
}
h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #51534a;
  margin: 10px;
}
h3 {
	font-size: 1.4em;
	font-weight: 300;
	color: #446caa;
	margin: 40px 0 20px 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	font-weight: 600;
	color: #f58000;
	margin: 8px 0;
	padding: 0;
}
h5 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 8px 0;
	padding: 0;
}

.spacer-bottom10 {
	margin-bottom: 10px;
}
.spacer-bottom20 {
	margin-bottom: 20px;
}
.spacer-bottom30 {
	margin-bottom: 30px;
}
.spacer-bottom50 {
	margin-bottom: 50px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.center-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.logo-top {
	margin: 0;
	padding: 0;
	height: 144px;
	width: 100%;
	background: url(../images/akin_saves_head_04.png) no-repeat top center;
}

.top-background {
	background-color: #d9d2c5;
	border-width: 20px 0px 0px 0px;
	border-color:#ff4500;
	border-style: solid;
}
.title-main {
	font-size: 1.3em;
	margin: 40px 26px 10px 26px;
	line-height: 1.5em;
}
.title-main-b {
	font-size: 1.3em;
	margin: 0px 26px 30px 26px;
	line-height: 1.5em;
}
.title-main-ba {
	font-size: 1.3em;
	margin: 0px 26px 10px 26px;
	line-height: 1.5em;
}
.title-main-c {
	font-size: 1.5em;
	margin: 0px 26px 30px 26px;
	line-height: 1.5em;
}

.title-gold {
	font-size: 1.75em;
	color: #a29060;
	margin: 0px 26px 12px 26px;
	line-height: 1.5em;
}
.title-gold-center {
	font-size: 1.75em;
	color: #a29060;
	margin: 0px 26px 24px 26px;
	line-height: 1.5em;
	text-align: center
}
.title-gold-b {
	font-size: 1.75em;
	color: #a29060;
	margin: 30px 26px 12px 26px;
	line-height: 1.5em;
}
.title-gold-c {
	font-size: 1.65em;
	color: #a29060;
	margin: 0px 26px 12px 40px;
	line-height: 1.5em;
}
.title-green {
	font-size: 1.5em;
	color: #62a744;
	margin: 0px 40px 12px 40px;
	line-height: 1.5em;
}

.title-green-sub {
	font-size: 1.4em;
	color: #62a744;
	line-height: 1.5em;
	margin: 20px 40px 15px 0px;
}
	
.title-orange {
	font-size: 1.1em;
	color: #ef4923;
	line-height: 1.3em;
	margin: 20px 0px 15px 60px;
}
.title-grey {
	font-size: 1.1em;
	color: #999999;
	line-height: 1.3em;
	margin: 30px 0px 5px 60px;
}
.footer {
	font-size: .9em;
	text-align: left;
	margin: 10px 26px 10px 26px;
}
.footer-center {
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.footer-a {
	font-size: 1.4em;
	text-align: center;
	margin: 30px 0px 10px 0px;
}
.footer-b {
	font-size: .9em;
	text-align: center;
	margin: 0px 20px 0px 20px;
}
.footer-b-main {
	font-size: .9em;
	text-align: center;
	margin: 30px 20px 50px 20px;
}
.footer-c {
	font-size: .9em;
	text-align: left;
	margin: 10px 26px 10px 46px;
}
.rule-right {
	border-width: 0px 1px 0px 0px;
	border-color:#a39383;
	border-style: solid;
	margin: 0px 0px 30px 0px;
}
.rule-footer {
	border-width: 1px 0px 0px 0px;
	border-color:#a39383;
	border-style: solid;
	margin: 50px 0px 50px 0px;
}
.rule-top-orange {
	border-width: 2px 0px 0px 0px;
	border-color:#a29060;
	border-style: solid;
	margin: 2px 0px 0px 0px;
	padding-top: 2px;
}
.rule-top-red {
	border-width: 18px 0px 0px 0px;
	border-color:#cf2827;
	border-style: solid;
	margin: 0px 0px 0px 0px;
	padding-top: 2px;
}
.rule-bottom-red {
	border-width: 0px 0px 18px 0px;
	border-color:#cf2827;
	border-style: solid;
}
.rule-top-gold {
	border-width: 2px 0px 0px 0px;
	border-color:#a29060;
	border-style: solid;
	margin: 30px 0px 0px 0px;
	padding-top: 30px;
}

.indent-main {
	font-size: 1.3em;
	margin: 0px 30px 10px 40px;
	line-height: 1.5em;
}
.indent-main-less {
	margin: 0px 0px 10px 0px;
}
.indent-main-less-b {
	margin: 0px 0px 10px 0px;
}
.indent-main-extra {
	margin: 0px 30px 20px 40px;
}
.indent-main2 {
	margin: 0px 10px 10px 60px;
}
.indent-main2a {
	margin: 0px 10px 0px 60px;
}
.indent-main2b {
	margin: 0px 10px 6px 60px;
	color: #999999;
	line-height: 1.3em;
}

.indent-main3 {
	margin: 0px 10px 10px 90px;
}
.indent-main3a {
	margin: 0px 10px 20px 90px;
}
.indent-main-button {
	margin: 0px 20px 24px 60px;
}
.greybkg {
  background-color: #eaeaea;
}
.rule-bottom-blue {
	border-width: 0px 0px 18px 0px;
	border-color:#27318a;
	border-style: solid;
}
