/* Careers CSS */

div.main div.pageBody div.leftColumn h1.careers {
    width: 683px;
    height: 44px;
    margin: 3px 0 20px 0;
    padding: 123px 0 0 16px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 3.0em;
    font-weight: normal;
    background: #FFF url(../images/CovCorpCareers.jpg) 0 0 no-repeat;
    color: #FFF;
}

/*  Coventry Connect CSS */

div.main div.pageBody div.leftColumn h1.coventryconnect {
    width: 683px;
    height: 44px;
    margin: 3px 0 20px 0;
    padding: 123px 0 0 16px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 3.0em;
    font-weight: normal;
    background: #FFF url(../images/Background.AboutUsMain.jpg) 0 0 no-repeat;
    color: #FFF;
}

/* Document Library CSS - ported from GBK Common.css */

div.main div.pageBody div.docLibraryContent {
    /* padding: 0 0 0 10px; */
	float: left;
	width: 100%;
}

div.main div.pageBody div.docLibraryContent h3 {
	float: left;
	background: url(../images/Background.DotGradientDrk.gif) repeat-x transparent;
	text-transform: uppercase;
	width: 94%;
	height: 21px;
	margin: 0;
	padding: 12px 15px 0 15px;
	color: #5f6157;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


div.main div.pageBody div.docLibraryContent dl {
    width: 94.5%;
	padding: 10px 15px;
	float: left;
	clear: both;
}


div.main div.pageBody div.docLibraryContent dl.even {
	background-color: #ebf5f2;
}

div.main div.pageBody div.docLibraryContent dt {
	color: #2e4879;
	font-weight: bold;
	width: 30%;
	float: left;
}


div.main div.pageBody div.docLibraryContent dd {
	width: 30%;
	float: left;
}


div.main div.pageBody div.docLibraryContent dd.description {
	float: right;
	width: 66%;
	clear: right;
}


div.main div.pageBody div.docLibraryContent dl.last {
	margin-bottom: 30px;
}
/* Code From Fish Bowl */

.FCMLabel{
width:215px !important;
}
.FCMAmountLabel{
width:205px !important; 
}
.FCMFieldLabel{
width:175px !important; 
font-size:1.1em !important;
}


