@charset "utf-8";
/*
CSS Document
ktscomp.co.uk
*/

/*
DIVs with a font-size of 1.6em = 16px

Elements inside main DIVs with font-size in em multiply the em of their parent
e.g 1.5em = 1.5em * 1.6em = 2.4em = 24px
*/
* {
	padding:0;
	margin:0;
}
html {
	overflow-y: scroll;
}
body {
	font-size:75.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#4E495D;
	color:#333;
	background-color:#fff;
	text-align:center;
/*	background:url(/images/bg_fade.jpg) top repeat-x;*/
}
#skip {
	display:none;
}
#container {
	width:753px;
	margin:15px auto;
	background-color:#fff;
	text-align:left;
}
#sidebar {
	width:200px;
	background-color:#fff;
	float:left;
}
#sidebar p {
	padding:5px;
}
#sidebar .breakaway {
	padding-top:1.5em;
}
#sidebar h1 {
/*	background-color:#A5CC7A;*/
	color:#000;
	background:url(/images/sub_menu_back.gif) repeat-x;
/*	border-left:1px solid #A5CC7A;
	border-right:1px solid #A5CC7A;
*/
	font-weight:bold;
	font-size:1em;
	padding:5px 5px 5px 9px;
}
#sidebar .heading2 {
	background-color:#A5CC7A;
	color:#fff;
	background:url(/images/menu_over.gif) repeat-x;
	border-left:1px solid #A5CC7A;
	border-right:1px solid #A5CC7A;
	font-weight:bold;
}
#logo {	
	float:left;
	width:198px;
	margin-top:15px;
/*	border:1px solid #ccc;*/
	height:107px;
	padding:0;
/*	voice-family:"\"}\""; 
	voice-family:inherit;
	width:198px;*/
	text-align:center;
}
#highlight {
	background:url(/images/menu.gif) repeat-x;
	background-color:#cbcbe4;
	color:#fff;
/*	border-left:1px solid #A5CC7A;
	border-right:1px solid #A5CC7A;
*/
	height:35px;
	margin-bottom:10px;
	margin-top:4px;
	width:198px;
}
#highlight p {
	font-size:1em;
	line-height:35px;
	margin-left:9px;
	vertical-align:middle;
	font-weight:bold;
	padding:0;
}
.top_space {
	height:15px;
}
#top_space {
	height:15px;
}
#top_space img {
	float:right;
}
#banner {
	float:right;
	width:550px;
	height:93px;
	height:108px;
	background-color:#BAD0D6;
	margin-bottom:3px;
	background:url(/images/banner.gif) repeat-x;
	color:#000;
}
#banner img {
	float:right;
}
#banner p {
	float:left;
	font-weight:bold;
	padding:1em;
	font-size:1em;
}
#content {
	width:550px;
	background-color:#fff;
	float:right;
/*	voice-family:"\"}\""; 
	voice-family:inherit;
	width:550px;
*/
}
#content h1 {
	font-size:1.6666em;
/*	padding:0 5px 5px 5px;*/
	margin:8px 0 .5em 5px;
}
#content h2 {
	font-size:1.1666em;
	margin:0 0 .5em 5px;
}
#content h3 {
	font-size:1em;
	font-weight:bold;
	padding:0 5px 0 5px;
}
#content p {
	font-size:1em;
	padding:0 5px 1em 5px;
}
#content ul {
	font-size:1em;
	margin-left:3em;
	margin-bottom:1em;
}
#navigation {
	float:right;
	text-align:center;
}
#navigation ul {
	list-style:none;
	width:550px;
	display:block;
}
#navigation li {
	float:left;
	width:110px;
	font-size:1em;
	font-weight:bold;
	
}
#navigation .navlink {
	display:block;
	padding-top:7px;
}
#navigation a {
	display:block;
	height:35px;
	margin-left:3px;
	text-decoration:none;
	color:#fff;
	background-color:#4E495D;
	background:url(/images/menu.gif) repeat-x;
	border-left:1px solid #4E495D;
	border-right:1px solid #4E495D;

	border-left:1px solid #9491c7;
	border-right:1px solid #9491c7;
}
#navigation a:hover, #navigation a:active {
	color:#4E495D;
	color:#333;
	background-color:#A5CC7A;
	background:url(/images/menu_over.gif) repeat-x;
	border-left:1px solid #A5CC7A;
	border-right:1px solid #A5CC7A;

	border-left:1px solid #fbbd76;
	border-right:1px solid #fbbd76;
}
#navigation .current {
	display:block;
	padding-top:7px;
	height:28px;
	margin-left:3px;
	text-decoration:none;

	color:#4E495D;
	color:#333;
	background-color:#A5CC7A;
	background:url(/images/menu_over.gif) repeat-x;
	border-left:1px solid #A5CC7A;
	border-right:1px solid #A5CC7A;

	border-left:1px solid #fbbd76;
	border-right:1px solid #fbbd76;
}
#sub_menu ul {
	list-style: none;
	padding:0;
	margin:0;
}
#sub_menu li {
	display: inline; /* Fix IE Bug */
}
#sub_menu span, #sub_menu a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 5px 8px 5px 12px;
	border-bottom:2px solid #fff;
	
	background:#BAD0D6 url(/images/sub_menu_back.gif) top left repeat-x;
}
#sub_menu span, #sub_menu a:hover, #sub_menu a:active, #sub_menu a:focus {
	background:#A5CC7A url(/images/sub_menu_over.gif) top left repeat-x;
	padding-left:12px;
	color: #000;
}

#footer {
	clear:both;
	border-top:5px solid #4E495D;
	padding-top:5px;
}
#footer .left {
	float:left;text-align:left;
}
#footer .right {
	float:right;text-align:right;
	padding-bottom:10px;
}
#address {
	display:none;
}
a:link, a:active {
	color:#4E495D;
	color:#2F3292;
}
a:visited, a:hover {
	color:#A5CC7A;
	color:#333;
}
a:hover {
	color:#F7941F;
}
img {
	border:none;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
fieldset {
	border:1px solid #4E495D;
	padding-left:.5em;
	margin-bottom:15px;
}
legend {
	color:#000;
	margin:0 0 .5em 0;
	font-weight:bold;
}
.accesskey {
	text-decoration:underline;
}
.highlight_r {
	float:right;
	margin-left:20px;
	margin-top:5px;
	font-size:.8333em;
	width:212px;
}
.highlight_l {
	float:left;
    margin-right:20px;
	margin-top:5px;
    margin-bottom:5px;
	font-size:.8333em;
	width:212px;
}
.photo_text {
	margin-top:5px;
	font-size:.8333em;
}
#content blockquote {
	margin:0 0 3em 0;
	padding:0;
}
/* Styles for blockquotes managed by jQuery */
.withquotes {
	margin:0 0 1em 0;
	padding:0;
}
.leftQuote {
	margin-left:5px;
	padding-left:1.75em;
	background: url("/images/quote-left.gif") no-repeat top left;
}
.rightQuote {
	padding:0;
	margin:0;
	background: url("/images/quote-right.gif") no-repeat bottom right;
}
#content .withquotes p {
	padding:0 1.75em 0 0;
	margin-bottom:1em;
}
label {
	display:inline-block;
	text-align:left;
	font-weight:normal;
}
#frm-contact label {
	vertical-align: top;
	cursor: hand;
	display:inline-block;
	width:5.5em;
}
#frm-contact input {
	width:15em;
}
#frm-contact textarea {
	width:30em;
}
#frm-contact #btn-send {
	margin-left:5.8em;
	width:5em;
}
#frm-contact label.error {
	color:red;
	width:auto;
	width:250px;
	margin-left:5.8em;
}
.credit {
	font-size:.8333em;
}
.email-hide {
	text-decoration:underline;
}
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: blue;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
