/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:none;
	padding:0px;
	margin:0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	color:#000000;
	text-decoration:none;
	outline:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
body {
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	height:80px;
}
#logo {
	float:left;
	display:inline;
}
#login {
	height:47px;
	float:right;
	padding-right:25px;
	margin-top:32px;
}
#login table {
	border:none;
}
#login td {
	padding-left:5px;
	font-size:1.2em;
}
#nav-bar {
	clear:both;
	height:34px;
	background-image:url(images/nav-bar-bg.jpg);
}
#breadcrumbs {
	float:left;
	font-size:1.3em;
	color:#FFFFFF;
	margin-top:8px;
	padding-left:40px;
}
#breadcrumbs a {
	color:#FFFFFF;
	text-decoration:underline;
}
#breadcrumbs p {
	color:#FFFFFF;
}
#nav-bar-links {
	float:right;
	width:400px;
	margin-top:8px;
		font-size:1.3em;
}
#nav-bar-links a {
	padding-right:30px;
	color:#FFFFFF;

	font-weight:lighter;
}
#content-bg-top {
	clear:both;
	height:24px;
	background-image:url(images/content-top-bg.jpg);
	background-repeat:no-repeat;
}
#content {
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
}
#content-bg-bottom {
	clear:both;
	height:13px;
	background-image:url(images/content-bottom-bg.jpg);
	background-repeat:no-repeat;
}
#navigation {
	float:left;
	margin-left:45px;
	margin-top:24px;
	font-size:1.2em;
		display:inline;
}
#navigation a {
	color:#333333;
}
#navigation li {
	padding-bottom:10px;
}
#main-content {
	float:right;
	width:756px;
		display:inline;
}
#main-image {
	margin-right:42px;
	padding-left:12px;
	padding-bottom:12px;
}
#text-box {
	float:left;
	width:475px;
	padding-left:12px;
}
#text-box h1 {
	padding-bottom:19px;
}
#text-box p {
	padding-bottom:17px;
}

#text-box ul,ol
{
margin-bottom:17px;
margin-left:30px;
}

#text-box li
{
font-size:1.2em;
list-style-type:disc;
margin-bottom:5px;
}

#text-box ol li
{
list-style-type:decimal;
}

#contact-top {
	height:13px;
	background-image:url(images/contact-us-bg-top.jpg);
	background-repeat:no-repeat;
}
#contact {
	float:right;
	width:205px;
	margin-right:42px;
	background-image:url(images/contact-us-bg-centre.jpg);
	background-repeat:repeat-y;
		display:inline;
}


#contact div.errors
{
	padding-left:15px;
	color:#FF0000;
	font-size:1.2em;
	margin-bottom:10px;
}

#contact-bottom {
	height:11px;
	background-image:url(images/contact-us-bg-bottom.jpg);
	background-repeat:no-repeat;
}
#contact table {
	margin-top:5px;
	border:none;
	width:100%;
}
#contact td {
	padding-top:10px;
	padding-right:5px;
	font-size:1em;
}
#contact h2 {
	padding-bottom:8px;
	padding-left:15px;
}
#contact p {
	padding-left:15px;
	padding-bottom:10px;
}
#thumbs {
	padding-top:20px;
	clear:both;
}
#thumbs img {
	display:inline;
}
#footer {
	margin-top:20px;
	clear:both;
	padding-bottom:30px;

}
#footer-left {
	float:left;
	margin-left:23px;
}
#footer-right {
	float:right;
	margin-right:28px;
}
#footer p {

	color:#333333;
}
#footer a {
	color:#333333;
	padding-left:10px;
}
p {
	font-size:1.2em;
	line-height:1.4em;
	color:#333333;
}
h1 {
	font-size:2em;
	color:#032E58;
}
h2 {
font-size:1.8em;
	color:#032E58;
	padding-bottom:5px;
}

h3
{
font-size:1.4em;
color:#000000;
padding-bottom:2px;
}
textarea {
	width:115px;
	height:70px;
}
input {
	width:115px;
}
input.button
{
width:70px;
cursor:pointer;
}
form {
	border-top:solid thin #CCCCCC;
	width:173px;
	margin-left:15px;
}

/* Budget calculator styles */
.calculator { border:0; margin:10px 0; width:475px; }
.calculator table { font-size:1.3em; }
.calculator tr { }
.calculator td { padding:10px; text-align:right; }
.calculator label { width:200px; }
.calculator input, .calculator select { width:200px; }
.calculator .small { font-size:0.769em; padding:3px 10px; }
.calculator #submit { float:right; width:auto !important; }
.results { margin-top:20px; }
.errors { color:#f00; }
.estimate { font-size:0.92em; text-align:right; }