/*
-----------------------------------------------
Photo Gallery Templates: Don't Get the Wrong Idea
Author:   Thomas Hines
Version:  1.0
----------------------------------------------- */

body
	{
	background-color: #00bbdc;
	font-family: "Trade Gothic", Helvetica;
	}
	
#container
	{
	width: 760px;
	margin: 40px auto;
	}
	
#header
	{
	width: 100%;
	height: 300px;
	background: url(../images/headermed.gif);
	text-indent: -9999px;
	overflow: hidden;
	}
	
.item
	{
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #fff;
	margin: 25px 0 0 0;
	}
	
.dropshadow
	{
	/*
position: absolute;
	top: 0;
	left: 0;
	background: url(../images/boxshadow.png);
	width: 821px;
	height: 261px;
	margin: -23px -24px;
*/
	}
	
.image
	{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	}
	
.note1
	{
	position: absolute;
	width: 75px;
	top: 20px;
	right: 0;
	z-index: 1000;
	padding: 10px;
	background-color: #64462f;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	}
	
.click1, .click2, .click3, .click4, .click5, .click6
	{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}
	

.click6:hover
	{
	background: url(../images/click1.png);
	}
		
.click1:hover
	{
	background: url(../images/click2.png);
	}

.click2:hover
	{
	background: url(../images/click3.png);
	}
	
.click3:hover
	{
	background: url(../images/click4.png);
	}
	
.click4:hover
	{
	background: url(../images/click5.png);
	}
	
.click5:hover
	{
	background: url(../images/click6.png);
	}
	
	
.anim1
	{
	background: url(../images/click1.png);
	}
	
	
.bg1, .bg2, .bg3, .bg4, .bg5, .bg6
	{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.bg6
	{
	background: url(../images/bgwhite.png);
	}

.bg1
	{
	background: url(../images/bgblue.png);
	}
	
.bg2
	{
	background: url(../images/bgbrown.png);
	}
	
.bg3
	{
	background: url(../images/bgblue.png);
	}
	
.bg4
	{
	background: url(../images/bgwhite.png);
	}
	
.bg5
	{
	background: url(../images/bgbrown.png);
	}


.desc1, .desc2, .desc3, .desc4, .desc5, .desc6, .aboutus
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 160px;
	margin: 20px;
	background: none;
	font-size: 18px;
	text-transform: uppercase;
	}

.close1, .close2, .close3, .close4, .close5, .close6
	{
	position: absolute;
	z-index: 10;
	top: 25px;
	right: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	}

.close6
	{
	background: url(../images/close1.png);
	}

.close1
	{
	background: url(../images/close2.png);
	}
	
.close2
	{
	background: url(../images/close3.png);
	}
	
.close3
	{
	background: url(../images/close4.png);
	}
	
.close4
	{
	background: url(../images/close5.png);
	}
	
.close5
	{
	background: url(../images/close6.png);
	}
	
#mapcontainer
	{
	position: relative;
	}
		
.gmnoprint span, .gmnoprint a
	{
	display: none;
	}