@import url('https://fonts.googleapis.com/css?family=ABeeZee');

html { 
	background-color: #000000;
	background-image: none;
	font-family: 'ABeeZee', sans-serif;
	font-size: 64%;
}
a:link, a:visited {
	color: #1e627f;
}
a:link:hover, a:visited:hover {
	text-decoration:none;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #1e627f;
	text-shadow: 1px 1px 1px #ccc;
	line-height: 40px;
	margin: 3px 0 6px 0;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #1e627f;
	line-height: 18px;
	margin: 7px 0 0 2px;
}
input[type=submit] {
	min-width: 110px;
	min-height: 28px;
	background-color: #1e627f;
	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 #1e627f;
	border: 1px solid #1e627f;
}

#container {
	background-color: transparent;
}
#header {
	color: #000;
	padding-bottom: 4px;
}
#header-display {
	padding: 0;
}
#logoName {
	margin: 32px 0 0 15px;
}
#logoName1 {
	font-size: 2.95em;
	font-weight: 200;
	text-shadow: 1px 1px 1px #999;
	line-height: 110%;
}
#logoName2 {
	font-size: 1.9em;
	font-weight: 400;
	line-height: 110%;
}
#phone {
	font-size: 2.2em;
	font-weight: 600;
	margin-right: 20px;
	text-shadow: 1px 1px 1px #999;
	margin-top: 17px;
}
#phone2 {
	font-size: 1.9em;
	font-weight: 400;
	line-height: 110%;
	text-shadow: 1px 1px 1px #333;
}
#navigation-container {
	background-color: transparent;
}
.navigation-menu {
	padding: 10px 0;
}
.navigation-menu ul li {
	border-color: #808080;
}
.navigation-menu ul li ul {
	background-color: transparent;
}
.navigation-menu a:link, .navigation-menu a:visited {
	font-size: 16px;
	color: #000;
}
.navigation-menu li:hover > a:link, .navigation-menu li:hover > a:visited {
	color: #1e627f;
}
.navigation-menu-arrow {
	font-size: 16px;
	color: #000;
}
.show-menu div {
	background-color: #000;
}
#horizBar {
	margin-bottom: 12px;
}
#contentWrapper {
	background-color: #fff;
}
#main-content {
	font-size: 1.2em;
}
#right-sidebar-wrapper {
	background-color: #f2f2f2;
	border: solid 1px #b47157;
	border-radius: 12px 12px 0 0;
}
#footer {
	min-height: 70px;
	background-color: transparent;
	margin-bottom: 20px;
}
#footerNav a:link, #footerNav a:visited {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#footerNav a:link:hover, #footerNav a:visited:hover {
	color: #333;
	text-decoration: underline;
}
#copyright {
	margin-top: 0;
}
#copyright a:link, #copyright a:visited {
	color: #000;
	font-size: .85em;
	font-weight: normal;
	text-decoration: underline;
}
#copyright a:link:hover, #copyright a:visited:hover {
	color: #333;
	font-size: .85em;
}

@media screen and (min-width: 1000px) {
	.navigation-menu ul li {
		text-align: center;
		flex: 1 1 auto;
	}
	.navigation-menu ul li ul {
		background-color: #000;
		border: 1px solid #000;
		border-radius: 0 0 10px 10px;
	}
	.navigation-menu ul li ul li ul {
		background-color: #000;
		border: none;
	}
	.navigation-menu li:hover > a.navigation-level-2:link, .navigation-menu li:hover > a.navigation-level-2:visited {
		color: #36b3e7;
	}
	.navigation-menu li:hover > a.navigation-level-3:link, .navigation-menu li:hover > a.navigation-level-3:visited {
		color: #36b3e7;
	}
	#layoutB #main-content {
		width: 62.5%;
	}
	#layoutB #right-sidebar {
		width: 36.5%;
	}
}

#logoName1 { color: #d48d71; text-shadow: none; }
#logoName1 { font-size: 30px; }
#logoName1 { font-weight: normal; }
#logoName2 { color: #d48d71; text-shadow: none; }
#logoName2 { font-size: 20px; }
#logoName2 { font-weight: normal; }
#phone, #phone2 { color: #d48d71; text-shadow: none; }
#phone, #phone2 { font-size: 24px; }
#phone, #phone2 { font-weight: bold; }
#footer #copyright { color: #b47157; }
#footer #copyright { font-size: 11px; }
#footer #copyright { font-weight: normal; }
#footer #footerNav a:link { color: #b47157; }
#footer #footerNav a:visited { color: #b47157; }
#footer #copyright a:link { color: #b47157; }
#footer #copyright a:visited { color: #b47157; }
#footer #footerNav a:link { font-size: 11px; }
#footer #footerNav a:visited { font-size: 11px; }
#footer #copyright a:link { font-size: 11px; }
#footer #copyright a:visited { font-size: 11px; }
#footer #footerNav a:link { font-weight: normal; }
#footer #footerNav a:visited { font-weight: normal; }
#footer #copyright a:link { font-weight: normal; }
#footer #copyright a:visited { font-weight: normal; }
#footer #footerNav a:link:hover { color: #c0c0c0; }
#footer #footerNav a:visited:hover { color: #c0c0c0; }
#footer #copyright a:link:hover { color: #c0c0c0; }
#footer #copyright a:visited:hover { color: #c0c0c0; }
#footer #footerNav a:link:hover { font-size: 11px; }
#footer #footerNav a:visited:hover { font-size: 11px; }
#footer #copyright a:link:hover { font-size: 11px; }
#footer #copyright a:visited:hover { font-size: 11px; }
#footer #footerNav a:link:hover { font-weight: normal; }
#footer #footerNav a:visited:hover { font-weight: normal; }
#footer #copyright a:link:hover { font-weight: normal; }
#footer #copyright a:visited:hover { font-weight: normal; }
#contentWrapper { background: none; background-image: none; background-color: #000000; }
#contentWrapper { color: #b47157; }
#contentWrapper { font-size: 14px; }
#contentWrapper { font-weight: normal; }
#contentWrapper input[type=submit] { background-color: #b47157; }
#contentWrapper input[type=email]:focus { border-color: #b47157; box-shadow: 0 0 5px #b47157; }
#contentWrapper input[type=password]:focus { border-color: #b47157; box-shadow: 0 0 5px #b47157; }
#contentWrapper input[type=text]:focus { border-color: #b47157; box-shadow: 0 0 5px #b47157; }
#contentWrapper select:focus { border-color: #b47157; box-shadow: 0 0 5px #b47157; }
#contentWrapper textarea:focus { border-color: #b47157; box-shadow: 0 0 5px #b47157; }
#contentWrapper input[type=submit] { color: #000000; }
#contentWrapper h1 { color: #b47157; text-shadow: none; }
#contentWrapper h1 { font-size: 26px; }
#contentWrapper h1 { font-weight: normal; }
#contentWrapper h2 { color: #c28c78; text-shadow: none; }
#contentWrapper h2 { font-size: 20px; }
#contentWrapper h2 { font-weight: normal; }
#contentWrapper a:link { color: #b47157; }
#contentWrapper a:visited { color: #b47157; }
#contentWrapper a:link { font-size: 14px; }
#contentWrapper a:visited { font-size: 14px; }
#contentWrapper a:link { font-weight: normal; }
#contentWrapper a:visited { font-weight: normal; }
#contentWrapper a:link:hover { color: #c0c0c0; }
#contentWrapper a:visited:hover { color: #c0c0c0; }
#contentWrapper a:link:hover { font-size: 14px; }
#contentWrapper a:visited:hover { font-size: 14px; }
#contentWrapper a:link:hover { font-weight: normal; }
#contentWrapper a:visited:hover { font-weight: normal; }
#right-sidebar-wrapper { background: none; background-image: none; background-color: #b47157; }
#right-sidebar-wrapper { color: #000000; }
#right-sidebar-wrapper { font-size: 14px; }
#right-sidebar-wrapper { font-weight: normal; }
#right-sidebar-wrapper input[type=submit] { background-color: #000000; }
#right-sidebar-wrapper input[type=email]:focus { border-color: #000000; box-shadow: 0 0 5px #000000; }
#right-sidebar-wrapper input[type=password]:focus { border-color: #000000; box-shadow: 0 0 5px #000000; }
#right-sidebar-wrapper input[type=text]:focus { border-color: #000000; box-shadow: 0 0 5px #000000; }
#right-sidebar-wrapper select:focus { border-color: #000000; box-shadow: 0 0 5px #000000; }
#right-sidebar-wrapper textarea:focus { border-color: #000000; box-shadow: 0 0 5px #000000; }
#right-sidebar-wrapper input[type=submit] { color: #d48d71; }
#right-sidebar-wrapper h1 { color: #000000; text-shadow: none; }
#right-sidebar-wrapper h1 { font-size: 20px; }
#right-sidebar-wrapper h1 { font-weight: normal; }
#right-sidebar-wrapper h2 { color: #808080; text-shadow: none; }
#right-sidebar-wrapper h2 { font-size: 17px; }
#right-sidebar-wrapper h2 { font-weight: normal; }
#right-sidebar-wrapper a:link { color: #000000; }
#right-sidebar-wrapper a:visited { color: #000000; }
#right-sidebar-wrapper a:link { font-size: 13px; }
#right-sidebar-wrapper a:visited { font-size: 13px; }
#right-sidebar-wrapper a:link { font-weight: normal; }
#right-sidebar-wrapper a:visited { font-weight: normal; }
#right-sidebar-wrapper a:link:hover { color: #ffffff; }
#right-sidebar-wrapper a:visited:hover { color: #ffffff; }
#right-sidebar-wrapper a:link:hover { font-size: 13px; }
#right-sidebar-wrapper a:visited:hover { font-size: 13px; }
#right-sidebar-wrapper a:link:hover { font-weight: normal; }
#right-sidebar-wrapper a:visited:hover { font-weight: normal; }

#navigation-container, .navigation-menu { background: none; background-image: none; background-color: #000000; }
.show-menu div { background-color: #808080; }
a.navigation-level-1:link { color: #808080; }
a.navigation-level-1:visited { color: #808080; }
a.navigation-level-2:link { color: #808080; }
a.navigation-level-2:visited { color: #808080; }
a.navigation-level-3:link { color: #808080; }
a.navigation-level-3:visited { color: #808080; }
.navigation-menu ul li { border-color: #808080; }
.navigation-menu-arrow { color: #808080; }
a.navigation-level-1:link { font-size: 17px; }
a.navigation-level-1:visited { font-size: 17px; }
a.navigation-level-1:link { font-weight: normal; }
a.navigation-level-1:visited { font-weight: normal; }
li:hover > a.navigation-level-1:link { color: #c28c78; }
li:hover > a.navigation-level-1:visited { color: #c28c78; }
li:hover > a.navigation-level-2:link { color: #c28c78; }
li:hover > a.navigation-level-2:visited { color: #c28c78; }
li:hover > a.navigation-level-3:link { color: #c28c78; }
li:hover > a.navigation-level-3:visited { color: #c28c78; }
li:hover > a.navigation-level-1:link { font-size: 17px; }
li:hover > a.navigation-level-1:visited { font-size: 17px; }
li:hover > a.navigation-level-1:link { font-weight: normal; }
li:hover > a.navigation-level-1:visited { font-weight: normal; }
@media screen and (min-width: 1000px) {
	a.navigation-level-2:link { color: #808080; }
	a.navigation-level-2:visited { color: #808080; }
}
a.navigation-level-2:link { font-size: 15px; }
a.navigation-level-2:visited { font-size: 15px; }
a.navigation-level-2:link { font-weight: normal; }
a.navigation-level-2:visited { font-weight: normal; }
@media screen and (min-width: 1000px) {
	li:hover > a.navigation-level-2:link { color: #c28c78; }
	li:hover > a.navigation-level-2:visited { color: #c28c78; }
}
li:hover > a.navigation-level-2:link { font-size: 15px; }
li:hover > a.navigation-level-2:visited { font-size: 15px; }
li:hover > a.navigation-level-2:link { font-weight: normal; }
li:hover > a.navigation-level-2:visited { font-weight: normal; }
@media screen and (min-width: 1000px) {
	a.navigation-level-3:link { color: #808080; }
	a.navigation-level-3:visited { color: #808080; }
}
a.navigation-level-3:link { font-size: 13px; }
a.navigation-level-3:visited { font-size: 13px; }
a.navigation-level-3:link { font-weight: normal; }
a.navigation-level-3:visited { font-weight: normal; }
@media screen and (min-width: 1000px) {
	li:hover > a.navigation-level-3:link { color: #c28c78; }
	li:hover > a.navigation-level-3:visited { color: #c28c78; }
}
li:hover > a.navigation-level-3:link { font-size: 13px; }
li:hover > a.navigation-level-3:visited { font-size: 13px; }
li:hover > a.navigation-level-3:link { font-weight: normal; }
li:hover > a.navigation-level-3:visited { font-weight: normal; }
