body{
	background-color: #ffe800;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
}

h1{
	font-size: 46px;
	margin: 0 0 15px 0;
}

h4 a, h4 a:visited{
	color: #999;
	margin-left: 10px;
}

p{
	margin: 0 0 15px 0;
}

hr{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 25px 0;
	padding: 0 !important;
}

a, a:visited, a:active{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #999;
}

a:active, a:focus {
	outline:none;
}

header{
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	background-color: #fff;
	width: 100%;
	overflow: auto;
	float: left;
}

#logo{
	margin-left: 40px;
	float: left;
}

#about-icons{
	margin-right: 40px;
	float: right;
}

#banner{
	width: 100%;
	padding: 12px 0 10px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	float: left;
}

#bannerimg img{
	width: 100%;
	height: auto;
}

main{
	width: 100%;
	background-color: #fff;
	overflow: auto;
	padding-bottom: 30px;
	float: left;
}

#navarea{
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fce92a+0,eddb27+100 */
	background: #fce92a; /* Old browsers */
	background: -moz-linear-gradient(top,  #fce92a 0%, #eddb27 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce92a), color-stop(100%,#eddb27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fce92a 0%,#eddb27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fce92a 0%,#eddb27 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fce92a 0%,#eddb27 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fce92a 0%,#eddb27 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce92a', endColorstr='#eddb27',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:inset 0 -3px 3px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 -3px 3px 0 rgba(0,0,0,0.1);
	margin-bottom: 40px;
}

#navarea ul, #navarea li{
	margin: 0;
	padding: 0;
}

#navarea ul{
	float: right;
	position: relative;
	right: 50%;
}

#navarea li{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}

#navarea li a{
	color: #000;
	padding: 20px 10px 15px;
	display: inline-block;
	text-decoration: none;
}

#navarea li a:hover{
	text-decoration: none;
}

#navarea li ul {
	position: absolute;
	left: -999em;
	background-color: #fce92a;
	right: auto;
	width: 200px;
	z-index: 999;
	top: 63px;
}

#navarea li ul li{
	left: auto;
	width: 200px;
}

#navarea li ul a.first{
	padding-top: 10px;
}

#navarea li ul a{
	line-height: 130%;
	font-size: 14px;
	width: 100%;
	padding-left: 20px;
}

#navarea li:hover ul {
	left: auto;
}

#navarea li:hover ul, #navarea li.sfhover ul {
	left: auto;
}

.has-sub{
	background: url(../images/sub-arrow.png) center bottom no-repeat;
}


.container img{
	width: 100%;
	height: auto;
}

.actioncall{
	text-align: center;
	font-size: 24px;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
}

.actioncall img{
	margin: 0 0 15px 0;
	width: auto;
}

footer{
	padding: 40px 0;
	-webkit-box-shadow:inset 0 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow:inset 0 3px 3px 0 rgba(0,0,0,0.1);
	float: left;
	width: 100%;
}

footer img{
	width: auto !important;
}

footer .icons{
	margin-bottom: 15px;
}

footer .icons img{
	margin: 0 5px 0 0;
	width: auto;
}

.logos img{
	width: 100%;
}

.logos .logoItems{
	float: left;
	margin: 10px;
}

.logos .logoItems img{
	width: auto;
}

.creditcards{
	margin-bottom: 20px;
}

#map{
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
	/*border: 5px solid #fce92a;*/
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
}

#map h5{
	padding: 0 5px 0 0;
}

.logoItems{
	width: 40%;
}

.logoItems img{
	width: 100%;
	height: auto;
}

.fancybox{
	text-decoration: none;
}

.fancybox img, .albumitem img{
	width: auto;
	height: auto;
	border: 5px solid #333;
	margin: 5px;
}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 991px) {
		#navarea{
			background: none;
			box-shadow: none;
		}	
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
   		.logoItems{
   			width: auto;
   		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

   
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.logoItems{
					width: auto;
				}
		h1{
			font-size: 36px;
		}
		
		header{
			text-align: center;
		}
		
		#logo, #about-icons{
			float: none;
			margin: 0;

		}
		
		.actioncall{
			font-size: 12px;
		}
		
		.actioncall img{
			width: 50%;
		}
		
		
	}
	

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		header{
			text-align: center;
		}
		
		#logo, #about-icons{
			float: none;
			margin: 0;
			padding: 0 40px;
			width: 100%;
		}
		
		#logo img, #about-icons img{
			width: 100%;
			height: auto;
		}
		
		.logoItems{
			width: 40%;
		}
			
		.logoItems img{
			width: 100% !important;
			height: auto;
		}
		
		.actioncall{
			font-size: 12px;
		}
		
		.actioncall img{
			width: 50%;
		}
		
		h1{
			font-size: 22px;
		}
	}