/*††††††††††††††††††-CONSTANT-††††††††††††††††††††††††*/
body {														  	
	margin:0px 0px 0px 0px; 				  			 	 
	padding:0px 0px 0px 0px; 				 			    
	color:#727272;			 	  						   
	background-color:#FFF;  	 						  
}													 
br {line-height:0px;}							        
img {border:0px;}									   
td {							       				  
	font:normal 11px Tahoma, Arial;									 
	vertical-align:top;				  			  
	line-height:13px;						 	 
	padding:0px 0px 0px 0px;		     		
}										   	   
table {								 	  	  
	border-collapse:collapse;			 	 
	border:0px;						    	
	padding:0px 0px 0px 0px;			   
}									  
input, textarea, select{			     
	font:normal 11px Tahoma;			
	padding:1px 0px 0px 6px;		   
	margin:0px 0px 0px 0px;			  
	vertical-align:top;				 
}									
ul {						   
	padding:0px 0px 0px 0px;  
	margin:0px 0px 0px 0px;	 
	list-style:none;		
}
b {color:#EBAE04;}	
b a{color:#78AC2E}
a {text-decoration:none; color:#727DA4}	   
a:hover {text-decoration:none;}	
.nn a{text-decoration:none;}
.nn a:hover {text-decoration:underline;} 					   
/*____________________________________________________*/
/*†††††††††††††††††††-INPUTS-†††††††††††††††††††††††††*/
.input, .ta {
	width:200px;
	border:1px solid #CECECE;
	color:#727272;	
}
.input {
	height:20px;
}
.ta {
	height:100px;
	overflow:auto;
}
.slct {
	width:59px;}
/*_____________________________________________________*/
/*†††††††††††††††††††††-LINKS-†††††††††††††††††††††††††*/
.link_h a{color:#868686;}
.rdmr a {
	padding:0px 0px 0px 8px;
	background:url(images/0blt1.jpg) top left no-repeat;
	font:bold 11px Tahoma, Arial;
}
.rdmr2 a {
	padding:0px 0px 0px 16px;
	background:url(images/0blt2.jpg) top left no-repeat;
	font:bold 11px Tahoma, Arial;
}

 /*____________________________________________________*/
/*††††††††††††††††††††††-LISTS-†††††††††††††††††††††††*/
.list li {
	margin:7px 0px 0px 0px;
	list-style:none;
}
.list li a {
	background:url(images/0blt1.jpg) top left no-repeat;
	padding:0px 0px 0px 10px;
}
/*_____________________________________________________*/
/*††††††††††††††††††††††-‰‰‰‰‰‰-†††††††††††††††††††††††*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
border: 2px dashed b7b7b7;
margin: 10px 10px 10px 10px;
padding: 15px;
height: 410px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 225px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.mapcontainer{
	position: relative;
	border: none;
	margin: 10px 10px 10px 10px;
	padding: 10px;	
}
