
/*
CSS - Kensington Partners - Carefully created and crafted by Karl B
Version 1 - 17.10.06
I'm stuck in a coma, stuck in a never-ending sleep.
And some day I will wake up and realize I made up everything.
On this day October 17 1662 - King Charles II of England sold Dunkerque to France for £40,000.
*/

img { border: 0; }
.hidden { display: none; }

/* =Clearfix
----------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Layout
----------------------------------------------- */
body {
	margin: 0;
	padding: 10px;
}
div#wrapper {
	height: auto;
	margin: 0 auto;
	width: 742px;
}
div#header {
	height: 112px;
	position: relative;
	width: 742px;
}

/* =Body and =Wrapper
----------------------------------------------- */
body {
	background: #e3e9f0;
	font-size: 62.5%;
}
div#wrapper {
	background: #fff;
}

/* =Header
----------------------------------------------- */
div#header {
	background: #fff;
}
div#header a#header-logo {
	/* kensington partners logo */
	display: block;
	height: 71px;
	left: 32px;
	position: absolute;
	text-decoration: none;
	top: 18px;
	width: 215px;
}
div#header div#header-phone {
	/* phone inc. address details */
	display: block;
	height: 30px;
	left: 433px;
	position: absolute;
	top: 46px;
	width:235px;
}

/* =Navigation
----------------------------------------------- */
div#navigation {
	background: #c5d3e2;
	height: 38px;
	padding: 0 0 0 15px;
	width: 727px; /* full width = 742px */
}
div#navigation ul#navigation-ul,
div#navigation ul#navigation-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#navigation ul#navigation-ul li {
	float: left;
}
div#navigation ul#navigation-ul li a {
	display: block;
	height: 38px;
}
div#navigation ul#navigation-ul li a:hover {
	background-position: 0 -38px !important;
}
div#navigation ul#navigation-ul li a#navitem-home {
	background: url(../images/nav-home.gif) no-repeat 0 0;
	width: 82px;
}
div#navigation ul#navigation-ul li a#navitem-profile {
	background: url(../images/nav-profile.gif) no-repeat 0 0;
	width: 84px;
}
div#navigation ul#navigation-ul li a#navitem-news {
	background: url(../images/nav-news.gif) no-repeat 0 0;
	width: 79px;
}
div#navigation ul#navigation-ul li a#navitem-events {
	background: url(../images/nav-events.gif) no-repeat 0 0;
	width: 90px;
}
div#navigation ul#navigation-ul li a#navitem-contact {
	background: url(../images/nav-contact.gif) no-repeat 0 0;
	width: 100px;
}

/* =Flash
----------------------------------------------- */
div#flash {
	height: 249px;
	width: 742px;
}
div.flash-bg1 { background: url(../images/flash-bg1.jpg) no-repeat 0 0; }
div.flash-bg2 { background: url(../images/flash-bg2.jpg) no-repeat 0 0; }
div.flash-bg3 { background: url(../images/flash-bg3.jpg) no-repeat 0 0; }

/* =Content
----------------------------------------------- */
div#content_wrapper {
	height: auto;
	width: 742px;
}
div#content-main,
div#content-right {
	float: left;
}

/* =Main
----------------------------------------------- */
div#content-main {
	border-right: 1px solid #ededed;
	color: #70767d;
	font: 1.3em/1.65em "Arial", "Helvetica", sans-serif;
	height: auto;
	padding: 10px 20px;
	width: 430px;
}
body.inner#inner-contact div#content-main,
body.inner#inner-archive div#content-main {
	border-right: 0;
	padding: 10px 20px;
	width: 701px;
}
div#content-main h1 { 
	color: #003a62;
	font-size: 1.5em;
	padding: 0;
	margin: 10px 0;
}
div#content-main h2 { 
	color: #acaa2f;
	font-size: 1.3em;
	padding: 0;
	margin: 10px 0;
}
div#content-main h3 {
	color: #003a62;
	font-size: 1.1em;
	padding: 0;
	margin: 6px 0;
	margin-bottom: -1em;
}
div#content-main h4 {
	color: #003a62;
	font-size: 1em;
	padding: 0;
	margin: 2px 0;
}
div#content-main h5 { 
	color: #acaa2f;
	font-size: 1em;
	padding: 0;
	margin: 2px 0;
}
div#content-main h6 {
	color: #003a62;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
div#content-main img.leftimage {
	/*border: 1px solid #dad9d9;*/
	float: left;
	margin:15px 10px 20px 0;
	padding: 1px;
}
div#content-main img.centerlong {
	border: 1px solid #dad9d9;
	margin: 10px auto;
	padding: 1px;
}
div.clearfix div.main-left { 
	float: left;
	width: 331px;
}

div.clearfix div.main-left td { 
	vertical-align:top;
}

div.clearfix div.main-right {
	float: right;
	text-align: right;
	width: 370px;
}
div#content-main hr {
	border: 0;
	border-bottom: 1px solid #dad9d9;
	height: 0;
}

/* =Right
----------------------------------------------- */
div#content-right {
	color: #70767d;
	font: 1.3em/1.65em "Arial", "Helvetica", sans-serif;
	height: auto;
	padding: 0;
	margin-left: 30px;
	width: 241px;
}
body.inner#inner-profile div#content-right,
body.inner#inner-archive div#content-right {
	margin-left: 0px;
	margin: 0 0 0 30px;
	width: 241px;
}
body.inner#inner-contact div#content-right {
	display: none;
}
div#content-right div#right-quote {
	margin: 20px 0 40px 0;
	text-align: center;
}
div#content-right h2.latestnewsevents {
	background: url(../images/right-latestnewsevents.gif) no-repeat 0 0;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 241px;
}
div#content-right h2.latestnews {
	background: url(../images/right-latestnews.gif) no-repeat 0 0;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 241px;
}
div#content-right h2.latestevents {
	background: url(../images/right-latestevents.gif) no-repeat 0 0;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 241px;
}
div#content-right ul#latestnewsevents-ul,
div#content-right ul#latestnewsevents-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content-right ul#latestnewsevents-ul li {
	border-top: 1px dashed #dad9d9;
	float: left;
	padding: 10px 8px 10px 4px;
	width: 229px; /* 241px full size */
}
div#content-right ul#latestnewsevents-ul li.first {
	border-top: 0;
}
div#content-right ul#latestnewsevents-ul li p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
div#content-right ul#latestnewsevents-ul li div.latestnewseventsitem-image {
	background: #fff no-repeat center center;
	float: left;
	height: 57px;
	margin-right: 5px;
	width: 57px;
}
div#content-right p.anchors {
	margin: 5px;
}
div#content-right h4 {
	color: #003a62;
	font-size: 1em;
	padding: 0;
	margin: 1px 0;
}

/* =Footer
----------------------------------------------- */
div#footer_wrapper {
	margin: 0 10px;
	width: 722px;
}
div#footer_wrapper div#footer-newsevents {
	border-top: 1px solid #dad9d9;
	font: 1.2em/1.2em "Arial", "Helvetica", sans-serif;
	padding: 10px 1px;
	width: 715px; /* 722px full size */
}
div#footer-newsevents ul#footer-newsevents-ul,
div#footer-newsevents ul#footer-newsevents-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer-newsevents ul#footer-newsevents-ul li {
	display: block;
	float: left;
	margin: 5px;
	padding-right: 10px;
	width: 214px;
}
div#footer-newsevents ul#footer-newsevents-ul li p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
div#footer-newsevents ul#footer-newsevents-ul li div.newsevents-image {
	background: #fff no-repeat center center;
	float: left;
	height: 57px;
	margin-right: 10px;
	width: 57px;
}
div#footer {
	border-top: 1px solid #dad9d9;
	color: #b9b9b9;
	font: 1.2em/1.2em "Arial", "Helvetica", sans-serif;
	padding: 10px 1px 30px 1px;
	width: 720px; /* 722px full size */
}
div#footer p.space { margin-left: 8px; }

div#footer ul#footer-navigation,
div#footer ul#footer-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#footer ul#footer-navigation li.first {
	border-left: 0;
}
div#footer ul#footer-navigation li {
	border-left: 1px solid #dad9d9;
	display: inline;
	padding: 0 8px;
}
div#footer ul#footer-navigation li.copyright {
	margin-left: 10px;
	padding-left: 10px;
}

/* Misc: =Links
----------------------------------------------- */
div#content-main a,
div#content-right a,
div#footer-newsevents a {
	color: #acaa2f;
	text-decoration: underline;
}
div#content-main a:hover,
div#content-right a:hover,
div#footer-newsevents a:hover {
	color: #003a62;
}
div#footer a {
	color: #b9b9b9;
	text-decoration: underline;
}
div#footer a:hover {
	color: #7e7e7e;
}

/* =Inner
----------------------------------------------- */
div#inner_header {
	height: 95px;
	width: 742px;
}
body#inner-profile div#inner_header { background: url(../images/inner_header-profile.jpg) no-repeat 0 0; }
body#inner-news div#inner_header { background: url(../images/inner_header-news.jpg) no-repeat 0 0; }
body#inner-events div#inner_header { background: url(../images/inner_header-events.jpg) no-repeat 0 0; }
body#inner-contact div#inner_header { background: url(../images/inner_header-contact.jpg) no-repeat 0 0; }
div.right-archivelink {
	height: 40px;
	margin: 20px 0;
}
div.right-archivelink a{
	background: url(../images/right-viewarchive.gif) no-repeat 0 0;
	display: block;
	float: right;
	height: 40px;
	width: 177px;
}

/* =Profile
----------------------------------------------- */
div#profile-evolvegrowprosper {
	margin: 40px 0;
	text-align: center;
}

/* =Contact
----------------------------------------------- */
span.contact-detailhead {
	color: #acaa2f;
	font-weight: bold;
	margin-right: 10px;
}
#enquiryform {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}
#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#enquiryform fieldset ol li {
	/*border-bottom: 1px dotted #cbd0e9;*/
	padding: 10px;
}
#enquiryform fieldset ol li.alt {
	background: #f0f4f9;
}
#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 225px;
}
form em {
	color: #ff0000;
}
#enquiryform textarea, #enquiryform input {
	color: #48516f;
	font-size: 1em;
	width: 180px;
}
#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}
p.submit input {
	font-size: 10px;
	margin-top: -5px;
	padding: 0;
	width: 40px;
}

/* =Archive
----------------------------------------------- */
div#content-main ul.archive-list {
	margin-bottom: 20px;
}
div#content-main ul.archive-list,
div#content-main ul.archive-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#content-main ul.archive-list li {
	border-bottom: 1px dashed #dad9d9;
	display: block;
	float: left;
	height: 80px;
	margin: 5px;
	padding-right: 10px;
	width: 212px;
}
div#content-main ul.archive-list li p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
div#content-main ul.archive-list li div.newsevents-image {
	background: #fff no-repeat center center;
	float: left;
	height: 57px;
	margin-right: 10px;
	width: 57px;
}

.subscription {
	float:right;
	/*margin-top:12px;*/
}

.subscription, .subscription a, .subscription a:hover {
	color:#fff;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
}




/*
CSS - Kensington Partners - Version 1 - 17.10.06
No, no, no, stick to the stuff you know
It is better by far, to keep things as they are
Don't mess with the flow no no, stick to the status quo
*/