@charset "UTF-8";

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	line-height: 1.25em;
}

#wrapper {
	width: 801px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#round-header {
	background: #ebebeb url(../images/siteimages/round-header-background.jpg) scroll no-repeat left top;
	height: 10px;
}

#header {
	background: #ebebeb;
	color: #002596;
	border-left: 1px solid #002596;
	border-right: 1px solid #002596;
}

#header p {
	float: right;
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0 35px 0 0;
}

#header p.company-header {
	font-size: 14px;
	margin: 0 35px 5px 0;
}

#header p a {
	color: #002596;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
}

#header p a:hover { color: #005a96; }

#header p a img { vertical-align: middle; }

#content {
	background: #ffffff url(../images/siteimages/content-background.jpg) scroll repeat-y left top;
	padding: 18px 0;
}

#logo { padding: 0 0 18px 0; }

#content #left-column {
	width: 170px;
	padding: 0 40px;
	float: left;
}

.left-item { padding: 20px 0; }

.left-header,
.left-header a {
	color: #002596;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.left-header a:hover { color: #005a96; }

#left-column hr {
	color: #ebebeb;
	margin: 0 0 0 -40px;
	padding: 0;
	border: 0;
	border-top: 1px solid #b7b7b7;
	width: 210px;
}

#content #right-column {
	width: 534px;
	padding: 0 15px 0 0;
	float: right;
}

#menu { margin: 17px 0 10px 6px; }

#menu ul li {
	display: inline;
	margin: 0 5px;
}

#menu a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}

#menu a:hover { color: #005a96; }

#copy-header {
	background: #ebebeb;
	font-weight: bold;
	color: #002596;
	padding: 7px 10px;
	text-transform: uppercase;
}

#copy {
	border: 1px solid #000;
	line-height: 13px;
	margin: 32px 0 0 0;
	width: 516px;
}

#copy p {
	margin: 12px 0;
	font-size: 12px;
}

#copy ul {
	list-style-type: disc;
	padding: 0 0 0 40px;
	font-size: 12px;
}

#copy ol {
	list-style-type: decimal;
	padding: 0 0 0 40px;
	font-size: 12px;
}

.left-content-column {
	width: 261px;
	float: left;
	border-right: 1px solid #000;
	padding: 0 22px;
	margin: 15px 0;
}

.right-content-column {
	width: 166px;
	float: right;
	border-left: 1px solid #000;
	padding: 0 22px;
	margin: 15px 0 15px -1px;
}

.small.left-content-column { width: 166px; }

.large.right-content-column { width: 261px; }

.full-content-column {
	padding: 0 22px;
	margin: 15px 0;
}

.image-caption {
	color: #525252;
	text-transform: uppercase;
	font-style:italic;
	font-size: 10px;
}

#footer {
	background: #ebebeb;
	color: #002596;
	border-left: 1px solid #002596;
	border-right: 1px solid #002596;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 11px;
}

#footer a {
	color: #002596;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover { color: #005a96; }

#round-footer {
	background: #ebebeb url(../images/siteimages/round-footer-background.jpg) scroll no-repeat left top;
	height: 10px;
}

#copyright {
	color: #7D7D7D;
	text-align: center;
	font-size: 10px;
}

#copyright p {
	padding: 5px 0;
	font-style: italic;
}

.clear-left { clear: left; }

.clear-both { clear: both; }

.clear-right { clear: right; }

td { vertical-align: top; }

a { color: #002596; }

a:hover { color: #005a96; }

/* Savings Form */
fieldset {
	border: 1px solid #002596;
	margin: 5px 0;
	padding: 5px;
}

legend {
	font-weight: bold;
	padding: 0 5px;
}

fieldset label {
	float: left;
	width: 175px;
	margin: 5px 0 0 0;
	height: 20px;
}

fieldset input {
	float: left;
	margin: 2px 0;
}

br { clear: both; }

.headline {
	color: #002596;
	font-weight: bold;
}

.restrictions {
	margin: 0 0 0 40px;
	float: left;
}

.formError {
	position: absolute;
	padding: 2px;
	margin: 24px 0 0 40px;
	z-index: 9999;
	color: #f00;
}

.RescissionformError,
.LiabilityformError { margin: 20px 0 0 290px; }

.super {
	display: inline;
	font-size: 8px;
	vertical-align: super;
}

.left-content .super { margin: 0 0 0 -9px; }

.dpl-blue { color: #002596; }
