html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
body {
	background: url(siteimg/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	height: 1500px;
	width: 100%;
}
#header {
	width: 100%;
	height: 170px;
}
#headleft {
	height: 170px;
	width: 40%;
	float: left;
}
#headcent {
	height: 170px;
	width: 30%;
	float: left;
}
#headright {
	height: 170px;
	width: 30%;
	float: right;
	text-align: center;
}
#nav {
	height: 50px;
	width: 100%;
}
#navl {
	height: 50px;
	width: 32%;
	float: left;
}
#navc {
	height: 50px;
	width: 62%;
	float: left;
	text-align: center;
}
#navr {
	height: 50px;
	width: 6%;
	float: right;
}
#line {
	height: 3px;
	width: 100%;
	background-image: url(siteimg/line.png);
	background-repeat: repeat-x;
}
#index-imgslide {
	height: 550px;
	width: 100%;
	text-align: center;
}

#slideshow {
	position: relative;
    margin: 1px auto;
	width: 960px;
    height: 490px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
#hello {
	height: 30px;
	width: 80%;
	margin-top: -4px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
}
#welcome-top {
	height: 215px;
	width: 80%;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
}
#welcome-left {
	height: 215px;
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: justify;
}
#welcome-right {
	height: 215px;
	width: 48%;
	margin-left: 2%;
	float: right;
	text-align: justify;
}
#indxfill {
	height: 700px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#indxleft {
	height: 700px;
	width: 28%;
	float: left;
	margin-left: 2%;
	text-align: left;
}
#indexline1 {
	background-image: url(siteimg/indexline.png);
    background-repeat: repeat-y;
	height: 700px;
	width: 3%;
	float: left;
	text-align: center;
}
#indxcent {
	height: 700px;
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: left;
}
#indexline2 {
	background-image: url(siteimg/indexline.png);
    background-repeat: repeat-y;
	height: 700px;
	width: 3%;
	float: left;
	text-align: center;
}
#indxright {
	height: 700px;
	width: 30%;
	float: right;
	text-align: left;
}
#contact-top {
	height: 600px;
	width: 80%;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
}
#contact-left {
	height: 600px;
	width: 40%;
	float: left;
	text-align: left;
}
#contact-right {
	height: 600px;
	width: 40%;
	float: right;
	text-align: center;
}
#downloads-top {
	height: 600px;
	width: 80%;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
}
#audio-downloads{
	height: 600px;
	width: 40%;
	float: left;
	text-align: left;
}
#picture-downloads{
	height: 600px;
	width: 40%;
	float: right;
	text-align: left;
}
#gallery-centre {
	width: 90%;
	height: 600px;
}
#gallery a {
    text-decoration:none;
}
#gallery .item {
    margin-left: 5%; width: 100px; height: 75px;  overflow: hidden; display: inline-block;
    border: 5px solid #333;
	margin: 5px;
} 
#gallery .item a {
    overflow: hidden;
}
#gallery .item a img {
    height: 100%;
    align-self: center;
}
.lightbox {
    opacity: 0;
    position: fixed;
    z-index: 9999;
    width: 90%;
    height: 100%;
    top: -100%;
    left: 0;
    color:#333333;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.lightbox:target {
    opacity: 1;
    outline: none;
    top: 0;
}
.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width:640px;
    margin: 2% auto;
    padding:10px 20px 10px 20px;
    background-color:#FFF;
    box-shadow: 0px 1px 26px -3px #777777;
}
.lightbox .title {
    margin:0;
    padding:0 0 10px 0px;
    border-bottom:1px #ccc solid;
    font-size:22px;
}
.lightbox .content {
    display:block;
    position:relative;
}
.lightbox .close {
    display:block;
    float:right;
    text-decoration:none;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    color:#858585;
}
.clear {
    display:block;
    clear:both;
}
.lightbox .content .desc {
    z-index:99;
    bottom:0;
    position:absolute;
    padding:10px;
    margin:0 0 4px 0;
    background:rgba(0,0,0,0.8);
    color:#fff;
    font-size:17px;
    opacity:0;
    transition: opacity ease-in-out 0.5s;
}   
.lightbox .content:hover .desc  {
    opacity:1;
}
.lightbox .next,
.lightbox .prev,
.lightbox .close {
    display:block;
    text-decoration:none;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    color:#858585;
}
.prev {
    float:left;
}
.next,
.close {
    float:right;
}
.clear {
    display:block;
    clear:both;
}
#footer-left {
	height: 75px;
	width: 50%;
	float: left;
	background-color: #666;
	text-align: center;
}
#footer-right {
	height: 75px;
	width: 50%;
	float: right;
	background-color: #666;
	text-align: center;
}
#footer-bottom {
	height: 200px;
	width: 100%;
	float: left;
	background-color: #666;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 10px;
	color: #FFF
}
h2 {
	font-size: 12px;
	color: #FFF;
}
h3 {
	font-size: 14px;
	color: #FFF;
}
h4 {
	font-size: 16px;
	color: #FFF;
}
h5 {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}
h6 {
	font-size: 20px;
	color: #FFF;
}
#primary_nav_wrap
{
	margin-top:5px;
	text-align: center;
}
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	z-index: 4000;
	text-align: center;
	float:none;
	margin-right: 15%;
	padding:0;
}
#primary_nav_wrap ul a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align: center;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#primary_nav_wrap ul li
{
	position:relative;
	z-index: 40000;
	text-align: center;
	float:left;
	margin:0;
	padding:0;
}
#primary_nav_wrap ul li.current-menu-item
{
	background:#666;
}

#primary_nav_wrap ul li:hover
{
	background:#CCC;
}
#primary_nav_wrap ul ul
{
	display:none;
	text-align: left;
	position:absolute;
	top:100%;
	left:25;
	background:#000;
	padding:0;
}
#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
}
#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
}
#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}
#primary_nav_wrap ul li:hover > ul
{
	display:block;
}
@import url('test/fonts/css/font-awesome.min.css');
#social {
  margin: 20px 10px;
  text-align: center;
}
.smGlobalBtn { 
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd;
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
.facebookBtn{
    background: #4060A5;
}
.facebookBtn:before{
    font-family: "FontAwesome";
    content: "\f09a";
}
.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5;
}
.twitterBtn{
    background: #00ABE3;
}
.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099";      
}
.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}