html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
	text-decoration: none;
}
a:hover {
	color: #CF8D25;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #504634;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 728px;
	background: #ffffff;
	position: relative;
}

#header {
  background: #E3E7D8 url(images/header.jpg) no-repeat;
  height: 125px;
}
#logo {
  position: absolute;
  top: 35px;
  left: 200px;
  width: 370px;
  color: #52616E;
}
#logo h1 {
  font: bold 32px arial;
}
#logo p {
  margin: 0;
  font-weight: bold;
}

#nav {
  background: #4B5360;
  position: absolute;
  top: 90px;
  left: 195px;
  width: 525px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#nav a:hover {
	color: #F3AC3D;
	text-decoration: underline;
}
#nav a.current {
  text-decoration: none;
  color: #F3AC3D;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}

#basics-one, #basics-two, #basics-three {
  border: 1px solid #504634;
  height: 100px;
}

#basics-one {
  float: left;
  width: 149px;
}
#basics-two {
  border-left: none;
  float: left;
  width: 149px;
}
#basics-three {
  border-left: none;
  float: left;
  width: 149px;
}

#basics p {
  color: #000;
  padding-left: 2px;
  padding-right: 2px;
}

#categories {
  float: left;
  width: 250px;
}

/* Call to Quote on index page */

div.home-quote {
	float: left;
	height: 228px;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 6px;
	width: 245px;
	background-image: url(images/bg-quote3.gif);
	background-repeat: no-repeat;
	background-position: left top;}

div.home-quote .style1 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

div.home-quote select { background-color: #ffffff; font-family: arial, helvetica; font-size: 11px; margin-bottom: 3px; margin-left: 90px; margin-top: 5px;}
div.home-quote h5 { font: 16px arial; font-weight:bold; color: #111111; margin-bottom: 15px;  /*padding: 5px 0px 0px 0px;*/ margin-right: 18px; margin-top: 10px; text-align: center; /*width: 204px;*/ padding-left:32px;}
div.home-quote p { background:url(images/small-arrow.gif) no-repeat left bottom; margin-left: 95px;  margin-top:4px; padding-left:10px; }
div.home-quote p a { font-size: 14px; line-height: 24px; padding-left: 15px; color: #ffffff; font-weight: bold; }
div.home-quote p a:hover { color: #000000; font-size: 14px; line-height: 24px;  padding-left: 15px; text-decoration: underline; }
div.home-quote p a:visited { color: #ffffff; }

#content {
  float: right;
  width: 477px;
  background: #E3E7D8;
  margin-bottom: 2px;
}
#content .inner {
  padding: 6px 12px;
}
#content p {
  margin: 0.9em 0;
}
#content .inner ul {
	margin-left: 20px;
	paddingleft: 12px;
}
#content .inner ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#disclaimer {
  background: #E3E7D8;
  margin-bottom: 2px;
  width: 727px;
}
#disclaimer .inner {
  padding: 6px 12px;
}
#disclaimer .inner ul {
	margin-left: 20px;
	paddingleft: 12px;
}
#disclaimer .inner ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#disclaimer form {
	width: 700px;
}

h3 {
  font: bold 14px arial; 
  color: #1B1812;
}

h2 {
  font: 18px arial; 
  color: #695F4C;
  padding-bottom: 10px;
}

h6 { color: #000000; font-family: Arial; font-size:14px; padding: 10px 0 0 0; margin: 0px; }

#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}

#footer {
  text-align: center;
  font-size: 9px;
  margin-top: 10px;
  padding: 3px;
  padding-top: 10px;
}

div#footer ul { list-style: none; background: none; display: inline; }
div#footer ul li { list-style: none; background: none; display: inline; font: normal 11px arial; padding: 0 0 0 1px;  }
div#footer ul li a { color: #3D5B6E; padding: 0 2px 0 0;}
div#footer ul li a:visited { color: #3D5B6E; }
div#footer ul li a:hover { color: #3D5B6E; }

.secondary { margin-top: 0px; padding-top: 0px; }
body.secondary #myframe { background-color: #E3E7D8; color:#000; margin-top: none; padding: 0px; top: 0px; width: 728px; }
