@import url("form.css");

body {
	background: #f6fbff url("/img/layout/bg_gradient.png") top left repeat-x;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
}
img { border: 0; }
a {
	color: #2973c0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 25px 0;
}
li {
	line-height: 1.5em;
	margin: .5em 0;
}
td {
	padding: .3em 0;
}

.wrapper {
	background: #fbfdfe url("/img/layout/bg_wrapper.png") top left repeat-y;
	width: 833px;
	margin: 0 auto;
	position: relative;
	padding: 0 27px;
}

.wrapper .shadow-left {
	background: transparent url("/img/layout/shadow_left.png") top left no-repeat;
	height: 800px;
	width: 26px;
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper .shadow-right {
	background: transparent url("/img/layout/shadow_right.png") top left no-repeat;
	height: 800px;
	width: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

.logos img {
	float: left;
}

.nav {
	background: transparent url("/img/layout/bg_top_nav.png") top left no-repeat;
	list-style: none;
	height: 35px;
	margin: 0;
	padding: 0 0 0 75px;
	text-align: center;
	white-space: nowrap;
}
.nav li {
	display: block;
	float: left;
	padding-top: 9px;
	position: relative;
	z-index: 1110;
	line-height: 15px;
	margin: 0;
}
.nav li a {
	display: block;
	background: transparent;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #026fc3;
	padding: 0px 25px 10px;
	border-right: 1px solid #d8e6f2;
	font-weight: bold;
}
.nav li:hover, .nav li.active {
	background: transparent url("/img/layout/bg_top_nav_on.png") top left repeat-x;
}
.nav li.icons {
	margin-left: 15px;
}
.nav li.icons a {
	display: inline;
	float: left;
	padding: 0px 5px 10px;
}

.nav .subnav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -1000px;
	left: 0;
	z-index: 1120;
	width: 150px;
	display: none;
}
.nav li:hover .subnav, .nav li.active .subnav {
	top: 34px;
}
.nav .subnav li {
	padding-top: 0;
}
.nav .subnav a {
	padding: 2px 8px;
	border-width: 0;
	background: #f7fcff;
	width: 150px;
	text-align: left;
	border-style: solid;
	border-color: #d4e7f3;
	border-width: 0 1px 1px;
	color: #005796;
	text-transform: none;
	display: block;
	white-space: normal;
	font-weight: normal;
}
.nav .subnav a:hover {
	background: #dbf0fc;
	font-weight: bold;
}
.nav .subnav li:hover, .nav .subnav li.active {
	background: transparent;
}

.content {
	position: relative;
	padding: 8px 20px;
	z-index: 900;
}
.content h1 {
	font-size: 18px;
	margin: 0;
	color: #015c9d;
	font-weight: normal;
	line-height: 28px;
}
.content h1 big {
	font-size: 22px;
}
.content p {
	line-height: 25px;
	text-align: justify;
}
.content img {
	padding: .5em;
	margin: .5em 0 1em 2.0em;
	background: #f6f6f6;
	border: 1px solid gray;
}
.content h3 {
    color: #015c9d;
    font-weight: normal;
	margin-bottom: -10px;
}
#conserve_faq  h3 {
	margin-bottom: 0;
}
.content em {
    color: #015c9d;
}
.content li, .content td {
    line-height: 25px;
}

.half-width-column {
	width: 400px;
}

.content .news h1 {
	margin: 0 0 1em;
}
.content .news a strong {
	color: #2d7348;
}
.content dt {
    color: #015c9d;
	margin-bottom: -10px;
}
.content .news img {
	float: left;
	margin: .5em 1em 1em 0;
}
.content .news p {
	line-height: 0;
}

.resource-name {
	width: 500px;
}

.center {
	text-align: center;
}

h1 sup {
	font-size: 7pt;
}

.pdf-list {
	list-style-type: none;
	padding: 0;
}

.footer {
	background: transparent url("/img/layout/bg_footer.png") top left no-repeat;
	width: 887px;
	height: 113px;
	margin: 0 auto 1em;
	position: relative;
}
.footer cite {
	display: block;
	color: white;
	font-style: normal;
	position: absolute;
	top: 35px;
	left: 48px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .cbi {
	position: absolute;
	top: 28px;
	right: 35px;
	text-indent: -3000px;
	background: url('/img/layout/footer-cbi.png');
	width: 263px;
	height: 45px;
}
.footer .duffey {
	color: #b1e0fe;
	text-decoration: underline;
}
