@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
/*	max-width: 100%; */
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	alignment-adjust:middle;
	vertical-align:central;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;

}

body {

}

#moheading{
	font: #FFF;	
}

#header {
	
	top: 0px;
	left: 0px;
	height: 48px;
	width:100%;
	border-bottom: solid 1px #333;
	background: #000;
	position: fixed;
	opacity: 0.70;
	
}

#title {
	top: 7px;
	left: 15px;
	position:fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#FFF;
	z-index: 5;	
}

#pagetitle {
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:22px;
	color:#FFF;
	z-index: 5;	
}

#pagecontent {
	text-align: justify;
	color: #FFF;
}

#content {
	width:900px;
	margin: 0 auto;
}

#gallerycontent {
	top: 48px;
	bottom: 30px;
	position:fixed;
	left: 0px;
	right: 0px;

}

#imageborder {
	border: 1px #FFFFFF solid;
	text-align: center;
}


/* #contentform {
	left: 10%;
	right: 10%;
	width:80%;
	top: 10%;
	bottom: 10%;
	position: relative;
	z-index: 0;
	overflow: auto;
	vertical-align: top;
	display: block;
	text-indent: 20%;
} */
	
/* #contentbg {
	left: 0px;
	right: 0px;
	top: 48px;
	bottom: 30px;
	position: fixed;
	background:#000;
	border: solid 0px #333;
	border-radius: 0px;
	opacity: 0.4;
	z-index: -10;
} */

/*#contentbg {
	left: 10px;
	right: 10px;
	top: 58px;
	bottom: 40px;
	position: fixed;
	background:#000;
	border: solid 1px #333;
	border-radius:5px;
	opacity: 0.70;
	z-index: -10;
} */


#footer {
	clear: both;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background: #000 ;
	position: fixed;
	opacity: 0.70;
	border-top: solid 1px #333;
	z-index:0;
	text-align:center;

}

#footertext {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10;
	z-index: 10;
	padding-top: 6px;
	opacity: 1.0;

}

#menucontainer {
	
	top: 0px;
	left: 375px;
	height: 45px;
	width:100%;
	position: fixed;
	z-index: 9999999;
}

/* #fadeshow {
	border: 1px solid #666;
	border-radius: 0px;
	z-index: -1;
} */

.slideshow {
	border: 1px solid #666;
	border-radius: 0px;
	height: 536px;
	width: 800px;
	position: fixed;
	z-index: 100;
	opacity: 1.0;
}


#fadeshowpos {
    height: 536px;
	width: 800px;
	position: fixed;
    left:50%;
    top:50%;
    margin:-268px 0 0 -400px;
	z-index: -1; 
}

#fadeshowbg {
	background-color: #000;
	width: 860px;
	height: 597px;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: -100;
	opacity: 0.6;
	border: solid 1px #222;
	border-radius: 5px;
	margin: -297px 0 0 -430px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }
  
div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  }

/* Menu CSS */

.menunav{ height:35px; display:block; padding:0; margin: 7px auto;  border:0px solid; border-radius:5px; } 
.menunav > ul {list-style:inside none; padding:0; margin:0;} 
.menunav > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	color: #999;
} 
.menunav > ul > li > a{ outline:none; display:block; position:relative; padding:12px 20px; font: /*bold*/ 15px/100%  Verdana, Geneva, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); } 
.menunav > ul > li:first-child > a{border-radius:0 0 0 0;} 
.menunav > ul > li > a:after{ content:""; position:absolute; /* border-right:1px solid;*/ top: 0px; bottom: 0px; right: 0px; z-index:999; } 
.menunav ul li.has-sub:hover > a:after{top:0; bottom:0;} 
.menunav > ul > li.has-sub > a:before{ content:""; position:absolute; top: 18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } 
.menunav > ul > li.has-sub:hover > a:before{top:20px; } 
.menunav ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:9999; }
.menunav ul li.has-sub:hover > ul, .menunav ul li.has-sub:hover > div{display:block;} 
.menunav ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;} 
.menunav ul li > ul, .menunav ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#3f3f3f; border-radius:0 0 5px 5px; z-index:9999; } 
.menunav ul li > ul{width:200px;} 
.menunav ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} 
.menunav ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font: 10pt/100% Verdana, Geneva, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); } 


.menunav > ul > li > ul > li a:hover{ background:#333333; background:-moz-linear-gradient(top, #333333 0%, #222222 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222)); background:-webkit-linear-gradient(top, #333333 0%,#222222 100%); background:-o-linear-gradient(top, #333333 0%,#222222 100%); background:-ms-linear-gradient(top, #333333 0%,#222222 100%); background:linear-gradient(top, #333333 0%,#222222 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); } 
.menunav { background:none;}
.menunav{border-color:#000;} 
.menunav > ul > li > a{border-right:0px solid #000; color:#fff;} 
.menunav > ul > li > a:after{border-color:#444;} 
.menunav > ul > li > a:hover{background:#3f3f3f;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

/* @media only screen and (min-width: 481px) {
.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
}
}*/

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

/* @media only screen and (min-width: 769px) {
.gridContainer {
	width: 96.3666%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
} */
