/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, hr, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------- END CSS RESET --------------- */

html {
	background-image: url("images/bg_body.png");
	min-width: 1000px;
}

body {
	background-image: url("images/bg_menuDisplay.png");
	background-position: center 30px;
	background-repeat: no-repeat;
}

#topBanner {
	width: 100%;
	height: 45px;
	margin: auto;
	background-color: #379be5;
}

#currentPage {
	width: 1000px;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	padding-top: 6px;
	padding-left: 15px;
	font-family: 'Lato', sans-serif;
	color: white;
}

#pageLocation {
position: relative;
bottom: 10px;
left: 5px;
}

#logoBanner {
	width: 900px;
	height: 244px;
	margin: auto;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("images/bg_logo.png");
	background-repeat: no-repeat;
	background-position: center;
}

#bodyWrapper {
	width: 1000px;
	height: auto;
	margin: auto;
	background-color: #FFF;
}

#bodyNavBar {
	width: 100%;
	height: 65px;
	background-image: url("images/bg_nav.png");
}

.navButton {
	width: 20%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-top: 17px;
	text-align: center;
	display: inline-block;
}

.navButton:hover {
	padding-top: 14px;
	background-image: url("images/bg_navHover.png");
}

.navEnd {
	width: 40px;
	height: 100%;
	position: relative;
	top: -65px;
	background-image: url("images/bg_navEnd.png");
}

#navEnd_1 {
	float: left;
	left: -40px;
	background-position: left;
}

#navEnd_2 {
	float: right;
	right: -40px;
	background-position: right;
}

.navLabel {
	font-family: 'Vollkorn', 'Sans-Serif';
	font-size: 19px;
	letter-spacing: 1px;
	color: white;
	text-shadow: 2px 2px 3px rgba(0,0,0,.25);
	text-transform: uppercase;
}

#bodyMainPage {
	width: 900px;
	height: auto;
	margin: auto;
}

#mainFrame {
	width: 100%;
	height: 800px;
	padding-top: 25px;
}

#bodyFooter {
	width: 100%;
	height: 185px;
	box-sizing: border-box;
	padding: 15px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;
}

#socialWrap {
	width: auto;
	height: 20px;
	float: right;
}

#botLogo {
	width: 300px;
	height: 100%;
	float: left;
	background-image: url("images/blacklogo.png");
	background-repeat: no-repeat;
}

#botInfo {
	width: 500px;
	height: 100%;
	float: right;
	text-align: right;
}

#botInfo > p {
	font-family: 'Lato', 'Sans-Serif';
	color: #191919;
	font-weight: 300;
	font-size: 18px;
	padding-bottom: 15px;
}

#pageEnd {
	width: 100%;
	max-width: 1000px;
	height: 100px;
	margin: auto;
	background-image: url("images/bg_pageEnd.png");
	background-size: 100% 100%;
}

hr {
	width: 90%;
	margin: auto;
	border-top: 4px double #565656;
	text-align: center;
}

hr:after {
	display: inline-block;
	position: relative;
	top: -9px;
	padding: 0 10px;
	background: #fefefe;
	color: #000;
	font-size: 18px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#pageFooterTop {
	width: 100%;
	height: 185px;
	position: relative;
	bottom: 150px;
	margin-bottom: -150px;
	z-index: -9999;
	background-color: #1371b7;
}

#pageFooter {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #379be5;
}

#contactForm {
	width: 750px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 50px;
	font-family: 'Lato', 'Sans-Serif';
	color: white;
	font-weight: 300;
	font-size: 18px;
}

#footerDecor {
	width: 100%;
	height: 75px;
	background-image: url("images/bg_botDecor.png");
	background-color: #379be5;
}

#lasvegasDecor {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: auto;
	background-image: url("images/bg_lvDecor.png");
	background-position: right;
	background-repeat: no-repeat;
}

/*

@media screen and (max-width: 1000px) {

	#currentPage {
		width: 100%;
	}

	#bodyWrapper { 
		width: 100%;
	}

	#bodyMainPage {
		width: calc(100% - 100px);
	}

	.navEnd {
		display: none;
	}

	#botLogo {
		display: none;
	}

}

@media screen and (max-width: 700px) {

	#bodyNavBar { 
		height: calc(5 * 55px);
		background-image: url("images/bg_navMobile.png");
	}

	.navButton {
		width: 100%;
		height: 55px;
	}

}

@media screen and (max-width: 500px) {

	#bodyFooter {
		height: 50px;
	}

	#botInfo { 
		display: none;
	}

}

*/