/* CSS Document */

#navcontainer {
	width: 100%;
}

img.center {
    display: block;
    margin: 0 auto;
}
.col_8 img {float:left}
	 
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 90%;
	border-bottom: 1px solid #eee;
	line-height: 2.5em;
}
#navcontainer a:link, #navlist a:visited
{
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	margin: 0.2em;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#navcontainer a:hover
{
	color: #360;
	
}
#navcontainer .Home{
	background-image: url(../../Images/home-run.fw.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	background-origin: content-box;
	background-color: #FFE0A6;
}
#navcontainer .Home:hover{background-color: #FFF;}
#navcontainer .Gallery{
	background-image: url(../../Images/ar-camera.fw.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	background-size: contain;
	background-origin: content-box;
	background-color: #A5CAF8;
}
#navcontainer .Gallery:hover{background-color: #FFF;}
#navcontainer .About{
	background-image: url(../../Images/info-round-button.fw.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	background-size: contain;
	background-origin: content-box;
	background-color:#00F4B1;
}
#navcontainer .About:hover{background-color: #FFF;}
.GalleryMenu {
	padding: 0;
	float: right;
	width: 90%;
	clear: both;
	display:none
}
.GalleryBTN {
	background-color: #CACA00;
	width: 100%;
	border: 1px solid #360;
	text-align: left;
	padding: 0.4em;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}
.GalleryBTN:hover{
	color: #FFF;
}
.GalleryImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.GalleryImage img {
	width: 150px;
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 3px 3px #ccc;
}
.col_8 h1 {
	margin-bottom: .5em;
	padding-bottom: .3em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #363;
}