﻿* {
  padding: 0;
  margin: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #77ad7f;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

.shadow {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_container_dropshadow.png);
	background-repeat: repeat-y;
}

.wrapper {
	background: #fff;
	width: 900px;
	padding: 10px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header div {
  display: none;
}

.header {
	height: 101px;
	margin-bottom: 15px;
	background-color: #1886DF;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}
.wrapper .header img {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}


a {
  color: black;
  text-decoration: none;
}

a:hover {
	color: #39589A;
}

.banner {
	height: 190px;
	margin-bottom: 15px;
	border: thin groove #138CDE;
	background-color: #fff;
	background-image: url(../images/index2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.banner div {
  
}

.left {
  width: 200px;
  margin: 0 15px 0 0;
  float: left;
}

.left ul {
  list-style: none inside none;
}

.left ul li {
	padding: 5px;
	border-top: 1px #ccc solid;
	background-image: url(../images/pagebar.jpg);
}

.right {
	width: 680px;
	float: left;
}

.clear {
  clear: both;
}

.style {
	color: #3A5B9D;
  
}

.styleimage {
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
  
}
.wrapper .container .right .image {
	width: 300px;
	float: left;
	margin-left: 25px;
	margin-bottom: 10px;
	height: 275px;
}



.footer {
	text-align: center;
	padding: 10px;
	margin-top: 25px;
	color: #fff;
	background-color: #188CDC;
}

.footer a {
	color: #FEE3C1;
}

.copyright {
  
}

.design {
  font-size: 10px;
}

.gallery_image {
	zoom:1;
	width:auto;
			}
			.gallery_image a {
	display:block;
	float:left;
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	opacity:0.87;
	opacity:1;
	text-align:center;
	margin: 5px;
	padding: 3px;
			}
			.gallery_image a:hover {
				opacity:1;
			}
			.gallery_image a img {
				border:none;
				display:block;
				width: 150px;
				height: 120px;
			}
			.gallery_image a#vlightbox{display:none}
			
#wrapper #edit .gallery_image {
	margin-right: auto;
	width: 820px;
	margin-left: auto;
	height: 130px;
}
