@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600italic,700,600,700italic,800,800italic);
@font-face {
	font-family: "basiccontrols";
	src: url("basiccontrols.eot");
	src: url("basiccontrols.eot#iefix") format("embedded-opentype"),
			url("basiccontrols.woff") format("woff"),
			url("basiccontrols.ttf") format("truetype"),
			url("basiccontrols.svg#basic") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
  font-family: "beyond_the_mountains";
  src: url(../fonts/beyond_the_mountains.ttf) format("truetype");
}

/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.0em; list-style: round; }
q:before, q:after { content:''; }
/* end reset */


body { 
	font-family: Trebuchet MS, sans-serif;
  font-size: 0.9em;
	vertical-align: top;
	background-color:#03132d;
	}
	
p {
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	}

	
h1 {
	font-family: beyond_the_mountains, Trebuchet MS, sans-serif;
	font-size: 3.0em;
	/*color: #4bc7e9;*/
	color: #103778;
	letter-spacing: 3px;
	word-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 10px;
	font-weight: 500;
}
	
a:link {
color :  #103778;
text-decoration : none;
}
a:visited {
color : #103778;
text-decoration : none;
}

a:hover {
color :  #1e71b8;
text-decoration: none;
}

a:active {
color :  #103778;
text-decoration : none;
}

#container {
	width: 100%;
	height: auto;
	background-color: #fffff;
	}
	
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
  background-color: #ffffff;
	overflow: hidden; /* contain float */
 }

 
#header {
	height: 130px;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
	border-bottom: 1px solid #acd268;
	}


#header a:link {
color : #464f46;
text-decoration : none;
}
	
#header a:visited {
color : #464f46;
text-decoration : none;
}

#header a:hover {
color :#69726a;
text-decoration: underline;
}

#header a:active {
color : #69726a;
text-decoration : none;
}



/*		
#addressinfo {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px;
		color: #000000;
	font: 12px Verdana, arial, sans serif;
}

#addressinfo h1{
	color: #000000;
	font: 11px verdana, arial, sans serif;
	font-weight: bold;
	letter-spacing: .1em;
	display: inline;
	}

.phone-no {
	color: #1c7bb5
	}		

*/
	
#officeinfo {
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px;
		color: #000000;
	font: 12px Verdana, arial, sans serif;
}

#officeinfo h1{
	color: #000000;
	font: 11px verdana, arial, sans serif;
	font-weight: bold;
	letter-spacing: .1em;
	display: inline;
	}

.phone-no {
	color: #1c7bb5
	}		

	
		
#menu{
	clear: both;
 	width: 85%;
	height: 30px;
	text-align: center;
	font: 14px verdana, Geneva, sans-serif;
	background: #ffffff;
	border-top: 0px;
	padding-top: 2px;
  margin-left: 130px;
	padding-right: 15px;
	margin-bottom: 10px;
	color: #103778;
	margin-top: -5px;
}	

#menu ul
{
	float: center;
	margin: 0;
	padding: 0;
}
	
#menu li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
	float: left;
	margin-bottom: 0px;
	padding-left: 7px;
	padding-right: 15px;
}

#social {
	float: right;
	margin-right: 0px;
}

/* START SLIDER */

#slideshow {
	float: center !important;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 0px;
	list-style-type: none;
	}

	
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-left: 150px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 75%;
  top: 0;
  }

.rslides li:first-child {
   position: relative;
  }

.rslides img {
  height: auto;
  width: 100%;
  border: 0;
  }

	/* END SLIDER */
	
	
/* Single-direction drop shadow */

hr.style-gradient {
    clear: both;
		border: 0;
    height: 1px;
		margin-bottom: 20px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
			
		
		
#main {
	float: center;
	width: 80%;
	margin-left: 140px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 0px;
	font-family: Trebuchet MS, sans-serif !important;
  font-size: 1.0em;
	}
	
	
	
#main h1 {
	font-family: beyond_the_mountains, Trebuchet MS, sans-serif;
	font-size: 3.0em;
	/*color: #4bc7e9;*/
	color: #103778;
	letter-spacing: 2px;
	word-spacing: 1px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: 500;
}


#main h2 {
	font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size: 1.1em;
	/*color: #83a24c;*/
	color: #75a027;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 500;
	clear: left;
}

#main h3 {
	font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size: 1.4em;
	/*color: #83a24c;*/
	color: #75a027;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 10px;
	font-weight: 500;
	display: inline-block;
}

.small {
	font-size: 12px;
	}

/*
#main.focus {
	font-family: Trebuchet MS, sans-serif !important;
	color: #103778 !important;
	font-size: 2.5 em !important;	
	padding-left: 15px;
	padding-right: 80px;
	}
	
	*/

.focus {
	font-family: Trebuchet MS, sans-serif !important;
	color: #103778 !important;
	font-size: 2.5 em !important;	
	}

p.indent {
	padding-left: 10px;
	}
	
#main p {
	font-family: Trebuchet MS, sans-serif !important;
	color: #03132d !important;
	width: 88%;
	margin-bottom: 20px;
	font-size: 1.0em;
	/*margin-left: auto;*/
	margin-right: auto;
	}
	
#main ul {
clear: both;
font-family: Trebuchet MS, sans-serif !important;
	color: #03132d !important;
	width: 90%;
	margin-left: 25px;
	margin-bottom: 10px;
	font-family: verdana, arial, sans-serif; 
	color: #000000;
  font-size: 1.0em;
	}
	
#main li {
	list-style-type: circle;
	font-family: Trebuchet MS, sans-serif !important;
  }


.leftimage { 
	float: left;
	width: 25%;
	margin-left: 0px;
 padding-right: 20px;
	margin-bottom: 20px;
	}
	
.intro-first {
	color: #103778 !important;
	font-size: 2.5 em !important;	
	font-family: Trebuchet MS, sans-serif !important;
}

.intro-narrow {
	float: none;
	margin-right: auto;
}
		
.facilities {
	float: right;
	margin-left: 20px;
	width: 55%;
	}
	
.inlinehead {
	font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size: 1.1em;
	color: #1e71b8;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 30px;
	font-weight: 500;
}

.inlinetext {
	font: 14px Tahoma, Geneva, sans-serif;
	color: #323A3F;
	margin-bottom: 20px;
	}
	
.inlineitalic {
	font: 14px Tahoma, Geneva, sans-serif;
	color: #323A3F;
	margin-bottom: 0px;
	padding-top: 20px;
	font-style: italic;
	}
		
.exterior-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}

.location-map {
	clear: both;
	float: left;
	margin-right: 20px;
	}
	
.sitemap-logo {
	width: 100%;
	color: #ffffff;
	float: left;
	}
	
.topofpage {
	color: #103778;
	}
	
	
#footer {
	clear: both;
	width: 80%;
	float: left;
	margin-left: 10%;
	background-color: #ffffff;
	height: 70px;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #103778;
	padding-left: 0px;
	padding-top: 5px;
	text-align: bottom;
	border-left: none;
	border-right: none;
	margin-bottom: 0px;
	margin-top: 20px;
	border-top: 1px solid #acd268;
	}
  
#footer a:link {
color : #103778;
text-decoration : none;
}
#footer a:visited {
color : #103778;
text-decoration : none;
}

#footer a:hover {
color : #1e71b8;
text-decoration: none;
}

#footer a:active {
color : #103778;
text-decoration : none;
}
  
.copyright {
	float: left;
	font: 10px Tahoma, Geneva, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 15px;
	margin: 0 0px;
	border-left: none;
	border-right: none;
	text-align: left;
  }
  
#copyright a:link {
color : #2f3e04;
text-decoration : none;
}
#copyright a:visited {
color : #2f3e04;
text-decoration : none;
}

#copyright a:hover {
color :#2f3e04;
text-decoration: underline;
}

#copyright a:active {
color : #2f3e04;
text-decoration : none;
}
	
.contactinfo {
	float: right;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #ffffff;
	padding-top: 25px;
	padding-right: 20px;
	margin: 0 0px;
	border-left: none;
	border-right: none;
	text-align: right;
	font-weight: normal;
  }
 
.slogan {
	color: #1c7bb5;
	font-family: georgia, times roman, serif; font-size: 16px;
	font-style: italic;
	letter-spacing: 0px;
	word-spacing: 1px;
	margin-bottom: 0px;
	text-align: right;
	margin-bottom: 0px;
	background-position: right;
	}

.disclaimer {
	font-variant:small-caps; 
}	

/* Desktops */
@media (min-width: 1024px) {
	#phones {
		display: none !important; 
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#header-mob {
	display: none !important;
	}
	#call-button {
	display: none !important;
	}	
}

#designer {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #103778;
	 margin: 0 0px;
	 border-left: none;
  border-right: none;
  float: right;
  }
	
#designer a:hover {
	color: #acd268;
	}



/* Media Query CSS */

/* Mobile Phones in Portrait and Landscape */
@media (min-width: 320px) and (max-width: 1023px) {
  #slideshow {
    display: none !important; 
		}
	#phones {
	 float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#colour-strip {
	width: 100% 
	}
	#wrapper {
	width: 100%;	
	}
	#address {
	float: none;
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	}
	#address a:link {
	color : #ffffff;
	text-decoration : none;
	}
	
	#address a:visited {
	color : #ffffff;
	text-decoration : none;
	}

	#address a:hover {
	color :#ffffff;
	text-decoration: underline;
	}
	#address a:active {
	color : #ffffff;
	text-decoration : none;
	}
	#header { 
	display: none !important;
	}
	#header-mob {
	float: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border-bottom: 1px solid #acd268;
	margin-bottom: 10px;
	}
	
	#officeinfo {
	display: none !important;
	}
	
	#officeinfo-mob {
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}
	
#menu {
	clear: both;
	width: 100%;
	float: left;
	height: auto;
  margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	background-color: #ffffff;
	color: #00000 !important;
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	margin-top: 20px;
	}	

#menu ul  {
	padding-left: 0px;
	padding-right: 0px;
	}
	
#menu li {
	float: none !important;
	list-style-type: none;
	font: 20px Tahoma, Geneva, sans-serif;
	display: block !important;
	margin-bottom: 10px;
	padding-left: 7px;
}

#call-button {
	width: 35%;
	float: left;
	height: auto;
	margin-top: 10px;
	}
	
#social {
	float: center;
	margin-bottom: 10px;
	}	

h1 {
	clear: both;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.3em;
	/*color: #4bc7e9;*/
	color: #103778;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	font-weight: 500;
}
	
#main {
	clear: both;
	width: 90%;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-right: 0px;
	}
	
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	}

#main h1 {
	clear: both;
	font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size: 1.3em;
	/*color: #4bc7e9;*/
	color: #103778;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	font-weight: 500;
}

	
#main p {
	font: 14px Tahoma, Geneva, sans-serif;
	color: #323A3F;
	width: 100%;
	margin-bottom: 14px;
	margin-right: 0px;
	padding-right: 0px;
	}
	
#main ul 	{
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
 margin-right: 15px;
}
	
#main li {
	font: 14px Tahoma, Geneva, sans-serif;
	color: #323A3F;
	margin-bottom: 5px;
	margin-right: 15px;
	}
	
.leftimage {
	clear: both !important;
	float: center !important;
	width: 100%;
	margin-bottom: 10px;
	}
	
.intro-narrow {
	clear: both;
	color: #103778 !important;
	font-size: 2.5 em !important;	
	float: left;
	width: 90%;
	margin-right: 120px;
	margin-bottom: 15px;
	font-family: Trebuchet MS, sans-serif !important;
		}

.facilities {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 90%;
	}
	
  
#footer {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	border-left: none;
	border-right: none;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
  

#footer a:hover {
color :#1e71b8;
text-decoration: none;
}

#designer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #103778;
	 margin: 0 0px;
	 border-left: none;
  border-right: none;
  float: center;
	text-align: center;
  }
	

.copyright {
	float: none;
	font: 8px Tahoma, Geneva, sans-serif;
	color: #ffffff;
	padding-top: 25px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-left: none;
	border-right: none;
	text-align: left;
  }

.contactinfo {
	float: none;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #ffffff;
	padding-top: 10px;
	margin: 0 0px;
	border-left: none;
	border-right: none;
	text-align: left;
	font-weight: bold;
  }
	





