/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
*{
	margin:0;
	padding:0;
}
a:active{color:inherit; !important}
body, html{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fcfff5;
	width:100%;
	height:100%;
}
h1{
	color:#193441;
	font-size:18px;
	margin:20px 0;
}
h2{
	color:#3e606f;
	font-size:18px;
	margin-bottom:20px;
}
h3{
	color:#193541;
	font-size:15px;
	margin-top:20px;
}
h4{
	color:#3e606f;
	font-size:13px;
}
#phonetimes, #phonetimes a{
	color:#193541
}
#holidaysopen{
	margin-bottom:30px;
}
#holidaysopen a{
	color:#3e606f;
}
#phonetimes a:hover, #holidaysopen a:hover{
	color:#66828E;
}
p{
	color:#3e606f;
	font-size:12px;
}
.error{
	color:red;
}
.container a{
	text-decoration:none;
	
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.container a:hover{
	color:#66828E;
}
header{
	width:auto;
	overflow:hidden;
	height:200px;
}
#header_img{
	width:100%;
}
#logo{
	width:140px;
	height:160px;
	position:absolute;
	top:20px;
	left:80px;
	z-index:998;
	border-style:none;
}
#logo-text{
	z-index: 998;
	margin: 10px;
	font-size: 30px;
}
#opacity{
/*	width:160px;*/
/*	height:180px;*/
	position:absolute;
	top:72px;
/*	left:70px;*/
	background-color:rgba(255,255,255,0.5);
/*	opacity:0.5;*/
}
nav{
	width:100%;
	background-color:#d1dbbd;
	color:#193441;
}
nav ul{
	height:40px;
	list-style-type:none;
	width:980px;
	margin:0 auto;
}
nav li a{
	font-size:14px;
	display:block;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	float:left;
	color:#193441;
	background-color:#d1dbbd;
	width:auto;
	padding:0 11px;
}
nav ul li a:hover{
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	background-color:#91aa9d;
}
nav ul li a:active{
	box-shadow : inset 0 0 5px 0 black;
}
.images{
	display:block;
}
h3 a{
	color:inherit;
}
#map{
	width:100%;
	height:auto;
	min-height:320px;
}
.person{
	text-align:center;
}
.person_id img{
	float:left;
}
.person_text{
	float:left;
	margin-left:20px;
	width:200px;
}
.left{
	float:left;
	margin-right:20px;
}
#radios{
	width:220px;
}
footer{
	width:100%;
	background-color:#91aa9d;
}
footer p{
	color:#193441;
	font-size:14px;
	text-align:center;
	margin:32px 0;
}
footer a{
	color:#193441;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		header{
			display:none;
		}
		nav{
			height:240px;
		}
		nav ul{
			width:auto;
		}
		nav li:first-child{
			margin-left:0px;
		}
		nav li a{
			width:50%;
			padding:0;
		}
		#buffer{
			height:40px;
		}
		.images-container{
			text-align:center;
		}
		.images{
			display:inline-block;
			margin:0 auto;
			float:none;
		}
		#checkboxes{
			margin-bottom:20px;
		}
	}

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

	/* 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) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.images{
			display:block;
			margin-left:40px;
			float:none;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/