.wireframemenu{
float: left;
text-align: left;
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 150px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 150px;
}

.wireframemenu h2 {
padding: 5px;
color: #FFFFFF;
font-family:  verdana, arial;
font-size: 11px;
background-color: #000080;
}

* html .wireframemenu h2{ /*IE only rule. Original menu width minus all left/right paddings */
width: 148px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Verdana;
padding: 4px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: #0000A0;
}

.wireframemenu form {
font: bold 11px Verdana;
text-align: center;
background-color: #C0C0C0;
padding: 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
border: 1px solid #000000;
}

.form br
{
line-height:8px;
}


.search br
{
line-height:8px;
}

.topper br
{
line-height:15px;
}


html>body .wireframemenu form{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

img.floatLeft {
    float: left;
    margin: 4px;
}

.glossary {
	display: block;
	padding: 5px;
	color: #000000;
	font-family: verdana, arial;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 0px 9px 9px;
}



.toc {
 font-family: verdana, ms sans serif;
 font-weight: bold;
 font-size: 10pt;
 color: #0000A0;
}


.heading { font-family: verdana, ms sans serif; font-size: 18pt; font-style: bold; color: #003366 }
.heading_800 { font-family: verdana, ms sans serif; font-size: 1.3em; font-style: bold; color: #003366 }

/* Form Inputs */

td.forminput {
 padding:2px;
 background-color: #FFFFFF;
 color: #000000;
 font-family: verdana, ms sans serif;
 font-weight: bold;
 font-size: 10pt;
 }

.formlabel
{
 padding:2px;
 color: #000000;
 font-family: verdana, ms sans serif;
 font-weight: bold;
 font-size: 10pt;
}

.input2
{
 color: #000000;
 background: #FFFFFF;
 background-color: #F9F9E3;
 border: #000000 solid 1px;
 font-size : 13px;
 padding: 1px 0 0 5px;
}

option.shaded {background-color: #F9F9E3;}

/* Auto Suggest */

#suggest{
	position:absolute;
	background:#fff;
	width:190px;
	}

#suggest div{
	background:#fff;
	color:#000;
	padding-left:4px;
	cursor:hand;
	text-align:left;
	font-size : 12px;
	font-weight: normal;
	padding: 2px;
	}

#suggest div.over{
	color:#fff;
	background:#000;
	font-size : 12px;
	font-weight: normal;
	padding: 2px;
	}


/* Fly Out Menu */

.anylinkcss{
text-align: left;
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 11px Verdana;
z-index: 100;
background-color: #FFFFFF;
width: 205px;
}

.anylinkcss a{
color: #595959;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: white;
color: #0000A0;
}

td.padded {
   padding:10px;
   font-family: tahoma, verdana, ms sans serif;
   font-weight: bold;
   font-size: 10pt;
   color: #000080;

 }

 td.calc {
  padding: 0px 0px 0px 5px;

   font-family: tahoma, verdana, ms sans serif;
   font-weight: bold;
   font-size: 10pt;
   color: #000000;

  }


.input
{
 color: #000000;
 background: #FFFFFF;
 border: #000000 solid 1px;
 font-size : 13px;
}

.output {
background-color: #FFFF00;
color: black;
font-family: verdana, ms sans serif;
font-weight: bold;
font-size: 10pt
}

.button
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    background          : #000000;
    font                : Verdana, Arial, Helvetica, sans-serif;
    color               : #FFFFFF;
    font-weight         : normal;
    font-size           : 13px;
}

.insureme{
float: center;
text-align: left;
border: 1px solid #0000A0;
background-color: white;
width: 150px;
}

/* Main Template Start */
#page {
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	width: 900px;
        overflow: auto;
	border-style: solid;
	border-color: #004080;
	border-width: 1px;
	display: block;
	}

body#background {
	background-color: #dddddd;
	background-image: url('https://suburban-insurance.com/images/bg.gif');
	}

body {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: verdana, arial, Helvetica, Sans-serif;
	}

/* Main Template End */

.searchform {
	float: center;
	padding:0;
	margin:0;
	width:390px;
	}


/* Miscellaneous Start */
h1 {
	color: #003366;
	padding-top: 0;
	margin: 0;
	}

/* h2 {
/*	color: #003366;                 */
/*	padding-top: 0;			*/
/*	margin: 0;			*/
/*	font-size: 1.5em;		*/
/*	display: block;			*/
/*	padding: 1px;			*/
/*	font-family: verdana, arial;	*/
/*	text-decoration: none;		*/
/*	background-color: #FFFFFF;	*/
/*	border-style: solid;		*/
/*	border-color: #FFFFFF;		*/
/*	border-width: 0px 0px 9px 9px;	*/
/*	}				*/


h3 {
	font-weight: none;
	color: #003366;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 1.3em;
	}

h4 {
	font-weight: none;
	color: #003366;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 1.0em;
	}

.list {
	list-style: disc;
	margin-left: 0;
	padding-left: 2em;
	text-indent:  .4em;
	}


hr {
	display: none;
	}

* {
	margin:0;
	padding:0;
	}

p { margin-top: 0.8em; }

/* Miscellaneous End */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: yellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

