@charset "utf-8";
*, html {
	font-family: Tahoma, Arial, Helvetica;
	font-size:11px;
}
body{
	margin:0;
	background-color: #F7F7F7;
}

#pageBox {
	width: 990px !Important;
	margin:0 auto;
	border: solid 1px #E7E7E7;
	background-color:white; 
}
#logoPan{
	height:80px;
}
#logo{
	padding: 17px 0 0 30px;
	width:935px;
}

a.moreLink:link, a.moreLink:visited{
	color:#175680;
	text-decoration: none;
}
a.moreLink:hover{
	color:#ff6600;
}

a.linkHome:link,a.linkHome:visited{
	font-weight:bold;
	color:#175680;
	text-decoration:none;
}
a.linkHome:hover{
	color:black;
}
#clock{
	margin-top:22px; 
	color:#909090;
}
#mainPic{
	border-bottom:solid 5px #4B6FAD;
}
#googleAd{
	background-image: url(../images/googleAdBg.gif);
	background-repeat: repeat-y;
	height:90px;
	text-align:center;
	margin-bottom:7px;
}
#botNav{
	text-align:center;
}

#botNav #mainLinks{
	border-top:solid 5px #4B6FAD;
	border-bottom:solid 2px #CCCCCC;
	height: 26px;
	background-image: url(../images/mainMenuBg.jpg);
	background-repeat: repeat-x;
	padding-top:8px;
}
a.mainLinks:link,a.mainLinks:visited{
	font-size:12px;
	color:#276AB8;
	text-decoration:none;
	font-weight: bold;
}
a.mainLinks:hover{
	color:#ff6600;
}
#copyright{
	height:28px;
	padding-top:12px;
	font-size:10px;
	color:#666666;
}
#servicePanes{
	margin: 12px 0;
	height:240px;
}
.servicePane{
	float:left;
	position:relative;
	display:block;
	padding-left:6px;
}
.serviceContents{
	height:166px;
	border:solid 1px #B0CCEE;
	width:167px;
	padding: 12px 8px 0 13px;
}
.serviceButton{
	border:0;
	border-top:solid 1px #E2E2E2;
	position:absolute;
	top:190px;
	display: block;
	left:18px;
}

/* Other Pages CSS */

#midPanel{
	position:relative;
	top:0;
	left:0;
	width:990px;
	padding: 12px 0;
}
#mainContent{
	margin:0 205px 0 20px;
	width:755px;
}
#sidePanel{
	width:205px;
	float:right;
}
#sidePanelForm{
	width:190px;
	padding-right:15px;
	float:right;
}
.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;
}
#mainContent h1{
	font-size:16px;
	font-weight:bold;
	color:#276AB8;
	background-image: url(../images/LogoBul.gif);
	height:21px;
	background-repeat: no-repeat;
	border-bottom:solid 1px #CCD5DE;
	padding-top:7px;
	padding-left:70px;
}
#mainContent .title{
	font-size:16px;
	font-weight:bold;
	color:#276AB8;
	height:21px;
	border-bottom:solid 1px #CCD5DE;
	padding-top:7px;
	padding-left:24px;
}

#mainContent .titlestrip{
	font-size:16px;
	font-weight:bold;
	color:#276AB8;
	height:21px;
	border-bottom:solid 1px #CCD5DE;
	padding-top:7px;
	padding-left:24px;
}
#linkPanel{
	background-color: #FFF5E8;
	border: solid 1px #FFDBA6;
	float:right;
	width:160px;
	display:block;
	margin-left:15px;
	left: 598px;
	top: 60px;
}
#mainContent p{
	text-align: justify;
	padding: 0 0 0 72px;
	color:#2E2E2E;
}
#linkPanel ul{
	margin:0;
	padding:15px 20px;
	list-style-type:none;
}
#linkPanel img{
	padding-right:8px;
}
#linkPanel a:Link, #linkPanel a:Visited{
	color:#225BA2;
	text-decoration:none;
	display:block;
	height:26px;
}
#linkPanel a:Hover{
	color:black;
}
.btnContinue{
	text-align:right;
	border:0;
	border-top:solid 1px #E2E2E2;
	width:755px;
	padding-top:5px;
	height:30px;
}
.btnShowAll{
	text-align:right;
	border:0;
	border-top:solid 1px #E2E2E2;
	/*width:755px;*/
	padding-top:5px;
	height:20px;
	margin-top:12px;
}
.testiQuotes{
	font-size:16px;
	color:#225BA2;
}
.client{
	color:#225BA2;
}
.testiContents{
	border:solid 1px #B0CCEE;
	width:167px;
	padding: 12px 8px 12px 13px;
}
fieldset{
	margin-left:90px;
	margin-right:15px;
}
legend{
	color:#175680;
	font-size:14px;
}
fieldset td{
	height:24px;
	vertical-align: middle;
	border-bottom: solid 1px #F1F1F1;
	padding:2px 0 2px 10px;
}

.fField{
	border: inset 1px #B0CCEE;
	background-color: #FAFAFA;
	color:#175680;
	padding-left:5px;
}
.fHead{
	text-align: right;
}
.orangeText{
	color:orange;
	font-size:10px;
}
.serviceList{
	list-style-type: none;
	margin:0;
	padding:0;
}
.serviceList li{
	float:left;
	width:50%;
}

