
body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
margin: 0;
padding: 0;
color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 0;
margin: 0;
}

h1{
margin-top: 5px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px;
margin-bottom: 0em;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}



.header h1 {
	font-size:2.6em;
	margin-top:0.5em;
	margin-bottom: 0em;
	padding-top:0;
	padding-bottom:0em;
	line-height: 1em;
	color:#000;
	font-weight: normal;
}

.allgood {
font-family: 'Shanti', sans-serif;
font-size:2.6em;
margin-top:0.5em;
margin-bottom:-0.2em;
padding-top:0;
padding-bottom:0.6em;
line-height: 0.5em;
color:#600;
}

h2, h3, h4, h5, h6 {
margin-top: 0.1em;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px;
margin-bottom: 0em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
}

h2 a:link
{
color:#000;
text-decoration:none;
}

h2 a:visited
{
color:#000;
text-decoration:none;
}

h2 a:hover
{
color:#03F;
text-decoration:none;
}
  
p {
margin-top: 0.5em;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px;
margin-bottom: 1em;
font-family::"Trebuchet MS", "Arial", "Helvetica", "sans-serif";
font-size: 0.8em;
}

p.quote {
	font-style: italic;
	font-size: 0.8em;
}

p.name {
	font-style: normal;
	font-size: 0.78em;
	font-weight: bold;
	color: #600;
}

.strapline {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 1.3em;
color:#666;
padding: 0em;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #900;
border-bottom-color: #900;
display: inline;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}
img{
  display: block;
    margin-left: auto;
    margin-right: auto }

}

a:link {
color:#03F;
text-decoration: none;
}
a:visited {
color:#03F;
text-decoration: none;
}
a:hover, a:active, a:focus {
color:#C00;
text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
width: 90%;
background-color:#FFF;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
background-image:url(../misc/services.jpg);
background-repeat:no-repeat;
background-position: 0px 200px;
}
.container2 {
width: 88%px;
background: #FFF;
margin: 0 auto;
}

.header {
text-align:center;
 
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
padding: 0px 0px  0px;
margin-left: 1%;
margin-right: 1%;
}
.content2 {
padding: 20px 0px  0px;
margin-left: 2%;
margin-right: 1%;
}

.footer {
padding: 10px 0;
background:#FFF;
text-align:center;
}

.fltrt {
float: right;
margin-left: 8px;
}

.fltlft {
float: left;
margin-right: 4px;
}

.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}


/* top navigation */

.homenav{
list-style:none;
margin:0;
padding:0;
text-align:center;
}

.homenav li {
display:inline;
}

.homenav a {
display:inline-block;
padding:5px;
font-size: 0.83em;
}

/* 2nd navigation */

.navcontainer ul {
	padding: 0em 0em;
	margin: 0;
	list-style-type: none;
	background-color:#996;
	
	color: #FFF;
	width: 100%;
	
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	
	
}

.navcontainer li {
display: inline; 
}

.navcontainer li a
{
	text-decoration: none;
	background-color:#996;
	
	color:#FFF;
	padding: .0em 1em;
	font-size: 0.85em;
}

.navcontainer li a:hover
{
background-color:#633;
	padding: .0em 1em;
color: #fff;
}

.margin100 {
margin-left: 105px;
}

.borderdiv1 {
margin-bottom:2%;
background-color:#FFF;
padding:8px;
width:95%;
overflow: hidden;
	text-align: center;
}
.centre {
align-content: center;
}

.borderdiv2 {

border-radius:25px;
margin-bottom:2%;
background-color:#CEFFB6;
padding:8px;
width:90%;
box-shadow: 5px 5px 5px #888888;
overflow: hidden;
}

.borderdiv3 {

border-radius:25px;
margin-bottom:2%;
background-color:#C9EDFF;
padding:8px;
width:90%;
box-shadow: 5px 5px 5px #888888;
overflow: hidden;
}

.borderdiv4 {

border-radius:5px;
margin-bottom:2%;
background-color:#ACB1DC;
padding:8px;
width:90%;
box-shadow: 5px 5px 5px #888888;
overflow: hidden;
}

.borderdiv5 {

margin-bottom:0%;
background-color:aqua;
padding:8px;
}

#box1 {
border:1px solid;
border-radius:25px;
margin-bottom:2%;
background-color:#FFC;
padding:8px;
width:40%;
box-shadow: 5px 5px 5px #888888;
}

.width50 {
width: 50%;
}



ul.a {
list-style-type:circle;
margin-top: 0.5em;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px;
margin-top: 0.8em;
margin-bottom: 0.8em;
font-family::"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

li.a {
margin-bottom: 0.2em;
}

.hidedesktop {
display:none;
}



