html, body, td{
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	color: #888;
}
h1{
	margin:0px 0px 16px 20px;
	font-size:12px;
	font-weight:bold;
}
h2{
	margin:0px 0px 8px 20px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color: #000;
}
h3{
	font-family:georgia,serif;
	color: #3b78b4;
	padding:8px 8px 8px 20px;
	font-size:10px;
	margin:0;
	font-weight:bold;
}
h4{
	padding:4px 8px 4px 20px;
	font-size:10px;
	margin:0;
	font-weight:bold;
}
h5{
	margin:0px 20px 20px 20px;
	font-size:10px;
	font-weight:bold;
	line-height: 1.5em;
	text-align: right;
}
h6{
	margin:20px 0px 0px 20px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:bold;
	color: #000;
}
h1.jobsHeadings
{
	margin:0px 0px 0px 20px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:bold;
	color: #000;
}
h2.jobsHeadings
{
	margin:0px 0px 5px 20px;
	text-transform:none;
	font-size:11px;
	font-weight:bold;
	letter-spacing:0.1em;
	font-weight:bold;
	color: #3b78b4;
}
p{
	margin:0px 0px 8px 20px;
	line-height: 1.5em;
}

a:link, a:visited{
	color: #3b78b4;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	text-decoration: underline;
	cursor:pointer;
}
.title{
	text-transform:none;
	color: #888;
	letter-spacing:0em;
}
.bold{
	color: #000;
	font-weight: bold;
}
.italic{
	color: #000;
	font-style: italic;
	font-size:11px;
}
.validation
{
    color: Red;
}
li{
	line-height: 1.8em;
}
td.top_left
{
	background-image:url(images/bgrounds/top_left.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}

td.top_center_left
{
	background-color:rgb(217,217,217);
	height:20px;
	/*width:125px;*/
}

td.top_center_right
{
	background-color:rgb(230,230,230);
	height:20px;
	/*width:200px;*/
}

td.top_right
{
	background-image:url(images/bgrounds/top_right.jpg);
	background-repeat:no-repeat;
	width:25px;
	height:20px;
}

td.middle_left
{
	background-color:rgb(217,217,217);
	width:20px;
}

td.middle_center_left
{
	background-color:rgb(217,217,217);
}

td.middle_center_right
{
	background-color:rgb(230,230,230);
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

td.middle_right
{
	background-image:url(images/bgrounds/middle_center_right.jpg);
	background-repeat:repeat-y;
	width:25px;
}

td.bottom_left
{
	background-image:url(images/bgrounds/bottom_left.jpg);
	background-repeat:no-repeat;
	height:25px;
}

td.bottom_center_left
{
	background-image:url(images/bgrounds/bottom_center_left.jpg);
	background-repeat:repeat-x;
	height:25px;
}

td.bottom_center_right
{
	background-image:url(images/bgrounds/bottom_center_right.jpg);
	background-repeat:repeat-x;
	height:25px;
}

td.bottom_right
{
	background-image:url(images/bgrounds/bottom_right.jpg);
	background-repeat:no-repeat;
	width:25px;
	height:25px;
}

td p
{
	font-weight:bold;
	color:#666666;
	margin:0px 0px 0px 0px;
}

.content
{
	display:none;
	margin:10px 10px 10px 10px;
}

.text_box
{
	border:solid 1px #999999;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.text_area
{
	border:solid 1px #999999;
	width:350px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.drop_down
{
	border:solid 1px #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*DISPLY JOBS */
#jobsTable
{
	border-collapse:collapse;
	border:solid 1px #6F9ABB;
}
#jobsTable th
{
	background-color:#6F9ABB;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	padding:3px;
	border-right: dotted 1px #FFF;
	
	width: 33%;
}
#jobsTable td{
	vertical-align:middle;
	padding:2px;
}

.jobsTableRow{
	border-right: dotted 1px #FFF;
	font-size:12px;
}

.jobsTableTitleRow{
	font-size:12px;
	font-weight:bold;
}

/*MENU LAYOUT*/
#menu {
position: absolute;
left: 200px;
top: 30px;
}

.spacer {
width: 5em;
height: 1em;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu li {
position: relative;
border:  0px;
line-height: 1em;
}

#menu a, #menu h2 {
margin: 0;
font-weight: bold;
color: #888888;
text-decoration: none;
white-space: nowrap;
}

#menu a:hover,
#menu #middleSelected a:hover,
#menu #middleSelected a, 
#menu #middleSelected #bottomSelected a  {
color: #00486B;
}

#menu img {
height: 0px;
width: 1px;
margin-right: 5px;
border: 0;
}

#menu ul ul {
position: absolute;
border-left: 1px solid #CCCCCC;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul,
#menu ul ul ul,
#menu #topSelected ul ul,
#menu ul li:hover ul ul,
#menu ul li.sfhover ul ul {
display: none;
}

#menu ul li:hover ul,
#menu ul li.sfhover ul,
#menu #topSelected ul,
#menu #topSelected #middleSelected ul {
display: block;
}

#menu li:hover h2 img, #menu li.sfhover h2 img, #menu #topSelected h2 img {
height: 6px;
vertical-align: bottom;
}

#menu li:hover h2,
#menu li.sfhover h2,
#menu #topSelected h2,
#menu h2 a:hover {
color: #000000;
}

#menu #middleSelected li a {
color: #888888
}
#menu ul ul img {
vertical-align: middle;
}

#menu #middleSelected .rightLine
{
margin-left: 5px;
margin-right: 0px;
}

#menuBackground {
position: absolute;
left: 192px;
}

#menuBackground div {
position: absolute;
background-image: url(images/bgrounds/arrow-fade.jpg);
width: 93px;
height: 107px;
display: none;
}

#img2 {
left: 110px;
}

#img3 {
left: 241px;
}