@charset "UTF-8";
/* Cobblestone Dream Stylesheet */

/* Universal Styles ----------------------------------------- */
body {
	background-color: #010d18;
	background-image: url('../images/background.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: transparent;
}
#bgContainer {
	background-image: url('../images/backgroundGrad.png');
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cobblestone_Banner {
    margin: 10px auto;
}
#headerContainer {
	background: #000;
	padding: 10px 0;
}
#mainContainer {
	width: 50%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
#footerContainer {
	background: #000;
	padding: 10px 0;
}
#pageHeader {
	width: 100%;
	min-height: 100px;
	text-align: center;
}
#pageHeader img {
	margin: 0 10px;
}
#pageMenu {
	margin: 0 auto;
	padding: 0 5px;
}
#pageContentMain {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#leftColumnGroup {
	float: left;
	width: 665px;
	margin: 0;
}
.contentLeft {
	margin: 0;
	width: 665px;
	height: auto;
	float: left;
	padding: 0 5px;
	border-radius: 10px;
}
#rightColumnGroup {
	float: right;
	width: 295px;
	margin: 0;
}
.contentRight {
	margin: 0 0 5px 0;
	width: 295px;
	height: auto;
	float: right;
}
#pageFooter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	
}
#footerSec1, #footerSec2, #footerSec3 {
	display: inline-block;
	padding: 5px;
	vertical-align: top;
	margin: 0 5px;
}
#footerSec1 {
	margin-left: 0;
}
#footerSec2 {
	margin-left: 0;
}
#footerSec3 {
	margin-right: 25px;
}
#footerSec3 img {
	width: 110px;
}
/* Menu Styles ------- */

#menu {
	padding: 0;
	margin: 8px auto;
	width: auto;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-size: 115%;
}

#menu li {
	display: inline-block;
	width: auto;
}

#menu li a {
	color: #FFF;
	font-size: 100%;
	padding: 10px;
	display: block;
}

#menu li:hover {
	
}

#menu li:hover a {
	color: #FFF;
	background-color: #40432f;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	background-image: url('../images/button.gif');
	background-position: center;
}

li #sub_menu{ 
  display: none; 
}

li:hover #sub_menu {
	z-index: 1000000898988989;
  	display: block;
	position: absolute;
	margin-top: 10px;
	border-top: 1px solid #015289;
	border-left: 1px solid #3e402d;
	border-bottom: 1px solid #3e402d;
	border-right: 1px solid #3e402d;
}

#sub_menu li { 
	background: #FFF;
	float: none;
	width: auto;
	height: 20px;
	padding: 10px 10px 5px 10px;
	white-space: nowrap;
}

#menu li #sub_menu li a {
	color: #015289;
}

#menu li #sub_menu li:hover a {
	color: #FFF;
}

.wraptext{
	float:left;
	padding: 0px 10px 10px 0px;
}

/* END Menu Styles ------- */

/* Footer Menu ----------------------------------------------- */
.footerMenu {
	text-align: center;
	padding: 0 5px;
}

.footerMenu h3 {
	font-size: 150%;
	padding: 2px 5px;
	text-align: center;
}
.footerMenu ul {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footerMenu li {
	margin-top: 8px;
	padding: 5px;
	display: inline-block;
}

.footerMenu li.socialMedia {
	margin-left: 8px;
	margin-top: 2px;
	
}

#footLinksLeft, #footLinksRight {
	width: auto;
	display: inline-block;
	padding: 5px;
	line-height: 25px;
}
#footLinksLeft span, #footLinksRight span {
	display: block;
}
#footLinksLeft a, #footLinksRight a {
	padding: 5px;
}
#footLinksLeft a:hover, #footLinksRight a:hover {
	color: #FFF;
	background-color: #40432f;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	background-image: url('../images/button.gif');
	background-position: center;
}

#footLinksLeft {
	text-align: right;
	border-right: 1px solid #010d18;
}

#footLinksRight {
	text-align: left;
	margin-left: -4px;
	vertical-align: top;
}

.footerCaption {
	clear: both;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.footerCaption p {
	font-size: 90%;
	width: 100%;
	text-align: center;
}

/* END Footer Menu ------------------------------------------- */

#botTrap {
	display: none;
}

/* END Universal Styles ----------------------------------------- */



/* Library Styles ------------------------------------------ */
h1 {
	font-size: 105%;
	margin: 8px 0px 8px 0px;
}

h2 {
	margin: 8px 0px 8px 0px;
}

h3 {
	font-size: 125%;
	margin: 8px 0px;
}

p {
	margin: 15px auto;
	text-align: left;
	line-height: 20px;
}
p a, p a:visited, p a:active {
	color: #9fa374 !important;
}
p a:hover {
	color: #aeb37f;
}
.greenBar {
	display: block;
	background-color: #40432f;
	background-image: url('../images/greenBar.gif');
	background-position: center;
	height: 4px;
	width: 100%;
	-moz-box-shadow: 0px 2px 2px 0px #000;
	-webkit-box-shadow: 0px 2px 2px 0px#000;
	box-shadow: 0px 2px 2px 0px #000;
}
/* END Library Styles ------------------------------------------ */



/* Template Layouts ------------------------------------------------ */
.quickStats {
	font-size: 90%;
	list-style-type: none;
	list-style-position: inside;
	line-height: 25px;
	margin: 5px 0;
}

.quickStats li {
	background: url('../images/bullet.png') no-repeat center left;
	padding: 5px 0px 5px 20px;
	/* reset styles (optional): */
	list-style: none;
	margin: 0;
	line-height: 18px;
}

.quickStats.news li {
	padding: 0px 0px 0px 20px;
}

.quickStats.news li a {
	padding: 5px 0;
	display: inline-block;
	line-height: 18px;
}

.quickStats li a:hover {
	color: #9fa374;
}
.givingBackList {
	width: 600px;
	margin: 0 auto;
}
.givingBackList li {
	display: inline-block;
	width: 28%;
	margin: 5px 0;
}
.tbl_header {
	padding: 5px;
	font-size: 150%;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#inDevelopment {
	width: 225px;
	height: 200px;
	background-image: url('../images/backgroundSprite.png');
	background-position: 0 0;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
}
#inDevelopment:hover {
	background-position: -224px 0;
}

#smallLogos {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: auto;
}

#smallLogos img {
	float: left;
}

.pressReleases {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 90%;
	list-style-type: none;
	list-style-position: inside;
	line-height: 20px;
}

.pressReleases li {
	float: left;
	width: 190px;
	margin: 5px;
}
.textContainer {
	width: 100%;
	border-radius: 10px;
	font-size: 115%;
	margin-bottom: 5px;
}
.textContainer p {
	line-height: 25px !important;
	width:100%;
}
/* main street button ------- */
#mainStreet {
	width: 225px;
	height: 71px;
	background-image: url('../images/backgroundSprite.png');
	background-position: 0 -201px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
}
#mainStreet:hover {
	background-position: -224px -201px;
}
/* main street button css ends */
/* END Template Layouts ------------------------------------------------ */



/* Individual Page Styles ------------------------------------------------ */

/* Home */
.media {
	width: 550px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#homeBanner {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#homeBanner img {
	border: 1px solid #25261b;
}
/* End Home */

/* Contact Us */
#tblContact {
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	padding: 5px 15px;
	border: 1px solid #000;
	background-color: #010d18;
	background-image: url('../images/backgroundTop.gif');
	background-position: center top;
	background-repeat: repeat-x;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	letter-spacing: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#tblContact td {
	padding: 3px;
}

.tblContact_Header {
	padding: 3px 10px !important;
}

.tblContact_Header h1 {
	padding: 5px;
	font-size: 150%;
	font-variant: small-caps;
	letter-spacing: 1px;
}

.tblContact_Input{
	width: 135px;
}

.tblContact_Input input {
	width: 125px;
}

.tblContact_Input select {
	width: 130px;
}

.tblContact_Input select#selState {
	width: 50px;
}

.tblContact_Input input#txtZip {
	width: 75px;
}

.tblContact_Input textarea {
	width: 450px;
	max-width: 450px;
	height: 100px;
}

.tblContact_Label {
	width: 110px;
	text-align: right;
	vertical-align: middle;
}

.tblContact_Button {
	text-align: right;
}

.error_msg {
	color: red;
	font-size: 80%;
	width: 60px;
}
.button {
	margin: 5px 10px 5px 5px;
	padding: 10px;
	width: 150px;
	height: auto;
	background-color: #646749;
	background-image: url('../images/button.gif');
	background-position: center;
	color: #FFF;
	border: #000;
	border-radius: 10px;
	font-family: inherit;
	font-variant: small-caps;
	font-size: 125%;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	cursor: pointer;
}
.button:hover {
	background-image: url('../images/buttonHover.gif');
	background-color: #646749;
}
.button:active {
	background-image: url('../images/buttonClick.gif');
	background-color: #646749;
}
#avaliable-maps-usa {
    width: 655px;
    height: 400px;
	margin-top: 10px;
	background-color: transparent !important;
}

/* Development Map */
/* Development Map */
.pop_new {
	text-align: center;
	position: absolute;
	left: 515px;
	top: 203px;
	width: auto;
	height: auto;
	background-color: #010d18;
	font-size: 100%;
	z-index: 1;
	display: none;
	border-radius: 10px;
	padding: 5px 15px;
	border: 1px solid #000;
	background-image: url('../images/backgroundTop.gif');
	background-position: center top;
	background-repeat: repeat-x;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	letter-spacing: 1px;
	max-width:  600px;
}
.pop_new a, h1, h2, h3 {
	padding: 1px;
}
.pop_new a {
	color: #FFF;
	font-size: 100%;
	padding: 5px;
	display: inline-block;
}
.pop_new a:hover {
	color: #FFF;
	background-color: #40432f;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	background-image: url('../images/button.gif');
	background-position: center;
}

.pop_new .content_top {
	margin-bottom: 10px;
}
.pop_new h1.pop_title {
	color: #fff;
	font-size: 150%;
	margin: 10px 5px;
	display: block;
	font-variant: small-caps;
}
.pop_new h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 115%;
	line-height:  22px;
}
.pop_new h3 {
	font-weight: bold;
	color: #FFF;
	font-size: 110%;
	display: block;
}
.pop_new img {
	border-radius: 10px;
	position: relative;
	padding: 0;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	display: block;
	margin: 10px auto;
}
.pop_new .content_top span {
	font-weight: bold;
	color: #646749;
	margin: 2px 0;
	display: inline-block;
}
.close {
	cursor: pointer;
	color: #FFF;
	clear: both;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	margin: 10px 0px;
}

.pop_new .contact {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 0 10px;
}

.pop_new .contact img {
	opacity: .7;
	transition: all .3s ease-in-out;
}

.pop_new .contact:hover img {
	opacity: 1;
}
/* End Development Map */

/* End Contact Us */

/* Franchise Support */
.supportServices {
	display: inline-block;
	width: 100%;
}
.supportServices .quickStats li {
	margin: 5px 10px;
	background: url('../images/checkmark.png') no-repeat center left;
	line-height: 25px;
}
.supportServices .quickStats ul li {
	margin-left: 50px;
	background: url('../images/bullet.png') no-repeat center left;
}
.supportServices span {
	display: block;
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #646749;
	background-image: url('../images/greenBar.gif');
	background-position: center;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
}
/* End Franchise Support*/


/* Testimonials */

#testBanner {
	background-image: url(../images/header_test.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 640px;
	height: 100px;
	border: 1px solid #25261b;
	margin-left: auto;
	margin-right: auto;
}
.testimonial {
	margin: 0;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	line-height: 20px;
	letter-spacing: 1px;
}
.testimonial span {
	margin: 10px 0 0px auto;
	display: block;
	color: #FFF;
	background-color: #40432f;
	padding: 10px 15px;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	background-image: url('../images/greenBar.gif');
	background-position: center;
	vertical-align: middle;
	width: auto;
}

.testimonial p {
	width:100%;
	margin:0px;
	overflow:auto;
}

.testimonial .wraptext {
	padding: 10px 0;
	width: 100%;
	min-height: 250px;
}

/* Nomination */
#nominationBanner {
	background-image: url(../images/header_nom.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 640px;
	height: 100px;
	border: 1px solid #25261b;
	margin-left: auto;
	margin-right: auto;
}
#nominationDates {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 600px;
	text-align: center;
}

#nominationDates p {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#tblNomination_Nominee {
	border: 1px solid #25261b;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/light_green_back.png);
	background-repeat: repeat;
	width: auto;
	margin-left: 10px;
	margin-right: auto;
}

#tblNomination_Nominee td {
	padding: 3px;
}

.tblNomination_Header {
	text-align: center;
}

.tblNomination_Input{
	width: 135px;
}

.tblNomination_Input input {
	width: 125px;
}

.tblNomination_Input select {
	width: 130px;
}

.tblNomination_Input select#selState {
	width: 50px;
}

.tblNomination_Label {
	vertical-align: middle;
	width: 110px;
	text-align: right;
}

.tblNomination_Button {
	text-align: right;
}

#tblNomination_Nominator {
	border: 1px solid #25261b;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/light_green_back.png);
	background-repeat: repeat;
	width: 400px;
	margin-left: 10px;
	margin-right: auto;
}

#tblNomination_Nominator td {
	padding: 3px;
}

#tblNomination_Information {
	border: 1px solid #25261b;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/light_green_back.png);
	background-repeat: repeat;
	width: 635px;
	margin-left: 10px;
}

#tblNomination_Information td {
	padding: 3px;
}

.chbx_Label_Nom {
	padding: 3px;
	vertical-align: middle;
	width: 150px;
	text-align: right;
}

.chbx_Input_Nom {
	padding: 3px;
	width: 235px;
}

#chbxAward_msg {
	padding: 3px;
	width: 235px;
	color: red;
	font-size: 85%;
	text-align: center;
}

.tblNomination_Information_Input textarea {
	margin-left: 5px;
	width: 600px;
	max-width: 600px;
	height: 100px;
}

.small_msg {
	text-align: center;
	font-size: 90%;
}

#img_Nomination {
	float: right;
	margin-right: 10px;
}

/* End Nomination */

/* Boarders Meeting */
#meetingBanner {
	background-image: url(../images/header_meeting.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 640px;
	height: 100px;
	border: 1px solid #25261b;
	margin-left: auto;
	margin-right: auto;
}
#img_Meeting {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

/* Timeline */
#timeline {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
		position: relative;
		background: url('../images/dot.gif') left 54px repeat-x;
	}
		#dates {
			width: 100%;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				background-color: #2e3022;
				list-style: none;
				float: left;
				width: 150px;
				height: 60px;
				font-size: 90%;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
					font-size: 150%;
					color: #FFF;
					background-color: #40432f;
					border-radius: 5px;
					-moz-box-shadow: 0px 2px 3px 0px #000;
					-webkit-box-shadow: 0px 2px 3px 0px#000;
					box-shadow: 0px 2px 3px 0px #000;
					background-image: url('../images/greenBar.gif');
					background-position: center;
					padding: 5px 10px;
				}
		
		#issues {
			width: 100%;
			height: auto;
			overflow: hidden;
		}	
			#issues li {
				width: 665px;
				height: auto;
				padding-bottom: 5px;
				list-style: none;
				float: left;
			}		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 35px;
			width: 38px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}


.v_line {
	width: 5px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/dot_d.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.event, .event_right {
	font-size: 100%;
	text-align: center;
	width: 275px;
	color: #FFF;
	padding: 5px;
	background-color: #40432f;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	background-image: url('../images/greenBar.gif');
	background-position: center;
	line-height: 18px;
	box-sizing: border-box;
}


.event {
	margin-left: 100px;
}

.event_right {
	margin-left: 250px;
}
/* End Timeline */

/* Cobblestone Development */
#container {
	width: 655px;
	height: 400px;
	margin: 10px auto;
	position:relative;
	z-index:0;
}
/*slideshow style*/
div#slideshow {
	overflow: hidden;
	position: relative; 
	z-index: 0;
}

div#slideshow ul#nav {
	display: none;
	list-style: none;
	position: absolute; 
	top: 130px; 
	z-index: 25;
}
	div#slideshow ul#nav li#prev {
		position:relative;
		float: left; 
		margin: 0px 600px 0px 8px;
		top:50px;
		cursor: pointer;
	}
	div#slideshow ul#nav li#next {
		float: right; 
		margin: 0px 0px 0px 0px;
		top:50px;
		cursor: pointer;
	}
	div#slideshow ul#nav li a {
		display: block; /*width: 50px; height: 100px;*/
	}
		div#slideshow ul#nav li#prev a {
			background: url(../images/prev.png);
			background-repeat: no-repeat;
			background-position: center;
		}
		div#slideshow ul#nav li#next a {
			background: url(../images/next.png);
			background-repeat: no-repeat;
			background-position: center;
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 0 0;
			height: 400px;
			width: 655px;
	}
		
.banner {
	width: 655px;
	height: auto;
	margin: 10px auto;
}
.bannerSmall {
	text-align: center;
	margin: 0px auto;
	display: block;
	width: auto;
}
.bannerSmall span {
	display: block;
	text-align: right;
	padding: 5px 75px 5px 0px;
	font-size: 70%;
	letter-spacing: .3px;
}
.dev_header {
	background-image: url(../images/light_green_back.png);
	background-repeat: repeat;
	padding: 5px 5px 5px 8px;
	border-radius: 6px;
	width: 400px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 25px;
}
/* End Cobblestone Development */

#dev_gallery {
	width: auto;
	text-align: center;
	margin: 10px 0;
}

#dev_gallery img {
	border: 1px solid #2e3022;
}

/* Boarders Development */
#boarders_list {
	background-image: url(../images/light_green_back.png);
	background-repeat: repeat;
	padding: 5px 5px 5px 5px;
	border-radius: 6px;
	width: 400px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
}

#boarders_list h2 {
	font-size: 90%;
}

#boarders_list ul {
	list-style: disc;
	list-style-position: inside;
}

#boarders_list ul li {
	padding-left: 25px;
}
/* End Boarders Development */

/* Development Pictures */
#dev_pics {
	width: 100%;
	text-align: center;
}

#dev_pics img {
	border: 1px solid #2e3022;
}

.UnderConstruction {
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}


.propContainer {
	min-width: 150px;
	display: inline-block;
	margin: 10px;
	width: 25%;
	cursor: pointer;	
}

.propContainerHolder {
	width: 150px;
	height: 5px;
	display: inline-block;
	margin: 10px;
}

.propLogo {
	text-align: center;
	padding: 5px;
}
.propLogo img {
}
.propInfo {
	display: block;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.propInfo b {
	display: block;
	padding: 2px 5px;
	background-color: #646749;
	background-image: url('../images/button.gif');
	background-position: center;
	-moz-box-shadow: 0px 2px 3px 0px #000;
	-webkit-box-shadow: 0px 2px 3px 0px#000;
	box-shadow: 0px 2px 3px 0px #000;
	text-align: center;
}
.propInfo span {
	display: block;
	padding: 2px 5px;
	text-align: center;
}

/* End Development Pictures */

/* End Individual Page Styles ------------------------------------------------ */

/* Privacy Center ------------------------------------------------ */

#privacy ul,
#privacy ol {

}

#privacy ul li,
#privacy ol li {
	line-height: 18px;
	padding: 5px 0;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	margin-left: 20px;
}

#privacy ol li {
	list-style-type: decimal;
}

#privacy-alert {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	z-index: 10000;
	background-color: black;
	border-top: 5px solid #a2a474;
}

#privacy-alert p {
	line-height: 22px;
	padding: 5px 0;
}

#privacy-alert .privacy-content {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-right: 150px;
	box-sizing: border-box;
	min-height: 75px;
	position: relative;
}

#privacy-alert .close-privacy {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #ccc;
}

#privacy-alert .privacy-consent-button {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: inherit;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
	padding: 8px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100px;
}

#privacy-alert .privacy-consent-button:hover {
    border-color: #b7bd8a;
    background-color: #b7bd8a;
}



/* Misc Styles ------------------------------------------------ */

#viewSchedule {
	padding: 5px;
	width: 125px;
	margin-left: auto;
	margin-right: 20px;
	text-align: center;
	background-color: #25261b;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	cursor: pointer;
	
}
#viewSchedule a, a:hover, a:active, a:visited {
	color: #FFF;
	
}

/* Savings Calculator */
#calcPayment {
	height: auto;
	margin: 10px auto;
	border: 1px solid #2e3022;
	border-radius: 6px;
	font-size: 75%;
	padding: 5px;
	background-image: url('../images/bg_back.gif');
	background-position: center;
	letter-spacing: 1px;
}

#tblCalc {
	width: 100%;
	height: 175px;
}

#tblCalc td {
	text-align: center;
}

.lblResults {
	border: 1px solid #111e3d;
	background-color: #15254b;
	width: 145px;
}

#lblResults_YouPay, #lblResults_WithBoarders {
	margin-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 200%;
}

.txtCalc {
	width: 100px;
	margin: 0px 5px 0px 0px;
	text-align: right;
}

.btn {
	width: 100%;
	height: 25px;
	background-color: #25261b;
	font-size: 110%;
	color: #FFF;
	border-radius: 6px;
}

#btnCalc {
	margin: 5px 0px 0px 0px;
}

#msgBox_Savings {
	font-size: 300%;
}
/* End Savings Calculator */

/* Lightbox */
#lightbox {
    position: fixed;/* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
	z-index: 1010;
    width:100%;
    height:100%;
    background: url('../images/overlay.png');
    text-align:center;
}

#msgBox {
	width:350px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	padding-top: 25px;
	z-index: 3000;
	text-align: center;
}

.msgBox_Style {
	clear: both;
	border-radius: 6px;
	background: url('../images/dark_green_back.png');
	background-repeat: repeat;
	height: auto;
	min-height: 125px;
	color: white;
	overflow: hidden;
}
#msgBoxText p {	
	width:300px;
	text-align: center;
	font-size: 85%;
}
#contactLightbox {
	position: fixed;/* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
	z-index: 1010;
    width:100%;
    height:100%;
    background: url('../images/overlay.png');
}
#contactDisplay {
	width: 665px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	z-index: 3000;
}
#btnClose {
	
}
.contactLink {
	font-weight: bold;
	cursor: pointer;
}
/* END Lightbox */

#adContainer {
	width: 100%;
	top: 0;
	background: #253322;
	display: block;
}
.adContent {
	overflow: hidden;
	margin: 0px auto;
	display: block;
	text-align: center;
	width: auto;
}
#adLeftSection {
	width: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#adRightSection {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
#adLeftTop {

}
#adLeftBot {
	overflow: auto;
	margin: 10px 0;
}
#adRight {
	float: right;
	margin-bottom: -2px;
}
#adFooter {
	background-color: #aeb37f;
	text-align: center;
	font-size: 110%;
	color: #FFF;
	font-weight: bold;
	padding: 2px 0;
	cursor: pointer;
}

.btn {
	box-shadow: 0px 2px 3px rgb(0,0,0,.3);
	padding: 5px 10px;
	font-family: 'Ubuntu Condensed';
	margin-right: 10px;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 20px;
}

.btn-primary {
	background-color: #085589;
	border-color: #084e7d;
}

.btn-primary:hover {
	background-color: #074873;
	border-color: #064169;
}

.btn-primary:not([disabled]):not(.disabled).active, 
.btn-primary:not([disabled]):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    background-color: #074873;
	border-color: #064169;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

#adContainer.conference-ad {
	background-image: url(../images/2018-conf-ad-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#adContainer.conference-ad .adContent {
	background-image: url(../images/2018-conf-ad.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 300px;
	position: relative;
	max-width: 1000px;
	background-position: center;
	text-align: left;
}

#adContainer.conference-ad .adContent:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

#adContainer.conference-ad .adButtonContainer {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 30px;
}

/* End Misc Styles */
@media screen and (max-width: 1000px) {
	#menu {
		padding: 0 10px;
	}
	#menu li {
		margin: 0 15px;
	}

}


/* Mobile */
@media screen and (max-width: 600px) { 
html {
	min-width: 200px;
}

#pageContentMain {
	padding: 0 10px;
	box-sizing: border-box;
}
	
#pageHeader img {
	margin: 0;
	width: 100%;
	height: auto;
}
#menu li {
	display: block;
	width: auto;
}
#bgContainer {
	background-image: none;
}
#mainContainer {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	min-width: 0 !important;
	width: 100%;
}
#leftColumnGroup {
    float: left;
    margin: 0px;
	width: 100%;
}
.contentLeft {
    margin: 0px;
    height: auto;
    float: left;
    padding: 0px;
    border-radius: 10px;
	width: 100%;
}
#rightColumnGroup {
    float: right;
    margin: 0px;
	width: 100%;
}
.contentRight {
    width: 100%;
    height: auto;
    float: right;
	margin: 0;
}
p {
	width: 95%;
	margin: 5px auto 15px auto;
	text-align: left;
	padding: 2px;
}
.quickStats li a {
    display: block;
}
#media {
    display: none;
}

#media iframe,
#media object,
#media embed {
    width: 100%;
    height: 100%;
}
#inDevelopment {
    height: 200px;
}
.footerMenu li.socialMedia {
    margin-left: 0px;
    margin-top: 2px;
}
.footerMenu {
    text-align: center;
    padding: 0px;
}
#footerSec1, #footerSec2, #footerSec3 {
    display: block;
    padding: 5px 0;
    vertical-align: top;
    margin: 0px;
}
#footLinksLeft, #footLinksRight {
    width: auto;
    display: inline-block;
    padding: 0 5px;
	margin: 0;
    line-height: 25px;
	text-align: center;
	border: none;
}
.footerMenu h3 {
    font-size: 150%;
    padding: 2px 0px;
    text-align: center;
}
.footerMenu ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footerCaption p {
    font-size: 90%;
    width: 98%;
    text-align: center;
}
h3 {
    font-size: 125%;
    margin: 8px 0px;
}
.UnderConstruction {
    text-align: center;
    width: 100%;
}
.propContainer {
    display: block;
	width: auto;
}
#timeline {
    height: auto;
    overflow: hidden;
    position: relative;
    background: none;
    margin: 10px auto;
    width: 200px;
    text-align: center;
}
#dates, #next, #prev {
	display: none;
}
#issues {
    overflow: hidden;
    height: auto;
    width: 200px !important;
	margin-left: 0;
	
}
#issues li {
    height: auto;
    list-style: none outside none;
    opacity: 1 !important;
	width: 99%;
	margin: 0 auto;
	padding-bottom: 0;
	float: none;
}
.event, .event_right {
    font-size: 100%;
    color: rgb(255, 255, 255);
	width: 100%;
    background-color: rgb(64, 67, 47);
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgb(0, 0, 0);
    background-image: url("../images/greenBar.gif");
    background-position: center center;
    text-align: center;
	margin: 0px;
}
#cobblestone_Banner {
    height: auto;
    margin: 10px auto;
	width: 100%;
}
#cobblestone_Banner img {
    width: 100%;
	height: auto;
}
#msgBox {
    width: 100%;
}
#mapsvg {
    width: 100% !important;
}
#listLocationsLabel {
    margin-right: 0 !important;
	display: block !important;
}
#listLocations p {
    display: block !important;
}
.mapIcons {
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    margin: 10px 5px !important;
}
#menu li:hover a, #listLocations p:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(64, 67, 47);
    border-radius: 5px;
    box-shadow: 0px 2px 3px 0px rgb(0, 0, 0);
    background-image: url("../images/greenBar.gif") !important;
    background-position: center center;
}
#avaliable-maps-usa {
    width: 100% !important;
}
.pop_new {
    position: absolute;
    width: 85%;
    height: auto;
    display: none;
    max-width: 200px;
    top: 80%;
    left: 50%;
    margin-left: -115px;
}
#contactDisplay {
    width: 100%;
}
#tblContact {
    width: 100% !important;
}
#tblContact td {
    padding: 3px 15px;
    display: block;
}
.tblContact_Label {
    width: 110px;
    text-align: left;
    vertical-align: middle;
}
.tblContact_Input textarea {
    width: 100%;
    max-width: 450px;
    height: 100px;
}
#contactLightbox {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1010;
    width: 100%;
    height: 800px;
    background: url("../images/overlay.png") repeat 0% 0% transparent;
    background-attachment: scroll;
}
.tblContact_Input {
    width: auto;
}
.tblContact_Input input {
    width: 98%;
    height: 25px;
}
.button {
    width: 98% !important;
}
.adContent {
	width: auto;
}
	
#adContainer.conference-ad .adContent {
	height: 250px;
}
	
#adContainer.conference-ad .adContent {
	background-position: top;
}
	
#adContainer.conference-ad .adButtonContainer {
	margin: 0;
	margin-left: 1%;
	width: 98%;
	text-align: center;
}
	
#adContainer.conference-ad .adButtonContainer .btn {
	display: block;
	margin: 0 0 10px 0;
}

}

@media screen and (max-width: 500px) {
	
	#adContainer.conference-ad .adContent {
		height: 200px;
	}

}