/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------Temp Fix----------*/
p{
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 2s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	50%{	opacity: 0.8; }
	to{	opacity: 1; }
}

/*----------Defaults----------*/
body {
	overflow-y: scroll;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Philosopher', Sans-serif;
	}

span, p, label, input, textarea, table {
	color: #777;
	font-family: 'PT Sans', sans-serif;
	}
	
p {
	margin-top: 15px;
	line-height: 21px;
	}
	
a { 
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	}
	
body {
	background: url(../images/body-bg.gif);
	background-repeat: repeat;
	}
	
.wrapper {
	background-color: #FFF;
	margin: 30px auto;
	max-width: 1025px;
	min-width: 1025px;
	-moz-box-shadow: 0 0 5px rgb(221, 221, 221);
    -webkit-box-shadow: 0 0 5px rgb(221, 221, 221);
	box-shadow: 0 0 5px rgb(221, 221, 221);
	}
	
.container {
	max-width: 965px;
	min-width: 965px;
	margin: 0 auto;
	}
	
.banner {
	height: 165px;
	display: table;
	position: relative;
	width: 965px;
	}
	
.valign {
	display: table-cell;
	vertical-align: middle;
	}
	
#site-title {
	font-size: 36px;
	line-height: 42px;	
	}
	
#site-title a {	
	color: #617F70;
	text-decoration: none;
	font-family: 'Philosopher', Sans-serif;
	}
	
.site-description {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #777;
	}
	
.patronlogin {	
	position: absolute;
	right: 0px;
	top: 0px;
	}
	
.patronlogin ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	*zoom:1;
	*display: inline;
	}
	
.patronlogin ul li a {
	background: url('../images/sprites.png') no-repeat;
	display: block;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	}
	
.patronlogin ul li a.facebook {
	background-position: 0px 0px;
	width: 36px;
	height: 36px;
	}
	
.patronlogin ul li a:hover.facebook {
	background-position: -50px 0px;
	}
	
.patronlogin ul li a.googleplus {
	background-position: -99px 0px;
	width: 36px;
	height: 36px;
	}
	
.patronlogin ul li a:hover.googleplus {
	background-position: -148px 0px;
	}
	
#login  {
	background-image: none;
	color: #fff;
	text-transform: uppercase;
	display: block;
	background-color: #777;
	padding: 10px 15px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	}
	
#login:hover {
	background-color: #8C5641;
	}
	
#hours {
	position: absolute;
	right: 0px;
	bottom: 45px;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #4C4332;
	}
	
.navbarwrap {
	background-color: #617F70;
	border: none;
	width: 1025px;
	height: auto;
	position: relative;
	display: block;
	}
	
.navbar {
	display: block;
	}

.navbar ul  li {
	display: inline-block;
	text-transform: uppercase;
	border-right: 1px solid #899f94;
	*zoom: 1;
    *display: inline;
	}
	
.navbar ul li a {
	color: #FFF;
	display: block;
	padding: 20px 30px;
	}
	
.navbar ul li:hover {
	background-color: #719483;
	}
	
.highlight {
	background-color: #719483;
	}

.searchbar {	
	position: absolute;
	right: 28px;
	top: 13px;
	z-index: 999;
	display: block;	
	}
	
.searchbar form {
	display: inline-block;
	*zoom:1;
	*display: inline;
	}
	
.searchbar button {
	background-color: #FFF;
	border: none !important;
	vertical-align: middle;
	cursor: pointer;
	margin-right: -7px;
	height: 27px;
	width: auto;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	}
	
.searchbar img {
	width: 14px;
	height: 15px;
	}
	
.searchbar input[type=text] {	
	color: #8C5641;
	border: none !important;
	background-color:#FFF;
	padding: 5px 15px 5px 2px;
	vertical-align: middle;
	height: 17px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	}
	
::-webkit-input-placeholder {
  color: #8C5641;
}

.myfooter {
	border-top: 1px solid #EBEBEB;
	padding: 20px 0px;
	font-size: 13px;
	display: table;
	width: 100%;
	}
	
.mycopyright {
	display: table-cell;
	width: 400px;
	}
	
.footerlinks {
	display: table-cell;
	width: 565px;
	}
	
.footerlinks ul {
	text-align: right;
	}
	
.footerlinks ul li {
	display: inline-block;
	margin-left: 25px;
	*zoom: 1;
    *display: inline;
	}
	
.footerlinks ul li a {
	color: #8C5641;
	}
	
.footerlinks ul li a:hover {
	text-decoration: underline;
	}

/*----------Page----------*/
	
.page {
	margin: 25px 0px;
	display: table;
	width: 100%;
	z-index: 999;
	}
	
.page h1 {
	font-size: 26px;
	color: #617F70;
	}
	
.lcontent {
	display: table-cell;
	width: 625px;
	}
	
.lc1 {
	margin-right: 30px;
	}
	
.lc1 a {
	color: #8C5641;
	}
	
.lc1 a:hover {
	text-decoration: underline;
	}
	
.rsidebar {
	display: table-cell;
	width: 339px;
	border-left: 1px solid #EBEBEB;
	}
	
.rsb1, .rsb2 {
	margin-left: 30px;
	}
	
.rsb1 h1, .rsb2 h1 {
	margin-bottom: 15px;
	}
	
.rsb1 ul, .rsb1 ol {
	font-family: 'PT Sans', sans-serif;
	color: #777;
	margin-bottom: 25px;
	font-size: 18px;
	}
	
.rsb1 ol {
	list-style-type: decimal;
	margin-left: 26px;
	}
	
.rsb2 ul {
	font-family: 'PT Sans', sans-serif;
	color: #4C4332;
	margin-top: 15px;
	margin-left: 35px;
	list-style-type: disc;	
	}
	
.rsb1 ul li, .rsb2 ul li, .rsb1 ol li {
	line-height: 21px;
	}
	
.rsb1 ul li a, .rsb1 ol li a {
	color: #8C5641;
	}

.rsb1 ul li a:hover, .rsb1 ol li a:hover {
	text-decoration: underline;
	}
	
.rsb2 span {
	color: #4C4332;
	}
	
.contactspace {
	margin-bottom: 10px;
	}
	
.rsb2 {
	border-top: 1px solid #EBEBEB;
	}
	
.rsb2 h1 {
	margin-top: 15px;
	}
	
.apps {
	margin-bottom: 25px;
	}
	
/*----------Homepage----------*/

#imgslider {
	display: none;
	background: #4C4332 url('../images/slider-bg.v2.png') repeat;
	height: 400px;
	width: 1025px;
    -moz-box-shadow:    inset 0px 5px 10px -6px #000, inset 0px -5px 10px -6px;
    -webkit-box-shadow: inset 0px 5px 10px -6px #000, inset 0px -5px 10px -6px;
    box-shadow:         inset 0px 5px 10px -6px #000, inset 0px -5px 10px -6px;
	}
	
.slider {
	height: 400px;
	width: 1025px;
	}

#slider img {
	border: 8px solid #FFF;
	margin: 40px 25px;
	box-shadow: 0px 0px 25px #000;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	}
	
#calender {
	display: none;
	}
	
/*----------Contact Us----------*/	
	
#contact form {
	background-color: #f5f5f5;
	border: 1px solid #d4d0d0;
	margin-top: 25px;
	padding: 25px 0px;
	width: 90%;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
#contact label, #contact input[type=text], #contact textarea {
	display: block;
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	}
	
#contact label {
	color: #8C5641;
	margin-bottom: 7px;
	}
	
#contact form input[type=text], #contact form textarea {
	border: 1px solid #d4d0d0;
	box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 10px;
	-moz-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 10px;
	-webkit-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 10px;
	margin-bottom: 25px;
	}
	
#contact form input[type=text] {
	height: 40px;
	padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
	}
	
#contact form textarea {
	height: 200px;
	padding: 10px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
	}
	
#contact .input:focus {
	border: 1px solid #8C5641;
	outline: none !important;
	}
	
#contact span {
	display: inline-block;
	font-size: 14px;
	*zoom:1;
	*display: inline;
	}
	
#contact input[type=submit] {
	display: inline-block;
	font-size: 18px;
	margin-left: 348px;
	width: 72px;
	*zoom:1;
	*display: inline;	
	}
	
#styledmap {
	width: 100%; 
	height: 372px;
	}
	
/*----------Hours and Services----------*/

table {
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: 18px;
	}
	
table:last-child {
	margin-bottom: 25px;
	}
	
table tr th {
	color: #4C4332;
	padding-bottom: 10px;
	border-bottom: 1px solid #4C4332;
	}
	
table tr th span {
	color: #4C4332;
	font-size: 13px;
	}
	
table tr td:first-child {
	width: 175px;
	}
	
table tbody tr td {
	text-align: right;
	width: 125px;
	padding: 10px 5px 10px 5px;
	}
	
#wifi {
	width: 595px;
	background-color: #efefef;
	border-top: 1px solid #4C4332;
	border-bottom: 3px solid #4C4332;
	font-size: 24px;
	height: 171px;
	text-align: center;
	}
	
#wifi img {
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
#wifi p {
	margin: 0;
	color: #4C4332;
	}
	
.day {
	width: 25px;
	display: inline-block;
	margin-left: 10px;
	}
	
.colon {
	margin-right: 20px;
	}
	
.timebg {
	background-color: #EBEBEB;
	padding: 5px 0px;
	}
	
/*----------Resources----------*/
.accordionButton {	
	width: 595px;
	color: #4C4332;
	border-bottom: 1px solid #4C4332;
	cursor: pointer;
	padding: 5px 0px;
	}
	
.bottompad {
	padding-bottom: 25px;
	width: 595px;
	}
	
.accordionButton h2 {
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	}

.accordionContent {	
	width: 595px;
	background-color: #efefef;
	border-bottom: 3px solid #4C4332;
	border-top: none;
	display: none;
	font-family: 'PT Sans', sans-serif;
	}
	
.accordionContent ul li a {
		color: #8C5641;
		font-size: 14px;
		}
		
.accordionContent ul li a:hover {
		text-decoration: underline;
		}
	
.table {
	display: table;
	margin: 0 auto;
	width: 561px;
	}
	
.table-cell {
	display: table-cell;
	width: 173px;
	}
	
.table-cell ul li {
	font-size: 14px;
	color: #777;
	}
	
.table-cell ul li  h3{
	color: #777;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
}
	
.table-cell ul {
	margin: 10px 0px;
	}
	
.table-cell ul li {
	margin: 10px 0px;
	}
	
.linkdescription {
	margin-top: -7px !important;
	}
	
/*----------Thank You----------*/

#thankyou {
	padding: 150px 0px 150px 0px;
	}
	
#thankyou p {
	color: #4C4332;
	font-size: 42px;
	text-align: center;
	line-height: 60px;
	margin: 0px;
}

/*----------Site Map----------*/

.site-map {
	font-family: 'PT Sans', sans-serif;
	color: #4C4332;
	margin-top: 15px;
	margin-left: 18px;
	list-style-type: disc;
	}
	
.site-map li {
	line-height: 21px;
	}
	
.site-map li a {
	color: #8C5641;
	}

.site-map li a:hover {
	text-decoration: underline;
	}