body {
			background: white url(images/background.png) repeat-x ;
}

a {
	color: #5a5a5a;
}

h1.brand {
	font-family: times;
	font-size: x-large;
	text-align: left;
	font-family: arial;
	margin-left: 4em;
}
h1.brand img{
	float: left;
	float: top;
}
h1.brand a {
	text-decoration: none;
	color: #39b289;
}
h1.brand #salaries {
	color: #556;
	font-family: times;
	font-weight: lighter;
}

#topnavsearch {
	float: right;
	margin-top: -60px;
	margin-right: 30px;
}
#topnavsearch input#search {
	font-size: 2em;
	color: #778;
	font-family: arial, verdana;
	border: solid 1px #aeaeae;
	width: 8em;
}


#topnav {
	display: inline;
	font-family: arial;
	font-size: larger;
	text-align: left;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
#topnav .header {
	color: #fff;
	font-size: xx-large;
	margin-top: 40px;
}
#topnav li{
	list-style-type: none;
}
#topnav a{
	text-decoration: none;
	color: #fff;
}

#aboutblurb {
	float: right;
	margin-left: 60%;
	margin-top: -100px;
	margin-right: 30px;
	margin-bottom: 100px;
}
#aboutblurb .header {
	color: #fff;
	font-size: xx-large;
}
#aboutblurb #blurb {
	font-family: arial;
	font-size: larger;
	text-align: left;
	color: white;
}

#footerblurb {
	display: none;
}

br.clear { clear: both; }
/******************
#topnavsearch {
	margin-top: -70px;
	margin-bottom: 50px;
}
******************/
.emaillink {
	float: right;
	margin-top: -10px;
	margin-left: 60%;
	margin-right: 40px;

}
.emaillink a {
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #fff;
}
.emaillink a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #39b289;
	padding: 3px;
	border: solid 1px #5a5a5a;
}
/******************************DATA*****************************/
table.data th {
	background: white url(images/tableheaderbg.png) repeat;
	color: #5a5a5a;
	border-color: #cacacb;
	border-bottom-color: #9a9a9b;
	/**border-bottom-color: #eaeaea;**/
}
table.data tr td {
	border-color: #cacacb;
}
table.data a {
	/**color: #5a5a5a;**/
	color: #333;
}
table.data tr.alt {
	background-color: #cffbec;
}
table.data tr.alt a {
	color: #5a5a5a;
}


.right { float: right; }
.left { float: left; }






a.searchresult  {
	text-decoration: none;
	color: #000;
	padding: 6px 2px 5px 4px;
}
a.searchresult  {
	border: solid 1px #fff;
}
a.searchresult.alt  {
	border: solid 1px #fc0;
}
a.searchresult:hover {
	background-color: #fd2;
	border: solid 1px #eb0;
}
a.searchresult.alt:hover {
	background-color: #fd2;
	border: solid 1px #eb0;
}






.error {
	display: block;
	background-color: #ccc;
	border: dashed 1px red;
	margin-bottom: 15px;
	padding: 5px;
	font-weight: bold;
}

#sharebutton {
	float: right;
}
