@charset "utf-8";
/*
 *Main CSS Document
 *Created By Jamie Cookson
 *Last edited 25/01/2013
 */

 @import url(http://fonts.googleapis.com/css?family=Muli);
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

 @font-face {
    font-family: gothic;
    src: url(../font/gothic.ttf);
}

body{
	background-color: #1a71a3;
	font-family: 'gothic', sans-serif;
}
body.error{
	background-image: url(../img/error_page.png);
	background-position: center top;
}
header {
	margin-top: 15px;
}

header .right {
float: right;
width: 60%;
color: white;
text-align: right;
margin-top: 15px;
}
header a {
	color: white;
}
header a:hover, .active {
	text-decoration: underline;
}
header img.logo {
	float: left;
	margin-left: 15px;
}

nav {
float:right;
margin-top: 30px;
}
nav li {
float: left;
display: block;
}

nav li a{
color: white;
padding: 15px;
font-size: 1.5em;
}
nav li a:last-child {
	padding-right: 0px;
}
nav li a:hover {
	text-decoration: underline;
}

p.mobile, p.landline, p.email {
	font-size: 1.3em;
	font-family: 'gothic', sans-serif;
}
img.divider {
	width: 2px;
height: 30px;
margin-top: -10px;
}

section {
	width: 100%;
	background-color: white;
	float: left;
	margin-top: 5px;
}

article {
	float: left;
	width: 65%;
	margin-top: 25px;
	margin-left: 5px;
}
 #slideshow {
	width: 600px;
	background-color: #424242;
	padding: 5px;
	height: 218px;
	margin: 0 auto;
 }

#slideshow img {
	width: 600px;
	margin-left: 5px;
	margin-top: 5px;
}
aside{
	width: 30%;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}
aside img.book {
	margin-bottom: 15px;
}

aside p {
	margin-bottom: 20px;
	margin-right: 15px;
	line-height: 20px;
}

div.maincontwrap {
	width: 90%;
	margin-left: 20px;
	margin: 0 auto;
	margin-top: 15px;
}

div.maincont {
	float: left;
	width: 287px;
	position: relative;
	margin-top: 15px;
	margin-right: 5px;
}

.maincont:hover img {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.maincont img {
	float: left;
	border-radius: 100%;
	border: 3px solid #4ea0ce;
	z-index: 99;
	position: relative;
	transition: 0.3s ease;
	width: 75px;
	height: 75px;
}

.greyback {
	background-color: #9d9d9d;
	float: left;
	width: 261px;
	height: 65px;
	border-radius: 100px;
	margin-left: -55px;
	z-index: -99;
	padding-top: 10px;
	margin-top: 3px;
}

.greyback p, .greyback h2{
	margin-left: 60px;
	color: white;
	font-size: 0.9em;
	margin-right: 5px;
}

.greyback h2 {
	font-size: 1.2em;
}

article.services h1 {
	margin-left: 20px;
	margin-top: 15px;
	font-size: 1.5em;
	color: #1a71a3;
	text-decoration: underline;
	margin-bottom: 20px;

}

article.services p {
	margin-left: 20px;
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 20px;
}

article.services a {
	color: #000;

}

article.services a:hover {
	text-decoration: underline;
	
}

.centerme {
	width: 89%;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	}

.centerme img {
	margin: 0 20px;
	border: 5px solid #424242;
	width: 140px;
}

.fleft {
	float: left;
	width: 40%;
}

.bttnwrap {
	width: 30%;
margin: 0 auto;
margin-top: 20px;
}

.bttn {
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 15px;
	float: left;
	text-align: center;
	background-color: #1a71a3;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	transition: 0.3s ease;
	margin-top: 75px;
}
.bttn:hover {
	background-color:#2F91CA;
	cursor: pointer;
	text-decoration: underline;
}

footer {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 0.8em;
}

footer .three {
 	float: left;
 	margin-top: 15px;
 	color: white;
 }
 footer a {
 	color: white;
 }
 footer a:hover {
 	text-decoration: underline;
 }
 footer a.slulink {
 	color: #f18e0a;
 }
  footer a.slulink:hover {
 	text-decoration: underline;
 }


 /**** CSS MENU ****/
 #cssmenu{

	float:right;
	z-index: 99;
	}
		#cssmenu > ul {
			width: auto;
			list-style-type: none;
		}
			
			#cssmenu > ul li {
				display: block;
				zoom: 1;
			}
			#cssmenu > ul li.right {
				float: right;
			}
			#cssmenu > ul li.has-sub {
				position: relative;
			}
				#cssmenu > ul li.has-sub:hover ul {
					display: block;
					z-index: 99;
				}
				#cssmenu > ul li.has-sub ul {
				display: none;
				position: absolute;
				margin: 0;
				padding: 0;
				list-style-type: none;
				background: #ffffff;
				border-bottom: 3px solid #999;
				border-bottom: 3px solid #4ea0ce;
				border-top: 0 none;
				width: 200px;
				padding: 10px 0px;
				}
					#cssmenu > ul li.has-sub ul li {
						display: block;
					}
						#cssmenu > ul li.has-sub > a {
							background-repeat: no-repeat;
							background-position: right 15px center;
						}
						#cssmenu > ul li.has-sub > a.active,
						#cssmenu > ul li.has-sub > a:hover {
							background-position: right 15px center;
						}
						#cssmenu > ul li ul li a {
							color: #000;
							text-align: left;
							padding: 0px 10px;
							height: 30px;
							line-height: 30px;
							font-size: 1em;
							width: 190px;
						}
						#cssmenu > ul li a {
							height: 50px;
							line-height: 50px;
							text-decoration: none;
							color: #FFF;
						}
						#cssmenu > ul li a.active,
						#cssmenu > ul li a:hover {
							/*background: #2ecc71;*/
							text-decoration: underline;
						}