body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #393939;
	font: 100% "Lucida Grande", Verdana, Arial, sans-serif;
	background: url(images/header-tile-50px.jpg) repeat-x top;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#navigation {
	font-size: 0.75em;
	font-weight: bold;
	color: #CC9900;
	text-transform: uppercase;
	background: url(images/nav-bg.jpg) no-repeat;
	height: 38px;
	margin: 0px;
	padding: 6px 0px 0px 40px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
}
#navigation a:hover {
	color: #FFCC00;
}
#content {
	font-size: 0.875em;
	color: #393939;
	margin-top: 10px;
	margin-right: 43px;
	margin-left: 43px;
}
#content a {
	color: #B21800;
	text-decoration: none;
}
#footer {
	font-size: 0.75em;
	background: #C0C0C0;
	padding: 16px;
	clear: both;
	margin-right: 40px;
	margin-left: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #393939;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#content .rightBullets {
	float: left;
	width: 283px;
	font-size: 0.875em;
}
#content  .column1 {
	float: left;
	margin-right: 20px;
}
#content .column2 {
	float: left;
	width: 640px;
}
.jobTitle {
	font-size: 1.5em;
	font-weight: bold;
	color: #cc0000;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px;
	padding: 0px;
}
.jobDescription {
	border-style: none;
	color: #cc0000;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-top: 12px;
	font-weight: bold;
	font-size: 0.63em;
	text-transform: uppercase;
	padding: 0px;
}
.jobDetails {
	font-size: .875em;
	margin: 0px;
	padding: 0px;
}
#content .homeLeft {
	float: left;
	width: 400px;
	margin-right: 80px;
	margin-left: 20px;
}
#content .homeLeft .p1 {
	font-size: 1.25em;
}
.boldRed {
	color: #BA1900;
	font-size: 140%;
	font-weight: bold;
}
form {
	border: 1px solid #CCCCCC;
}
.row {
	clear: both;
	padding-top: 15px;
  }
.row span.label {
	float: left;
	width: 180px;
	text-align: right;
  }
.row span.formw {
	float: right;
	width: 450px;
	text-align: left;
  }
.spacer {
  clear: both;
  }
  
#submitResume
{
  text-align: right;
  margin-bottom: 20px;
  display: block;
  width: 126px;
  height: 26px;
  background: url("images/submit-resume.png") no-repeat 0 0;

}

#submitResume:hover
{ 
  background-position: 0 -26px;
}

#submitResume span
{
  display: none;
}

