

/* ---   C O L O U R   S C H E M E S   --- */



.page-title	{color:			#181818;}
.tagline	{color:			#073A9A;}



/* THE REST OF THE CSS */

body {				/* Anything in this "body" style affects the whole site, because everything on every page is inside the body tag. */
	font-family: Arial; 	/* You can change your font here. Some other options are Helvetica, "Times New Roman", and Verdana. */
	font-size: 11pt;	/* 12pt is a medium font size. Many sites use 10pt instead. */
}


a:hover {
	font-style: italic;
	color: #000000;
}
p {
   line-height: 110%;
}

.page-title {			
	font-size: 30pt;	
	font-weight: bold;
	clear: both;
	margin-bottom: 1px;
	letter-spacing: 1px;	/* This is the spacing between each letter of the title text. */
	font-style: italic;
	color: #FFF;
	padding-top: 6px;
	margin-top: 10px;
	text-align: left;
}


.regularheight {
	float: right;
	margin-top: 58px;
	margin-right: 50px;
}

.links {
	/*border: 0px;*/
	/* padding-left: 0px;		 Change this number, to push your link bar to the centre of the screen. */
	width: 85%;
	height: 49px;
	clear: both;
	display: block;
	/*-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
padding-left: 0px;
text-align: center;
col width: 10%;
float: left;


}


.links td {
border-style: solid;
	border-width: 1px;
border-top-right-radius: 12px;

}
/*
.links a {
	padding: 0px 0px;		[ Space between the link and its border. 8 pixels at the top and bottom. 13 at the sides. ]
	margin: 1px;			[Blank space around the link and its border ]
	/*border-style: solid;
	border-width: 2px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;*/
	text-decoration: none;		[Removes the underline from the links.]
}
*/
.links p {
	/* float: left; */
	display: block;
	font-size: 9pt; 
}

img {					
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
}
.securepic {
	float: right;
	margin-top: -55px;
	margin-right: 150px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border: 2px solid #333;
}

.footer {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
}


.courtpic {
	float: right;
	padding: 2px;
	margin-right: 50px;
}


.LIVpic {
	margin-left: 100px;
	float: left;
	margin-top: -70px;

}

.contactdetails {
	/*height: 41mm;*/
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 72px;*/
	line-height: 180%;
	color: #A40000;
	font-size: 14px;
	margin-top: 25px;
	border: 1px groove #EB0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFFEF2;
}

.indentimage {
	float: right;
	margin-top: -115px;

	padding: 0px;
}




.kitchenpic {
	float: right;
	margin-top: -17px;
	margin-right: 50px;
	padding: 6px;
}
.buildpic {
	float: right;
	margin:20px;
	padding: 2px;
}
.handshakepic {
	padding: 6px;
	float: none;
	margin: 10px;
	border: 2px groove #A40000;
margin:0px 0px 0px 0px;
}
.addressline {
	font-size: 10pt;
	font-weight: normal;
	color: #EB0000;
	line-height: 11px;
	text-align: center;
}
.banner{					
	float: left;			
	margin-top: 0;
	margin-right: 0;           
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 0px;
}


.KHU {

	margin:40px 32px 40px 32px;
	
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
        float: none;
	
}



.ABpic {
	float: right;
	padding: 2px;
	margin-right: 50px;
	margin-top: -25px;
}



.contactform td {
text-align:left;
padding-bottom: 10px;
font-weight: bold;
}

.norm a {	
	font-weight: normal;
	color: #000000;
        text-decoration: none;
}