@charset "UTF-8";
/*********************************************************************
BASIC STRUCTURE & ELEMENTS
*********************************************************************/
body {
	margin-left: 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cc9;
}
#page-wrapper {
	margin: 30px auto 0;
	width: 900px;
	position: relative;
	z-index: 0;
}
ul, ol, dl {
	list-style-type: none; 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	padding: .5em;
	line-height: 1em;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.15em; font-weight: bold; }
h4 { font-size: 1em; color: #004060; }
p {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: .5em;
	line-height: 1.2em;
}
a img { border: none; }  
a:link, a:visited { color: #5f201b; text-decoration: underline; }
a:hover, a:active { color: #daa18a; }

.blueText { color: #004060; }
.bold { font-weight: bold; }
.uppercase { text-transform: uppercase; }
.upperBold { text-transform: uppercase; font-weight: bold; }
.smallCap { font-variant: small-caps; }
.Italic { font-style: italic; font-weight: lighter; }
.uline { text-decoration: underline; }
.fltRt { float: right;}
.fltL { float: left; }
.clearfloat { clear: both; height: 0; }
.amcOrange { color: #c66f59; }

/*********************************************************************
HEADER
*********************************************************************/
#header {
	background-color: #004060;
	height: 40px;
	width: 935px;
	position: relative;
	left: -35px;
	margin-bottom: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing: .5px;
	font-size: 0.9em;
	color: #cc9;
}
#Logo {
	position: absolute;
	right: 7%;
	top: -25px;
	z-index: 10;
}
#Logo img {
	max-width: 251px;
	width: 100%;
	height: auto;
}

#hours { position: absolute; top: 9px; left: 36px; }

/*********************************************************************
NAVIGATION SIDE BAR
*********************************************************************/
#sidebar {
	position: absolute;
	background-color: #004060;
	height: 560px;
	width: 105px;
	z-index: 10;
}
#nav {
	padding-top: 9px;
	position: relative;
	left: -18px;
	width: 106px;
}
#nav li {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 0 0 25px 27px;
	background: url('../Images/Logos/HBar.png') no-repeat 0 76px;
}
#nav li a, #nav li a:visited {
	color: #cc9;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #c66f59;
}
.navIcon {
    position: relative;
}
.navButton {
    bottom: -17px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 70px;
}
/*********************************************************************
CONTENT
*********************************************************************/
#content-Home {
	position: relative;
	background: #004060 url('../Images/BG/DoorsBl.png') no-repeat 95% 55%;
	min-height: 560px;
	margin-bottom: 2px;
}
#content {
	position: relative;
	background: #c66f59 url('../Images/BG/DoorsOr.png') no-repeat 448px 65px;
	min-height: 560px;
	margin: 0 0 2px 107px;
	color: #5f201b;
}

.pageTitle-Home {
	float: left;
	padding: 80px 0 5px 120px;
	color: #df5c26;
	letter-spacing: 1px;
}
.pageTitle {
	position: relative;
	color: #daa18a;
	top: 25px;
	left: 25px;
	letter-spacing: 1px;
	width: 400px;
}

.headlines-Home {
	float: left;
	padding: 5px 0 5px 135px;
	color: #df5c26;
	letter-spacing: .5px;
}
.headlines {	
	position: absolute;
	bottom: 25px;
	left: 25px;
	letter-spacing: .5px;
	width: auto;
	color: #daa18a;
}

.subheadlines {
	position: absolute;
	bottom: 15px;
	left: 25px;
	letter-spacing: .5px;
	width: auto;
	text-transform: uppercase;
	font-size: .9em;
}
.subheadlines li {
	float: left;
	padding: 6px 0 0 12px;
}

#content-Home .theme-default .nivoSlider {
	float: left;
	max-width: 540px;
	margin: 0 0 0 108px;
	border: 1.5px solid #cc9;
}

#sideText-Home {
	float: right; width: 180px;
	margin: 110px 24px 12px; 
	padding: 18px 10px 9px;
	border-top: 3px dotted #cc9;
	border-bottom: 3px dotted #cc9;
	color: #cc9;
	text-align: center;
	line-height: 1.5em; letter-spacing: .5px;
}
#sideText-Home p {
	text-transform: uppercase;
	line-height: 1.2em;
}
#sideText-Home a:link, #sideText-Home a:visited {
	color: #c66f59;
	font-weight: bold;
}
#sideText-Home a:hover, #sideText-Home a:active {
	color: #cc9;
	font-weight: bold;
}
.hiliTxt
{	
	text-transform: uppercase;
	font-weight: bold;
	color: #df5c26;
}

#sideText {
	color: #5f201b;
	float: right;
	width: 300px;
	margin: 9px 20px;
	padding: 18px 10px 0;
}
.sidetextFooter {
    border-top: thin dotted #5f201b;
    font-style: italic;
    font-weight: lighter;
    margin-top: 18px;
}
#imgBox {
	width: 400px;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
	background-color: #b76350;
	position: relative;
	top: 22px;
	left: 32px;
	border: 10px solid #b76350;
	border-bottom-width: 20px;
}
#midVertical {
	vertical-align: middle;
}
/*********************************************************************
FOOTER
*********************************************************************/
#footer {
	background-color: #004060;
	height: 15px;
	width: 779px;
	padding: 5px 15px 5px 24px;
	margin-bottom: 6px;
	margin-left: 107px;
	color: #cc9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
#footerHome {
	background-color: #004060;
	height: 15px;
	width: 885px;
	padding: 5px 15px 5px 25px;
	margin-bottom: 6px;
	margin-left: 0;
	color: #cc9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#info { float: right; }
#info li { float: right; padding-right: 18px; }
#info li a, #info li a:visited { font-style: italic; color: #cc9; }
#info li a:hover, #info li a:active { color: #c66f59; }

.fb {
	float: left;
}

/*********************************************************************
MEDIA QUERIES
*********************************************************************/

/*** for tablets, break-point at 768px ***/

@media screen and (max-width: 768px) {
	
	body { margin-left: 20px; }
	
	#page-wrapper { width: 565px; }
	
	h1 { font-size: 1.8em; }
	h3 { font-size: 1em; }
		
	#header { width: 580px; left: -15px; }
	#hours span { display: none; }

	#Logo { right: .7%; }
	#Logo img { width: 80%; }

	#content-Home { background-position: 85% 55%; }

	#content-Home .theme-default .nivoSlider { max-width: 400px; margin: 0 0 0 125px }
	
	#sideText-Home { width: 360px; margin: 65px 53px 12px; }
	
	.pageTitle-Home { padding: 10px 0 5px 130px; }
	
	.headlines-Home { float: right; max-width: 400px; margin-right: 40px; margin-bottom: 24px; text-align: right; }
	
	#footerHome { width: 540px; }
	

}


/*** for small mobile devices, break-point at 425px ***/
@media screen and (max-width: 425px) {
	
	body { margin-left: 15px; }
	
	#page-wrapper { width: 300px; } /* targeting XS Mobile at 320px width */
	
	h1 { font-size: 1.4em; }
	h3 { font-size: .5em; text-transform: uppercase; line-height: 2em; font-weight: normal; }
		
	#header { width: 310px; left: -10px; }
	
	#hours { display: none; }

	#Logo { right: -5%; }
	#Logo img { width: 70%; }
	
	#Logo::after {content:'open mon-sun 8:30am-2:30pm'; position: relative; left: -10%; padding-top: 2%; text-transform: uppercase; display: block; clear: both; }
	
	#content-Home { background-size: 90%; background-position: 50% 50%; }
	
	#content-Home .theme-default .nivoSlider { max-width: 260px; margin-left: 20px }
	
	#sideText-Home { width: 240px; margin-right: 30px; padding: 9px 0 6px; }
	
	.pageTitle-Home { padding: 6px 0 3px 25px; letter-spacing: 0; }
	
	.headlines-Home { max-width: 260px; margin-right: 20px; margin-bottom: 12px; letter-spacing: 0; }

	#footerHome { width: 270px; font-size: .6em; }
	
	#info li { padding-right: 9px }
	
	#email span { display: none; }
	#email::after { content:'email'; }
	
	#phone span { display: none; }
	#phone::after { content:'phone'; }
	
	#address span { display: none; }
	#address::after { content:'address'; }
	
		
}