/* ================================================================ 
Main Stylesheet for site
=================================================================== */
html {
background: #607179;
width: 100%;
height: 100%;
}
body {
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  font-family:Arial, Tahoma, Verdana;
  font-size:8pt;
  text-align:center;
}
a {
font-size:8pt;
text-decoration:none;
color:#607179;
font-weight:bold;
}
a:hover {color:#eb1;
}
#main {
background: #f1fa11;
width: 980px;
margin-left:auto;
margin-right:auto;
text-align:justify;
}
#header {
  background: #f1fa11;
  width: 100%;
  height: 96px;
}
#logo {
float:left;
}
#spacer {
background: #f1fa11;
  width: 100%;
  height: 50px;
  clear: both;
}
#flashcontent {
text-align:center;
z-index:0;
}
#leftcol {
  background: #f1fa11;
  float: left;
  width: 20%;
}
#content {
  background: #f1fa11;
  padding-top: 3px;
  float: left;
  width:auto;
  max-width: 59%;
  padding-bottom: 10px;
  text-align: justify;
}
#rightcol {
  background: #f1fa11;
  float: right;
  width: 20%;
}
#srvleftcol {
background: #f1fa11;
  float: left;
  width: 25%;
}
#srvcontent{ 
  background: #f1fa11;
  float: left;
  width: auto;
  max-width: 52%;
  padding-top:3px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: justify;
}
#srvrightcol {
 background: #f1fa11;
  float: right;
  width: 20%;
}
#profilecontent{
  background: #f1fa11;
  float: left;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top:3px;
  padding-bottom: 10px;
  text-align: justify;
}
#largeleftcol{
background: #f1fa11;
float: left;
width: 33%;
}
#largecontent {
  background: #f1fa11;
  float: left;
  width: 66%;
  padding-top: 3px;
  padding-bottom: 10px;
  text-align: justify;
}
#mapcontent {
 background: #f1fa11;
  float: left;
  padding-top:3px;
  width: 39%;
}
#mapcol {
 background: #f1fa11;
  float: right;
  width: 40%;
}
#footer {
clear:both;
background: #f1fa11;
}
big {
	font-size: x-large;
}
.centrecol {
	font-size:8pt;
}
.centrecol p h4 {
text-align: center;
font-size: 10pt;
}

.vacancy {
	font-size:8pt;
	/* border:1px solid black;
	border-width:thin;
	background-color:#FFFFFF;
	border-color:#000000;
	margin: 1px;
	height: auto;
	width: 100%;
	margin-top: 20px;
	*/
	text-align:justify;
	list-style-type: disc;
}
.vacancy h4 {
	/* font-size:12px;
	font-weight:bold; */
}
.vacancy h5 {font-size:10pt; font-weight:bold}
#careerscroller {
margin-left: 5px;
text-align:center;
line-height:40px;
}