@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/page-bg.png) left top repeat-x;
	color: #202020;
}
a, a:visited {
	color: #004873;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#header {
	margin: 20px 0;
	width: 100%;
	height: 160px;
	}
	#header img.logo {
		border: none;
		float: left;
		position: absolute;
	}
#header-contact {
/*	margin-top: 42px;
*/	width: 50%;
	float: right;
	display: block;
	text-align: right;
	}
	#header-contact h1 {
		color: #004873;
		text-shadow: -1px -1px 0 #12E0F2, 1px 1px 0 #12E0F2, 3px 3px 6px #222;
	}
	#header-contact h2 {
		font-size: 24px;
	}
	#header-contact p {
		font-size: 12px;
	}
	#header-contact a, #header-contact a:visited {
		color: #004873;
		text-decoration: none;
		font-weight: bold;
	}
	#header-contact a:hover {
		text-decoration: underline;
	}
#wrapper {
	margin: 20px auto;
	padding: 20px;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 8px;
	box-shadow: 5px 5px 10px #888;
}
#tagline {
	margin: 0 auto 40px auto;
	width: 100%;
	text-align: center;
	color: #004772;
	font-size: 36px;
	font-weight: bold;
}
#lhs {
	display: block;
	float: left;	
	width: 220px;
	}
	#lhs ul {
		margin: 0;
		padding: 0;
	}
	#lhs li {
		list-style: none;
	}
#content {
	float: left;
	display: block;	
	width: 520px;
	font-size: 18px;
	line-height: 24px;
	}
	#content p, #content li {
	}
	#content ul {
		margin: 20px 0 20px 20px;
		padding: 0;
	}
	#content li {
		margin: 5px 0;
		list-style: url(../images/li.png);
		font-weight: bold;
	}
	#content a, #content a:visited {
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}
#rhs {
	float: left;
	width: 220px;
	display: block;
	text-align: right;
	}
	#rhs ul {
		margin: 0;
		padding: 0;
	}
	#rhs li {
		list-style: none;
	}
#bot-row-images {
	margin: -55px 0 0 0;
	padding: 0;
	width: 100%;
	height: 160px;
	display: block;
	}
	#bot-row-images ul {
		margin: 0;
		padding: 0;
	}
	#bot-row-images li {
		margin: 0 2px;
		list-style: none;
		display: inline;
	}
	#bot-row-images li:first-child {
		margin-left: 0;
		margin-right: 5px;
	}
	#bot-row-images li:last-child {
		margin-right: 0;
	}
#gal {
	}
	#gal ul {
		margin: 0;
		padding: 0;
	}
	#gal li {
		list-style: none;
		display: inline;
	}
	#gal img {
		border:1px solid #000;
	}
	#gal img:hover {
		border:1px solid #CCC;
	}

#featureImage {
	float: right;
	display: block;
	border:1px solid #BA2280;	
}
	
#footer {
	margin-bottom: 20px;
	font-size: 12px;
	color: #999;
	}
	#footer a, #footer a:visited {
		color: #999;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}

#qrAddress {
	margin: 20px 0;
	float: left;
	display: block;
}

#qrContact {
	margin: 20px 0;
	float: right;
	display: block;
}

.clear { clear: both; background: none; }
.wasocial_facebook_like {
	margin: 10px 0 0 0;
}