/*
* 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: #fff;
	font: 14px/21px Tahoma, 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: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 0px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
}
h4 {
	font-size: 14px;
	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 auto;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
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 #666;
	border-width: 1px 0 0;
	clear: both;
	margin: 0px 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.circlefooter, ul.disc {
	margin-left: 16px;
}
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: 8px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* #Images
================================================== */

img.scale-with-grid {
	/* #Images
/* MUST HAVE FOR IE*/
	height: 100% !important;
	width: 100% !important;
	/* MUST HAVE FOR IE*/
	display: block;
	height: auto;
}
/* #Images
================================================== */






/* FORMS =============================================================================  */
textarea:focus, input:focus {
	outline: none;
}
.ie .form-front, .opera .form-front {
	position: relative;
}
.ie .form-back, .opera .form-back {
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 20px;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea, #contact-form button[type="submit"] {
	font: 400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	width: 90%;
	text-shadow: 0 0px 0 #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #eee;
	padding: 15px;
}
#contact-form h3 {
	color: #000;
	display: block;
	font-size: 28px;
}
#contact-form h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}
#contact-form label span {
	cursor: pointer;
	color: #000;
	display: block;
	margin: 5px 0;
	font-weight: normal;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea {
	width: 95%;
	box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}
#contact-form input[type="text"]:hover, #contact-form input[type="email"]:hover, #contact-form input[type="tel"]:hover, #contact-form input[type="url"]:hover, #contact-form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}
#contact-form textarea {
	height: 100px;
	width: 96%;
	max-width: 546px;
}
#contact-form button[type="submit"] {
	cursor: pointer;
	width: 30%;
	border: none;
	background: #216462;
	background-image: linear-gradient(bottom, #216462 0%, #216462 52%);
	background-image: -moz-linear-gradient(bottom, #216462 0%, #216462 52%);
	background-image: -webkit-linear-gradient(bottom, #216462 0%, #216462 52%);
	color: #FFF;
	margin: 0 0 5px;
	padding: 12px;
	border-radius: 5px;
}
#contact-form button[type="submit"]:hover {
	background: #adc822;
	background-image: linear-gradient(bottom, #adc822 0%, #adc822 52%);
	background-image: -moz-linear-gradient(bottom, #adc822 0%, #adc822 52%);
	background-image: -webkit-linear-gradient(bottom, #adc822 0%, #adc822 52%);
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow: inset 0 1px 3px #ccc);
}
#contact-form input:focus, #contact-form textarea:focus {
	outline: 0;
	border: 1px solid #999;
}
#error {
 color:;
	font-size: 10px;
	display: none;
}
.needsfilled {
 background:;
	color: white;
}
#contact-form .req {
	color: #C00;
}
select {
	padding: 2px;
	border: 1px solid #cecece;
	width: 98%;
	max-width: 560px;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#contact-form {
	width: 90%;
	background: #f1f0e9;
}
#contact-form button[type="submit"] {
	width: 98%;
}
#contact-form textarea {
	height: 100px;
	width: 94%;
	max-width: 540px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
#contact-form {
	width: 98%;
	background: #f1f0e9;
}
#contact-form button[type="submit"] {
	width: 100%;
}
#contact-form textarea {
	height: 100px;
	width: 94%;
	max-width: 540px;
}
img.scale-with-grid {
	/* #Images
/* MUST HAVE FOR IE*/
	height: 100% !important;
	width: 100% !important;
	/* MUST HAVE FOR IE*/
	display: block;
	height: auto;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea {
	width: 93%;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea {
	width: 91%;
}
#contact-form {
	width: 92%;
	background: #f1f0e9;
}
}
