﻿#fblike
{
	background: #EDEFF4;
	border: 1px solid #315C99;
	height: 110px;
	overflow: hidden;
	width: 150px;
	margin: 0px auto;
	box-shadow: 1px 1px 5px #000000;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
}

#fblike .name_block
{
	clear: both;
	display: block;
}

.announcement
{
	background: #F4DDC7;
	margin: 10px 0px;
	text-align: center;
	padding: 20px 35px;
	font-style: normal;
	color: #300;
	border: 1px solid #CC6600;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.announcement strong
{
	color: #aa3300;
	font-size: 1.25em;
}

.plannerbanner
{
	background: url('images/planners_banner.png') no-repeat !important;
}

.tracking
{
	display: none;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.rateslink
{
	border: 1px solid #F0DAC3;
	padding: 2px;
	width: 130px;
	text-align: center;
	float: right;
	margin: 33px 0px 0px 0px;
}

.rateslink a
{
	font-size: .85em;
	font-style: normal;
	display: block;
	background: #F4DDC7;
	color: #CC6600;
	padding: 5px 10px;
	border: none;
	border: 1px solid #F0DAC3;
}

.rateslink a:hover
{
	border: 1px solid #efefef;
	background: #EB8D9D;
	color: #FFF;
}

.noborder
{
	border: none;
}

.pdf
{
	background: url('/images/icons/icon-pdf.png') no-repeat;
	padding: 2px 0px 3px 25px;
	border: none;
}

.tablebox
{
	margin: 10px auto 25px auto;
}

.tablebox caption
{
	background: #8B99CB;
	padding: 10px;
	color: #FAFAFA;
	font-size: 1.4em;
	border: 1px solid #eaD7C0;
}

.tablebox th
{
	background: #EB8D9D;
	color: #fff;
	padding: 5px;
}

.tablebox td
{
	padding: 5px;
	border: 1px solid #ccc;
	color: #333;
	background: #f8f8f8;
}

.tablebox .header101
{
	background: #d67E8B;
	font-weight: bold;
}

.tablebox .r101 td
{
	background: #f6dEeB;
	color: #333;
}

.tablebox .header102
{
	background: #f6eEfB;
	font-weight: bold;
}

.tablebox .r102 td
{
	background: #f6e6f4;
}

.tablebox .header103
{
	background: #f6eEfB;
	font-weight: bold;
}

.tablebox .r103 td
{
	background: #f6eEfB;	
}

.tablebox tfoot td
{
	background: #f0f0f0;
}

#content ul
{
	margin: 5px 0px 15px 25px;
}

#content ul li
{
	background: url('images/bullets.png') no-repeat 0px 5px;
	padding: 0px 0px 0px 19px;
}

#content ul li ul li
{
	background: url('images/bullet.png') no-repeat 0px 5px;
	font-style: normal;
}


#content ul.imglist
{
	margin: 5px 0px 25px 5px;
}

#content ul.imglist li
{
	background: none;
	padding: 3px 0px;
}

#content dl
{
	margin: 15px 45px 50px 0px;
}

#content ol
{
	margin: 10px 35px 15px 35px;
}

#content ol li
{
	list-style-type: decimal;
	color: #58933c;
	font-size: 2em;
	margin-bottom: 10px;
}

#content ol li span
{
	font-size: .5em;
	color: #4D504A;
}

#content dl dt
{
	border: 1px solid #ddd;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 1.1em;
	color: #c3480c;
	padding-left: 35px;
	background: #F9F5F5 url('images/dt.png') 15px center no-repeat;
}

#content dl dd
{
	margin: 0px 25px 15px 1px;
	padding: 5px 25px 10px 25px;
	background: #f7f5f5;
	border: 1px solid #ddd;
	border-top: none;
}

#content dl dd p .floatleft
{
	margin-top: 5px;
}	

#content dl dd .gallery
{
	margin: 5px 0px 0px 0px;
	padding-left: 40px;
}

#content dl dd ul
{
	margin: 5px 0px 5px 12px;
}

#content dd p
{
	margin-bottom: 10px;
}

a img
{
	border: none;
}

.thumbnail
{
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 10px;
}	




a.gallery
{
	padding: 6px 35px;
	margin-left: 15px;
	background: url('images/gallery.png') left center no-repeat;
	border: none;
}

a.rates
{
	margin-top: 3px;
	border: none;
	padding: 6px 25px;
	margin-left: 15px;
	background: url('images/pricetag.png') left center no-repeat;
}

.floatright .thumbnail
{
	display: block;
}

/* Gallery */
.next, .prev   
{
	   /* absolute positioning relative to the overlay */     
	   position:absolute;     
	   top:40%;      
	   /* upcoming CSS3 rounded border feature */     
	   -moz-border-radius:5px;     
	   -webkit-border-radius:5px; 
}  
/* progress indicator (animated gif). should be initially hidden */
.progress      
{
	position:absolute;     
	top:45%;     
	left:50%;     
	display:none;
}  


#lightbox, .mapframe
{
	display: none;
	border: 1px solid #ccc;
	padding: 10px;
	background: #000;
	z-index: 10;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	text-align: center;
}

.ero, .ero-progressAnimation
{
	z-index: 100000 !important;
}

#lightbox .close, .mapframe .close
{
	background-image:url('/images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 600;
}

#lightbox .info, .mapframe .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}



.contactform label
{
	display: block;
	margin: 10px 0px 3px 0px;
}

.error
{
	color: #fff;
	padding: 10px;
	font-weight: bold;
	width: 400px;
}

.success
{
	color: #fff;
	padding: 10px;
	font-weight: bold;
	width: 400px;
}

.floatright .centertext
{
	line-height: 2.2em;
}
