@CHARSET "ISO-8859-1";

body {
	font-family: arial, sans-serif;
	background-color: #D9DADB;
	margin: 0;
	padding: 0;
}

/* Container */
#container {
	width: 1020px;
	margin: 0 auto;
	background-color: #FFF;
}

/* Header */
#header {
	background: url(../images/header-bg.jpg) top center no-repeat #2076B9;
	width: 100%;
}
#header a img {
	border: none;
}
#header #logo {
	padding: 40px 0 0 35px;
	float: left;
}
#header #title {
	float: left;
	margin: 48px 0 0 35px;
}
#header #title h1 {
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	color: #FFF;
	font-size: 38px;
	font-weight: normal;
	text-shadow: #555 0 2px 1px;
	padding: 0;
	margin: 0;
}
#header #title h1 span {
	font-size: 30px;
}
#header #navigation {
	clear: left;
	float: left;
	background: url(../images/navigation-top.jpg) top left no-repeat;
	margin-top: 8px;
	width: 850px;
}
#header #navigation ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
#header #navigation li {
	float: left;
	text-transform: uppercase;
}
#header #navigation li a {
	display: inline;
	padding: 6px 20px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#header #navigation li.selected a {
	color: #2076B9;
	background-color: #FFF;
}
#header #buttons {
	padding: 15px 18px 0 0;
	float: right;
}

#header #buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #buttons li {
	margin: 6px 0;
}
 
#header #buttons a {
	display: block;
	height: 42px;
	width: 192px;
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #555 0 1px 1px;
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
}

#header #buttons a#bestBuys {
	background: url(../images/best-buys-button.png) center no-repeat;
}
#header #buttons a#bestBuys:hover {
	background: url(../images/best-buys-button-hover.png) center no-repeat;
}
#header #buttons a#lifeAssurance {
	background: url(../images/life-assurance-button.png) center no-repeat;
}
#header #buttons a#lifeAssurance:hover {
	background: url(../images/life-assurance-button-hover.png) center no-repeat;
}
#header #buttons a#mortgageCalc {
	background: url(../images/calculator-button.png) center no-repeat;
}
#header #buttons a#mortgageCalc:hover {
	background: url(../images/calculator-button-hover.png) center no-repeat;
}
/* Content */
#content {}

#content h2 {
	font-size: 18px;
	color: #2076B9;
	margin: 20px 10px;
}
#content h3 {
	font-size: 14px;
	margin: 10px;
}
#content p,
#content li {
	font-size: 12px;
	margin: 10px;
}
#content p.errorMessage,
#content p.successMessage {
	font-weight: bold;
	color: #2076B9;
}
#content a {
	color: #2076B9;
}
#content dt {
	font-size: 12px;
	margin: 10px;
	font-weight: bold;
}
#content table {
	border: 2px solid #2076B9;
	border-collapse: collapse;
	margin: 10px;
}
#content th,
#content td {
	font-size: 12px;
	border: 1px solid #2076B9;
	text-align: center;
	padding: 5px;
}
#content #mainColumn {
	float: left;
	width: 550px;
} 
#content #newsColumn {
	float: right;
	width: 310px;
	margin: 10px;
	padding-top: 30px;
	background: url(../images/header-slice.jpg) top repeat-x #2076B9;
}
#content #newsColumn a {
	color: #FFF;
}
#content #newsColumn h2 {
	color: #FFF;
	border-top: 1px solid #FFF;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 5px;
	font-weight: normal;
}
#content #newsColumn h3 {
	color: #FFF;
}
#content form {
	margin: 20px 10px;
}
#content label {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	width: 80px;
}
#content input.textInput,
#content textarea {
	width: 250px;
}
#content input.button {
	margin-left: 80px;
}
#content #bestBuysFrame {
	text-align: center;
}
#content #bestBuysFrame iframe {
	border: none;
}

/* Smallprint */
#smallprint {
	clear: both;
	background-color: #A6A7A8;
}
#smallprint p {
	font-size: 11px;
	line-height: 15px;
	padding: 8px 10px;
	margin: 0;
}

/* Footer */
#footer {
	background-color: #D9DADB;
}
#footer p {
	font-size: 12px;
	margin: 5px 8px;
	padding: 0;
}
#footer #footerNavigation {
	float: left;
}
#footer ul {
	padding: 0;
	margin: 5px 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	border-left: 1px solid black;
	font-size: 12px;
	padding: 0 8px;
}
#footer ul li.first {
	border: none;
}
#footer ul li a {
	color: #000;
	text-decoration: none;
}

#footer #credits {
	float: right;
}
#footer #credits a {
	color: #000;
}

#footer #copyright {
	width: 100%;
	clear: left;
	float: left;
}
