﻿body {
	font-family: Arial;
	font-size: 12px;
	background: url('../img/linebg.gif') repeat-x top left;
	margin: 0;
	padding: 0;
	}
	
div#wrapper {
	width: 900px;
	margin: 0 auto;
	clear: both;
	}
	
/* MASTHEAD STYLING */

img.logo	 {
	float: left;
	clear: both;
	margin-left: 260px;
	padding-top: 15px; 	
	}
	
img.sublogo {
	float: left;
	clear: both;
	margin-left: 315px;
	padding-top: 8px;
	}
	
div#banner {
	margin-bottom: 5px;
	}
	
/* MAIN NAVIGATION STYLING */
ul#mainnav {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	background: black url('../img/navbg.gif') repeat-x top left;
	color: white;
	height: 40px;
	width: 900px;
	font-size: 12px;
	font-weight: bold;
	}
	
ul#mainnav li {
	float: left;
	list-style-type: none;
	padding-top: 12px;
	padding-left: 20px;
	}
	
ul#mainnav li a {
	color: white;
	text-decoration: none;
	}
	
ul#mainnav li a:hover {
	color: #1B95FF;
	}
	
ul#mainnav li.slogan {
	padding-left: 50px;
	padding-top: 10px;
	font-size: 16px;
	font-style: italic;
	}
	
/* MAIN CONTENT STYLING */
div#maincontent {
	float: left;
	clear: left;
	width: 550px;
	}
	
div#maincontent2 {
	float: left;
	clear: left;
	width: 900px;
	}
	
div#maincontent2 h2 {
	margin-right: 320px;
	}
	
div#maincontent2 p {
	padding-right: 10px;
	}
	
div#maincontent2 img {
	float: right;
	border-top: 10px solid black;
	margin-left: 10px;
	}
	
div#maincontent2 img.email, div#maincontent2 form img {
	float: none;
	border: none;
	margin: 0;
	}
	
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	border-bottom: 1px lightgrey solid;
	margin-bottom: 14px;
	display: block;
	}
	
h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	}
	
p {
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 21px;
	}
	
p.error {
	color: red;
	font-weight: bold;
	}
	
div#maincontent2 ul, div#maincontent2 ol {
	padding: 0;
	margin: 0;
	margin-left: 21px;
	text-indent: 0;
	margin-bottom: 14px;
	}
	
div#maincontent2 ol {
	margin-left: 44px;
	}
	
div#maincontent2 ul li {
	background: url('../img/bullet.gif') no-repeat 0px 2px;
	padding-left: 27px;
	padding-bottom: 7px;
	font-size: 14px;
	list-style-type: none;
	line-height: 21px;
	}
	
div#maincontent2 ol li {
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 7px;
	}
	
div#maincontent ul.list li {
	margin: 0 0 12px 25px; 
	padding: 0; 
	font: 14px/21px 'Arial';
	}
	
/* SUB CONTENT STYLING and SITEMAP STYLING */
div#subcontent {
	float: right;
	clear: right;
	width: 310px;
	height: 332px;
	}
	
div#sitemap {
	height: 310px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	}
	
div#subcontent p.certificate {
	margin: 0;
	padding: 5px 10px;
	height: 50px;
	color: white;
	background: url('../img/certificatebg.gif') repeat-x top left;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	}
	
div#subcontent h2 {
	text-align: center;
	}
	
div#subcontent ul#subnav, ul#sitemap {
	display: block;
	}
	
div#subcontent ul#subnav li, ul#sitemap li {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	}
	
div#subcontent ul#subnav li a, ul#sitemap li a {
	color: black;
	text-decoration: none;
	background: url('../img/bullet.gif') no-repeat center left;
	padding-left: 25px;
	padding-top: 2px;
	}
	
div#subcontent ul#subnav li a:hover, ul#sitemap li a:hover {
	color: #076BC1;
	background: url('../img/bulleta.gif') no-repeat center left;
	}
	
h3#brochure {
	text-align: center;
	}
	
h3#brochure.home {
	margin-top: -7px;
	}
	
h3#brochure a {
	color: #076BC1;
	text-decoration: none;
	}
	
h3#brochure img {
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	}
	
h3#brochure.solicitors {
	background: url('../img/bluestar.gif') no-repeat 22% center;
	}
	
/* FOOTER */

div#footer {
	border-top: 2px solid lightgrey;
	float: left;
	clear: both;
	font-style: italic;
	width: 900px;
	}

div#footer p { 
	float: left;
	clear: right;
	font-weight: bold;
	padding-right: 40px;
	line-height: 18px;
	}
	
div#footer p.nfx {
	padding-right: 0;
	}
	
div#footer p em {
	color: #076BC1;
	}
	
div#footer img {
	}
	
	
/* CONTACT FORM STYLING */

form {
	margin: 0;
	padding: 0;
	}

form table {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	font-size: 14px;
	float: left;
	}
	
form table td {
	}

form table td.label {
	font-weight: bold;
	padding-right: 20px;
	}
	
form table td input {
	border: 1px solid lightgrey;
	}
	
form table td textarea {
	border: 1px solid lightgrey;
	}
	
form table td.right {
	text-align: right;
	font-weight: bold;
	}
	
div#rightbox {
	float: right;
	margin-right: 80px;
	}
	
div#rightbox p {
	padding: 2px 0px;
	}
	
div#bannerphone {
	margin-top: 12px;
}
	
/* SITEMAP STYLING */
	
	
/* FIXES */
div#floatclearer {
	clear: both;
	color: white;
	}
	
a img {
	border: 0;
	}