/********Banner***********/
.banner{
	text-align:center;
	font-size:2em;
	text-transform:uppercase;
	/*color: #1BBC9B;*/
	color: #FF0000 ; 
	text-shadow: 2px 2px 2px #1BBC9B;
	}
	
/********Layout***********/
body{
	background-color:#8B907C;
	}

#bodytxt p{
	margin-left: 40px ; 
	}
			
#wrapper{
	width:1240px;
	margin:0 auto;
	background-color:#666666;
	box-shadow:4px 4px 7px #003153
	}
			
header{
	text-align:center;
	height:120px;
	background-color:#404040;
	}


.headertext{
	font-size:3em;
	text-transform:uppercase;
	color: #1BBC9B;
	text-shadow: 2px 2px 2px #003153;
	}

.htext{
	color: #1BBC9B;
	text-shadow: 2px 2px 2px #003153;
	}
				
.h2text{
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #003153;
	text-align:right;
	margin-right:50px;
	padding-top:20px;
	}

.gallerytext{
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #003153;
	text-align:right;
	}
	
.alignright{
	float:right;
	}
	
#page{
	padding:20px;
	}
			
footer{
	text-align:center;
	background-color:#444444;
	}

/****************Tools*********************/

.tab{
    margin-left:40px;
}

/********Navigation Section***********/
.select{
	background: none repeat scroll 0 0 #003153;
    outline: 0 none;
	opacity: .75;
	}
	
#hnav{
	background:#222222;
	Text-align:center;
	box-shadow: 0px 0px 2px 0px #FFFFFF;
	}
#hmenu,#hmenu ul {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
	}
#hmenu {
    clear: both;
    font-size: 18px;
    height: 44px;
    padding: 0px;
    position: relative;
    width: 940px;
	}
#hmenu ul {
    background-color: #222;
    border:1px solid #222;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
 
	-moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform .25s linear;
    -ms-transition: -ms-transform .25s linear;
    -o-transition: -o-transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
	}
	
#hmenu li {
	float: left;
    position: relative;
	}
	
#hmenu li a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: normal;
    height: 42px;
    padding: 12px 40px 0;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
	}
	
#hmenu li:hover > a {
    color: :#003153;
	}
	
#hmenu li:hover, #hmenu a:focus, #hmenu a:hover, #hmenu a:active {
    background: none repeat scroll 0 0 #003153;
    outline: 0 none;
	}
	
#hmenu li:hover ul.subs {
    left: 0;
    top: 53px;
    width: 180px;
	-moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
	}
	
#hmenu ul li {
    background: none;
    width: 100%;
	}
	
#hmenu ul li a {
    float: none;
	}
	
#hmenu ul li:hover > a {
    background-color: #121212;
    color: #E3A709;
	}
/******************Contact******************/
*{
	margin:0;
	padding:0;
	border:0;
	}

form{
	width:500px;
	margin:0 auto;
	text-shadow: 2px 2px 7px #000000;
	}
	
.formstyle{
	drop-shadow: 0px 0px 2px 0px;
	border-radius: 10px;
	padding:20px;
	background: #404040;
	}

fieldset span{
	color:#FF0000;
	}

legend{
	width:200px;
	text-align:center;
	font-size:150%;
	background:#1BBC9B;
	text-shadow: 2px 2px 7px #003153;
	opacity: .75;
	}

.standard{
	width:300px;
	background-color:#666666;
	border:1px solid #222222;
	}
	
.submitButton{
	width:100px;
	height:25px;
	border:1px solid #9A9A9A;
	box-shadow:2px 2px 4px #000000
	}
	
.submitButton:active{
	box-shadow:inset 2px 2px 4px #000000
	}
	
/***********Gallery**********/
/********************************* for use at a later date
	.animate{
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-ms-transform:scale(1.0);
		-o-transform:scale(1.0);
		transform:scale(1.0);

		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-ms-transition-duration: 1s;
		-o-transition-duration: 1s;
		transition-duration: 1s;
		z-index:1;
		}

	.animate:hover{
		
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		-ms-transform:scale(1.5);
		-o-transform:scale(1.5);
		transform:scale(1.5);
		z-index:10;
		}
**************************************************************/
.galleryhome{
	overflow: hidden;
	padding-left: 40px;
	border-radius: 10px;
	}

.galleryhome li{
	list-style-type:none;
	display:inline block;
	overflow:hidden;
	float:left;
	padding-left:20px;
	padding-bottom:20px;
	}
/*********** REVISION ***************************	
.galleryhome li a .animate{
	-webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
	display:inline block;
   -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	
.galleryhome:hover li a{
	box-shadow:0px 0px 10px #000000;
	opacity:0.75;	
	-webkit-filter: blur(3px); 
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: url(blur.svg#blur); 
	}
	
.galleryhome li a:hover{
	opacity:1;
	z-index:10;
	
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-o-filter: blur(0px); 
	-ms-filter: blur(0px); 
	filter:none;
	}
******************* END *********/
.legendary{
	width:200px;
	text-align:center;
	font-size:150%;
	background:#1BBC9B;
	text-shadow: 2px 2px 7px #003153;
	}
	
.headimage{
	list-style-type:none;
	overflow: hidden;
	margin-top:20px;
	margin-left:33px;
	padding-left:20px;
	padding-bottom:20px;
	float:left;
	}
	
.summary{
	height:130px;
	width:360px;
	box-shadow: 0px 0px 2px 0px;
	border-radius: 10px;
	padding:20px;
	background: #404040;
	}
	
.summary2{
	height:80px;
	width:360px;
	box-shadow: 0px 0px 2px 0px;
	border-radius: 10px;
	padding:20px;
	background: #404040;
	}

.summary3{
	height:40px;
	width:633px;
	box-shadow: 0px 0px 2px 0px;
	border-radius: 10px;
	padding:20px;
	background: #404040;
	}
	
.summarytext{
    color:#ffffff;
    font-size: 18px;
}

.ol{
	overflow: hidden;
	padding: 40px;
	border-radius: 10px;
	}
	
.ol li{
	list-style-type:none;
	display:inline block;
	overflow:hidden;
	float:left;
	padding-left:20px;
	padding-bottom:20px;
	}
/******************** REVISION ****************************
.ol li a .animate{
	-webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -ms-transform:scale(1.0);
    -o-transform:scale(1.0);
    transform:scale(1.0);
	display:inline block;
   -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}

.ol:hover li a{
	box-shadow:0px 0px 10px #000000;
	opacity:0.75;	
	-webkit-filter: blur(3px); 
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: url(blur.svg#blur); 
	}
	
.ol li a:hover{
	opacity:1;
	z-index:10;
	
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-o-filter: blur(0px); 
	-ms-filter: blur(0px); 
	filter:none;
	}
****************** END *************/
.ol2{
	display:inline;
	float:left;
	overflow: visible;
	margin-top:20px;
	margin-left:33px;
	}
	
.ol2 li{
	list-style-type:none;
	display:inline block;
	float:left;
	padding-left:20px;
	padding-bottom:20px;
	}