* {
	padding: 0;
	margin: 0;
	border: none;
}
body {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.125em; /* 16x1.125=18 */
}
h1, h2, h3 {
	font-weight:normal;	
}
h1 {
	font-size: 1.625em;
	font-weight: normal;
	margin-bottom: 14px;
}
h2 {
	font-size: 1.125em;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 1em;
}
h3 {
	font-size: 1em; 
}
a img, :link img, :visited img {
border: 0;
}
html, body {
height: 100%;
}
#container {
	min-height: 100%;
	width: 970px;
	margin: 0 auto;
}
* html #container {
height: 100%;
}

/* Header area */
#header {
	height: 384px;
	width: 970px; 
}
#headerTop {
	height: 101px;
	width: 970px;
}
#headerMid {
	height: 196px;
	width: 970px;
}
#headerBtm {
	height: 87px;
	width: 970px;
}
#headerBtmEvents2 {
	height: 87px;
	width: 970px;
}
#homeLogo {
	float:left;
	height: 101px;
	width: 136px;
}

/* Site navigation */
#nav {
	float: left;
	height: 101px;
	width: 476px;
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 66px 0 0 0;
}
#nav li {
	float: left;
	padding: 0 40px 0 0;
	font-size: 1em;
}
#nav li a {
	color: #898989;
	text-decoration: none;
}
#nav li.tab1 a:hover, 
#nav li.tab5 a:hover, 
#nav li.tab6 a:hover {
	color: #dd291d;
}
#nav li.tab2 a:hover {
	color: #8739b4;
}
#nav li.tab3 a:hover {
	color: #2eb692;
}
#nav li.tab4 a:hover {
	color: #406bf6;
}

/* Main area */
#main {
	width: 934px;
	padding: 5px 18px 18px 18px;
}
#main p, #mainMid ul {
	color: #4C4C4C;
	font-size:0.75em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}
#mainMid ul {
	margin-left: 15px;
}
#mainMid li {
	margin-bottom: 5px;
}
#mainMid h1 {
	margin-top: 2px;
}
#mainMid h2 {
	margin: 15px 0px 4px 0px;
}
#mainMid p {
	margin: 0px 0px 5px 0px;
}
#mainMid div {
	border-top: 1px dashed #b2b2b2;
	padding: 0 0 14px 0;
	width: 476px;
	float: left;
	clear: both;
}
#mainMid img {
	float: right;
	clear: none;
	margin: 15px 0px 15px 15px;
}
#mainMid div p {
	float: left;
	clear: none;
	width: 65%;
	margin: 0px 0px 5px 0px;
}
#mainLeft {
	float: left;
	width: 211px;
	margin-right: 18px;
	color: #333;
}
#mainMid {
	float: left;
	width: 476px;
	margin-right: 18px;
}
#mainRight {
	float: left;
	width: 211px;
	color: #333;
}

#subNav {
	margin: -5px 0px 10px 0px;
	}
#subNav li {
	list-style: none;
	}
#subNav a {
	color: #4c4c4c;
	font-size: 0.8125em;
	text-decoration: none;
	padding: 5px 3px 4px 25px;
	display: block;
	border-top: 1px dashed #b2b2b2;
	background: url(images/logo-bullet.gif) center left no-repeat #fff;
	}
#subNav li:first-child a, #subNav a.first {
	border-top: none;
	}

#latestNews {
	background: url(images/side-bg-bottom.gif) bottom left no-repeat #e1e1e1;
	padding: 0 10px 10px 10px;
}
div#mainLeft #latestNews p {
	font-size: 0.6875em;
	line-height: 1.455em;
}
#contactDetails {
	background: url(images/side-bg-bottom.gif) bottom left no-repeat #e1e1e1;
	padding: 0 10px 10px 10px;
}
#mainLeft h2, #mainRight h2 {
	margin: 0 -10px 14px -10px;
	padding: 10px 10px 0px 10px;
	font-size: 1.4375em;
	background: url(images/side-bg-top.gif) top left no-repeat #e1e1e1;
}
#mainLeft  h3, #mainRight h3 {
	margin: 0 0 6px 0;
	font-size: 0.875em;
	color: #333333;
}
#mainLeft p, #mainRight p {
	margin: 0 0 14px 0;
	font-size: 0.75em;
}
#mainRight h2 {
	border-bottom: 1px dashed #b2b2b2;
	padding-bottom: 20px;
}
#mainRight dt {
	font-size: 1.125em;
	color: #333;
	margin-bottom: 5px;
}
#mainRight dd {
	border-bottom: dashed 1px #b2b2b2;
	padding-bottom: 18px;
	margin-bottom: 12px;
}
#mainRight dd.telNo {
	font-size: 1.46em;
	font-weight: bold;
}

#mainRight dd.email {
	font-size: 1em;
	font-weight: bold;
}
#mainRight dd.email a {
	text-decoration: none;
}
#mainRight dd.email a:hover {
	text-decoration: underline;
}


#contactDetails h3 {
	margin: 0 0 6px 0;
	font-size: 1.03em;
	font-weight: bold;
	
}
#contactDetails legend {
	display: none;
}
#contactDetails label {
	font-size: 0.875em;
	display: block;
	margin: 10px 0 6px 0;	
}

input, textarea {
	border: 1px solid #7f9db9;
	padding: 3px 4px;
	width: 182px;
}
input:focus, textarea:focus {
	border: 1px solid #e76814;
}
input.submit {
	border: none;
	padding: 2px 4px 5px 4px;
	margin-top: 10px;
	width: 68px;
	color:#fff;
	text-align: left;
	font-size: 1em;
	float: right;
	border: none!important;
}

/*  Button styling for 'view pdf' link in Events section */
a.eventLink {
	display: block;
	height: 20px;
	width: 84px;
	background-image: url(images/btn-events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 6px;
	margin: 5px 0 0 0;
}
a.eventLink span {
	color: #FFFFFF;
}

a.eventLinkLarge {
	display: block;
	height:21px;
	width: 150px;
	background-image: url(images/btn-events-large.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 6px;
	margin: 5px 0 0 0;
}
a.eventLinkLarge span {
	color: #FFFFFF;
}
/*  Button styling for 'view pdf' link in Clients section */
a.clientLink {
	display: block;
	height: 20px;
	width: 84px;
	background-image: url(images/btn-clients.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-left: 6px;
	margin: 5px 0 0 0;
}
a.clientLink span {
	color: #FFFFFF;
}
a.button {
	margin: 10px 0px 10px 0px;
	text-decoration: none!important;
	font-size: 0.8125em;
	white-space: nowrap;
}
a.button span {
	color: #fff!important;
	padding: 1px 20px 2px 4px;
	display: block;	
}
/* Footer */
#footer {
	width: 100%;
	text-align: center;
	height: 160px;
	margin: -160px auto 0 auto;
}
#footer ul {
	list-style-type: none;
	font-size:0.75em; /* 16x0.75=12px */
	margin: 1em 0 0 0;
}
#footer li {
	display: inline;
}
#footerLinks {
	text-align: left;
	height: 109px;
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
}
#footerLinks h3 {
	color: #252525;
}
#footerInfo {
	height: 39px;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.75em; /* 16x0.75=12px */
	color: #FFFFFF;
}
#clearfooter {
height: 160px;
}
#infoLeft {
	width: 630px;
	float: left;
	height: 30px;
	padding-top: 9px;
}
#infoRight {
	float: left;
	height: 30px;
	width: 340px;
	padding-top: 9px;
	text-align: right;
}

/* Classes */
.floatLeft {
	float:left;
}

.subheading{
	float:left;
	width:476px;
	height:20px;
	margin:2px 0px 11px 0px;
}

