.defaultbox {
border-color: #cccaca;
border-style: solid;  
border-width: 1px; 
background:transparent url(/images/bg-blueshade.png) repeat-x 0 0;
margin:15px 0 15px 0;
}

.greyheader {
background:url(/images/bg-greyshade.png) 0 repeat-x;
height: 29px;
border-bottom:1px solid #cccaca;
}

.greyheader h3 {
font-size: 13px;
color: #333;
padding: 6px;
text-indent:5px;
margin:0px;
}

.contentpad {
padding: 5px 10px 0 10px;
}

#indexintro .contentpad {
padding: 10px 220px 0 15px;
font-size:15px;
line-height:170%;
}

.threebox {
width: 282px;
height:490px;
float:right;
clear:none;
margin:30px 0;
}

.threebox ul {
text-indent: 30px;
margin-bottom:15px;
line-height: 170%;
}

.threebox ul a, h3 a {text-decoration:none;}
.threebox ul a:hover, h3 a:hover {color:#D96708; text-decoration: none;}
.threebox .image {height:140px; text-align: center;}

.bulletspacing li { text-indent:20px;
padding-top:4px;}

.twentyindent li { text-indent:20px;}

/* END INDEX PAGE */


/* START FREQUENCY PAGES */

#freqintro { 
border:1px solid #cccaca;
background: #fff;
margin-top:10px;
}

#freqintro div {
font-size:14px;
line-height:120%;
}

div.product {
margin: 0px 0 5px 0;
padding: 0px 10px 5px 10px;
}

.product h3 {
margin-bottom:0px;
}

.product h3 a {
font-size: 14px;
}

.product h3 a {color: #184966;}
.product h3 a:hover {color:#D96708;}

.CollapsiblePanelClosed .greyheader div {
background:url(/images/clicktoexpand.gif) 100% 8px no-repeat;
cursor:pointer;
}
.CollapsiblePanelClosed .greyheader {
background:url(/images/bg-greyshade.png) 0 repeat-x;
cursor:pointer;
}
.CollapsiblePanelOpen .greyheader div {
background:url(/images/clicktocontract.gif) 100% 8px no-repeat;
cursor:pointer;
}

.greyheader a h3 {text-decoration: none;}
