/* CSS Document */
/* Clark Davis Stylesheett edited by Core Logic */
body {
	background: #000000;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

/* Default hyperlink formats */
a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
/* a:hover {color: #FF00FF} - mouse over link inactive */
/* a:active {color: #0000FF} - selected link inactive */

/* Menu Bar Div Configuration */
div.menuBar {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: white;
}

div.menuBar {
  background-color: navy;
  border: 1px solid;
  border-color: #808080 #808080 #808080 #808080;
  height: 12px;
  padding: 0px 0px 0px 0px;
}

div.joblistitem {
  width: 100pct;
}

		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 1px solid;
			display: inline;
			height: 1.4em;
			width: 100pct;
		}
		.horizontal li{
			float: left;
			display: inline;
			margin: 0px;
			left: 0px;
		}
		.horizontal li a{
			text-decoration: none;
			text-indent: 4px;
			font-size: x-small;
			font-family: sans-serif;
			height: 1.2em;
			float: left;
			display: block;
			width: 185px;
			padding: .2em 1px;
			border: 1px solid;
			border-left: none;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 1px solid;
		}
		/* Horizontal line at top of dropdown menu */
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 195px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 195px;
		}
		/* Controls the width of the dropdown menu */
		.horizontal li ul li a{
		width: 196px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		/*.plus a span{*/
		/*	padding-left: .5em;*/
		/*}*/
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: navy;
			color: white;
			border-color: gray;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: blue;
			border-color: gray;
		}
		.bluewhite ul{
			border-color: gray;
		}
