/************************************************************************
 * Webfonts
 ***********************************************************************/
 @import url(http://fonts.googleapis.com/css?family=Marck+Script);

/************************************************************************
 * HTML Elements
 ***********************************************************************/
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	color: #9c580a;
	height: 100%;
}

.cursive { 
	font-family: 'Marck Script', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
}

p

h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 1.65em;
}


/************************************************************************
 * Layout Elements
 ***********************************************************************/
.outerContainer {
	min-height: 100%;
	position: relative;
}

.innerContainer {
	min-width: 960px;
	margin: 0 auto;
	padding-bottom: 169px; /* The height of the .footerContainer */
}

.headerContainer {
	background-color: #9c580a;
	color: white;
	position: relative;
	z-index: 100;
}

.headerInnerContainer {
	display: table;
	width: 100%;
}

.headerLeftContainer {
	display: table-cell;
	vertical-align: top;
	padding-left: 50px;
	width: 100%;
}

.menuContainer {
}

.headerRightContainer {
	display: table-cell;
	vertical-align: top;
	padding-right: 50px;
	padding-top: 12px;
}

.connectText {
	width: 110px;
}

.connectText a {
	color: white;
	text-decoration: none;
	padding: 12px 6px;

}

.connectText img {
	float: right;
}

.contentContainer {
	position: relative;
	z-index: 50;
}

.footerContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #9c580a;
	padding: 5px 0;
	color: White;
	/* position: relative; */
	z-index: 100;
}

.locationTable {
	display: table;
	margin: 0 auto;
}

.locationTable p {
	margin: 9px 0;
}

.locationRow {
	display: table-row;
}

.locationLeft, .locationRight {
	display: table-cell; vertical-align: top;
}

.locationRight {
	padding-left: 20px;
}

.footerTag {
	margin-top: 18px;
	font-size: smaller;
}

.footerTag a {
	color: white;
	text-decoration: none;
}

.city {
	padding-right: 24px;
}

.citySpacer {
	margin-top: 30px;
}

/*************************************************************
 * Responsive layout elements
 ************************************************************/
@media screen and (min-width: 960px) {	
	.tagContainer {
		margin-top: 0px !important;
		padding: 0 25px !important;
		line-height: 1.50em !important;
		font-size: 1.0em !important;
	}
	
	.tagContainer p {
		margin-top: 0;
	}
}

@media screen and (min-width: 1110px) {
	.tagContainer {
		font-size: 1.20em !important;
	}
}

@media screen and (min-width: 1325px) {
	.tagContainer {
		font-size: 1.4em !important;
	}
	
	.tagContainer p {
		margin-top: 18px !important;
	}
}