@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
	background-color: #666666;
	background-image: url(../images/dropShadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	float: left;
	width: 780px;
}
#banner {
	float: left;
	width: 780px;
	background-image: url(../images/bannerBk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 14px;
}
#nav {
	float: left;
	width: 780px;
	background-image: url(../images/navBk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	text-align: center;
}
#content {
	float: left;
	width: 780px;
}
#footer {
	float: left;
	width: 780px;
	background-image: url(../images/bannerBk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 14px;
}
#header #companyLogo {
	float: left;
	width: 450px;
	background-image: url(../images/companyLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
}
#header #contactDetails {
	float: left;
	width: 330px;
	padding-top: 20px;
	background-image: url(../images/memberFirm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content #leftColumn {
	float: left;
	width: 430px;
}
#content #rightColumn {
	float: left;
	width: 350px;
}
#footer #footerLinks {
	float: left;
	width: 500px;
}
#footer #footerCopyright {
	float: left;
	width: 280px;
	text-align: right;
}
.clearer {
	clear: both;
}
.hideContent {
	margin-left: -9000px;
}
p {
	margin: 10px;
}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #790F57;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	color: #790F57;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.greyBoldText {
	font-weight: bold;
	color: #666666;
}
.greyBoldTextLarge {
	font-weight: bold;
	color: #B9B9B9;
	font-size: 120%;
	padding-top: 10px;
}
.purpleBoldTextLarge {
	font-weight: bold;
	color: #790F57;
	font-size: 120%;
	padding-top: 10px;
}
.darkGreyBoldTextLarge {
	font-weight: bold;
	color: #666666;
	font-size: 120%;
	padding-top: 10px;
}
.telephoneStyle {
	background-image: url(../images/telephone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #71004C;
	padding-left: 30px;
	margin-left: 40px;
}
.emailStyle {
	color: #71004C;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 40px;
}
#contactDetails a {
	color: #71004C;
	text-decoration: none;
}
#contactDetails a:hover {
	color: #71004C;
	text-decoration: underline;
}
#nav ul {
	list-style-type: none;
	margin-top: 12px;
}
#nav li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#nav a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#footer ul {
	list-style-type: none;
	margin: 10px;
}
#footer li {
	display: inline;
	margin-right: 12px;
}
#footerLinks  a {
	color: #333333;
	font-size: 80%;
}
#footerCopyright a {
	color: #333333;
}
#footer p {
	font-size: 80%;
}
.floatImageLeft {
	margin: 10px;
	float: left;
}
.floatImageRight {
	margin: 10px;
	float: right;
	clear: right;
}
.leftClearer {
	clear: left;
}
.paddedImage {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.services {
	width: 330px;
	background-image: url(../images/servicesBk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #666666;
}
.leftServices {
	float: left;
	width: 175px;
}
.rightServices {
	float: left;
	width: 155px;
}
.services  a {
	color: #FFFFFF;
}
.services a:hover {
	color: #980067;
}
#content .services  li  {
	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px;
	padding-left: 18px;
	list-style-type: none;
}
.wrapper {
}
.map {
	float: right;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
}
table {
	margin: 10px;
}
th {
	color: #790F57;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 110%;
}
td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
	background-image: url(../images/bullet.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
#content .newsletter li {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: none;
	background-image: url(../images/newspaper.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.purpleText {
	color: #70004C;
}
.italic {
	font-style: italic;
}
legend {
	color: #790F57;
}
.siteDivision {
	float: left;
	width: 390px;
}
#content    .siteDivision  li {
	background-image: none;
}
