/*	group-health-quotes-california_css.css	*/

div#main	{
	color:				#2f2f4f;
}
div#oneColumn, div.oneColumn {
/*     border:                  1px solid #2f2f4f;     */
	/*width:				760px;*/
	margin:				0px;
}
div#innerOneColumn {
	width:				760px;
	margin:				0px;
}
div.formBox {
	margin:				10px 20px;
/*	padding-top:			10px;  */
	border-style:			solid;
	border-width:			1px;
	border-color:			#2f2f4f;
	width:				680px;
}
div.formBoxTitle	{
	margin-top:			0px;
	margin-left: 			20px;
	padding:				15px 0px 0px 0px;
	color:				#0443A4;
	font-size:			14px;
	font-weight:			bold;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}
p.smallText {
	font-size: 8pt;
}
p.darkBlue {
	font-weight:			bold;
	color:				#0443A4;
}
div.formBoxInnerTitle {
     clear:                   both;
     float:                   left;
     margin-left:             10px;
     width:                   660px;
     font-size:               12pt;
     font-weight:             bold;
     color:                   #2f2f4f;
     padding:                 10px 0px;
}
div.formLabel {
	clear:				both;
	float:				left;
	margin-left:			20px;
	width:				460px;
	height:				25px;
	text-align:			left;
	font-size:			80%;
	font-weight:			bold;
     color:                   #0443A4;
}
div.formElement {
	float:				left;
	width:				180px;
	height:				25px;
	text-align:			left;
	font-size:			80%;
	font-weight:			bold;

}
hr {
	color:				#2f2f4f;
	background-color:		#2f2f4f;
	width:                   90%;
	height:                  1px;
	padding:                 0px;
	margin:                  0px auto;
}
div.spacerGif {
     line-height:             5px;
     font-size:               0.1em;
}

div#errMsg {
     width:                   400px;
     margin:                  5px 20px 5px 5px;
     float:                   right;
     border:                  1px solid #CC0000;
}
div#errMsgInner {
     margin:                  3px;
     color:                   #CC0000;
     font:                    bold 8pt Verdana, Arial, Helvetica, sans-serif;
}

div.empCount	{
	clear:				both;
	float:				left;
	width:				90px;
/*	display:				inline;	*/
	color:				#0443A4;
	font-weight:			normal;
	text-align:			right;
/*	margin-top:              5px;   */
}
div.empName	{
	float:				left;
	width:				140px;
/*	display:				inline;	*/
	font-weight:			normal;
	text-align:			center;
/*	margin-top:              5px;   */
}
div.empGender	{
	float:				left;
	width:				60px;
/*	display:				inline;	*/
	font-weight:			normal;
	text-align:			center;
/*	margin-top:              5px;   */
}
div.empAge	{
	float:				left;
	width:				45px;
/*	display:				inline;	*/
	font-weight:			normal;
	text-align:			center;
/*	margin-top:              5px;   */
}
div.empDOB	{
	float:				left;
	width:				95px;
/*	display:				inline;	*/
	font-weight:			normal;
	text-align:			center;
/*	margin-top:              5px;   */
}
div.empCovType	{
	float:				left;
	width:				175px;
/*	display:				inline;	*/
	font-weight:			normal;
	text-align:			center;
/*	margin-top:              5px;   */
}
div.empDelete	{
	float:				left;
	width:				105px;
/*	display:				inline;	*/
	color:				#0443A4;
	font-weight:			normal;
	text-align:			left;
/*	margin-top:              5px;   */
}
a.bullet, a.bullet:active, a.bullet:visited, a.bullet:hover {
	font:				normal 10pt Tahoma, Arial, sans-serif;
	color:				#2A3CA3;
	padding-left:			0px;
}

div#bottomNav {
	margin-left:			-20px;
}

