/* ******************************************************
	OVERALL STYLES 
****************************************************** */
body {
	margin: 0;
	padding: 0;
	min-width: 974px;
	text-align: center;
	font-size: 76%;
	color: #333;
	background: #080808 url("../images/bg_header.gif") repeat-x top left; 
}
.spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.row {
	clear: both;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
}
a {
	color: #1c6d7f;
}
a:link {
	color: #1c6d7f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #1c6d7f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #02c3b8;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #1c6d7f;
	font-weight: bold;
	text-decoration: none;
}
sup {
	font-size: 0.85em;
}
form {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0 0 15px 15px;
	padding: 0;
}
.new {
	color: #cc0000;
}
.special {
	color: #cc0000;
	font-style: italic;
}
.botlink {
	font: normal 0.85em Arial, sans-serif;
}
.inactive {
	display: none;
}
.active {
	display: block;
}

/* ******************************************************
	HEADER
****************************************************** */

#top {
	margin-left: auto;
	margin-right: auto;
	height: 111px;
	width: 974px;
	font: normal 1.1em Arial, sans-serif;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 2px 1px 2px;
}

/* title */
#header {
	text-align: left;
	height: 74px;
}
#siteTitle {
	float: left;
}
#header h1 {
	margin: 0;
	padding: 18px 0 0 0;
	font: normal 2.7em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
#header a {
	color: #fff;
}
#header a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

/* slogan */
#slogan {
	text-align: right;
	float: right;
}
#slogan h2 {
	margin: 0;
	padding: 38px 0 0 0;
	font-size: 1.15em;
	font-style: italic;
	font-weight: normal;
}

/* nav */
#nav {
	margin: 11px 0 0 0;
	font-size: 1.0em;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none inside none;
	text-transform: uppercase;
}
#nav ul .lowercase {
	text-transform: none;
}
#nav a {
	color: #fff;
}
#nav a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #d9fdac;
	font-weight: bold;
	text-decoration: underline;
}
#nav a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a.selected {
	padding: 10px;
	background: #1c6d7f;
}
.navstart {
	padding-right: 115px;
	display: inline;
	font-weight: normal;
}
.nav {
	padding-right: 115px;
	display: inline;
	font-weight: normal;
}
.navend {
	padding: 0;
	display: inline;
	font-weight: normal;
}


/* ******************************************************
	MAIN
****************************************************** */
#main {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.05em;
	background: #fff;
}
#mainContent {
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0 10px 0;
	text-align: left;
	width: 974px;
}
#mainContent h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
}
#mainContent p {
	line-height: 1.5em;
}
#mainContent ul {
	margin: 0 0 15px 36px;
	padding: 0;
}
#mainContent ul li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: square;
}
#mainContent ol {
	margin: 0 0 15px 36px;
	padding: 0;
}
#mainContent ol li {
	margin: 0;
	padding: 0 0 5px 0;
}
.secDiv {
	margin: 0 0 20px 0;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #68b4e0;
}


/* intro */
#introContent {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 328px;
	width: 974px;
}
#introContent h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
}
#introImage {
	padding: 25px 0 0 0;
	width: 423px;
	float: left;
}
#introText {
	margin: 0 0 0 120px;
	padding: 38px 0 0 0;
	width: 410px;
	float: left;
}
#introSignUp {
	margin: 0;
	padding: 8px 0 0 0;
}
#introButton {
	margin-left: 130px;
	display: block;
	width: 120px;
	height: 30px;
	background: url("../images/btn_signup.gif") no-repeat 0 0;
}
#introButton:hover {
	background-position: 0 -30px;
}
#introButton span {
	display: none;
}


/* index page */
#mainIndex {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.05em;
	background: #fff url("../images/bg_index.png") repeat-x top left; 
}
#indexContent {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 10px 0;
	text-align: left;
	width: 974px;
	background: #fff;
}
#indexContent h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
}
#indexContent ul {
	margin: 0 0 15px 36px;
	padding: 0;
}
#indexContent ul li {
	margin: 0;
	padding: 0 0 12px 0;
	list-style: square;
}
#indexContent ol {
	margin: 0 0 5px 22px;
	padding: 0;
	font-weight: bold;
}
#indexContent ol span {
	font-weight: normal;
}
#indexContent ol li {
	margin: 0;
	padding: 0 0 20px 0;
}
#indexText {
	margin-right: 54px;
	width: 670px;
	float: left;
}
#indexRight {
	width: 250px;
	float: left;
}
#follow {
	margin: 25px 0 15px 0;
	font-weight: bold;
	text-align: center;
}
.this-just-in {
	margin: 10px 0 30px;
	padding: 12px 15px 2px 15px;
	border: 1px solid #68b4e0;
	border-radius: 5px;
	background: rgb(224,240,231);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZjBlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWVlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(224,240,231) 0%, rgb(255,255,255) 43%, rgb(255,255,255) 81%, rgb(209,238,255) 100%);
	background: -webkit-linear-gradient(top,  rgb(224,240,231) 0%,rgb(255,255,255) 43%,rgb(255,255,255) 81%,rgb(209,238,255) 100%);
	background: linear-gradient(to bottom,  rgb(224,240,231) 0%,rgb(255,255,255) 43%,rgb(255,255,255) 81%,rgb(209,238,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f0e7', endColorstr='#d1eeff',GradientType=0 );
}
.this-just-in p {
	padding: 0 0 15px 0;
}

/* about */
#aboutLeft {
	margin-right: 54px;
	width: 670px;
	float: left;
}
#aboutRight {
	width: 250px;
	float: left;
}
#aboutLeft h4 {
	margin: 10px 0 15px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #68b4e0;
}
#adamPhoto {
	margin: 4px 15px 10px 0;
	padding: 0;
	border: 1px solid #2c7788;
	float: left;
}
#memberCallout {
	margin: 30px 0 15px 0;
	padding: 7px 9px 7px 9px;
	border: 1px solid #68b4e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.9em;
	background: #fff;
}
#memberCallout2 {
	margin: 10px 0 0 0;
	padding: 7px 9px 7px 9px;
	border: 1px solid #59a1b1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.9em;
	background: #feffee;
}
#memberCalloutTitle {
	padding: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 1.1em;
}
#aboutContact {
	margin: 45px 0 45px 0;
	font-weight: bold;
}
#aboutContact a {
	font-size: 0.95em;
}
#aboutRight #follow {
	margin: 0 0 30px 0;
	font-weight: bold;
	text-align: left;
}


/* members */
#memberTable {
	margin: 25px 0 15px 40px;
	font-size: 0.95em;
}
#memberTable td {
	margin: 0;
    padding: 3px 8px 3px 12px;
	border-color: #c1dff0;
    border-width: 1px 0 0 0;
    border-style: solid;
    }
/* row color alternator */
.odd {
	background-color: #fff;
}
.even {
	background-color: #e9f7ff;
}


/* register */
#registerLeft {
	margin-right: 54px;
	width: 670px;
	float: left;
}
#registerRight {
	width: 250px;
	float: left;
}
#registerLeft h4 {
	margin: 10px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #68b4e0;
}
#confirmBox {
	margin: 15px 0 0 130px;
	padding: 15px 15px 5px 15px;
	width: 400px;
	border: 1px solid #68b4e0;
	background-color: #ecf7e7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:0px 1px 10px rgba(000,000,000,0.5),inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 1px 10px rgba(000,000,000,0.5),inset 0px 0px 3px rgba(255,255,255,1);
}
#confirmBox h3 {
	text-align: center;
}
.credits {
	display: none;
}
iframe.google-form {
	height: 60vh;
	border: 1px solid #b3b3b3;
}


/* locations */
#locationsMap {
	margin: 5px 0 20px 80px;
	padding: 0;
}
#locationsList {
	font-size: 0.95em;
}
#locationsList h4 {
	margin: 15px 0 0 0;
	padding: 20px 0 20px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	border-top: 1px solid #68b4e0;
}
#locationsMenuSmall {
	margin: 30px 0 0 0;
	text-align: right;
	float: right;
	width: 500px;
}
.locationsListSection {
	padding: 0 35px 0 0;
	width: 301px;
	float: left;
}
.locationsListSectionEnd {
	padding: 0;
	width: 299px;
	float: left;
}
#locationsList h5 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}
#mainContent #locationsList ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}
#mainContent #locationsList ul li {
	list-style-type: none;
}
#locationsList a {
	font-weight: normal;
}
.locCity {
	font-style: normal;
}

#locationLeft {
	margin-right: 42px;
	width: 630px;
	float: left;
}
.breadcrumb {
	padding: 0 0 18px 0;
	font-size: 0.85em;
}
.breadcrumb a {
	font-weight: normal;
}
#locationLeft h3, #locationSplitLeft h3, #locationSplitRight h3, #mainContent .stacked-location h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
}
h3 .type, h3 .type, h3 .type {
	font-size: 0.8em !important;
}
p.address {
	font-weight: bold;
}

.extraLocation {
	margin: 20px 0 30px 0;
	padding: 20px 20px 15px 20px;
	border: 1px solid #c1dff0;
	background: url("../images/bg_calloutbox.gif") repeat-x top right; 
}
.extraLocation h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
}
.locsExtras, .locsSplitExtras {
	text-align: center;
}
.locsExtraImg {
	margin-right: 10px;
	border: 1px solid #2c7788;
}
.locsExtraImgEnd {
	margin: 0;
	border: 1px solid #2c7788;
}
.locsSplitImg {
	margin: 0 11px 10px 0;
	border: 1px solid #2c7788;
}
.locsSplitImgEnd {
	margin: 0 0 10px 0;
	border: 1px solid #2c7788;
}
#locationsMenu {
	margin: 20px 0;
	padding: 6px 0 5px 0;
	border: 1px solid #59a1b1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #eef9ff;
	text-align: center;
}
#locationRight {
	margin: 5px 0 0 0;
	width: 302px;
	float: left;
}
.locsImg {
	margin: 0 0 15px 0;
	border: 1px solid #2c7788;
}
.locsImgMult {
	margin: 0 0 3px 0;
	border: 1px solid #2c7788;
}
#locationSplitLeft {
	margin-right: 54px;
	width: 460px;
	float: left;
}
#locationSplitRight {
	width: 460px;
	float: left;
}
#topLocation {
	padding-bottom: 30px;
}
#main .quoteArea {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 3px 15px;
	background: #f9f9f9;
	border: 1px solid #dbe1e4;
	font-size: 0.95em;
}
#main .quoteArea p {
	margin: 0;
	padding: 0 0 12px 0;
}
#main .quoteArea p.quote {
	font-style: italic;
}
a.booking-link {
	padding: 0 4px;
	background: #2496b6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}
a.booking-link:hover {
	background: #02c3b8;
	text-decoration: none;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	transition: all 350ms ease;
}

/* stacked locations */
.stacked-location {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
    display: flex;
}
.stacked-text {
	margin-right: 74px;
	width: 500px;
}
.stacked-imgs {
	width: 400px;
	display: -webkit-flex;
    display: flex;
	webkit-justify-content: space-between;
    justify-content: space-between;
}

/* right column featured hotel */
#locationRight .rightHotel {
	margin: 25px 0 0 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #c1dff0;
	background: url("../images/bg_calloutbox.gif") repeat-x top right; 
	font-size: 0.95em;
}
#locationRight .rightHotel h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 1.2em;
}
#locationRight .rightHotel .address {
	margin: 0;
	padding: 0 0 15px 0;
}

/* discussion link */
.discussionLink {
	margin: 15px 0 0 0;
	padding: 6px 8px 6px 8px;
	font-size: 0.9em;
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

/* hidden location layers */
#layerNYC,
#layerLA,
#layerSF,
#layer-news {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	z-index: 500;
}
#layerLA h4, 
#layerSF h4, 
#layerNYC h4, 
#layer-news h4 {
	margin: 0 0 15px 0;
	padding: 4px 0 6px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
	border-bottom: 1px solid #68b4e0;
}
.layerLAbg, 
.layerSFbg, 
.layerNYCbg, 
.layer-news-bg {
	padding: 6px;
	background: #1b1b1b;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow:0px 1px 10px rgba(000,000,000,0.5),inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 1px 10px rgba(000,000,000,0.5),inset 0px 0px 3px rgba(255,255,255,1);
}

.layerNYCcontent,
.layerLAcontent,
.layerSFcontent {
	padding: 10px;
	background: #fff url("../images/bg_locationslayer.png") repeat-x bottom left;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.layer-news-content {
	padding: 15px;
	background: #fff url("../images/bg_locationslayer.png") repeat-x bottom left;
	border: 1px solid #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.closeLayer {
	float: right;
	font-size: 1.2em;
	text-transform: uppercase;
}
.closeLayer2 {
	margin: 10px 0;
	text-align: center;
	font-size: 0.85em;
	text-transform: uppercase;
}
.closeLayer a, 
.closeLayer2 a {
	font-weight: normal;
}


/* rental cars */
#enterprise {
	margin: 60px 0 15px 0;
	padding: 8px 8px 8px 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 260px;
}
#enterprise img {
	padding-right: 12px;
	float: left;
}
#enterprise a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}


/* price table - used for Franklin, Mansfield, Shoreham, Loden  */
#pricetable {
	margin: 0 0 15px 0;
	border-color: #c1dff0;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
#pricetable th {
	padding: 4px 8px 4px 8px;
	border-color: #c1dff0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	background: #fbfeee;
}
#pricetable td {
	margin: 0;
    padding: 3px 5px 3px 5px;
	border-color: #c1dff0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    text-align: center;
}


/* registration */
#regTable {
	margin: 15px 0 0 0;
}
#regTable td {
	margin: 0;
    padding: 3px 2px 10px 4px;
}
.required {
	color: #cc0000;
}
#regTable input[type="text"], #regTable textarea, #regTable select {
	margin-bottom: 5px;
	padding: 4px;
	font-family: Arial, Sans-Serif;
	font-size: 1.0em;
	display: block;
	border: solid 1px #85b1de;
	background-color: #edf2f7;
}
#regButton {
	padding: 10px 0 0 0;
}


/* faq */
ol#faqList {
	margin: 15px 0 0 22px;
	padding: 0;
}
ol#faqList li {
	margin: 0;
	padding: 0 0 5px 0;
}
ol#faqList li p.question {
	font-weight: bold;
}



/* error page */
#error {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#error h4 {
	margin: 10px 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #68b4e0;
}


/* ******************************************************
	FOOTER
****************************************************** */

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 974px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #565656;
}
#footerLinks {
	margin: 20px 0 15px 0;
	text-align: center;
}
#footerLinks ul {
	margin: 0;
	padding: 0;
	list-style: none inside none;
}
#footerLinks a {
	color: #13acfc;
}
#footerLinks a:link {
	color: #13acfc;
	font-weight: normal;
	text-decoration: none;
}
#footerLinks a:visited {
	color: #13acfc;
	font-weight: normal;
	text-decoration: none;
}
#footerLinks a:hover {
	color: #d9fdac;
	font-weight: normal;
	text-decoration: underline;
}
#footerLinks a:active {
	color: #13acfc;
	font-weight: normal;
	text-decoration: none;
}
.footerlinkstart {
	padding-right: 36px;
	display: inline;
	border-right: 1px solid #565656;
	font-weight: normal;
}
.footerlink {
	padding-right: 34px;
	padding-left: 31px;
	display: inline;
	border-right: 1px solid #565656;
	font-weight: normal;
}
.footerlinkend {
	padding-left: 32px;
	display: inline;
	font-weight: normal;
}
#copyright {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.85em;
}