/***********************Full page info****************************/
body
{
    background-image: url(Graphics/tiledBackground.png); /*#DDDDDD;*/
    font-family: Arial;
	font-size: 0.8em;
/*	width:850px;*/
}	

div.BodyContainer {
    width:850px;
    margin-left:auto;
    margin-right:auto;
}

	
/***********************Div styles *******************************/	
div.Banner {
	/*background: #91A7BD;*/
background-image: url(Graphics/bannerBackground.png);
background-repeat: repeat-x;
}

div.TopDoubleLine{
	width: 100%;
	font-size:0.4em;
	background-image: url(Graphics/topHeavyDoubleLine.png);
	background-repeat: repeat-x;
}

div.BottomDoubleLine{
	width: 100%;
	font-size:0.4em;
	background-image: url(Graphics/bottomHeavyDoubleLine.png);
	background-repeat: repeat-x;
}

div.MenuContainer
{
    width:100%;
    float: left;
    background: #DDDDDD;

}
div.Menu
{
	text-align:center;
	font-size:1.2em;
}

div.ContentContainer 
{    
    height:100%;
    background:#EEEEEE;
    padding-top:20px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	overflow:hidden;
}

div.Content
{
	padding-top:30px;
}
	
div.Footer{
	width:100%;
	float:left;
	text-align:center;
	font-size:0.8em;
	padding-top:50px;
    /*background: #DDDDDD;*/
}
	
/***********************Menu Styles*******************************/
.Menu img {
	border:none;
}
.Menu a {
	padding-left:20px;
	padding-right:20px;
    border:none;
	font-family:serif;
	font-size: 1.3em;
	text-decoration:none;
	color: #000000;
	background: #EEEEEE;

}

.Menu a:hover {
	/*background: #4d75d0;*/
	text-decoration:underline;
}

/***********************Mail form styles**************************/
form.ContactForm {
	width:78%;	
	}
	
div.row {  
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 10em;
  text-align: right;
  }

div.row span.formtext {
  margin-left:2em;
  text-align: left;
  } 

	
/***********************Main Content styles **********************/
.Content p {
	/*text-indent:1.5em;*/
	}
	
.Content h3 {
	}

.Content h4 {
	color:#1F497D;
	}
	
span.PageTitle {
	font-size:1.3em;
	color:#FF0000;
	}
	
span.PageSubTitle {
	font-style:italic;
	color:#1F497D;
	}
	
span.Bold {
	font-weight:bold;
	}
	
span.Center{
	text-align:center;
	}
	
table.JobTable {
	width:75%;
	}

th.JobTableHeader {
	color:#FFFFFF;
	background: #1F497D;
	}

td.JobRow {
	background:#B6DDE8;
	}

td.AltJobRow {
	background:#DDDDDD;
	}
	
img.Centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

span.UrgentJob {
	font-weight:bold;
	}

span.UrgentJob li{
	margin:.5em 0;
	}

/**** not used?****/
span.UrgentJob p{
	margin-left:40px;
	margin-right:40px;
	text-indent:1.5em;
	}
	
