<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------html---------------------------------------*/

body, td {
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  /* font-size: 10px; */
    font-family: 'Helvetica Neue', 'Roboto', sans-serif !important;

    font-size: 11px;
}

hr {
  height: 1;
  color: #999999;
}

ul {
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 10px;
}

form.padless {
  padding: 0px;
  margin: 0px;
}

fieldset {
  padding: 3px;
  margin: 3px;
  border: 1px solid #ccc;
}

legend {
  border: 1px solid #ccc;
  background: #eee;
}

.container {
	width: 100%;
	min-width: 988px;
	background: #FFF;
	margin: 0 auto; 
	text-align: center;
}


#top_banner {
	min-height: 90px; }


#masthead {
	background: #000080;
	/* background: #008000;  // original green */
	height: 50px;
	margin-top: 10px;
	margin-bottom: 3px;
	position: relative;
	min-width: 988px;
	/* width: 988px; */
	width: 100%;
	z-index: 500; }
	
	#masthead hr {
		background: #b6b6b6;
		color: #b6b6b6;
		height: 1px;
		line-height: 1px;
		min-width: 988px;
		margin: 0;
		padding: 0;
		border: 0px solid #000;
		position: absolute;
		top: 82px;
		left: 0;
		/* width: 988px; */
	width: 100%;
		 }
	
	#cityname {
		color: #fff;
		display: block;
		font-family: "Myriad Pro", Myriad, Arial, sans-serif;
		font-size: 45px;
		font-weight: bold;
		height: 46px;
		letter-spacing: -3px;
		line-height: 50px;
		position: absolute;
		text-decoration: none;
		top: 0;
		right: 155px; }
	
	html&gt;body #cityname {
		font-size: 55px;
		padding-top: 4px; }
	
	#recruiter_media_logo {
		background: url(images/recruitermediainc_logo.png) 0 0 no-repeat;
		position: absolute;
		height: 130px;
		right: 10px;
		text-indent: -9999px;
		top: -40px;
		width: 130px;
		z-index: 1000; }
	
	#tagline {
		font-family: "Myriad Pro";
		font-size: 16px;
		font-weight: bold;
		position: absolute;
		bottom: -28px;
		right: 155px; }
	
	html&gt;body #tagline {
		bottom: -34px;
		font-size: 20px; }
		
		#tagline em {
			color: #de0025;
			font-style: normal;
			font-size: 25px; }
		
		html&gt;body #tagline em {
			font-size: 30px; }



/*-------------tables. like waiting tables.-------------------------------*/

table.hjrip {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

table.hjrip tr td {
  background: #fff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0px 3px 0px 5px;
}

table.hjrip tr.header td {
  background: #ccc;
  font-weight: bold;
  padding: 3px 3px 3px 5px;
}


/*-------------separation of state-------------------------------*/

#jobseekers {
  border: 1px solid #999999;
}

#recruiters {
  border: 1px solid #999999;
  background-color: #F6F6F6;
}



/*-------------tabilazation-------------------------------*/

#hometab, #seekerstab, #recruiterstab {
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: 35px;
  left: 30px;
}

/*-------------random ids-----------------------------------*/

#message {
  font-weight: bold;
  color: #660000;
}

#breadcrumbs {
  font-weight: normal;
  color: #333333;
  font-size: 10px;
  width: 98%;
  background: #E3E3EF;
  padding: 1 0 1 5px;
}

#mainbody {
  padding: 5 5 5 5px;
}

/*-------------happy headers---------------------------------------*/

.h1 {
  font-size: 26px;
  color: #FF0000;
}

.h2 {
  font-size: 24px;
  color: #FF0000;
}

.h3 {
  font-size: 20px;
  color: #FF0000;
}

.h4 {
  font-size: 18px;
  color: #FF0000;
}

.h5 {
  font-size: 16px;
  color: #FF0000;
}

.h6 {
  font-size: 14px;
  color: #FF0000;
}

.h7 {
  font-size: 12px;
  color: #FF0000;
}

h1,h2,h3,h4,h5,h6 {
  color: #000080;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h6 {
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h7 {
  font-size: 12px;
  color: #000080;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}




/*-------------all links--------------------------------------------*/

div#breadcrumbs a {
  text-decoration: none;
}

a:link {
  color: #1b03ee;
  text-decoration: none;
}

a:hover {
  color: #1b03ee;
  text-decoration: underline;
}

a:visited {
  color: #1b03ee;
  text-decoration: none;
}

a:visited:hover {
  color: #1b03ee;
  text-decoration: underline;
}


/*-------------menu links--------------------------------------*/
/*menu is top-of-page links under tabs*/

a.submenu:link {
  color: #1b03ee;
  text-decoration: none;
}

a.submenu:hover {
  color: #1b03ee;
  text-decoration: underline;
}

a.submenu:visited {
  color: #1b03ee;
  text-decoration: none;
}

a.submenu:visited:hover {
  color: #1b03ee;
  text-decoration: underline;
}



/*-------------nav links----------------------------------------*/
/*nav is side-of-page links against #A8A59E bg*/

a.subnav:link {
  color: #434443;
  text-decoration: none;
}

a.subnav:hover {
  color: #000000;
  text-decoration: none;
}

a.subnav:visited {
  color: #666666;
  text-decoration: none;
}

a.subnav:visited:hover {
  color: #000000;
  text-decoration: none;
}


/*-------------pseudobutton links----------------------------------------*/
/*look like buttons, but they aren't, really*/


a.pseudobutton:link  {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}

a.pseudobutton:hover {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}

a.pseudobutton:visited {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}

a.pseudobutton:active {
  font-weight: bold;
  font-size: 12px;
  border: 1 solid #434443;
  background: #FCFCFF;
  text-decoration: none;
  color: #000000;
  padding: 1 8 0 8px;
}


/*-------------classes----------------------------------------*/

.categorytext {
  font-size: 10px;
}

.sidebartext {
  font-size: 10px;
}

.nav {
  color: #000000;
  font-size: 10px;
  padding-left: 31px;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.menu {
  color: #A8A59E;
  font-size: 10px;
  padding-left: 31px;
  margin: 0px;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}

.form-desc {
  font-weight: bold;
}

.note {
  color: #434443;
}

/*-------------input classes----------------------------------*/

input, select, textarea {
  border: 1 solid #434443;
  background: #FCFCFF;
  font-size: 12px;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
/*  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
}

input.checkbox {
  border: 0 solid #434443;
}

input.submit {
  border: 1 solid #434443;
  font-weight: bold;
  font-size: 10px;
  cursor: hand;
}

.error_message {
    color: red;
    padding: 10px;
    border: 2px solid red;
    background-color: #fdb;
    margin: 10px 10px 10px 0;
    font-size: 16px;
    border-radius: 2px;
}

.btn {
    background: #000080;
    background-image: -webkit-linear-gradient(top, #000080, #000080);
    background-image: -moz-linear-gradient(top, #000080, #000080);
    background-image: -ms-linear-gradient(top, #000080, #000080);
    background-image: -o-linear-gradient(top, #000080, #000080);
    background-image: linear-gradient(to bottom, #000080, #000080);
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.btn:hover {
    background: #FF8000;
    background-image: -webkit-linear-gradient(top, #FF8000, #FF8000);
    background-image: -moz-linear-gradient(top, #FF8000, #FF8000);
    background-image: -ms-linear-gradient(top, #FF8000, #FF8000);
    background-image: -o-linear-gradient(top, #FF8000, #FF8000);
    background-image: linear-gradient(to bottom, #FF8000, #FF8000);
    text-decoration: none;
}

input.addressInput {
    display: none;
}


.formerly-orange {
  color: #000080
}




/*------------ include responsive stylesheet ------------------*/
@import url("styles_responsive.css");
</pre></body></html>