body {
  background: #f3faff url(images/pattern.png) repeat-x;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 0px;
}

a {
  color: #004b96;
  text-decoration: none;
}

h1 {
  font-family: Arial;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

h1 a {
  color: #fff;
  text-decoration: none;
}

h2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 24px;
  color: #004b96;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: Arial;
  font-weight: normal;
  font-size: 18px;
  color: #666;
  margin: 0px;
  padding: 0px;
  line-height: 26px;
}

ul {
  list-style-type: none;
  padding-left: 15px;
}

ul li {
  font-size: 14px;
}

ul li ul {
  padding-left: 30px;
}

ul li ul li {
  background: url(images/check.png) no-repeat;
  background-position: 0 3px;
  padding-left: 32px;
  line-height: 30px;
}

ul li h3 {
  margin: 10px 0;
}

ul.trades {
  padding-left: 50px;
}

ul.trades li {
  background: url(images/check.png) no-repeat;
  background-position: 0 3px;
  padding-left: 32px;
  line-height: 30px;
}

p {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}

#top-bg {
  position: absolute;
  background: url(images/top-bg.png) repeat-x;
  height: 126px;
  width: 100%;
  top: 0;
  left: 0;
}

#layout {
  position: relative;
  width: 1064px;
  margin: 20px auto 0 auto;
}

#layout-top {
  position: absolute;
  background: url(images/top.png) no-repeat;
  height: 115px;
  width: 1064px;
  margin-top: 10px;
  z-index: 99;
}

#content {
  position: relative;
  background: #fff;
  width: 910px;
  margin: 0 0 0 73px;
  border: 5px solid #145578;
  border-radius: 15px 15px 15px 15px;
}

#content-inner {
  position: relative;
  padding: 0 20px 10px 20px;
  margin-top: 120px;
  overflow: hidden;
}

#header {
  background: url(images/banner.jpg) no-repeat;
  height: 206px;
  width: 890px;
  margin-left: -10px;
}

#heading_title h1{
  font-size:23px;
	}

.starburst {
  float: right;
  background: url(images/starburst.png) no-repeat;
  height: 200px;
  width: 200px;
  text-align: center;
  margin-left: 30px;
}

.starburst p {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}

#main-left {
  float: left;
  width: 540px;
}

#main-right {
  float: right;
  width: 310px;
  margin-left: 30px;
}

#footer {
  margin-top: 15px;
  text-align: center;
}

#footer a {
  font-size: 14px;
  color: #004b96;
  line-height: 22px;
  text-decoration: underline;
}

.contactform-top {
  background: url(images/free-quote-header.png) no-repeat;
  height: 69px;
  width: 310px;
}

.contactform {
  background: #fff;
  width: 294px;
  border-left: 3px solid #0175c2;
  border-right: 3px solid #0175c2;
  border-bottom: 3px solid #0175c2;
  border-radius: 0px 0px 3px 3px;
}

.contactform-inner {
  padding: 12px;
}

.inputbox {
  background: #fff url(images/input.jpg) repeat-x;
  width: 250px;
  line-height: 28px;
  padding: 7px;
  border: 1px solid #ccc;
}

.textarea {
  background: #fff url(images/input.jpg) repeat-x;
  font-family: Arial;
  font-size: 14px;
  width: 250px;
  height: 65px;
  padding: 7px;
  border: 1px solid #ccc;
}

.contact-button {
  cursor: pointer;
}

#top-phone {
  background: url(images/phone-icon.png) no-repeat 0 6px;
  position: absolute;
  height: 31px;
  width: 207px;
  top: 38px;
  right: 76px;
  text-indent: 30px;
  margin-top: -5px;
}

#top-phone a {
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}