body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #c0c0c0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	
}

#container {
	width: 960px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


#header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 70px;
	} 
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebarright    {
	padding-top: 12px;
	padding-bottom: 15px;
	float: right;
	margin-right: 0px;
	width: 225px;
	padding-right: 15px;
	padding-left: 0px;
	margin-left: 0px;
}
#progressbar {
	font-size: 11px;
	float: right;
}

#mainContent   {
	margin-right: 250px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 15px;
	padding-top: 0;
} 
#footer  {
	font-size: 11px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 15px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
/* top navigation
--------------------------------------------------------------------*/
#mainnav{
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.alert {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FF0000;
	FONT-FAMILY: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

ul#mainnav  li {	
	font-size: 12px;
	display: inline;
	font-weight: bold;
	}
ul#mainnav li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
		}
ul#mainnav li a:hover {
	background-color: #e7e7e7;
	color: #333333;
		}
ul#mainnav li a.active {
	background-color: #bbb;
	color: #FFFFFF;
		}
		
#utilitysearch {
	/* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
	font-size: 11px;
	color: #666666;
}
.agentphoto {
	float: right;
	padding-left: 8px;
}
.alert img {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FF0000;
	FONT-FAMILY: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	TEXT-DECORATION: underline;
	vertical-align: text-top;
	padding-right: 5px;
}
.STMMasterBody #utilitysearch a {	/* padding keeps the content of the div away from the edges */
	color: #666666;
}

DIV.infopanel {
	WIDTH: 219px;
	COLOR: #333333;
	POSITION: relative;
	margin-bottom: 15px;
	font-size: 11px;
}
DIV.infopanel_top {
	FONT-SIZE: 13px;
	background-image: url(../images/detail-box-hdr.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 13px;
	height: 28px;
	font-weight: bold;
	
}

DIV.infopanel_top_orange {
	FONT-SIZE: 13px;
	background-image: url(../images/detail-box-orng-hdr.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 13px;
	height: 28px;
	font-weight: bold;
	
}

DIV.infopanel_content {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px;
	background-image: url(../images/detail-box-bkg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	color: #333333;
	
}
	
DIV.infopanel_btm {
	background-image: url(../images/detail-box-footer.gif);
	background-repeat: no-repeat;
	height: 12px;
}

DIV.infopanel_print_btm {
	HEIGHT: 57px;
	background-image: url(../images/detail-box-footer-prnt.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	height: 30px;
	padding-top: 23px;
	padding-right: 10px;
}

A.bus_name:link {
	COLOR: #0066cc;
	TEXT-DECORATION: none
}
A.bus_name:visited {
	COLOR: #6633CC;
	TEXT-DECORATION: none
}
A.bus_name:hover {
COLOR: #0066cc; TEXT-DECORATION: underline;
}


DIV.infopanel_print_btm img {
	vertical-align: text-top;
	padding-right: 5px;
}
DIV.phonepanel {
	WIDTH: 219px;
	COLOR: #333333;
	POSITION: relative;
	margin-bottom: 15px;
	font-size: 11px;
}
DIV.phonepanel_top {
	FONT-SIZE: 13px;
	background-image: url(../images/call-agent-hdr.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #0066CC;
	padding-top: 10px;
	padding-left: 13px;
	height: 27px;
	font-weight: bold;
	
}
DIV.phonepanel_content {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px;
	background-image: url(../images/call-agent-bkg.gif);
	background-repeat: repeat-y;
	color: #333333;
	font-size: 12px;
	
}
	
DIV.phonepanel_btm {
	background-image: url(../images/call-agent-ftr.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.callus {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
.tableheaderquote       {
	background-image: url(../images/top-row-hdr-quote.gif);
	background-repeat: repeat-x;
}
.tableheader {
	background-image: url(../images/top-row-hdr.gif);
	background-repeat: repeat-x;
}
.tableheader   h1 {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
}
.producthdr    {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: top;
	line-height: 20px;
}
.tableheader .amount {
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: normal;
}
.producthdr    a  {
	text-decoration: none;
	color: #0066cc;
		}
.producthdr    a:hover  {
	color: #0066cc;
	text-decoration: underline;
		}
.producthdr a:active {
	color: #0066cc;
		}
.tableheader .sm {
	font-size: 11px;
	vertical-align: text-top;
}
.content  {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.buttonBL  {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066cc;
	border-width: 1px;
	border-style: solid;
	border-top-color: #0099FF;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #0099FF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
A.buttonBL  {
	color: #FFFFFF;
	background-color: #0066cc;
	
}
A.buttonBL:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
A.buttonBL:hover  {
	color: #FFFFFF;
	background-color: #003399;
	text-decoration: none;
	
}
A.buttonBL:active  {
	color: #FFFFFF;
	text-decoration: none;
}

.cal-month, .cal-weekday, .cal-date, .cal-date-off, .cal-date-on, .cal-date-offmo, .close-link {font-family:arial,sans-serif;text-align:center;}
.cal-weekday, .cal-date, .cal-date-off, .cal-date-on, .cal-date-offmo {font-size:11px;line-height:16px;color:#000;}
.cal-month {color:#FFFFFF;background-color:#0066CC;font-size:13px;font-weight:bold;line-height:22px;}
.cal-weekday {color:#999;font-weight:bold;}
.cal-date-today {font-weight:bold;}
.cal-date-on {background-color:#ff3}
.cal-date-offmo a:link {color:#000;}
.close-link {font-size:9px;}
.buttonGray {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/arrow-bl.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
#AssurantLogo a
{
    background: url('../Images/Logos/logo-horz-health-blue.gif') no-repeat left top;
    display:block;
    height: 71px;
    width: 470px;    
    float:left
}
.expertpanel_content {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px;
	background-image: url(../images/call-expert-ftr.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	height: 120px;
}
.phonepanel_top1 {
	FONT-SIZE: 13px;
	background-image: url(../Images/call-agent-hdr.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #0066CC;
	padding-top: 10px;
	padding-left: 13px;
	height: 25px;
	font-weight: bold;
	
}
.phonepanel_btm {
	background-image: url(../Images/call-agent-ftr.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.phonepanel_content {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left:3px;
	padding-top: 5px;
	background-image: url(../Images/call-agent-bkg.gif);
	background-repeat: repeat-y;
	color: #333333;
	font-size: 12px;
	
}
