@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,400italic|Squada+One');

html {
	font-family: 'Lato', sans-serif;
	font-size: 64%;
	background-color: #272a15;
	background-image: url(background.jpg);
}
h1 {
	font-family: 'Squada One', cursive;
	font-size: 3em;
	font-weight: 200;
	color: #4b432e;
	text-shadow: 1px 1px 1px #ccc;
	line-height: 30px;
	margin: .5em 0;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	color: #dbb210;
	line-height: 18px;
	margin: 1em 0;
}
input[type=submit] {
	min-width: 110px;
	min-height: 28px;
	background-color: #4b432e;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus,
select:focus {
	box-shadow: 0 0 5px #4b432e;
	border: 1px solid #4b432e;
}
#header-display {
	min-height: 90px;
	background-color: #000;
	padding: 0 0 10px 0;
}
#header-banner {
	border-top: solid 2px #e7e7e7;
	border-bottom: solid 2px #e7e7e7;
}
#logoName {
	color: #fff;
	font-family: 'Squada One', cursive;
	font-size: 3.65em;
	font-weight: 200;
	margin: 12px 0 auto 15px;
	padding: 10px 0 0 0;
}
#logoName1 {
	font-size: 1em;
}
#logoName2 {
	color: #e7e7e7;
	font-size: 0.5em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 2px 0 0 0;
}
#phone, #phone2 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #dbb210;
	padding: 8px 12px 6px 9px;
	margin: 10px 0 0 0;
}
#phone2 {
	font-size: 0.5em;
	padding: 0;
	margin: 0;
}
#navigation-container {
	background-color: #4a4a4a;
	background-image: url(/images/nav-graydk2.gif);
	background-repeat: repeat-x;
}
.navigation-menu ul li {
	border-color: #fc0;
}
.navigation-menu ul li ul {
	background-color: #4a4a4a;
}
.navigation-menu ul li ul li ul {
	background-color: #4a4a4a;
}
.navigation-menu a:link, .navigation-menu a:visited {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	color: #fc0;
}
.navigation-menu li:hover > a:link, .navigation-menu li:hover > a:visited {
	color: #fff;
}
.navigation-menu-arrow {
	color: #fc0;
}
.show-menu div {
	background-color: #fc0;
}
#contentWrapper a:link, #contentWrapper a:visited {
	color: #0a368f;
}
#contentWrapper a:link:hover, #contentWrapper a:visited:hover {
	color: #0a368f;
	text-decoration: none;
}
#mainContent {
	font-size: 1.2em;
}
#right-sidebar-wrapper {
	background-color: #8b8d82;
		border-radius: 12px 0;
}
#footer {
	min-height: 130px;
	background-image: url(footer-man12.jpg);
	background-size: cover;
	border-top: solid 1px #666;
}
#footer a:link, #footer a:visited {
	color: #fff;
	font-size: 11px;
}
#footer a:link:hover, #footer a:visited:hover {
	color: #fc0;
}
#footerNav {
	padding-top: 45px;
}
#copyright {
	position: relative;
	top: 140px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 11px;
}
#copyright a:link, #copyright a:visited {
	color: #fff;
	font-size: 11px;
}
#copyright a:link:hover, #copyright a:visited:hover {
	color: #999;
}

@media screen and (min-width: 1000px) {
	#container {
		border-top: none;
		border-right: solid 6px #000;
		border-bottom: solid 6px #000;
		border-left: solid 6px #000;
	}
	#logoName img {
		margin: -13px 20px 0 2px;
	}
	.navigation-menu ul li ul {
		background-color: #4b432e;
	}
	.navigation-menu ul li ul li ul {
		background-color: #4b432e;
	}
	a.navigation-level-1:link, a.navigation-level-1:visited {
		color: #fc0;
	}
	.navigation-menu li:hover > a.navigation-level-1:link, .navigation-menu li:hover > a.navigation-level-1:visited {
		background-color: #999;
	}
	.navigation-menu a.navigation-level-2:link, .navigation-menu a.navigation-level-2:visited {
		color: #fff;
	}
	.navigation-menu li:hover > a.navigation-level-2:link, .navigation-menu li:hover > a.navigation-level-2:visited {
		color: #fc0;
	}
	.navigation-menu a.navigation-level-3:link, .navigation-menu a.navigation-level-3:visited {
		color: #fff;
	}
	.navigation-menu li:hover > a.navigation-level-3:link, .navigation-menu li:hover > a.navigation-level-3:visited {
		color: #fc0;
	}
}

#contentWrapper { font-size: 15px; }
#contentWrapper { font-weight: normal; }
#contentWrapper h1 { font-size: 30px; }
#contentWrapper h2 { font-size: 27px; }
#contentWrapper a:link { font-size: 15px; }
#contentWrapper a:visited { font-size: 15px; }
#contentWrapper a:link:hover { font-size: 15px; }
#contentWrapper a:visited:hover { font-size: 15px; }
#right-sidebar { font-size: 14px; }
#right-sidebar h1 { font-size: 26px; }
#right-sidebar h2 { font-size: 22px; }
#right-sidebar a:link { font-size: 14px; }
#right-sidebar a:visited { font-size: 14px; }
#right-sidebar a:link:hover { font-size: 14px; }
#right-sidebar a:visited:hover { font-size: 14px; }

a.navigation-level-1:link { font-size: 16px; }
a.navigation-level-1:visited { font-size: 16px; }
li:hover > a.navigation-level-1:link { font-size: 16px; }
li:hover > a.navigation-level-1:visited { font-size: 16px; }
a.navigation-level-2:link { font-size: 14px; }
a.navigation-level-2:visited { font-size: 14px; }
li:hover > a.navigation-level-2:link { font-size: 14px; }
li:hover > a.navigation-level-2:visited { font-size: 14px; }
a.navigation-level-3:link { font-size: 13px; }
a.navigation-level-3:visited { font-size: 13px; }
li:hover > a.navigation-level-3:link { font-size: 13px; }
li:hover > a.navigation-level-3:visited { font-size: 13px; }
