/* CSS RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a:link{text-decoration: none;color: #000;}
a:visited{text-decoration: none;color:black;}
body{
	background: #f7f7f7/* #f7f7f7 #dedede*/;
/* 	background: #ffbe9f; */
	font-size: 12px;
	font-family: "News Gothic MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 21px;
}
#nav{
	/* background-color:#3d3c3c ; */
	max-width: 1024px;
	min-width: 558px;
	height: 98px;
	position: relative;
	margin: 0 auto 5px auto;
	z-index: 999;
}
.nav {
	/* background-color:black; */
/* 	width:24.4%; */
	width:32.7%;
	font-family:"News Gothic MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7.75pt;/* 7.75pt; */
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	clear: right;
	position: absolute;
	padding: 0;
	color:lightgrey;
	font-style: normal;
	z-index: 999;
}
.nav2 {
/* 	background-color:grey; */
	font-size:7.75pt;
	font-weight: 400;
	color:white;
	width:auto;
	height:38px;
	float:right;
	clear: none;
	position: relative;
	margin-right: 0;
	padding: 60px 25px 0 20px;
	border-left: 1px solid #444;
	text-align: left;
	text-overflow: ellipsis;
	overflow: visible;
}
#nav a:link .nav2 , #nav a:visited .nav2 , #nav a:active .nav2 {color: white; text-decoration: none;display: block;}
#nav a:hover .nav2 {
	color: white;
	text-decoration: none;
	background: #222;
	-webkit-transition:background-color .30s ease;  
	-moz-transition:background-color .30s ease-in-out;  
	-o-transition:background-color .30s ease-in-out;  
	transition:background-color .30s ease;  
	}

.nav2 em{
	font-style: italic;
	font-weight: 400;
	font-size: 8pt;
}
.nav2 span.show {
	display:none;
	margin-top: 20px;
}
.nav2:hover span.show {
	display:inline;
	position: relative;
	right: 0;
	top:0;
/* 	width: 200px; */
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.nav2:hover span.show {
		display: inline-block;
		position: relative;
		right: 0;
		top:0;
		width: 275px;
		overflow: visible;
	}
}
.nav2:hover span.noshow {
	display:none;
}
.worknav {
	background-color:;
	width: auto;
	height:98px;
	margin-left: 24.1%;
	position:absolute;
	font-weight: bold;
	z-index: 1;
	float: right;
	clear: none;
	right: 0;
	left:-1px;
	overflow: hidden;
}
.top{
/* 	background: aqua; */
	font-weight: 400;
	width: auto;
	height: 38px;
	text-align: left;
	float: right;
	padding-top: 60px;
	padding-right: 30px;
	display: block;
		border-right: 1px solid #444;

}
.top a{
	display: block;
	color:white;
}
.top b {
	font-weight: 400;
}
.top strong {
	font-weight: 900;
}
.top span.show {
	padding-left: 43px;
	padding-right: 20px;
	display:none;
}
.top a:hover span.show {
	/* background-color: black; */
	display:inline;
	height: 5px;
}
.top a:hover span.noshow {
	display:none;
}
@media only screen and (max-width: 860px) {
	.nav2 {
	font-size:7.75pt;
	font-weight: 400;
	color:white;
	width:auto;
	height:38px;
	float:right;
	clear: none;
	position: relative;
	margin-right: 0;
	padding: 60px 20px 0 15px;
	border-left: 1px solid #444;
	text-align: left;
	text-overflow: ellipsis;
	overflow: visible;
	}
}


@media only screen and (max-width: 767px) {
#nav{
	/* background-color: black; */
	max-width: 100%;
	min-width: 258px;
	height: auto;
	position: relative;
	margin: -34px auto 32px auto;
	z-index: 999;
	padding: 0;
}
.nav {
	/* background-color:black; */

	width:100%;
	font-family:"News Gothic MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7.75pt;/* 7.75pt; */
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	clear: left;
	position: relative;
	padding: 0;
	margin: 0 0 0 -1px;
	color:lightgrey;
	font-style: normal;
	z-index: 999;
}
.top{
	/* background-color:black; */
	font-weight: 400;
	width: auto;
	height: 38px;
	text-align: left;
	float: right;
	padding-top: 60px;
	padding-right: 30px;
	display: block;
	margin: 0px;
	border: none;
}
.worknav {
	/* background-color:black; */
	width: 100%;
	max-width: 100%;
	min-width: 200px;
	height:auto;
	margin: 0;
	position:relative;
	font-weight: bold;
	z-index: 1;
	float: left;
	clear: left;
	border-top: 1px solid #444;
}
.nav2 {
/* 	background-color:grey; */
	font-size:7.75pt;
	font-weight: 400;
	text-align: right;
	color:white;
	width:100%;
	height:auto;
	position: relative;
	float: right;
	clear: right;
	margin: 0 0px 0 0;
	padding: 10px 30px 10px 20px;/* 30px 30px 30px 20px; */
	border-bottom: 1px solid #444;
	border-left: none;

}
}
/*
@media only screen and (min-width: 768px) {
	.nav {
	background-color:;
	width:24.1%;
	font-family:"News Gothic MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7.75pt;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	clear: right;
	position: absolute;
	padding: 0;
	color:lightgrey;
	font-style: normal;
	z-index: 999;
}
	.nav2 {
	font-size:7.75pt;
	font-weight: 400;
	color:white;
	width:auto;
	height:38px;
	float:right;
	clear: none;
	position: relative;
	margin-right: 0;
	padding: 60px 20px 0 15px;
	border-left: 1px solid #444;
	text-align: left;
	text-overflow: ellipsis;
	overflow: visible;
	}
}
*/
@media only screen and (min-width: 1224px) {
#nav{
	/* background-color: black; */
	max-width: 100%;
	min-width: 100%;
	height: 109px;
	position: relative;
	margin: 0 auto 15px auto;
	z-index: 999;
}
.nav {
	background-color:;
	width:24.1%;
	height:109px;
	font-family:"News Gothic MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7.75pt;/* 7.75pt; */
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	clear: right;
	position: absolute;
	padding: 0;
	color:lightgrey;
	font-style: normal;
	z-index: 999;
}
.nav2 {
/* 	background-color:grey; */
	font-size:7.75pt;
	font-weight: 400;
	color:white;
	width:auto;
	height:58px;
	float:right;
	clear: none;
	position: relative;
	margin-right: 0;
	padding: 70px 25px 0 20px;
	border-left: 1px solid #444;
	text-align: left;
	text-overflow: ellipsis;
	overflow: visible;
}
#nav a:link .nav2 , #nav a:visited .nav2 , #nav a:active .nav2 {color: white; text-decoration: none;display: block;}
#nav a:hover .nav2 {color: white; text-decoration: none;background: #222;}

.nav2 em{
	font-style: italic;
	font-weight: 400;
	font-size: 8pt;
}
.nav2 span.show {
	display:none;
	margin-top: 20px;
}
.nav2:hover span.show {
	display:inline;
}
.nav2:hover span.noshow {
	display:none;
}
.worknav {
	background-color:;
	width: auto;
	height:109px;
	margin-left: 24.1%;
	position:relative;
	font-weight: bold;
	z-index: 1;
	float: right;
	clear: none;
	right: 0;
	left:-1px;
	overflow: hidden;
}
.top{
/* 	background: aqua; */
	font-weight: 400;
	width: auto;
	height: 38px;
	text-align: left;
	float: right;
	padding-top: 70px;
	padding-right: 30px;
	display: block;
		border-right: 1px solid #444;

}
}
/*****************************/
/* Hide the Like button AND use stylesheet for a dark website
/*****************************/

/* Hide the 'Facebook social plugin' text and icon */
a.uiLinkSubtle {
	display: none;
}
a.UIImageBlock_ICON_Image {
	display: none;
}

/* Affects the entire Facebook Comments area */
div.wallkit_frame {
	background: aqua;
}
/* Affects the gray box surrounding the post box */
div.gray_box {
	background: #000;
	border: none;
}
/* Affects the post box */
div.wallkit_post {
	color: #fff;
}
/* Affects the comments displayed */
div.wallkit_form {
	color: #fff;
}

/* Hide the Like button */
div.like {
	display: none;
}
