/***** Global Settings *****/

html, body {
  border:0;
  margin:0;
  padding:0;
}

body {
  background: #ffffff;
  font:11px/15px Arial, Verdana, Helvetica, sans-serif;
  top:0;
  left:0;
  padding:0;
  overflow: scroll;
  overflow-x: auto;
}

table, tr, td , th{ 
  text-align: left;
	vertical-align: top;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  font-weight:normal;
}

h3 {
  color: #666666;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #E6E6E6;
}

h4 {
  color: #F15D2F;
  font-size: 18px;
  margin: 10px 0 10px 0;
  padding: 0 0 2px 0;
}
/***** Common Formatting *****/

p, ul, ol {
  margin:0;
}

ul, ol {
  padding:0;
}

blockquote {
  margin:1.25em;
  padding:1.25em 1.25em 0 1.25em;
}

small {
  font-size:0.85em;
}

img {
  border:0;
}

sup {
  position:relative;
  bottom:0.3em;
  vertical-align:baseline;
}

sub {
  position:relative;
  bottom:-0.2em;
  vertical-align:baseline;
}

acronym, abbr {
  cursor:help;
  letter-spacing:1px;
  border-bottom:1px dashed;
}

/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.caps    	   { text-transform: uppercase; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Layout *****/
#wrap {
  width: 900px;
  margin:2px auto;
}

/***** Links *****/
a,
a:link,
a:visited {
  color: #F15D2F;
  text-decoration: none;
}

.textNav  {
  color: #F15D2F;
  padding: 5px 0 5px 20px;
}

.textNav  li {
  display: inline;
  list-style-type: none;
}

.textNav a:hover, .textNav li:hover {
  color: #666666;
}

.adminTextNav  {
  color: #000000;
  font-weight: bold;
  padding: 10px 20px 0 20px;
}
.adminTextNav li{
  display: inline;
  font: 10pt Arial, Verdana, Helvetica, sans-serif;
  list-style-type: none;
}
.adminTextNav a:hover {
  font-weight: bold;
}

/***** Footer *****/
#footer p{
  padding-top: 5px;
  font:0.8em Arial, Verdana, Helvetica, sans-serif;
  color: #444444;
  text-align: center;
}

#sitecredits {
  background: url(../img/legals.png) top left no-repeat;
  width: 900px;
  height: 29px;
}

/***** Content *****/
.headerLabel {
  font-size: 15px;
  font-weight: bold;
}

.careerTitle {
  float: right;
  clear: both;
  color: #F15D2F; 
  font-size: 22px;
}

.objectTitle {
  float: right;
  clear: both;
  color: #F15D2F; 
  font-size: 22px;
}

.objectDate{
  float: right;
  clear: both;
  color: #666666;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.mainText p{
  padding: 0 0 10px 0;
  text-align: justify;
}

#serviceInfo ul{
  list-style: none;
}

#serviceInfo ul li{
  background: url('/media/img/main_li.png') no-repeat top left;
  padding-left: 15px;
  margin-bottom: 2px;
}
