* {
padding: 0;
margin: 0;
}
body {
	font-size: 75%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/header_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* -------------------- HEADER -------------------- */

#header {
	width: 924px;
	height: 190px;
	background-image: url(images/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	height: 88px;
	width: 924px;
}

/* -------------------- SITE NAVIGATION -------------------- */

#nav {
	background-image: url(images/nav_bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 924px;
	margin-bottom: 15px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	font-size: 14px;
	padding-top: 8px;
}
#nav li {
	display: inline;
	padding-right: 7px;
	padding-left: 7px;
}
#nav li a {
	color: #132b4c;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
	color: #234f8c;
}

/* Blue title bars - against blue header panel */
#titleBarHeader {
	background-image: url(images/title_bkgd_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width: 417px;
	padding-left: 18px;
	padding-right: 18px;
}
#titleBarHeader h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
}
#titleBarHeader h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0 0 0;
	color: #FFFFFF;
}

/* Blue title bars - against blue header panel, full length*/
#titleBarHeader2 {
	background-image: url(images/title_bkgd_header2.gif);
	background-repeat: no-repeat;
	height: 51px;
	width: 924px;
	padding-left: 18px;
	padding-right: 18px;
}
#titleBarHeader2 h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
}
#titleBarHeader2 h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0 0 0;
	color: #FFFFFF;
}

/* Blue title bars - against white page */
#titleBar {
	background-image: url(images/title_bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width: 417px;
	padding-left: 18px;
	padding-right: 18px;
}
#titleBar h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
}
#titleBar h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0 0 0;
	color: #FFFFFF;
}

/* Blue title bars - against white page, full length */
#titleBar2 {
	background-image: url(images/title_bkgd2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width: 924px;
}
#titleBar2 h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
	margin-left: 15px;
}
#titleBar2 h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0 0 0;
	color: #FFFFFF;
}

/* Blue title bars - against white page, Split Length */
#titleBar3L {
	background-image: url(images/title_bkgd3L.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width: 684px;
	float: left;
}
#titleBar3L h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
	margin-left: 15px;
}
#titleBar3L h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 14px 0 0 0;
	color: #FFFFFF;
}

#titleBar3R {
	background-image: url(images/title_bkgd3R.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 51px;
	width: 240px;
	float: left;
}
#titleBar3R h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
	margin-left: 15px;
}
#titleBar3R p {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
	margin-left: 15px;
}
#titleBar3R h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 12px 0 0 0;
	color: #FFFFFF;
	margin-left: 15px;
}
#titleBar3R a {
	color: #FFFFFF;
}

/* -------------------- MAIN CONTENT AREA -------------------- */

#main {
	width: 924px;
}

/* Content box with rounded bottom */
#content1 {
	background-color: #e6eef9;
	background-image: url(images/content_panel_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 417px;
	padding: 18px;
	margin-bottom: 18px;
	margin-top: 2px;
}
#content1 p {
	color: #132b4c;
	margin-bottom: 12px;
}
#content1 ul {
	margin-left: 8px;
	padding-left: 8px;
	color: #132b4c;
	margin-bottom: 12px;
}
#content1 li {
	margin-bottom: 8px;
}
#content1 h3 {
	color: #234f8c;
	margin-bottom: 12px;
	font-size: 14px;
}

/* Content box with rounded bottom, full length */
#content2 {
	background-color: #e6eef9;
	background-image: url(images/content_panel_btm2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 18px;
	margin-bottom: 18px;
	margin-top: 2px;
}
#content2 p {
	color: #132b4c;
	margin-bottom: 12px;
}
#content2 ul {
	margin-left: 8px;
	padding-left: 8px;


	color: #132b4c;
	margin-bottom: 12px;
}
#content2 li {
	margin-bottom: 8px;
}
#content2 h3 {
	color: #234f8c;
	margin-bottom: 12px;
	font-size: 14px;
}

#content3 {
	background-color: #e6eef9;
	background-image: url(images/content_panel_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 417px;
	padding: 18px;
	margin-bottom: 18px;
	margin-top: 2px;
}
#content3 p {
	color: #132b4c;
	margin-bottom: 6px;
	font-size: 11px;
}
#content3 a {
	color: #234f8c;
}
#content4 {
	background-color: #e6eef9;
	background-image: url(images/content_panel_btm2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 924px;
}
#content4 p {
	color: #132b4c;
	margin-bottom: 12px;
}
#action {
	height: 151px;
	width: 417px;
	text-align: right;
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #234f8c;
	font-size: 45px;
}
#action2 {
	height: 151px;
	width: 444px; 
	float: left;
	text-align: left;
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #234f8c;
	font-size: 20px;
}
#action3 {
	height: 151px;
	width: 444px; 
	float: left;
	text-align: left;
	color: #234f8c;
	font-size: 20px;
}
#action4 {
	width: 888px; 
	float: left;
	text-align: left;
	color: #234f8c;
	font-size: 20px;
}
/* -------------------- FORM -------------------- */

fieldset {
	border:0;
}
.fieldset {
	margin-top: 2px;
	background-color: #e6eef9;
	border: none;
	padding: 14px 18px 12px 18px;
}
.legend_span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #234f8c;
	padding-bottom: 0.6em;
	padding-left: 0px;
}
label {
	display: block;
	margin: 0 0 0.7em 0;
	color: #132b4C;
}
label span {
	float: left;
	width: 18em;
	padding-top: 3px;
	padding-right: 5px;
}
label input, label textarea, label select {
	width: 14em;
	font-family: inherit;
	color: #666666;
	padding: 1px;
}
#radio1, #radio2 {
	width: 20px;
}
#dob1 {
	width: 56px;
}
#dob2 {
	width: 70px;
}
#dob3 {
	width: 60px;
}
#search {
	margin-left: 215px;

	margin-top: 4px;
}
#errorBox {
	background-color: #FFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#errorBox li {
	margin-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#errorBox h3 {
	color: #F00;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 12px;
}
/* -------------------- LIFE FORM -------------------- */

.lifefieldContainer {
   margin-top: 10px;
}

.lifefieldName {
   margin-left: 50px;
   float: left;
   width: 200px;
}

.lifeformField {
   margin-right: 10px;
   float: left;
   display: block;
   width: auto;
}

.lifeformButton {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 25px;
   text-align: right;
}

/* -------------------- FOOTER -------------------- */

#footer {
	width: 889px;
	background-image: url(images/footer_bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	margin-bottom: 20px;
	padding-right: 18px;
	padding-left: 18px;
}
#footerRight {
	float: right;
	text-align: right;
	width: 480px;
	height: 26px;
	padding-top: 7px;
}
#footerRight a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 14px;
}
#footerRight a:hover {
	text-decoration: underline;
}
#footerLeft {
	float: left;
	width: 400px;
	text-align: left;
	color: #FFFFFF;
	font-size: 13px;
	height: 26px;
	padding-top: 7px;
}

/* Legal stuff under footer */
#legal p {
	width: 924px;
	color: #7f7f7f;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
}

/* -------------------- Cross Sell Form -------------------- */

.xsellformCell {
	margin-top: 10px;
	font-weight: bold;
	width: 222px;
	float: left;
}

.xsellformCell2 {
	margin-top: 10px;
	font-weight: bold;
	width: 444px;
	float: left;
}

.bcontent {
	background-color: #e6eef9;
	background-image: url(images/content_panel_btm2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 924px;
}
.bcontent p {
	color: #132b4c;
	margin-bottom: 12px;
}
