@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------
    Global :: Misc. Classes
   ------------------------------------------------------- */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.nd {
	display: none;
}
.nb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
.leftimg {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.rightimg {
	float: left;
	margin-bottom: 8px;
	margin-left: 8px;
}
.height-1px{
	height: 1px;
}
.centre {
	text-align: center;
}
.img, .link-img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.link-img:hover {

}
.bg-colour-01 a:hover, .bg-colour-02 a:hover, .bg-colour-03 a:hover, .bg-colour-04 a:hover, .bg-colour-05 a:hover, .bg-colour-06 a:hover, .bg-colour-07 a:hover {
		color: #000000;}

.bg-colour-01 {
	background-color: #FFFFFF;
	color: #666666;
}
.bg-colour-02 {
	background-color: #F3F3F4;
}
.bg-colour-03 {
	background-color: #7eb0cd;
	color: #FFFFFF;
}
.bg-colour-04 {
	background-color: #c3cdc5;
	color: #FFFFFF;
}
.bg-colour-05 {
	background-color: #ffcb06;
	color: #FFFFFF;
}
.bg-colour-06 {
	background-color: #f26432;
	color: #FFFFFF;
}
.bg-colour-07 {
	background-color: #00a2b1;
	color: #FFFFFF;
}

.zero {
	margin: 0px;
	padding: 0px;
}
/* -------------------------------------------------------
   LISTS
   ------------------------------------------------------- */
.inline li{
	display: inline;
	float: left;
}
.inline-left li {
	display: inline;
	float: left;
	margin-right: 15px;
}
.inline-right li {
	display: inline;
	padding-left: 15px;
	text-align: right;
}

.line-list li {
	padding-right: 7px;
	margin-right: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.list ul{
	padding-bottom: 1em;
	padding-left: 1.3em;

}
.list ul li {
	list-style-type: disc;
}
.list ol{
	padding-bottom: 1em;
	padding-left: 2em;
}
.list ol li {
	list-style-type: decimal;
}
.padding-bot-nolist ul, .padding-bot-nolist ol {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.padding-bot-nolist ul li, .padding-bot-nolist ul li {
	list-style-image: none;
	list-style-type: none;
}

.nolist ul, .nolist ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.nolist ul li, .nolist ol li {
	list-style-image: none;
	list-style-type: none;
}
.no-border {
	border-top-width: 0px; !important
	border-right-width: 0px; !important
	border-bottom-width: 0px; !important
	border-left-width: 0px; !important
	border-top-style: none; !important
	border-right-style: none; !important
	border-bottom-style: none; !important
	border-left-style: none; !important
}
.no-border-bot, .no-border-bot a{
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.no-underline a{
	text-decoration: none;
}
.sml-txt {
	font-size: 9px;
}

.sublink {
}
.sublink li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0.3em;
	padding-right: 15px;
	padding-bottom: 0.3em;
	background-image: url(../Images/bullet.gif);
	background-position: 0px center;
	padding-left: 15px;
}




/* -------------------------------------------------------
    Page :: General Structure
   ------------------------------------------------------- */
   
.container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 915px;
}
.footer-grad {
	background-image: url('../Images/footer-grad.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

.header {
	height: 115px;
	background-image: url(../Images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.header a {
	color: #645841;
	text-decoration: none;
}
.header a:hover {
	color: #D51E48;
}
/*.navigation {
	height: 40px;
}
.navigation ul {
	float: left;
}
.navigation li {
	display: inline;
} */
.content {
	background-color: #57b7df;
	background-image: url(../Images/content-bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.breadcrumbs {
	display: block;
}
.breadcrumbs ul {
}
.breadcrumbs li {
float: left;
	font-weight: bold;
	color: #969696;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumbs a {
	background-image: url('../Images/breadcrumb.gif');
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 7px;
	padding-right: 7px;
	display: block;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.breadcrumbs-right a{
	background-image: url(../Images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 7px;
	display: block;
	border-bottom-style: none;
}
.breadcrumbs-left a{
	background-image: url(../Images/breadcrumb-left.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 7px;
	display: block;
	border-bottom-style: none;
}
.list-link-right a{
	background-image: url(../Images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 7px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.list-link-left a {
	background-image: url(../Images/breadcrumb-left.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 7px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.footer {
	clear: both;
}

.footer ul {
	margin-right: -0.8em;
	float: left;
}
.footer li {
	display: inline;
	margin-right: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1D3D4;
	padding-right: 0.8em;
	float: left;
	font-size: 80%;
}
.author {
	float: right;
}
.author a {
	display: block;
	width: 75px;
	background-image: url(../Images/kang-logo.gif);
	background-repeat: no-repeat;
	height: 50px;
	float: left;
	padding: 0px;
	background-position: 0px 0px;
}
.author a:hover {
	display: block;
	background-image: url(../Images/kang-logo.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	background-position: 0% 0px;
}
.pagination {
	float: right;
	text-align: right;
}
.pagination ul {
	float: right;
	list-style: none;
	margin: 0px;
}
.pagination li {
	list-style:none;
	float: left;
	padding: 0;
	margin-right: 5px;
}
.pagination li a {
	display: block;
	border: 1px solid #D1D3D4;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: normal;
}
.pagination li .span {
	display: block;
	border: 1px solid #F15A29;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	background-color: #F15A29;
}
.pagination li .span .nd {
	display: none;
}
.pagination li a:hover {
	color: #F15A29;
	border-top-color: #F15A29;
	border-right-color: #F15A29;
	border-bottom-color: #F15A29;
	border-left-color: #F15A29;
}
.border a {
	padding: 2px;
	border: 1px dotted #A6B4AC;
	float: left;
}
.border a:hover {
	border: 1px solid #7EB0CD;
}
.border-bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
.border-right {
	background-image: url(../Images/grey-border-spr.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 8px;
}
.border-middle {
	background-image: url(../Images/box-border-spr.gif);
	background-repeat: repeat-x;
	background-position: left 30%;
	display: block;
}
.grey-border-bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6B4AC;
}

.sub-colour-01, .sub-colour-01 a{
	color: #FFFFFF;
}
.sub-colour-02, .sub-colour-02 a{
	color: #D51E47;
}
.sub-colour-03, .sub-colour-03 a{
	color: #000000;
}

.box-links a{
	border: 1px solid #C3CDC5;
	float: left;
}
.box-links a:hover{
	border: 1px solid #569BBE;
}
/* BOX ELEMENTS */
.corner-top-spr {
	background-image: url(../Images/box-border-spr.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F3F3F4;
}
.corner-top-right {
	background-image: url(../Images/corner-top-right.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
}
.corner-top-left {
	background-image: url(../Images/corner-top-left.gif);
	background-repeat: no-repeat;
	float: left;
}
.corner-bot-right {
	background-image: url(../Images/corner-bot-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
.corner-bot-left {
	background-image: url(../Images/corner-bot-left.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: 0px bottom;
}
.box-left {
	background-image: url(../Images/box-border-spr.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
}
.box-right {
	background-image: url(../Images/box-border-spr.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	float: left;
}
.box-bot {
	background-image: url(../Images/box-border-spr.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	float: left;
}
.services-for-you {
	background-image: url(../Images/services-for-you.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
}
.services-for-business {
	background-image: url(../Images/services-for-business.gif);
	background-repeat: no-repeat;
	height: 70px;
}
.inner-footer {
	background-image: url(../Images/inner-footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #D51E48;
}
.inner-footer a, .outer-footer a {
	text-decoration: none;
}
.inner-footer a:hover {
	color: #000000;
}
.outer-footer {
	background-image: url(../Images/outer-footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #3C3C3D;
}
.quicklinks {
	background-image: url(../Images/quicklinks.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
}
.blog-entry {
	background-image: url(../Images/latest-blog.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 180px;
}
.blog-entry-other {
	background-image: url(../Images/other-blog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 180px;
}
.other-legal-news {
   background: url(../Images/other-legal-news.gif) no-repeat;
   height: 20px;
	 width: 180px;
}
.key-contacts {
	background-image: url(../Images/key-contacts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 180px;
}
.vert-spr {
	background-image: url(../Images/vert-spr.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/* STAFF PROFILES */
.staffprofiles {
	margin: 0px;
	padding: 0px;
}
.staffprofiles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.staffprofiles li {
	margin: 0px;
	width: 95px;
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}
.staffprofiles li a {
	padding: 5px;
	width: 84px;
	border: 1px solid #D4D0C8;
	height: 140px;
	display: block;
	margin: 0px;
	float: left;
}
.staffprofiles li a:hover {
	padding: 5px;
	width: 84px;
	border: 1px solid #CD0040;
	float: left;
	margin: 0px;
}
.staffprofile {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-right: 15px;
}
.staffprofile p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0.5em;
}
.staffprofile .name{
	color: #CD0040;
	padding-top: 7px;
}
.staffprofile .mail {
	background-image: url(../Images/mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.staffprofile .tel {
	background-image: url(../Images/tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 2px;
}
.white-bg {
	background-color: #FFFFFF;
	display: block;
	float: left;
	padding-right: 15px;
}
/* WORDPRESS STYLES */
/* Search Input */
#searchform div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	width: 193px;
	display: block;
	float: left;
	margin-bottom: 7px;
}
#s {
	color: #818385;
	border: 1px solid #DCDCDC;
	width: 178px;
	padding-right: 7px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
#searchsubmit {
	background-color: #F3F3F4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 3px;
	color: #818385;
	float: right;
	font-size: 9px;
}
#content {
	margin: 0px;
	padding: 0px;
}
.post {
	margin-bottom: 14px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	padding-bottom: 15px;
}
#respond {
	padding: 15px;
	background-color: #F3F3F4;
	border: 1px solid #DCDCDC;
	float: left;
}
.input {
	color: #818385;
	border: 1px solid #DCDCDC;
	width: 178px;
	padding-right: 7px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;}
.button {
	background-color: #F3F3F4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 3px;
	color: #818385;
	float: right;
	font-size: 9px;
}
.article-3 {
	background-image: url(../Images/article-3-col.gif);
	background-repeat: repeat-y;
}
.news-archive {
	background-image: url(../Images/latest-news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 180px;
}
.view-archive {
	background-image: url(../Images/view-archives.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 180px;
	float: left;
}
.view-archive:hover {
	background-position: 0px -20px;
}
.widget_recent_entries ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.five-box-align {
	background-image: url(../Images/five-box-align-spr.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.five-box-align-bot {
	background-image: url(../Images/five-box-align-bot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
.downloadable-content {
	background-image: url(../Images/downloadable-content.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.pdf-icon {
	background-image: url(../Images/pdf-icon.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	float: left;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-position: 0px 3px;
}
body {
	display: block;
}
