﻿/* panel styles */

.centerheading {
    background-image: url(../images/pageHeading.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 452px;
    height: 31px;
    padding: 10px 10px 0px 10px;
    margin: 1px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
}
.accordianCss {
    width: 452px;
}
.accordianCss h1 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #787878;
    font-weight: bold;
}
.accordianCss h2 {
    color: #2d58a7;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 4px 0px;
}
.accordianCss h2 a {
    color: #2d58a7;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 4px 0px;
    text-decoration: none;
}

.accordianCss h3 {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    margin: 0px 0px 4px 0px;
}
.accordianCss h4 {
    color: #2d58a7;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 4px 0px;
}
.accordianCss p {
    margin: 0px 0px 12px 0px;
}
.accordianCss ul 
{
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 0px 10px;
    list-style-image: url(../images/bullet.jpg);
}
.accordianCss li 
{
    margin: 3px 0px 3px 10px;
}
.accordianbox {
    border: 1px solid #dddddd;
    padding: 3px;
    margin: 0px 0px 2px 0px;
}
.accordianbox:hover {
    background-color: #e3eeff;
}

.centertop {
    background: url(../images/middle-top.gif) no-repeat;
    width: 452px;
    padding: 8px 10px 0px 10px;
}
.centertop h1 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #787878;
    font-weight: bold;
}
.centertop h2 {
    color: #2d58a7;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 4px 0px;
}
.centertop h2 a {
    color: #2d58a7;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 4px 0px;
    text-decoration: none;
}

.centertop h3 {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    margin: 0px 0px 4px 0px;
}
.centertop h4 {
    color: #2d58a7;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 4px 0px;
}
.centertop p {
    margin: 0px 0px 12px 0px;
}
.centertop ul 
{
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 0px 10px;
    list-style-image: url(../images/bullet.jpg);
}
.centertop li 
{
    margin: 3px 0px 3px 10px;
}
.centerbottom {
    background: url(../images/middle-bottom.gif) bottom no-repeat;
    width: 472px;
    margin-bottom: 4px;
}

.centerheadinghalf 
{
	background-image: url(../images/pageHeadingHalf.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 213px;
    height: 31px;
    padding: 10px 10px 0px 10px;
    margin: 1px 0px 0px 0px;
    font-size: 12px;
}
.centertophalf {
    background: url(../images/middle-topHalf.gif) no-repeat;
    width: 213px;
    padding: 8px 10px 0px 10px;
}
.centertophalf h1 {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}
.centertophalf h2 {
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}
.centertophalf p {
    margin: 0px 0px 12px 0px;
}
.centerbottomhalf {
    background: url(../images/middle-bottomHalf.gif) bottom no-repeat;
    width: 233px;
    margin-bottom: 4px;
}
.callPanel 
{
	width: 233px;
	float: left;
}
.callPanel a
{
	color: #2d58a7;
	text-decoration: none;
	background: url(../images/pdflogo.gif) no-repeat left;
	padding-left: 30px;
	display: block;
}

.mright 
{
	margin-right: 6px;
}
.searchBtn {
    width: 80px;
    height: 22px;
    background-color: #eeeeee;
    border: 1px solid #999999;
    font-size: 11px;
    margin-left: 10px;
}
.searchBtn:hover {
    background-color: #add8ee;
}

.contTitle {
    width: 70px;
    font-weight: bold;
    float: left;
    line-height: 24px;
    margin-bottom: 10px;
}
.contBox {
    width: 120px;
    float: left;
    margin-bottom: 10px;
}
