﻿body 
{
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  background-image: url(images/bodybg.gif);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #61687b;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: #606060;
}
a:link, a:visited, a:active
{	
  color: #112f44;
  text-decoration: underline;
  padding: 0;
  margin : 0;
}
a:hover
{
  color: #1a4869;
	text-decoration: none;
}
img
{
  border: 0;
  padding: 0;
  margin: 0;
}
p
{
  margin: 0 0 15px 0;
  line-height: 18px;
}
/*=================New Stuff==================*/
#outer-container
{
	border: 0;
	background: #ffffff;
	margin: 0 auto;
	width: 780px;
}
#main-box
{
  background-color: #ffffff;
  vertical-align: top;
  background-image: url(images/mainbg.gif);
  background-repeat: repeat-y;
  background-position: top center;
}
.content-base 
{ 
  width: 548px;
  float: left;
  margin: 0;
}
.right-base 
{ 
  width: 232px; 
  float: right;
  margin: 0;
} 
/*================End New Stuff=============*/
#header
{
  width: 780px;
  height: 98px;
  background-image: url(images/headerbg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  display: block;
}
#header #logo
{
  float: left;
  border: 0;
}
#header #phone
{
  float: right;
  border: 0;
}
.topnav-images
{
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
#maingraphic
{
  background-image: url(images/maingraphic.jpg);
  background-position: top center;
  display: block; 
  width: 780px;
  height: 238px;
}
#bottom
{
  clear: both;
  width: 780px;
  height: 70px;
  background-image: url(images/bottombg.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  /*background-color: #ffffff;*/
}
#bottom .text
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #97927a;
  text-align: center;
  padding: 10px 10px 10px 10px;
}
#bottom .text a 
{ 
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  color: #97927a;
}
h1
{
  font-size: 20px;
  padding: 0;
  margin: 0 0 8px 0;
  color: #656f88;
}
h2
{
  font-size: 17px;
  color: #656f88;
  margin: 0 0 4px 0;
}
h3
{
  font-size: 15px;
  color: #656f88;
  padding: 0;
  margin: 0 0 3px 0;
}
.generic-container
{
  margin: 0;
  padding: 15px 15px 20px 13px;  
}
.little-list
{
  list-style: none;
  margin: 10px 0 15px 5px;
  padding: 0;
}
.little-list li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
.little-list-alt
{
  list-style: none;
  margin: 5px 0 10px 5px;
  padding: 0;
}
.little-list-alt li
{
  background:url(images/listarrow2.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
#props
{
  font-family: Arial, Helvetica;
  font-size: 9px;
  color: #202020;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.textbox
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #404040;
  border: solid 1px #000000;
}
.form-labels
{
  font-family: Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}
.form-text
{
  font-family: Arial, Helvetica;
  font-size: 12px;
}
.smallform-text
{
  font-family: Arial, Helvetica;
  font-size: 9px;
}
.simpleform-container
{
  padding: 5px 2px 0 10px;
}
.simpleform-labels
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 4px;
  float: left;
  white-space: nowrap;
}
.simpleform-text
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding-bottom: 2px;
  padding-top: 2px;
  width: auto;
  float: left;
  white-space: nowrap;
}
.error-val-text
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  color: #880000;
}
.watermarked 
{
  font-family: Arial, Helvetica;
  font-size: 12px;
	height: 16px;
	width: 185px;
	padding: 0px 0 0px 2px;
	border: 1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
.watermarked-large
{
  font-family: Arial, Helvetica;
  font-size: 12px;
	height:75px;
	width:185px;
	padding:1px 0 1px 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
.right-float-image
{
  float: right;
  margin: 0 5px 5px 10px;
  /*border: solid 1px #000000;*/
}
.left-float-image
{
  float: left;
  margin: 0 10px 5px 5px;
  /*border: solid 1px #000000;*/
}
.topnav-images
{
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
#articles-header
{
  vertical-align: top;
  background-image: url(images/articleheader.jpg);
  background-position: top center;
  height: 23px;
  width: 165px;
}
#articles-body
{
  vertical-align: top;
  background-image: url(images/articlebg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  width: 165px;
}
#articles-footer
{
  vertical-align: top;
  background-image: url(images/articlefooter.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 9px;
  width: 165px;
}
.articles-list
{
  list-style: none;
  margin: 10px 0 15px 5px;
  padding: 0;
}
.articles-list li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
  font-size: 12px;
}
.articles-list li a
{
  font-size: 12px;
}
.box-header
{
  vertical-align: top;
  background-image: url(images/boxheader.jpg);
  background-position: top center;
  height: 27px;
  width: 184px;
}
.box-body1
{
  vertical-align: top;
  background-image: url(images/individualbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 130px;
  width: 184px;
}
.box-body2
{
  vertical-align: top;
  background-image: url(images/smallbusbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 130px;
  width: 184px;
}
.box-body3
{
  vertical-align: top;
  background-image: url(images/riskbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 130px;
  width: 184px;
}
.box-text
{
  font-size: 11px;
  padding: 70px 13px 0px 13px;
}
a.more-text
{
  font-weight: bold;
  background: url(images/more.jpg) center right no-repeat;
  padding-right: 13px;
  margin-right: 5px;
  float: right;
}

