body {
	background: url(../images/bg_header.jpg) top repeat-x #E3E2E0;
	font-family: Tahoma, Geneva, sans-serif;
}

.sublinks {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
/*	padding-right: 31px; */
	padding-right: 44px;
	text-align: right;
}

.sublinks a:active { color: #000000; text-decoration: none; }
.sublinks a:hover  { color: #D31044; text-decoration: none; }
.sublinks a:link { color: #000000; text-decoration: none; }
.sublinks a:vlink { color: #000000; text-decoration: none; }
.sublinks a:visited { color: #000000; text-decoration: none; }
.sublinks a:link:hover { color: #D31044; text-decoration: none; }
.sublinks a:visited:hover { color: #D31044; text-decoration: none; }


/* Drop-Down Menu items */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul ul li a{
display: inline;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 0em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
padding: 5px 5px;
border-bottom: 1px solid #ccc;
}
.suckertreemenu ul ul li.link_corporate{
background-color: #D31044; /*overall menu background color*/
width: 173px;
}
.suckertreemenu ul ul li.link_dental{
background-color: #E1AA3C; /*overall menu background color*/
width: 156px;
}
.suckertreemenu ul ul li.link_educational{
background-color: #339966; /*overall menu background color*/
width: 183px;
}
.suckertreemenu ul ul li.link_municipal{
background-color: #336699; /*overall menu background color*/
width: 193px;
}
.suckertreemenu ul li a:hover{
background-color: #999999;
color: white;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.container_full {
	background: url(../images/bg_box_full_middle.jpg) repeat-y top;
}
.container_full_top {
	background: url(../images/bg_box_full_top.jpg) no-repeat top;
	vertical-align: top;
}
.container_full_bottom {
	background: url(../images/bg_box_full_bottom.jpg) no-repeat bottom;
	height: 35px;
}
.container_half {
	background: url(../images/bg_box_half_middle.jpg) repeat-y top;
}
.container_half_top {
	background: url(../images/bg_box_half_top.jpg) no-repeat top;
	vertical-align: top;
}
.container_half_bottom {
	background: url(../images/bg_box_half_bottom.jpg) no-repeat bottom;
	height: 35px;
}
.container_3quarters {
	background: url(../images/bg_box_3quarters_middle.jpg) repeat-y top;
}
.container_3quarters_top {
	background: url(../images/bg_box_3quarters_top.jpg) no-repeat top;
	vertical-align: top;
}
.container_3quarters_bottom {
	background: url(../images/bg_box_3quarters_bottom.jpg) no-repeat bottom;
	height: 35px;
}


.subheading {
	font-size: 16px;
	font-style: normal;
	color: #990000;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 35px;
	text-align: justify;
}

.copy {
	font-size: 13px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 24px;
	text-align: justify;
}

.companyname {
	color: #990000;
	font-weight: bold;
}

li {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
	list-style-image: url(../images/bullet_concatecircle.gif);
}

.footer {
	color: #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	height: 40px;
	line-height: 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.footer a:active { color: #666666; text-decoration: underline; }
.footer a:hover  { color: #666666; text-decoration: none; }
.footer a:link { color: #666666; text-decoration: underline; }
.footer a:vlink { color: #666666; text-decoration: underline; }
.footer a:visited { color: #666666; text-decoration: underline; }
.footer a:link:hover { color: #666666; text-decoration: none; }
.footer a:visited:hover { color: #666666; text-decoration: none; }