/*  top level
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
*/
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table {font-size:10px}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}

dl {
		margin:0px;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/*************************************************************/

body {
 text-align: center;
 background-color:#003366;
}

#main {
 margin: 10px auto;
 text-align: left;
 width: 774px;
 vertical-align:top;
}

html > body #main {
  width: 766px;
}

#navigation {
  height: 61px;
  background-repeat:no-repeat;
  }

#middle{
 min-height:525px;
 height:auto !important;
 margin: 0px;
}

html > body #middle {
 min-height:525px;
}


#footer {
 margin: 5px;
 text-align: center;
 font-size: 12px;
 color: #999999;
 line-height: 1.8em;
}

#footer a {
  color: #ffcc99;
  text-decoration:none;
  padding-left: 10px;
  padding-right: 10px;
}

#footer a:hover {
  color: #ffffff;
}

#footer a.FVWD {
  color: #999999;
  text-decoration:none;
  padding-left: 10px;
  padding-right: 10px;
}

#footer a.FVWD:hover {
  color: #ffffff;
}

#menu {
}

#menu a {
 display: block;
 background-position:top;
 height:61px;
}
#menu a:hover {
  background-position:bottom;
}

#menu dl {
 display: block;
}

#menu dt {
 float: left;
}

#menu a.home {width: 105px; background-image:url('images/nav_home.jpg');}
#menu a.property {width: 110px; background-image:url('images/nav_property.jpg');}
#menu a.life {width: 110px; background-image:url('images/nav_life.jpg');}
#menu a.company {width: 110px; background-image:url('images/nav_company.jpg');}
#menu a.quote {width: 110px; background-image:url('images/nav_quote.jpg');}
#menu a.links {width: 110px; background-image:url('images/nav_links.jpg');}
#menu a.contact {width: 110px; background-image:url('images/nav_contact.jpg');}

#banner{
  clear: both;
  height: 180px;
}

html > body #banner {
 height: 176px;
}

#tagline{
  clear: both;
  text-align: right;
  height:27px;
}

html > body #tagline {
 height: 22px;
}

#header{
  clear: both;
  text-align: left;
  background-image: url('images/bkgrnd_header.jpg');
  background-repeat:repeat-x;
  margin-left: 14px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top:0px;
  background-color: white;
  vertical-align:top;
  height:44px;
}

html > body #header {
 height: 39px;
}

#bottomheader{
  clear: both;
  text-align: left;
  background-image: url('images/bkgrnd_header_btm2.jpg');
  background-repeat:no-repeat;
  margin-left: 14px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top:0px;
  background-color: white;
  vertical-align:top;

}

html > body #bottomheader {
 height: 44px;
}

#content{
  min-height: 480px;
  height:auto !important;
  text-align:left;
  margin-left: 14px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom:25px;
  padding-top:30px;
  background-color: white;
  font-size: 12px;
  font: arial, helvetica, tahoma;
  line-height:1.4em;
}

#content a {
  color: #7b1b1c;
  text-decoration:none;
}

#content a:hover {
  color: #003366;
}

html > body #content {
 height: 474px;
}.float_right {
	float: right;
	position: absolute;
	clear: right;
}
