/*
* 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 "HelveticaNeue", "Helvetica Neue", "Segoe UI", "Ubuntu", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-text-size-adjust: 100%;}

	* {
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-font-smoothing:    subpixel-antialiased;
		font-smoothing:         subpixel-antialiased;
		font-smooth: always;
		text-rendering: optimizeLegibility;
		text-shadow: 0 0 1px rgba(120, 120, 120, 0.3);
	}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "HelveticaNeue", "Helvetica Neue", "Segoe UI", "Ubuntu", Helvetica, Arial, sans-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: 13px; line-height: 19px; font-weight: bold; text-transform: uppercase; }
	.subheader { color: #777; }
	.light { color: #CCC; text-align: center; text-shadow: 0px 2px 3px #FFF; }
	.medium, .empty { color: #BBB; text-align: center; text-shadow: 0px 2px 3px #FFF; }

	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; }
	dl { margin-bottom: 20px; padding-left: 12px; }
	dt { display: inline-block; float: left; width: 110px; font-weight: bolder; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
	dt.heading { font-weight: bolder; font-size: 17px; line-height: 24px; }
	dd { margin-left: 116px; clear: right; }
	dl.unstyled { margin: 0px auto; padding: 0px; }
	dl.unstyled dt { display: block; float: none; width: auto; font-weight: normal; overflow: auto; white-space: normal; text-overflow: clip; }
	dl.unstyled dd { clear: both; margin-left: 0px; }

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

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



/* #jQuery Carousel
================================================== */

	.thumbnails {
		position: relative;
		height: 84px;
		background-color: #EDEDED;
		border: 1px solid #e2e2e2;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow:  1px 1px 1px 1px rgba(190, 190, 190, 0.2);
		box-shadow:  1px 1px 1px 1px rgba(190, 190, 190, 0.2);
	}

	.thumbnails .page-left {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.thumbnails .page-right {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.thumbnails .items {
		height: 72px;
		margin: 6px 46px;
		position: relative;
		overflow: hidden;
		background-color: #FFFFFF;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: inset 1px 1px 2px 1px rgba(150, 150, 150, 0.3);
		box-shadow: inset 1px 1px 2px 1px rgba(150, 150, 150, 0.3);
	}

	.thumbnails ul {
		/*width: 9999999999px;*/
		height: 72px;
		margin: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.thumbnails ul li {
		margin: 0px;
		padding: 6px;
		float: left;
	}

	.thumbnails ul li a {
		display: block;
	}

	.thumbnails ul li a img {
		max-width: 80px;
	}

/* #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", "Segoe UI", "Ubuntu", 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: 12px;  }
	select {
		width: 220px;
		padding: 6px 4px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	form .field_with_errors label { color: #A84343; }
	form .field_with_errors input,
	form .field_with_errors textarea,
	form .field_with_errors select {
		border-color: #A84343;
		margin-bottom: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px; }
	form .field_with_errors .error {
		display: block;
		width: auto;
		background-color: #A84343;
		color: #FFFFFF;
		margin-bottom: 20px;
		padding: 3px 6px;
		-webkit-border-radius: 0px 0px 3px 3px;
		border-radius: 0px 0px 3px 3px;	}

	form .field_with_hint {
		margin-bottom: 12px; }
	form .field_with_hint input[type="text"] {
		margin-bottom: 0px; }
	form .field_with_hint .hint {
		font-size: 75%;
		color: #777777; }

	form .input.boolean span {
		display: block; }
	form .input.boolean span label {
		display: inline-block; }

	form .input input.small {
		width: 40px; }

	form .input input.inline {
		display: inline-block; }

	form .input span.inline-hint {
		font-size: 13px; }

	form .full-width {
		width: 100%;
		/*margin: 0px !important;*/
	}

	form .large {
		font-size: 130%;
	}

	form .xtra-large {
		font-size: 150%;
	}

	form textarea.full-width {
		margin: 0px;
		padding: 0px;
		width: 100%;
		display: block;
	}

	form.inline-form label {
		display: inline-block;
		width: 30%;
	}

	form.inline-form .field_with_errors input,
	form.inline-form .field_with_errors select {
		margin-bottom: 0px;
	}

	form.inline-form .field_with_errors .error {
		width: 67%;
		margin-left: 30%;
	}

	form.inline-form input[type="text"],
	form.inline-form input[type="email"],
	form.inline-form input[type="password"],
	form.inline-form select {
		display: inline-block;
		width: 67%;
	}

	form.inline {
		margin: 3px 0px;
	}

	form.inline .input {
		display: inline-block;
	}

	form.inline label {
		display: inline-block;
		margin-right: 6px;
	}

	form.inline input[type="text"],
	form.inline input[type="password"],
	form.inline input[type="submit"] {
		display: inline-block;
		margin: 0px;
	}

	.required abbr {
		color: #A84343;
		font-weight: bolder;
		font-size: 125%; }

/* #Misc
================================================== */
	.well {
		background-color: #E2E2E2;
		border: 1px solid #DDDDDD;
		-webkit-box-shadow: inset 0px 0px 2px 0.3px rgba(170, 170, 170, 0.1);
		box-shadow: inset 0px 0px 2px 0.3px rgba(170, 170, 170, 0.1);
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

	.side-nav {
		padding: 12px 12px;
	}

	.side-nav ul li {
		margin: 3px 0px;
		font-size: 90%;
	}

	.side-nav li a {
		color: #4f7da1;
		text-decoration: none;
	}

	.side-nav li a:hover {
		color: #5e8cb0;
		text-decoration: underline;
	}

	.side-nav ul li.divider {
		padding-bottom: 9px;
		margin-bottom: 9px;
		border-bottom: 1px solid #D5D5D5;
	}

	table.list {
		width: 100%;
		-webkit-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
	}

	table.list thead tr {
		font-weight: bolder;
		background-color: #CCD6E0;
		border: 1px solid #BFCCD8;
		-webkit-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
	}

	table.list thead td:first-child {
		-webkit-border-radius: 3px 0px 0px 0px;
		border-radius: 3px 0px 0px 0px;
	}

	table.list thead td:last-child {
		-webkit-border-radius: 0px 3px 0px 0px;
		border-radius: 0px 3px 0px 0px;
	}

	table.list thead th,
	table.list tbody td {
		text-align: left;
		vertical-align: top;
		padding: 2px;
	}

	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 12px !important; }
	.add-bottom { margin-bottom: 24px !important; }

	.remove-top { margin-top: 0 !important; }
	.half-top { margin-top: 12px !important; }
	.add-top { margin-top: 24px !important; }

	.hidden-password { font-size: 29px; }

	.pull-right { text-align: right; }
	.pull-center { text-align: center; }
	.pull-left { text-align: left; }

	.pull-middle { vertical-align: middle; }
	.pull-top { vertical-align: top; }
	.pull-bottom { vertical-align: bottom; }

	nav.pagination { text-align: right; }
	nav.pagination span {
		text-align: center;
		display: inline;
		padding: 6px 5px 6px 9px;
		background-color: #E5E5E5;
		border-top: 1px solid #D8D8D8;
		border-bottom: 1px solid #D8D8D8; }
	nav.pagination span.current { background-color: #D1D1D1 !important; }
	nav.pagination span:hover { background-color: #DEADAD; cursor: pointer; }
	nav.pagination span:first-child {
		border-left: 1px solid #D8D8D8;
		-webkit-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px; }
	nav.pagination span:last-child {
		border-right: 1px solid #D8D8D8;
		-webkit-border-radius: 0px 5px 5px 0px;
		border-radius: 0px 5px 5px 0px; }
	nav.pagination span a { text-decoration: none; }

	.error-messages {
		background-color: #E09B9B;
		color: #D62D2D;
		border: 1px solid #D46363;
		padding: 12px 0px;
		-webkit-border-radius: 3px;
    	border-radius: 3px;
	}

	.map {
		width: 460px;
		height: 325px;
	}

	.lot-updates {
		background-color: darkred;
		padding: 12px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #FFFFFF;
	}

	.lot-updates h6 {
		color: #FFFFFF;
	}

	.lot-updates ul li {
		margin-left: 12px;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.clearfix {
		zoom: 1; }
		.clearfix:before, .clearfix:after {
			content: "\0020";
			display: block;
			overflow: hidden;
			visibility: hidden;
			width: 0;
			height: 0; }
		.clearfix:after {
			clear: both; }

	.clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0; }

	.activation_notice
	{
		color: #96964B;
		color: black;
	}

	.activation_notice .panel-heading
	{
		font-size: 22pt;
	}

	.activation_notice .panel-body
	{
		padding: 25px;
	}

	.activation_notice .panel-body p:first-child
	{
		font-size: 12pt;		
		font-weight: bold;
	}

	.activation_notice .panel-body ol li
	{
		margin: 0;
		padding: 0;
	}

	.activation_notice .panel-body ol li:first-child
	{
		font-weight: bold;
		font-style: italic;
	}