﻿
form {
	margin: 0; 
	padding: 0;
	}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #e8e4dd;
	}
/* ==================================== HEADER ===================================== */	
	
div.header-frame {
	width: 100%;
	background: url(../library/bg-header.png) repeat-x top left;
	}	
div.con-header {
	position: relative;
	z-index: 10000;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}


/* ==================================== FOOTER ==================================== */
	
div.footer-frame {
	width: 100%;
	background: url(../library/bg-footer.png) repeat-x top left;
	min-height: 200px;
	}	
div.footer-wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
	}	
div.footer-wrapper .mod-contentpanel {
	width: 635px;
	float: left;
	}	
div.footernav-wrapper {
	width: 295px;
	float: left;
	border-left: 1px solid #d3ccc0;
	padding: 0 0 15px 29px;
	min-height: 140px;
	}	
.disclaimer {
	font-size:83.3%;
	color: #999;
	padding-top: 25px;
	}
	
/* ================================= FOOTER LINKS ================================= */

div.footer-frame h2 {
	font-size: 100%;
	padding-bottom: 4px;
	text-transform: uppercase;
	padding: 0 0 2em 0;
	margin: 0;
	font-size: 91.6%;
	font-weight: bold;
	color: #00529b;
	}
.ftr-col-group h3 {
	font-size: 100%;
	text-transform: uppercase;
	padding: .3em 0 .4em 0;
	margin: 0;
	font-size: 91.6%;
	font-weight: bold;
	color: #00aeef;
	}
.ftr-col-group ul {
	padding-bottom: 15px;
	}
.ftr-col-group li {
	font-size: 100%;
	}	
.ftr-col1,
.ftr-col2,
.ftr-col3 {
	float: left;
	padding: 0px 20px 0px 0;
	width: 175px;
	}
.ftr-col1 {}	
.ftr-col2 {padding-left: 20px; border-left: 1px solid #e0dad1;}
.ftr-col3 {padding-left: 20px; border-left: 1px solid #e0dad1;}	

div.footer-frame a:link {color: #555454; text-decoration: none;}
div.footer-frame a:visited {color: #555454; text-decoration: none;}
div.footer-frame a:focus {color: #00529b; text-decoration: underline;}
div.footer-frame a:hover {color: #00529b; text-decoration: underline;}	
div.footer-frame a:active {color: #00529b; text-decoration: underline;}		


/* Content panels */

.panel-box {
	background: url(../library/panel-base.png) no-repeat left bottom;
	padding-bottom: 31px;
	margin-top: 10px;
	}

.panel-item {
	padding: 10px 25px 10px 14px;
	background: url(../library/panel-bg.png) repeat-y;
	}

.panel-item:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	}

.panel-box h2 {
	background: url(../library/panel-top.png) no-repeat;
	min-height: 27px;
	color: #fff;
	font-size: 110%;
	margin: 0;
	padding: 8px 0 0 13px;
	}

.panel-box p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	}
.panel-box a {
	font-weight: bold;
	}

.panel-box .banner {
	width: 138px;
	float: left;
	}


.panel-boxless {
	padding: 20px 0 20px 10px;
	}



/* =================================== CONTENT =================================== */
		
div.content-frame {
	width: 100%;
	background-color: #fff;
	}
.campaign-page,
div.con-wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	}
.campaign-page {
	padding: 14px 0;
	}
div.con-main {
	float: left;
	width: 660px;
	padding-top: 15px;
	padding-bottom: 25px;
	}
div.con-supp-1 {
	float: left;
	width: 302px;
	background: url(../library/bg-consupp1.png) repeat-y top left;
	}
div.con-supp-1 .pad-bot {
	background: url(../library/bg-consupp1-bot.png) no-repeat bottom left;
	/*padding-bottom: 40px;*/
	}
div.con-supp-1 .pad-top {
	padding: 15px 0 15px 15px;
	padding-bottom: 0;
	background: url(../library/bg-consupp1-top.png) no-repeat top left;
	}	
div.con-printlogo {
	display: none;
	}		
div.con-header {
	position: relative;
	z-index: 10000;
	background: url(../library/call-nrma.png) no-repeat 682px 23px;
	}	

.mod-sitelogo {
	padding:0;
	}
.mod-sitelogo img {
	display: block;
	}

.bl-hover a {
	text-decoration: underline;
	}

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}
