@charset "UTF-8";

a:visited, a:active {
  color: inherit;
}

a {outline: 0;}

html, body{
	font-family: Cambria,Georgia,serif;
	background-color: white;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	word-wrap: break-word !important;}

p {
	font-family: Cambria,Georgia,serif;
	margin:0px;
	text-align: left;
	padding-bottom:0px;
	padding-top: 0px;
	font-size: 16px;
	line-height: 1.2;
}

h1 {
	font-family: Cambria,Georgia,serif;
	font-size: 24px;
	color: #902984;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom:0;
	}

h2 {
	font-family: Cambria,Georgia,serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	padding-top: 0px;
	color: #660066;
}

h3 {
	font-family: Cambria,Georgia,serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	line-height: 1.1;	
	color: #99877D;
	}

h4 {	/* text */
	font-family: Cambria,Georgia,serif;
	font-size: 18px;
	line-height: 1.1;
	color:black;
	text-align:left;
	font-weight: normal;

}

h5 { 
	font-family: Cambria,Georgia,serif;
	font-size: 18px;
	color:black;
	text-align:left;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-family: Cambria,Georgia,serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	text-align:right;
	margin-bottom:14px;
	color: #902984;
	padding: 4px;
}

#map {
	float:right;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* form  - resouce data capture*/

.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 0px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=places],
.form-style-1 input[type=phone],
.form-style-1 input[type=hear],
.form-style-1 input[type=content],
.form-style-1 input[type=postcode],
.form-style-1 input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=places]:focus,
.form-style-1 input[type=phone]:focus,
.form-style-1 input[type=hear]:focus,
.form-style-1 input[type=content]:focus,
.form-style-1 input[type=postcode]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #3399cc;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}


@media all and (min-width : 815px) {

#mobile_graphic {
 display:none;
}

#frontimage {
	clear: both;
	width:100%
}

#mobileimage {
 display:none;
}

#imageheader {
	clear: both;
	width:815px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;	
}

#mobileimageheader {
 display:none;
}

#content_full {
	clear: both;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	background-color: white;
}

#heading {
	clear:both;
	width: 815px;
	float: left;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	background-color: white;
}

#block1 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;
	left: 0;
	right: 0;
	background-color: white;
}

#block2 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block3 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block4 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color:#C3B9B0;
}

#block5 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color:#C3B9B0;
}

#block6 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block7 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block8 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color:#C3B9B0;
}

#block9 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: #C3B9B0;
}

#block10 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block11 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block12 {
width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: #C3B9B0;
}

#block13 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block14 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block15 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block16 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block17 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block18 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block19 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block520 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#block21 {
	width: 48%;
	float: left;
	padding-top:0;
	padding-right:5px;	
	left: 0;
	right: 0;
	background-color: white;
}

#block22 {
	width: 48%;
	float: right;
	left: 0;
	right: 0;
	background-color: white;
}

#content_full ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;	
}

#content_full_20px_padding{
	width: 600px;
	float: left;
	margin-right: 60px;
	margin-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: white;
	z-index:-1;
}

#content_left {
	width: 290px;
	float: left;
	margin-right: 10px;
	margin-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: white;
	z-index:-1;
}

#content_right {
	width: 290px;
	float: right;
	margin-right: 60px;
	margin-left: 10px;
	padding-top: 70px;
	padding-bottom: 5px;
	background-color: white;
	z-index:-1;
}

#footer {
	clear: both;
	width: 815px;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-top: 20px;
	font-size: 10px;
	color: black;
	line-height: 17px;
	font-weight: normal;
	height: 55px;
}

#footer a:link {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #660066;
	text-decoration: underline;
}

#mobile_footer {
	display:none;
}

}
	
/*Main Navigation*/

#menu {
	width:815px;
	text-align: left;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

  .toggle, [id^=drop] {
 display: none;
}

.toggle1 {display:none;}

nav {
	margin: 0;
	padding: 0;
	background: white;
	z-index: 0;
	color: #660066;
}

#logo {
  display: block;
  padding-left:2px;
  padding-top:2px; 
  padding-bottom: 5px;
  float: left;
  font-size: 18px;
  line-height: 40px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin-top: 50px;
  list-style: none;
  position: relative;
  color: #660066;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: white;
  color: #660066;
}

nav a {
  display: block;
  padding: 0 15px;
  color: #660066;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

nav ul li ul li:hover { background: rgba(51, 153, 204, 1); }

nav a:hover { background-color: rgba(51, 153, 204, 1); }

nav ul ul {
  display: none;
  position: absolute;
  top: -28px;
}

nav ul li:hover > ul { display: inherit; }



/* Media Queries
--------------------------------------------- */

@media all and (max-width : 814px) {

body{
overflow-y: scroll;
}

#logo {
  display: none;
}

#mobile_graphic {
	position: static;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#frontimage {
	display: none;
}

#imageheader {
 display:none;		
}

#mobileimageheader {
	clear: both;
	width:100%;
}

#menu {
	width:100%;
	text-align: left;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: white;
	}

nav { margin: 0; }

.toggle + a, .toggle1 + a,
 .menu { display: none; }

.toggle {
  display: block;	
	background: #660066;
  padding: 0 15px;
	font-family: Cambria,Georgia,serif;
	font-size:17px; 
	color: white;
  line-height: 35px;
  text-decoration: none;
  border: none;
}

.toggle:hover, .toggle1:hover { 
	background: #3399cc;
	}
	
.toggle1 {
  display: block;	
	background: #FFFFFF;
  padding: 0 20px;
	font-family: Cambria,Georgia,serif;
	font-size:18px; 
	color: #660066;
  line-height: 35px;
  text-decoration: none;
  border: none;
}	

[id^=drop]:checked + ul { display: block; }

nav ul {
  margin-top: 0px;}

nav ul li {
  display: block;
  width: 100%;
  padding-left: 0px;
  text-align: left;
}

nav ul ul .toggle,
 nav ul ul a { 
 padding: 0 0px;
background: white; }

nav a:hover,
 nav ul ul ul a { background: #3399cc; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #FFFFFF; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}



#wrapper {
	width:100%;
	text-align: left;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	background-color: white;
	}

#heading {
	clear:both;
	width: 100%;
	float: left;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	background-color: white;
}	


#content_full {
	width: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
	background-color: white;
}

#content_full_20px_padding{
	width: 97%;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;
	background-color: white;
}

#content_left {
	width: 97%;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 5px;
	background-color: white;
	z-index:-1;
}

#content_right {
	width: 97%;
	float: left;
	padding-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 5px;
	background-color: white;
	z-index:-1;
}

#map {
	clear:both;
	width: 100%;
	margin-left: auto;
	margin-right:auto;
	padding-bottom: 10px;
}

#footer {
		display:none;
	}
	
#mobile_footer {
	clear: both;
	width: 100%;
	padding-top: 5px;
	background-color: white;
	font-family: Cambria,Georgia,serif;	
	font-size: 10px;
	color: black;
	line-height: 17px;
	font-weight: normal;
}

#mobile_footer a:link {
	color: black;
	text-decoration: none;
}

#mobile_footer a:hover {
	color: #660066;
	text-decoration: underline;
}

}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
	font-family: Cambria,Georgia,serif;
	font-size:14px; 
	color: #EEEEEE;
}

}