/*
* 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
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }
	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; }


/* #Basic Styles
================================================== */
	body {
		background: #faf6df;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

/* #FOOTER TFD
================================================== */

.footer ul{
	font: 12px Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight: normal;
	line-height:125%;
	margin-bottom:0px;
	list-style:none;
	font-weight:bold;
}
.footer ul ul li{
	font: 12px Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight: normal;
	line-height:125%;
	list-style:none;
	font-weight:normal;
}

.footer p{
	font: 10px Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight: normal;
	line-height:110%;
	margin-bottom:15px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color:#999999;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;}


.content h1{
	font: 16px Arial, Helvetica, sans-serif;
	color:#005293;
	font-weight: bold;
	line-height:110%;
	margin-bottom:10px;
}
.content h2{
	font: 14px Arial, Helvetica, sans-serif;
	color:#005bbb;
	font-weight: bold;
	line-height:110%;
	margin-bottom:10px;
}
.content p{
	font: 14px/21px Arial, Helvetica, sans-serif;
	color:#6d6f64;
	font-weight: normal;
	line-height:130%;
	margin-bottom:15px;
}
.content a:link, .content a:visited, .content a:active {
	color:#005bbb;
	text-decoration: underline;
}

.content ul{
	font: 12px Arial, Helvetica, sans-serif;
	color:#6d6f64;
	font-weight: normal;
	line-height:120%;
	margin: 0px 0px 15px 40px;
	list-style-image: url(../images/bullet-square-green.jpg);
}

.content li{
	margin:0px 0px 5px 0px;
}
.content .blue{
	color:#005bbb;
}
.content table {
	width: 230px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #6d6f64;
	background: none;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
	}
.content td {
	padding:5px 6px; 
}
.content th {
	padding:5px 6px;
	text-align:left;
	font-weight:bold;
	color:#005bbb; 
}
.content tbody tr {
	vertical-align:text-top;
}
.content thead {
		text-indent:-9999px;
}
.content tfoot {
	font: 10px Arial, Helvetica, sans-serif;
	color:#424242;
	text-align:center;
}
.content tfoot td { 
	padding-bottom:20px;
	border:none;
}
.content tbody tr td:first-child {
	padding-left:23px;
}
.content tbody tr td:last-child {
	padding-left:40px;
}
.content hr {
  background: #C6BC89; 
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.4em;
  border: none; 
}

/* HOME FEATURE ------------------------------------------------------------------ */
		
#feature-banner {
	width:940px;
	height:325px;
    margin:0 auto;
	margin-bottom:0px;
	background: none;
}
#feature-home-image {
	width:270px;
	background:none;
	float:left;
	margin: 0px;
	padding: 10px 20px 0px 100px;
}
#feature-home-text {
	width:400px;
	margin: 0px;
	padding:40px 0px 0px 0px;
	float:left;
}		
#feature-home-text h1 {
	font: 32px Georgia, "Times New Roman", Times, serif;
	color:#fdc82f;
	font-weight: normal;
	font-style:italic;
	margin-bottom:10px;
}
#feature-home-text p {
	font: 16px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: normal;
	line-height:140%;
}
#feature-home-text a:link, #feature-home-text a:visited, #feature-home-text a:active {
	color:#005293;
}
#feature-home-text a:hover {
	text-decoration:underline;
}
#page-navigation{
	width:100%;
	margin:20px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}
#page-navigation h1{
	font: 14px Arial, Helvetica, sans-serif;
	color:#879637;
	font-weight:bold;
	line-height:125%;
	margin-bottom:0px;
}
#page-navigation ul{
	font: 14px Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: normal;
	line-height:140%;
	margin: 0px 0px 0px 0px;
	list-style:none;
	font-weight:normal;
}
#page-navigation a:link, #page-navigation a:visited, #page-navigation a:active {
	color:#666666;
	text-decoration:none;
}
#page-navigation a:hover {
	color:#005bbb;
}
#body_about #nav_about a,
#body_serv #nav_serv a,
#body_location #nav_location a,
#body_faq #nav_faq a,
#body_contact #nav_contact a,
#body_staff #nav_staff a,
#body_office #nav_office a,
#body_thompson #nav_thompson a,
#body_pay #nav_pay a,
#body_privacy #nav_privacy a,
#body_sitemap #nav_sitemap a {
color: #879637;
font-weight: bold;
}

#contact-box {
	width:180px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	float:left;
	text-align:left;
	background:#005293;
}
#contact-box-image {
	width:180px;
	height:122px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-top: 8px #879637 solid;
	border-bottom: 8px #879637 solid;
	float:left;
	background:none;
}
#contact-box h1 {
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	line-height:125%;
}

/* BUTTON ------------------------------------------------------------------ */
	
.container a.squarebutton{
	background: transparent url(../images/button-left.png) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	margin:0px 0px 0px 0px;
}

.container a:link.squarebutton, .container a:visited.squarebutton, .container a:active.squarebutton{
	color: #fff; /*button text color*/
}

.container a.squarebutton span{
	background: transparent url(../images/button-right.png) no-repeat top right;
	display: block;
	padding: 4px 8px 4px 0px; /*Set 9px below to match value of 'padding-left' value above*/
	margin:0px 0px 0px 0px;
}

.container a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

.container a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #fff;
}

.container .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin:10px 0px 0px 10px;
}

.page-content h1{
	font: 28px Georgia, "Times New Roman", Times, serif;
	color:#005293;
	line-height:125%;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
}
.page-content h2{
	font: 16px Arial, Helvetica, sans-serif;
	color:#005bbb;
	line-height:125%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
.page-content h3{
	font: 14px Arial, Helvetica, sans-serif;
	color:#879637;
	line-height:125%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
.page-content h4{
	font: 18px Arial, Helvetica, sans-serif;
	color:#005293;
	line-height:125%;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
.page-content .header{
	max-width: 100%;
	height: auto;
	margin:0px 0px 10px 0px;
}


/* BUTTON SLIDER ------------------------------------------------------------------ */
	
.features a.squarebutton{
	background: transparent url(../images/button-left.png) no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	margin:0px 0px 0px 0px;
}

.features a:link.squarebutton, .features a:visited.squarebutton, .features a:active.squarebutton{
	color: #fff; /*button text color*/
}

.features a.squarebutton span{
	background: transparent url(../images/button-right.png) no-repeat top right;
	display: block;
	padding: 4px 8px 4px 0px; /*Set 9px below to match value of 'padding-left' value above*/
	margin:0px 0px 0px 0px;
}

.features a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

.features a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: #fff;
}

.features .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	margin:10px 0px 0px 10px;
}
.img-right{
	margin:10px 10px 20px 10px;
	padding:0px;
}
.img-left{
	margin:10px 10px 20px 10px;
	padding:0px;
}