/* Created by Northumbria IT Solutions, http://www.itsolutionsuk.net */

body {
	color:black;
    width:95%;
    background:#024930 url(bck.jpg) repeat-y center;
    background-attachment: fixed;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
    overflow-x:hidden;
    
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#ccc;
    text-align:center;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:4px 0px 4px 14px;
	padding:0px;
    text-indent:0px;
	}

h3 {
	font:bold 10px/12px verdana, arial, helvetica, sans-serif;
	margin:10px 4px 4px 4px;
	padding:0px;
    text-indent:0px;
	}

h4 {
	font:bold 10px/12px verdana, arial, helvetica, sans-serif;
	margin:10px 4px 4px 4px;
	padding:0px;
    text-indent:0px;
    display:none;
	}

h5 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#FF9600;
    text-align:center;
	}

h6 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:900;
	color:#CD8032;
    text-align:left;
	}

h7 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:10px;
	color:#000000;
    text-align:left;
	}

h8 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:8px;
	color:black;
    text-align:left;
	}

h9 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#ccc;
    text-align:left;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 10px 10px 10px;
	padding:0px;
	}

P.right {
color:#FF9600;
font-family:verdana, arial, helvetica, sans-serif;
  text-align:center;
  font-size:14px;
  margin:0px 10px 10px 10px;
	padding:0px;
}



.menu a {
	color:black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
    line-height:1.5;
	}
.menu a:link {color:#000000;}
.menu a:visited {color:#000000;}
.menu a:hover {text-decoration:underline;}

a {
	color:black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
    line-height:1.5;
	}
a:link {color:#FF9600;}
a:visited {color:#FF9600;}
a:hover {text-decoration:underline;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    float:left;
    top:0px;
    left:5px;
    right:0px;
    width:60%;
    height:auto;
    border: 0px groove #cccccc; padding: 5px;
	background:white;
    text-indent:0px;
    z-index:1;
	 /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}


.content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    float:left;
    top:0px;
    left:5px;
    right:0px;
    width:60%;
    height:auto;
    border: 0px groove #cccccc; padding: 5px;
	background:transparent;
    text-indent:0px;
    z-index:1;
	 /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content3 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    float:left;
    top:0px;
    left:5px;
    right:0px;
    width:100%;
    height:auto;
    border: 0px groove #cccccc; padding: 5px;
	background:white;
    text-indent:0px;
    z-index:1;
	 /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content4 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    float:left;
    top:0px;
    left:0px;
    right:0px;
    width:98%;
    height:auto;
    border: 0px groove #cccccc; padding: 5px;
	background:white;
    text-indent:0px;
    z-index:1;
	 /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.floatright
		{
			float: right;
			width: 120px;
			height: 120px;
            top:20px;
            padding-right: 0px;
			background:white;
            background-repeat: no-repeat;
            background-position: center

}



.nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

.nav-menu li
{
float: left;
margin: 0 0.15em;
}

.nav-menu li a
{
background: url(chromebg.gif) #fff repeat-x;
height: 4em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.0em solid #CD8032;
color: black;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
.nav-menu li a
{
float: none;
}
/* End hide */


.nav-menu li a:hover
{
background: url(chromebg2.gif) #fff repeat-x;
height: 4em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.0em solid #CD8032;
color: black;
text-decoration: underline;
text-align: center;
}

/* Hide from IE5-Mac \*/
.nav-menu li a:hover
{
float: none ;
}
/* End hide */

.nav-menu
{
width:100%;
margin-left:auto;
}

#container {
     position:relative;
     width:70%;
     min-height:100%;
     border:0px;
     margin-left:15%;
     margin-right:15%;

	}

#maincontent {
  position:relative;
  width:98%;
  float:left;
  border: 2px ridge #cccccc; padding: 10px;
  background:#013322;
  height:100%;
}


#navbanner {
	position:relative;
	width:100%;
	top:00px;
	left:0px;
    height:105px;
	background: transparent url(logo.jpg) no-repeat center;
	z-index:2;
    }


#navbanner2 {
	position:relative;
	width:100%;
    float:left;
	text-align:center;
	top:0px;
	left:0px;
    height:auto;
	background:transparent;
	z-index:2;
}

 #gap {
	position:relative;
	width:100%;
    margin-left:auto;
    margin-right:auto;
    float:left;
    height:10px;
    background:#013322;
    }

 #gap2 {
	position:relative;
	width:100%;
    margin-left:auto;
    margin-right:auto;
    float:left;
    height:10px;
	background-color: transparent;
    }

/*Right Hand Boxes*/

#rightbox {
  position:relative;
  width:38%;
  float:right;
  height:100%;
  background: #013322;
  text-align:center;

}

#imgbox {
  position:relative;
  width:100%;
  height:280px;
  float:left;
  border:0px;
  background: #013322;
  z-index:99;
}

#imgbox a{
  color:white;
  text-align:left;
  font-size:20px;
}

#imgbox ul li{
  color:#FF9600;
font-family:verdana, arial, helvetica, sans-serif;
  text-align:center;
  font-size:14px;
  margin:0px 10px 10px 10px;
	padding:0px;
}


#bottombox {
  position:relative;
  width:100%;
  height:210px;
  float:left;
  border:0px;
  background: #013322;
  padding-top:0px;
  text-align:center;
}

#bottombox a{
  color:white;
  text-align:left;
  font-size:14px;
}




#box1 {
  position:relative;
  width:45%;
  float:left;
  margin-left:5px;
  height:50px;
  background:white;
  text-indent:2px;
  vertical-align: middle;
}

#box2 {
  position:relative;
  width:45%;
  float:right;
  margin-right:5px;
  height:50px;
  background:white;
  text-indent:3px;
}

#gap3 {
  position:relative;
  width:100%;
  float:left;
  height:10px;
  background:#013322;
}


#box3 {
  position:relative;
  width:45%;
  float:left;
  margin-left:5px;
  height:50px;
  background:white;
}

#box4 {
  position:relative;
  width:45%;
  float:right;
  margin-right:5px;
  height:50px;
  background:white;
}

/*End Right Hand Boxes*/




#copy {
  position:relative;
  clear:both;
  bottom:5px;
  top:0px;
  width:100%;
  left: auto;
  right: auto;
  max-width: 100%;
  text-align:center;
  color: #FFFFFF
}

html {
	overflow-x: hidden;
	overflow-y: auto;
    padding:0;
}

:root {     overflow-x: hidden !important; }

.news {
	position:relative;
	width:18%;
    float:left;
	text-align:left;
	top:0px;
	left:0px;
    height:auto;
	background:#ffffff;
	z-index:2;
    border:2px solid #CD8032;
}

.news a {
	color:blue;
    font-size:9px;
    text-decoration:none;
}

.news a:hover {
	color:blue;
    font-size:9px;
    text-decoration:underline;
}

#maingallery {
  position:relative;
  width:100%;
  float:left;
  background:#024930;
  height:100%;
}

#gallerybox {
  background:transparent;
  width:auto;
  height:100%;
  min-height:100%;
  text-align:left;
  position:relative;
}

#galleryimage {
  background:white;
  width:auto;
  height:auto;
  top:0px;
  left:00px;
  z-index:999;

}
#galleryimage1 {
  background:white;
  width:350px;
  height:350px;
  text-align:center;
  float:left;
  position:absolute;
  top:40px;
}

#galleryimage2 {
  background:white;
  width:170px;
  min-height:300px;
  height:auto;
  text-align:left;
  float:left;
  position:relative;
  border:2px dashed #ccc;
  z-index:1234;
}
#galleryimage3 {
  background:white;
  width:350px;
  height:35px;
  text-align:left;
  position:absolute;
  border:2px dashed #ccc;
  z-index:9234;
  float:left;
  top:0px;
}

#hover {
  background:white;
  width:90%;
  height:10px;
}

#menu2 {

background: transparent;
z-index:99999;
float:left;
}

#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
width:105px;
}

#menu2 a, #menu2 h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu2 h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu2 a {
color: #000;
background: transparent;
text-decoration: none;
}

#menu2 a:hover {
color: #a00;
background: #fff;
}

#menu2 li {
position: relative;
}

#menu2 ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100px;
min-width:100px;
z-index:99;
}

div#menu2 ul ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;
width:360px;}

div#menu2 ul ul ul ul li:hover ul
{display: block;
width:140px;}


#breadcrumb {
  background:white;
  text-align:left;
  width:100%;
  height:20px;
  position:relative;
  float:left;
  border:2px dashed #ccc;
}

#breadcrumb2 {
  background:white;
  text-align:left;
  width:100%;
  height:30px;
  position:relative;
  float:left;
  border:2px dashed #ccc;
}

#linkbox {
  background:white;
  text-align:left;
  width:100%;
  height:auto;
  position:relative;
  float:left;
  border:2px dashed #ccc;
}

#padding {
  background:transparent;
  text-align:left;
  width:100%;
  height:300px;
  position:relative;
  float:left;
  z-index:1;
}

#album {
  background:white;
  position:relative;
  float:left;
  width:100%;
  border:2px dashed #ccc;
  height:auto;
}

#albumimg {
  background:white;
  position:relative;
  float:left;
  width:45%;
  height:auto;
}

#albumtdesc {
  background:white;
  position:relative;
  float:right;
  width:50%;
  border:2px dashed #ccc;
  height:auto;
}
#albumgap {
  background:white;
  position:relative;
  float:left;
  width:100%;
  height:20px;
}

#paypal {
  position:relative;
  float:left;
  left:0px;
  top:0px;
  background:white;
  z-index:9999;
}




