  #content {
  width: 1280px;
  height: 647px;
  margin-left:auto;
  margin-right:auto;
  font-size: 12px;
  font-family: Verdana;
  background-color: white;
  color: gray;
}
 #navigation {
  text-align: center;
  width: 1280px;
  background-color: rgb(63,169,245);
  height: 20px;
  padding-top: 5px;
  font-size: 14px;
  -moz-border-radius-topleft:10px;
  -webk-border-top-left-radius: 10px;
  -moz-border-radius-topright:10px;
  -webk-border-top-right-radius: 10px;
  
  -moz-border-radius-bottomleft:10px;
  -webk-border-botom-left-radius: 10px;
  -moz-border-radius-bottomright:10px;
  -webk-border-bottom-right-radius: 10px;
}
 #navigation .current {
  color: white;
  font-weight: bold;
}
 #navigation a {
  text-decoration: none;
  margin-right: 15px;
  color: black;
  font-weight: bold;
  float:right;
  margin-left: 5px;
}
#navigation #front_page{
  float:left;
}
 a:hover {
  color: white;
  font-weight:bold;
}
 #left_sidebar {
  width: 345px;
  height: 700px;
  float: left;
  padding-right: 5px;
  border-right: 1px solid;
  margin-top: 5px;
  margin-bottom: 5px; 
  margin-right: 5px;
  margin-left: 5px;
}
 #hero_area {
  height: 700px;
  width: 908px;
  float: left;
  position: relative;
  color: rgb(112,138,144);
  margin-top: 5px;
  margin-bottom: 5px; 
  margin-left: 5px;
}
 #top_right_sidebar {
  width: 0px;
  height: 0px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px; 
  margin-left: 5px;
  
}
 #bottom_right_sidebar {
  float: left;
  height:0px;
  width: 0px;
  margin-top: 5px;
  margin-bottom: 5px; 
  margin-left: 5px;
}
 #footer {
  background-color: rgb(63,169,245);
  width: 1280px;
  height: 12px;
  text-align: right;
  clear: both;
  font-size: 9px;
  font-weight: bold;
  color: black;
  
  -moz-border-radius-topleft:10px;
  -webk-border-top-left-radius: 10px;
  -moz-border-radius-topright:10px;
  -webk-border-top-right-radius: 10px;
  
  -moz-border-radius-bottomleft:10px;
  -webk-border-botom-left-radius: 10px;
  -moz-border-radius-bottomright:10px;
  -webk-border-bottom-right-radius: 10px;
}
.margin_right_footer{
	margin-right: 10px;
}
.step {
  height: 205px;
  width: 180px;
  float: left;
  margin-top: 8px;
  margin-bottom: 20px;

}
.step .box {
  height: 16px;
  width: 176px;
  padding-top: 4px;
  background-color: rgb(63,169,245);
  color: white;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin-right: 2px;
  margin-left: 2px;
  
  -moz-border-radius-topleft:10px;
  -webk-border-top-left-radius: 10px;
  -moz-border-radius-topright:10px;
  -webk-border-top-right-radius: 10px;
  
  -moz-border-radius-bottomleft:10px;
  -webk-border-botom-left-radius: 10px;
  -moz-border-radius-bottomright:10px;
  -webk-border-bottom-right-radius: 10px;
}
.step .step_eyebrow {
  margin-top: 10px;
  text-transform: uppercase;
  color: rgb(63,169,245);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 176px;
  margin-right: 2px;
  margin-left: 2px;
  
}
.step .step_text{
	height: 135px;
	width: 164px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid;
}
#right{
  border-right-style:none;
}
p{
  padding-left: 15px;
}
h1{
  color: rgb(63,169,245);
  font-weight: bold;
}
h2{
  color: black;
}
h3{
  color: black;
}
.no_padding{
padding-left: 0px;
}
.no_margin{
  margin-bottom: 0px;
}
 .step .step_text .step_text_margin{
   margin-right: ;
 }