﻿#agentsandbrokers {
	width: 905px;
	height: 350px;
	float: left;
	margin-bottom: 10px;
	background: url(../images/index-graphic1.jpg) no-repeat;
}

#generalagencies {
	width: 905px;
	height: 350px;
	float: left;
	margin-bottom: 10px;
	background: url(../images/index-graphic2.jpg) no-repeat;
}

#insurancecarriers {
	width: 905px;
	height: 350px;
	float: left;
	margin-bottom: 10px;
	background: url(../images/index-graphic3.jpg) no-repeat;
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: normal 12px Tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 48px 0 0 325px;
padding: 0;
float: left;
display: inline;
/* width: 80%; width of menu*/
}

.indentmenu ul li{
display: inline;
margin: 0 10px 0 10px;
float: left;
}

.indentmenu ul li a{
width: 163px;
float: left;
font: bold 13px Tahoma;
color: #3f82c0; /*text color*/
padding: 15px 0 11px 0;
text-align: center;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: #3f82c0;
}

.indentmenu ul li a.selected{
color: #000 !important;
padding-top: 14px; /*shift text down 1px*/
padding-bottom: 12px;
background:  url(../images/subnav-unselected.jpg) left center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
