* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 12px;
}

ul {
  margin: 0 20px 12px;
  list-style-type: square;
}
ul.article_list {
 list-style-position:outside;
 list-style: disc;
 margin-top:5px;
 margin-left:5px;
}
ul.article_list li {
 margin-left: 25px;
}
ol {
  margin: 0 20px 12px 30px;
}
td {
	vertical-align:top;
}
#main_column_text p {
  padding-bottom: 10px;
}
.clearboth {
  clear: both;
}
/*header text*/
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #333333;
  background-color: transparent;
  margin: 0;
}
h1 {
  font-size: 175%;
  font-weight: normal;
  padding-bottom: 12px;
}
h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 115%;
	padding-top:20px;
  padding-bottom:10px;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  padding-bottom: 8px;
}
h4 {
/*dk gray*/
  font-size: 120%;
  font-weight: normal;
  color: #333333;
}
h5 {
  font-size: 120%;
  font-weight: normal;
}
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* headers with leaves on the left */
h1.constr_hdr {
	background:#fff url(images/webdesign/hdr_leaf_constr.gif) top left no-repeat;
	padding-left:67px;
	vertical-align:bottom;
	line-height:37px;
}
h1.ins_hdr {
	background:#fff url(images/webdesign/hdr_leaf_ins.gif) top left no-repeat;
	padding-left:67px;
	vertical-align:bottom;
	line-height:37px;
}
h1.rent_hdr {
	background:#fff url(images/webdesign/hdr_leaf_rentals.gif) top left no-repeat;
	padding-left:67px;
	vertical-align:bottom;
	line-height:37px;
}
h1.smucker_hdr {
	background:#fff url(images/webdesign/hdr_leaf_smucker.gif) top left no-repeat;
	padding-left:67px;
	vertical-align:bottom;
	line-height:37px;
}
.error_msg {
	color:#FF0000; 
	font-size:16px;
	line-height:normal;
}
.success_msg {
	color: #333333; 
	font-size:16px;
	line-height:normal;
}

/*images*/
img {
  border: 0px;
  margin: 0px;
}
.imgleft {
  float: left;
  margin: 8px 8px 8px 0px;
/*top right bottom left*/
}
.imgright {
  float: right;
  margin: 8px 0px 8px 8px;
/*top right bottom left*/
}
/* indent text/lineheight as in carriers/product page */
.indent {
	padding-left:18px;
}
.lineheight1_4 {
	line-height: 1.4em;
}

blockquote {
	background: #fff url(images/webdesign/quote_start.jpg) 5px 5px no-repeat;
	padding: 10px;
	border: 1px solid #ccc;
	font-style: italic;
}
blockquote div {
	padding: 0 48px;
	background: transparent url(images/webdesign/quote_end.jpg) right bottom no-repeat;
}

/*tables*/
.alt_row {
	background-color:#ECE9EC;
}
/*forms*/
.smucker_form tr {
  line-height: 18px;
}
.smucker_form td {
  border: 2px solid #E9E9A9;
}
label {
  float: left;
  width: 220px;
  margin-right: 8px;
  vertical-align: top;
}
fieldset {
  border: 1px dotted #477295;
  background-color: #E9E9A9;
  padding: 15px;
}
.text {
  width: 200px;
  height: 16px;
  border: thin solid #999999;
}
.textarea {
  width: 250px;
  height: 50px;
  border: thin solid #999999;
}
.submit {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-bottom: 5px;
  width: 115px;
  border: thin solid #999999;
  color: #000;
  background-color: #CCCC33;
}
.text:hover {
  background-color: #EEF4E5;
}
.textarea:hover {
  background-color: #EEF4E5;
}
.submit:hover {
  color: #fff;
}

/*forms links*/
a:link {
  color: #0000CC;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #0000CC;
}
a:hover {
  text-decoration: underline;
  color: #0000CC;
  background-color: transparent;
}
a:active {
  text-decoration: none;
}
/*footer links*/
.footer_links {
  line-height: 18px;
  color: #666666;
  text-align: center;
}
.footer_links a:link {
  color: #333333;
  text-decoration: none;
}
.footer_links a:visited {
  text-decoration: none;
  color: #333333;
}
.footer_links a:hover {
  text-decoration: underline;
  color: #333333;
  background-color: transparent;
}
.footer_links a:active {
  text-decoration: none;
}

/* font size of insurance, rentals, construction in header area */
.font_hdr {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
}
.font_hdr a:link {
  color: #000;
  text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size:24px;	
}
.font_hdr a:visited {
  text-decoration: none;
  color: #000;
	font-size:24px;	
}
.font_hdr a:hover {
  text-decoration: none;
  color: #000;
  background-color: transparent;
	font-size:24px;	
}
.font_hdr a:active {
  text-decoration: none;
	font-size:24px;	
}
/*links*/