@charset "UTF-8";

/* Global Content Formatting and Styles */
html, body {
	margin: 0; padding: 0;
}
body {
	color: black;
	line-height: 1.5em;
	font-family: arial;
	font-size: 100%;
	background: url(/global/images/bg.png) repeat;
}
h1 {font-size: 2em; font-weight: normal; margin: 0 0 .5em 0;}
h2 {font-size: 1.7em; margin: 0 0 1em 0;}
h3 {font-size: 1.5em; margin: 0 0 1em 0;}
img {max-width: 100%;}
p {margin: 0 0 .75em 0;}
a {}
a:hover {color: black;}
a:visited {color: blue;}
.group:after{
	content: "";
	display: table;
	clear: both;
}
.clear{
 	clear: both;
}
.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.shadow{
	-webkit-box-shadow: 0px 3px 10px 3px #ccc;
	box-shadow: 0px 3px 10px 3px #ccc;
}
.bold{
	font-weight: bold;
}
.column-1 li{
	width: 100%;
}
.column-3 li{
	width: 30%;
}
header{
	margin: 0; padding: 0;
	float: left;
	width: 220px;
}
header h1{
	position: absolute;
	top: 150px;
	font-size: 1.4em;
	letter-spacing: 4px;
	margin: -10px 10px;
	text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
}
header a, header a:visited{
	color: black;
}
header a:hover{
	color: gray;
}
.subHeader {
	float: right;
	width: 760px;
}
nav {
	display:block;
	margin: 0; padding: 0;
}
nav li {
	display: inline;
}
nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}
nav a:hover {}
.wrapper {
	width: 980px;
	margin: 25px auto;
	background-color: #fff;
}
section{
	margin: 0; padding: 0;
}
footer{
	display: block;
	clear: both;
	text-align: center;
}
footer p {
	font-size: .85em; 
	margin: 0 20px;
}
.footerNav li{
	padding: 0 25px;
	border-right: solid 1px #6F6F6F;
}
.footerNav li:last-child{
	border-right: none;
}
.logo{
	background: url(/global/images/salary-database-logo.jpg) no-repeat;
	margin: 10px 0;
	display: block;
	height: 100px;
	width: 240px;
}
.logo:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.bannerAd{
	width: 730px;
	height: 90px;
	padding-top: 5px;
	margin-left: 25px;
}
.searchBar{
	padding: 10px 0;
}
.linkAd{
	padding: 10px 0;
}
.locationTitle{
	display: block;
	padding: 15px 0 5px 0;
	margin-bottom: -3px;
}
/* style for seachBox */
.searchBox{
	width: 640px;
	background: url(/global/images/sbbg.png) repeat;
	position: relative;
	margin: 15px 5px;
	font-size: 1.1em;
	float: left;
}
.searchForm ul{
	list-style-type: none;
	margin: 0; padding: 10px 0;
}
.searchForm li{
	padding: 5px 10px;
	margin: 0 5px;
}
.lname,.fname{
	display: inline;
}
.searchSubmit{
	position: absolute;
	left: 530px;
	top: 75px;
	padding: 5px 15px;
}
/* End of searchBox */
.sealImage{
	width: 200px;
	height:175px;
	float: left;
	margin: 5px 0 0 55px;
}
.wideAdBlock{
	width: 960px;
	height: 90px;
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.employeeList, .localitiesList, .employeeProfile, .employeeGroups, .stateYears{
	width: 650px;
	margin: 10px;
	float: left;
}
.inlineBlockList li{
	display: inline-block;
}
.blockList li{
	display: block;
}
.localitiesList ul, .employeeGroups ul, .stateYears ul{
	list-style-type: none;
	padding-top: 5px;
}
.localitiesList li{
	vertical-align: top;
	padding: 0 .5em .5em;
}
.localitiesList li a h2:hover, .employeeGroups li a h2:hover{
	background: #191919;
}
.localitiesList h2{
	margin: 0;
	font-size: 1em;
}
.localitiesList a, .employeeGroups a, .stateYears a{
	text-decoration:none;
}
.localitiesList a:hover, .employeeGroups a:hover{
	color: white;
}
.employeeGroups h2{
	margin: 0;
	padding: .5em 0;
	font-size: 1.3em;
}
/* location years*/
.yearLinks a:hover{
	color: blue;
	text-decoration: underline;
}
/*additonal year links*/
.otherYearsp{
	background: #191919;
	padding: 5px;
	color: white;
}
.otherYears{
	list-style-type: square;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}
.otherYears li{
	margin: 0 5px;
}
.otherYears a{
	text-decoration: none;
	color: blue;
}
.otherYears a:hover{
	font-weight: bolder;
}
/* table style */
.tableHeader{
	background-color: #f5f5f5;
	font-size: 1em;
}
.employeeList tr{
	margin: 5px 0;
}
.employeeList th{
	border-bottom: solid 1px black;
}
.tablesorter th:hover{}
.employeeList tr:nth-child(even){
	/* background: #f5f5f5; */
	background: rgba(207, 190, 190, 0.49);
}
.employeeList td{
	font-size: .9em;
	border-bottom: solid 1px #ccc;
	text-align: center;
	padding: 5px 2px 0;
}
/* profile page */
.employeeProfile{
	border-bottom: solid 1px grey;
	padding-bottom: 15px;
	background: #ccc;
}
.profileImage{
	width: 200px;
	height:200px;
	float: left;
	margin: 5px 0 0 55px;
}
.profileTitle{
	margin-top: 15px;
}
.employeeProfile ul{
	list-style-type: none;
}
.employeeProfile li{
	padding: 3px 0;
	width: 350px;
}
.employeeProfile li:nth-child(odd){
	background: #F4F4F4;
}
.employeeProfile li span{
	padding: 5px 10px;
	font-weight: bold;
	font-size: .9em;
}
.employeeImage{
	float: right;
	width: 200px;
	margin: 10px;
}
.employeeImage img{
	height: 200px;
	-webkit-box-shadow: 0px 3px 10px 3px #313131;
	box-shadow: 0px 3px 10px 3px #313131;
}
.employeeImage small{
	background: #EEEEEE;
	padding: 5px;
	margin-top: 10px;
}
/* pagination links */
.MarkupPagerNav{
	list-style-type: none;
	text-align: center;
	margin-left: -50px;
}
.MarkupPagerNav li{
	display: inline-block;
}
.MarkupPagerNav li a{    
	display: inline-block;
	padding: 2px 9px;         
	color: #000;
	background: #C0C0C0;
	font-size: .8em;
	text-transform: uppercase;
	text-decoration: none;
}
.MarkupPagerNav li a:hover{
	background: #4D4D4D;
	color: #fff;
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}
.sideSection{
	width: 300px;
	float: right;
	margin: 15px 5px;
}
.sideAd{
	margin-bottom: 10px;
}