/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 - modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, q:before {content: ""; content:no-open-quote;}
blockquote:after, q:after {content: ""; content:no-close-quote;}
:focus {outline: 0;}/* remember to define focus styles! */
ins {text-decoration: none;}/* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
html {box-sizing: border-box}
*, *:before, *:after {box-sizing: inherit}
/*end reset*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;
	color:#000;
	background-color:#000;
	text-align:center;
	}
.wrap {
	width:100%;
	background-color:#fff;
	padding-bottom: 14px;
	}
.content {
	width:580px;
	margin:0 auto;
	padding: 21px 0;
	text-align:left;
}
@media screen and (max-width: 599px) {
  .content {
    width: 100%;
    padding: 21px;
  }
}
/*typography
**************************************************/
h1 {
	margin:0 0 18px;
  font-weight:bold;
	font-size:24px;
	letter-spacing: 0.2em;
	line-height: 30px;
	}
h1.big1 { /*for homepage h1*/
	letter-spacing:normal;
  font-weight: normal;
	}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 20px;
	  line-height: 26px;
  }
}
h2 {
	font-size: 20px;
	margin: 0 0 12px;
	font-weight: bold;
	x-letter-spacing: 0.3em;
	line-height: 1.4em;
	}
h3 {
	font-size: 1.3em;
	margin: 0 0 12px;
	font-weight: bold;
	}
h4 {
	font-size: 1.1em;
	margin: 0 0 12px;
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 12px 0;
	}
p.toTop {/*in PRINT.CSS set display to none*/
    margin-top:3em;
	background-image:url(../img/up.gif);
	background-repeat:no-repeat;
	}
p.toTop a {/*in PRINT.CSS set display to none*/
    padding-left:12px;
	}
.breadcrumbs {
  margin: 12px 0 24px;
}
strong, b {
	font-weight: bold;
	}
a {
	text-decoration: underline;
	font-weight: normal;
	color: #00c;
	}
a.abold {
	font-weight: bold;
	color:#000;
	text-decoration:none;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#ed6c00; /*orange*/
	}
ol, ul, li {
	font-size: 14px;
	line-height: 1.5em;
	}
ol, ul {
	margin-bottom: 1.2em;
	margin-left:1.5em; 
	}
ul li {
	list-style: disc;
	}
ul.spread li {
	margin-bottom: 12px;
	}
table#contactdetails {
  border: none;
	margin:18px auto 12px;
	}
#contactdetails th {
  text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	padding: 0;
	font-size: 1.0em;
	width: 2em;
	border: none;
	}
#contactdetails td {
  text-align: left;
	padding: 0 0 12px;
	font-size: 1.0em;
	line-height: 1.5em;
	border: none;
	}
/*navigation
**************************************************/
.topnav {
  overflow: hidden;
  background-color: #f89729;/*orange*/
  margin-top: 14px;
}
.navwrap {
	width:670px;
	margin:0 auto;
  text-align: center;
}
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
}
.active {
  color: 000;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn { 
  border: none;
  outline: none;
  color: white;
  padding: 8px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 799px) {
 /* .topnav a:not(:first-child),*/
  .topnav a,
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .navwrap {
    width: 100%;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/*images
**************************************************/
img {max-width: 100%; height: auto;}
@media \0screen {
  img {width: auto; /* for ie 8 */}
}
.imgR {
	float:right;
	margin:0 0 1.2em 1.2em;
	}
.imgL {
	float:left;
	margin:0 1.2em 1.2em 0;
	}
#servicesButtons img {
	margin: 0 10px;
    }
.diagram {
	float: right;
	width: 258px;
	border: 1px dotted #aaa;
	padding: 6px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 12px 12px;
	}
@media screen and (max-width: 499px) {
  .imgR, .diagram {
    float: none;
    margin: 16px 0;
  }
}
/*misc css
**************************************************/
.clear {clear:both;}
.center {text-align: center;}
div.clear {
	clear:both;
	height:1px;
}
/*footer css
**************************************************/
#footer {
	margin:0 auto;
	}
#footer p {
  font-size: 11px;
  line-height: 16px;
	color:#f2f2f2;
	margin:5px 0 20px;
	text-align:center;
	}
#footer a {
	color:#f2f2f2;
	}
#footer a:hover {
	color:#ed6c00; /*orange*/
	}
/*print css
**************************************************/
@media print {
   a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;}
   body {
	   margin:0;
	   padding:0;
	   font-family:"Times New Roman", Times, serif;
	   font-size:11pt;
	   color:#000;
	   background-color:#fff;
	   text-align:center;
   }
}
