body
{
	background: #fff;
	color: #333;
	font-size: 62.5%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin:0;
	padding: 2em 0;
}
section, footer{
	width:955px;
	margin:0 auto;	
}
a
{
	color: #369;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
  font-size: 160%;
  color: #06c;
	padding: 0; margin:0;
}

h4
{
  color: #666;
  clear:both;
  font-size: 140%;
  margin:0;
  padding: 0 0 0 1em;
}

p
{
  font-size: 120%;
}

.rate_box {
  margin-bottom: 5em;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #eee;
}

hr {
  margin:0.5em 0 1em;
  padding:0;
}

#quote_process_ul {
  margin:0;
  padding:0;
  font-size: 120%;
  font-weight: bold;
}

#quote_process_ul li {
  margin:0 0 0.5em;
  padding:0 0 0 20px;
  list-style-type: none;
}

#quote_process_ul .active {
  color: #06c;
  background: url('https://www.spartaninsurance.com/images2/arrow_indicator.gif') transparent left no-repeat;
}

#quote_process_ul .completed {
  color: #666;
  background: url('https://www.spartaninsurance.com/images2/checkbox_indicator.gif') transparent left no-repeat;
}

.local_button_cluster {
  width: 100%;
  overflow: hidden;
  padding: 0.5em;
}

#global_button_cluster {
  width: 100%;
  overflow: hidden;
  margin-top: 2em;
  border-top: 2px solid #ccc;
  padding-top: 0.5em;
}
#global_button_cluster_ta {
  width: 100%;
  overflow: hidden;
  margin-top: 2em;
  border-top: 1px solid #FFF;
  padding-top: 0.5em;
}

#global_button_cluster img {
  border-radius:14px;
}
.left_button {
  float: left;
}
.left_button img {
  border-radius:14px;
}
.right_button {
  float: right;
}
.right_button img {
  border-radius:14px;
}

span img{
	  border-radius:14px;	
}
input[type="image"]{
   border-radius:14px;	
}