* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 18px;
	color: #666666; /* Title Colour */
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #666666; /* Link Colour */
}

a:hover, a:active {
	color: #f1cae5; /* Link Hover Colour */
}

#content p {
	margin-bottom: 15px;
}

#footer p {
	color: #ffffff; /* Text Colour */
	font-size: 11px;
}


#container {
	width: 468px;
	background-color: #ffffff; /* Main Background Colour */
	border: 1px solid #cccccc; /* Main Frame Colour */
}


#navigation {
	background-color: #ffffff; /* Navigation Bar Colour */
	padding: 15px 5px 5px 5px;
	border-bottom: 5px solid #f2dbed; /* Navigation Bar Bottom Border */
}

#navigation ul li {
	display: inline;
	margin: 0 2px 0 2px;
	padding: 2px 5px 3px 5px;
	background-color: #f2dbed; /* Menu Tab Colour */
	border-top: 2px solid #f1cae5; /* Menu Top Chamfer Colour */
}

#navigation ul li.activemenu {
	padding-bottom: 5px;
	border-bottom: none;
}

#navigation ul li a {
	color: #000000; /* Menu Text Colour */
	text-decoration: none;
	font-weight: bold;
}

#content {
	padding: 10px;
	border-top: 3px solid #cccccc; /* Top Content Stripe */
}

#footer {
	background-color: #cccccc; /* Footer Colour */
	border-top: 3px solid #f2dbed; /* Bottom Content Stripe */
	padding: 5px;
	text-align: center;
}

#container #content ul li {
	margin-left: 30px;
	margin-bottom: 8px;
	list-style-position: inside;
}

#container #content form {
	padding: 10px;
	background-color: #f6eaf3; /*Form Background Colour */
	margin-bottom: 15px;
}
#container #content form input, #container #content form textarea {
	margin: 3px 0 5px 0;
	width: 200px;
}
.submit {
	border: 1px solid #cccccc;
	color: #000;
	background-color: #efefef;
}

.required {
	color: #FF0000;
}
.smallten {
	font-size: 11px;
}


table tr td {
	padding: 3px;
	text-align: center;
}
.tablelight {
	background-color: #e4e3e3;
}
.tabledark {
	background-color: #cccccc;
}

.mortgage-table {
	margin-top: 10px;
	padding: 10px;
	background-color: #f1cae5; /* Mortgage Calculator Results Background Colour */
}
.calculate, .reset {
	border: 1px solid #cccccc;
	color: #000;
	background-color: #efefef;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #cccccc;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #cccccc;
}

.image-left-nb {
	float: left;
	margin: 0 10px 10px 0;
}

.image-right-nb {
	float: right;
	margin: 0 0 10px 10px;
}

.services-table tr td {
	text-align: left;
	background-color: #f6eaf3; /* Services Table Background Color */
}
.services-table tr td ul li {
	margin-bottom: 10px;
	padding: 4px;
	list-style-position: inside;
}
.services-table tr td.white-table {
	background-color: #fff;
}