@charset "utf-8";
/* 	=== Site Default Styles Sheet for Forms === 
	Filename : cgaForms.css
	Author   : Scott Leitstein, CompuIntel, Inc.
	Date     : March 2009
	Purpose  : CSS for cgaassociates.com
*/

fieldset {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

.appFormHeader {
	clear: both;
	background-color: #900;
	color: white;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#appForm label, .sportsListingHeading  {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 2px;
 	margin-top: 3px;
}

#appForm .col1, #currentBenefits label, #optBenefitsColLabels div {
	clear: left;
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 105px;
}

#appForm {
	background-color: #CCC;
	border: none;
	clear: both;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}

#additionalCoverage fieldset {
	margin-left: auto;
	margin-right: auto;
}

#benefitsProfile {
	margin-left: auto;
	margin-right: auto;
	width: 375px;
}

.cgaForms {
	clear:both;
	float: left;
}

#chkGroup {
	display: block;
	float: left;
	margin-left: 3px;
	padding: 0;
	width:175px;
}

#chkGroup input {
	height: 22px;
	width: 75px;
}

.chkGroupHdg {
	background-color: #900;
	color: white;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	width: 85px;
}

#chkPair {
	clear: left;
	float: left;
	width: 175px;
}

.colLabels {
	clear: left;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 1px;
	text-align: right;
}

.colGroup {
	display: block;
	float: left;
	margin-left: 3px;
	padding: 0;
}

.colGroup input {
	margin-bottom: 2px;
	width: 80px;
}

#formContent {
	clear: both;
	float: left;
	padding: 10px;
	width: 700px;
}

.msgRequired {
	clear: both;
	color:#C00;
	padding: .5em;
	text-align: center;
}

.optHeader {
	height: 18px;
	width: 80px;
}

.optHeader, .sportsListingHeading {
	background-color: #900;
	border: 1px solid #CCC;
	color: white;
 	display: block;
	font-weight: bold;
	padding: 0;
	text-align: center;
/* 	width: 150px; */
}

.spacer {
	line-height: 6px;
}

.sportsListGroup {
	float: left;
	width: 300px;
}

.sportsListingHeading { 
	float: left;
	height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 84px;
}

#sportsListingTotals {
	clear: both;
	font-weight: bold;
	font-size:large;
	text-align: center;
}

#sportsListingTotals input {
	font-weight: bold;
	font-size:large;
	text-align: center;
}

#submit {
	clear: both;
}

#submitGroup {
	float: left;
}

#submitGroup input {
	clear: left;
	float: left;
}

#submitSection input, textarea {
	clear: left;
	float: left;
	margin-left: 1px;
	margin-top: 3px;
}

#submitSection .colLabels {
	clear: left;
	float: left;
	width: 110px;
}

#submitSection fieldset {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
	

#ttlHeading {
	clear: both;
	margin-left: 290px;
}

#ttlHeading div {
	margin-right: 1.2em;
}

#underConstruction {
	float: left;
	font-size: 1.3em;
	padding: 10px 10px 10px 30px;
	width: 700px;
}
