/* CSS Document */
html,body {
	margin:0;
	padding:0;
	background:#f1f1f1;
	font-family:"Lucida Sans", Verdana, sans-serif;
	font-size:.9em;
	line-height:1.7em;
	color:#777;
}
form	{
	padding-bottom:100px;
}
span	{
	display:none;
}

div 	{
	border:none;
	background:none;
}
img	{
	border:none;
}
img, div, a, input { behavior: url(/css/resources/iepngfix.htc) }
a	{
	text-decoration:none;
	color:#05abc6;
}

a:hover	{
	color:#02748a;
	text-decoration:underline;
}
.clear	{
	height:0;
	width:0;
	clear:both;
}

h1	{
	font-family:"Lucida Sans", Tahoma, san-serif;
	font-size:1.5em;
	color:#0091ac;
	letter-spacing:0;
	padding:12px 0 8px 0;
	margin:0;
}

p	{
	padding-bottom:8px;
	margin:0;
}



.wrapper	{
	margin:0;
	padding:0;
	position:relative;
	height:100%;
}

.container {
	position:relative; 
	margin:0 auto;
	width:880px;
	height:auto;
}

.header {
	height:230px;
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	border-bottom:5px solid #c5da32;
}
	.inside_header	{
		width:880px;
		height:230px;
		margin:0 auto;
		position:relative;
	}
		.inside_header a img	{
			margin-top:25px;
		}
		.contact_details	{
			position:absolute;
			right:10px;
			top:20px;
			z-index:9999;
		}
		
.main	{
	width:880px;
	padding:0;
	margin:0;
	min-height:623px;
}	
	.content {
		float:left;
		width:580px;
		margin:10px 12px 0 0; 
		padding:0;
		position:relative;
		overflow:visible;
	}
		.home_widgets	{
			position:absolute;
			bottom:0;
			left:-38px;
			width:690px;
			height:228px;
			overflow:visible;
		}
	.sidebar	{
		float:right;
		width:265px;
		padding:0; 
		margin-top:75px;
	}

.footer {
	width:100%;
	height:76px;
	background:#05abc6;
	position: absolute;
	bottom:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.85em;
}
	.inside_footer	{
		width:880px;
		margin:0 auto;
	}
	.foot_links	{
		padding:10px 0 0 10px;
		float:left;
		color:#fff;
	}
		.foot_links a, .credits a	{
			color:#fff;
		}
	.credits	{
		float:right;
		padding:10px 0 0 10px;
		color:#cdcdcd;
	}
		.credits a	{	
			text-decoration:underline;
		}
		
	
/************************************************************* Gallery **************************************************************/
.gallery {
	min-height:800px;
	padding:20px 0 0 17px; 
	margin:0;
}

.album_thmbs	{
	padding-left:-5px;
	margin:0;
}
	.album_thmbs a	{
		float:left;
		display:block;
		margin:0 20px 10px 0;
		padding:0;
		height:214px;
		width:202px;
		background:url(images/album_bg.png) no-repeat;
		text-decoration:none;
	}
	.album_thmbs a img	{
		width:163px;
		height:130px;
		margin:20px 18px 10px 18px;
		padding:0;
		background:#000;
		border:1px solid #ddd;
	}
	.album_thmbs a:hover img	{
		filter:alpha(opacity=95);-moz-opacity:.90;opacity:.90;
	}
	.album_thmbs a h2	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:1em;
		color:#aaa;
		text-align:center;
		padding:0;
		margin:0;
	}
			
.gall_thmbs	{
	padding-top:10px;
	margin:0;
}
	.gall_thmbs a	{
		float:left;
		display:block;
		padding:0;
		margin:0;
		height:181px;
		width:173px;
		background:url(images/photo_bg.gif) no-repeat;
	}
	.gall_thmbs a img	{
		margin:10px;
		padding:8px 0 0 8px;
	}
	.gall_thmbs a:hover img	{
		filter:alpha(opacity=95);-moz-opacity:.90;opacity:.90;
	}
			
#poweredby {
  text-align:center;
  color:#fff;
}
  #poweredby a {
	   color:#fff;
   }
   
