﻿* {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #222222;
	margin: 20px;
	overflow: auto;
}
	
article {
	width: 932px;
	margin: 0 auto;
	background-color: #3A5C18; /*286414*/
	color: #E1F0FA;
	border-radius: 5px;
	box-shadow: 0 0 15px 2px #666666;
}

section {
	clear: left;
}
	
h1 {
	font-size: 10px;
	font-weight: 300;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
/*	text-transform: uppercase; */
	letter-spacing: 5px;
	text-align: center;
	padding: 0px;
}

h2 {
	background-color: #BECCB3;
	text-align: center;
	color: #000000;
	font-weight: 100;
	font-size: medium;
}

p {
    margin: 15px 0;
}
	
a {
    color: #06c;
}
	
#main_nav ul {
	background: #96D2F4;/*#E1F0FA*/
	float: left;
	position: relative;
	z-index: 9999;
	margin-left: 1px;
	border: #E1F0FA solid 1px;
}
	
#main_nav li {
	float: left;
	position: relative;
	width: 230px;
	list-style: none;
	text-align: center;
	border: #D6EDFE solid 1px;

}
	
#main_nav > ul > li > a {
   /* text-transform: uppercase; */
}
	
#main_nav a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
    color: #000000;
}

#main_nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
}
	
#main_nav ul ul ul {
    left: 100%;
    top: 0;
}
	
#main_nav li:hover, #main_nav li:hover li {
	background: #0099CC; /*#dddddd #C8E6F8*/
}
	
#main_nav li li:hover, #main_nav li li:hover li {
	background: #006699; /*#bbbbbb #AFDCF6*/
}
	
#main_nav li li li:hover {
    background: #96D2F4; /*#999999 #96D2F4*/
}
	
#main_nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#footer {
	position: relative;
	height: 31px;
} 
    
#footer p {
	text-align: center;
	font-size: x-small;
	line-height: 1px;
	margin-top: 5px;
}	

.footer_small {
	font-size: x-small;
		line-height: 1px;
	margin-top: 5px;


}

.arrow-down {
     height:0px;
     width:0px;
     border:none;
     border-top:5px solid #000000;
     border-left:5px solid rgba(0,0,0,0);
     border-right:5px solid rgba(0,0,0,0);
}

.whitebackground {
	background-color:white;
	color:white;
}


div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}


