body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}

body
{
  background: url("/img/background.gif") repeat-x scroll 50% 0px #D4DEE3;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #000;
  overflow-y: scroll;
  width: 904px;
  margin: 0 auto;
  position: relative;
}

h1, h2
{
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0069a0;
  font-weight: normal;
}

h2
{
  font-size: 24px;
  line-height: 24px;
}

h1
{
  font-size: 36px;
  line-height: 36px;
}

h5
{
  color: #0069A0;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

    
h3 {
  color: #5F6B7C;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
  font-weight: normal;
}

p
{
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: justify;
}

p.strong
{
  font-size: 13px;
  font-weight: bold;
}

p.small
{
  font-size: 10px;
}

header {
    position: relative;
    z-index: 5;
    height: 120px;
    clear: both;
    margin-top: -40px;
}

#logo {
    position: absolute;
    top: 12px;
    left: 0px;
    margin-top: 7px;
}

div#logo img#logo:hover {
  opacity: 0.6;
}

footer
{  
  text-align: center;
  color: #646464;
  text-shadow: 0px 1px 1px #FFF;
  padding-top: 10px; 
}

footer a
{
  color:#e2671d;
  text-decoration: none;  
}

footer a:hover
{
  text-decoration: underline;  
}

footer div.anchor
{
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  background: url("/img/footer_anchor.png") no-repeat scroll 0px 0px transparent;
  display: block;
  text-decoration: none;
  margin-right: 20px;
}

footer div.anchor:hover 
{
  background-position: 0px -25px;
}

.breadcrumbs_outer
{
  overflow: hidden;
}

div.breadcrumbs
{
  margin-bottom: 15px;
  overflow: hidden;
  border:  1px solid #CBCDCF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  padding: 0px 5px;
  font-size: 85%;
  line-height: 21px;
}

div.breadcrumbs a {
  display: block;
  float: left;
  padding: 0px 15px 0px 5px;
  text-shadow: 0px 1px 0px #FFF, 0px 1px 4px #C8C8C8;
  color: #E2671D;
  text-decoration: none;
}

div.breadcrumbs a:hover
{
  text-decoration: underline;
}

div.current, div.previous
{
  display: block;
  float: left;
  padding: 0px 5px;
  text-shadow: 0px 1px 0px #FFF, 0px 1px 4px #C8C8C8;
  color: #323232;
}

div.previous
{
  background: url("/img/breadcrumbs.png") no-repeat scroll 100% -77px transparent;
}

nav#main
{
  padding: 0px 14px;
  height: 51px;  
  border-top:  2px solid rgb(229,235,239);
  border-left:  2px solid rgb(229,235,239);
  border-right:  2px solid rgb(229,235,239);  
  width: 820px;
  margin: 0 auto;
  margin-top: 15px; 
  position: relative;
  z-index: 200;
  
  background: #c4d0d6; /* Old browsers */
  background: -moz-linear-gradient(top, #c4d0d6 0%, #728085 100%, #c4d0d6 100%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4d0d6), color-stop(100%,#728085), color-stop(100%,#c4d0d6), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d0d6', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ 
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;  
}

nav#main ul
{
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: outside none none;
}

nav#main li
{
  position: relative;
  z-index: 5;
  margin: 0px;
  padding: 0px;
}

nav#main li.level1
{
  height: 53px;
  float: left;
}

nav#main a
{
  text-decoration: none;
  display: block;
}

nav#main a.level1
{
  float: left;
}


nav#main span.bg
{
  padding-top: 3px;
}

nav#main li.active .level1 span.bg, nav#main a.level1:hover {
    color: #FFF;
    text-shadow: 0px 1px 2px #404040;
}
nav#main a.level1 span.bg {
    height: 47px;
    padding: 3px 20px 0px 18px;
    background: url("/img/menu_level1_item.png") no-repeat scroll 100% 0px transparent;
    float: left;
    line-height: 47px;
    font-size: 18px;
    color: #FFF;
}

#menu a, #menu span {
    display: block;
}

nav#main a.level2 span.bg {
  color: #0069A0;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  padding-left: 10px;
  min-height: 45px;
  line-height: 45px;
  border:  2px solid #CECECE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 40px;
  line-height: 40px;
  display: block;
  background: #FFFFFF;
  margin: 5px;
}

nav#main ul.level2
{
  background: #F5F5F5;
  overflow: hidden;
  width: 200px;
  visibility: visible;
  opacity: 1;
  width: 200px;
  position: absolute;
  top: 53px;
  z-index: 100;
  border:  3px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  display: none;
}

nav#main a.level2 span.bg:hover
{
  background: rgb(235,235,235);
}

div.columns1
{
  margin-left: -15px;
}

div.dropdown
{
  position: relative;
} 

div.wrapper
{
  background: #CBCDCF;
  padding: 0px 0px 25px;
  border:  2px solid #F9F9FA;
  margin-top: -12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 3px rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0px 0px 5px 3px rgba(200, 200, 200, 0.75);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(200, 200, 200, 0.75);
}

div.wrapper_inner
{
  z-index: 300;
  position: relative;
}

div.white_blank
{
  background: white;
  margin: 10px;
  padding: 15px;  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 3px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 0px 0px 5px 3px rgba(150, 150, 150, 0.75);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(150, 150, 150, 0.75);
  
}

div#slideshow, div#image, div#intro
{
  height: 225px;
  margin-bottom: 0;
  border-bottom:  2px dashed #C9CBCD;
}

div#small
{
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom:  2px dashed #C9CBCD;
  padding: 5px 15px;
}

div#intro
{
  height: auto;
}

div#article
{
  margin-top: 0;
  overflow: hidden;
} 

div#slideshow img
{
  position: absolute;
  display: none;
}

div#slideshow img#pic1
{
  display: block;
}

div.article_outer
{
  overflow: hidden;
  
}

div.article_outer#locations
{
  float: left;
  margin-top: -2px;
}

div.article_outer#small_gts
{
  height: 61px;
}

nav#home_left
{
  float: left;
  display: block;
  width: 220px;
  clear: both;
}

ul.home a
{
  text-decoration: none;
  color: #5F6B7C;
}

div#article article
{
  overflow: hidden;
}

ul.home
{
  background: #F5F5F5;
  border:  2px solid #D1D1D1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 15px;
}

ul.home li
{
  color: #5F6B7C;
  margin: 2px;
  list-style: none;
  list-style-type: none;
}

ul.home a
{
  display: block;
  background: url("/img/submenu_level1_item.png") no-repeat scroll 0px 0px #F5F5F5;
}

ul.home a:hover
{
  /*color: #FFF;
  background: url("/img/submenu_level1_item.png") no-repeat scroll 0px -35px #F5F5F5;
  text-shadow: 0px 1px 1px #707070;
  background: #c4d0d6; /* Old browsers */
  /*background: -moz-linear-gradient(top, #c4d0d6 0%, #728085 100%, #c4d0d6 100%, #7db9e8 100%); /* FF3.6+ */
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4d0d6), color-stop(100%,#728085), color-stop(100%,#c4d0d6), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* IE10+ */
  /*background: linear-gradient(to bottom, #c4d0d6 0%,#728085 100%,#c4d0d6 100%,#7db9e8 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d0d6', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ 
  
  background: url("/img/submenu_level1_item.png"), #c4d0d6; /* Old browsers */
  background: url("/img/submenu_level1_item.png"), -moz-linear-gradient(top, #c4d0d6 0%, #728085 100%); /* FF3.6+ */
  background: url("/img/submenu_level1_item.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4d0d6), color-stop(100%,#728085)); /* Chrome,Safari4+ */
  background: url("/img/submenu_level1_item.png"), -webkit-linear-gradient(top, #c4d0d6 0%,#728085 100%); /* Chrome10+,Safari5.1+ */
  background: url("/img/submenu_level1_item.png"), -o-linear-gradient(top, #c4d0d6 0%,#728085 100%); /* Opera 11.10+ */
  background: url("/img/submenu_level1_item.png"), -ms-linear-gradient(top, #c4d0d6 0%,#728085 100%); /* IE10+ */
  background: url("/img/submenu_level1_item.png"), linear-gradient(to bottom, #c4d0d6 0%,#728085 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d0d6', endColorstr='#728085',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat scroll, no-repeat scroll;
  background-position: 0px -35px;
  background-attachment: scroll, fixed;
  color: #FFF;
  
      
}

ul.home span.left_bg
{
  display: block;
  height: 30px;
  line-height: 30px;
  text-indent: 30px;  
}

ul.home span.left_bg#selected
{
  font-weight: bold;
}

ul.normal , article.from_editor ul
{
  list-style-type: disc;
  padding-left: 30px;
}

div.partner
{
  margin-bottom: 20px;
  overflow: hidden;
  border-top:  1px solid #C8C8C8;
  padding-top: 20px;
}

div.partner .left
{
  width: 685px;
  display: block;
  float: left;
}

div.partner .right
{
  display: block;
  text-align: right;
}

div.partner#first
{
  margin-top: 30px;
  border-top: 0px;
}

div.partner h3
{
  color: #5F6B7C;
  font-size: 18px;
  font-weight: normal;
}

div.cite
{
  text-align: center;
}

div.cite span.main
{
  color: #5F6B7C;
  font-size: 18px;
  line-height: 18px;
  display: block;
  overflow: hidden;
}

div.cite span.author
{
  display: block;
  margin-left: 500px;
  margin-top: 10px;
  margin-bottom: 15px;
}

h3.year
{
  height: 30px;
  display: block;
  line-height: 30px;
  text-indent: 10px;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
  
  border: 2px solid #BFBFBF;
  
  background: rgb(250,250,250); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(230,233,235,1) 100%, rgba(230,233,235,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(230,233,235,1)), color-stop(100%,rgba(230,233,235,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(230,233,235,1) 100%,rgba(230,233,235,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(230,233,235,1) 100%,rgba(230,233,235,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(230,233,235,1) 100%,rgba(230,233,235,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(230,233,235,1) 100%,rgba(230,233,235,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e9eb',GradientType=0 ); /* IE6-9 */
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.year ul
{
  margin: 10px 0;  
}

div.year ul li
{
  margin: 20px 0;
}

div.year ul.sub
{
  margin: 0;
  list-style-type: none;  
}

div.year ul.sub li
{
  margin: 0;
}

div.year ul.sub li:before { content: "- " }

div.addresses
{
  text-align: center;
  margin-bottom: 30px;
}

div.addresses div.column
{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px;
}

div.gts
{
  background: #F5F5F5;
  border: 2px solid #DADADA; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  text-align: center; 
}

div.gts div.column
{
  display: table-cell;
  width: 25%;
  position: relative;
  text-align: left;
  vertical-align: top;
    border-right: 10px solid #FFF;
}

div.gts div.column div.column_inner
{
  width: 100%;
  height: 100%;
  margin: 5px 0px;
  display: table-cell;
  padding-right: 10px;
  box-sizing: border-box;
}

div.gts div.column#last
{
  border: 0px;
}

div.gts div.column h3
{
    text-align: center;
    color: #5F6B7C;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

div.gts div.column img
{
  display: block;
  margin: 0 auto;
}

div.gts div.column h4
{
  margin: 10px 0px 15px 20px;
}

div.gts div.column ul
{
  list-style-type: circle;
  margin-left: 30px;
  margin-bottom: 50px;
}

div.gts div.column a, div#small a
{
  color: #E2671D;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  right: 10px;
  bottom: 0;
  margin-bottom: 10px;
}

div#small a
{
  position: relative;
  float: right;
  top: -32px;
  margin: 0px;
}

div#small div.breadcrumbs
{
  margin: 5px 0;
}

div#small div.breadcrumbs a
{
  top: 0;
  color: #E2671D;
  right: 0;
  font-weight: normal;
}

div.gts div.column a:hover, div#small a:hover
{
  text-decoration: underline;
}

table
{
  margin: auto;
  border: 2px solid #808080;
  border-radius: 10px;
  padding: 5px;
}

table td
{
padding: 7px;
text-align: center;
font-weight: bold;
border-radius: 8px;
background: none repeat scroll 0% 0% #98AEDD;
}

table td.big
{
  color: #FFF;
  background: none repeat scroll 0% 0% #3B66B0;
}

table td.medium
{
  color: #000;
  background: none repeat scroll 0% 0% #668DCC;
  width: 25%;
}

table td.medium:hover
{
  background: none repeat scroll 0% 0% #BECDE9;
}

table td.big:hover
{
  background: none repeat scroll 0% 0% #3B66B0;
}

table td:hover
{
  background: none repeat scroll 0% 0% #BECDE9;
}

table a
{
  text-decoration: none;
  color: #000000;
}

table a:hover
{
  text-decoration: underline;
}

p.under_table
{
  margin-left: 50px;
}

article.article_left
{
  float: left;
  display: block;
  width: 630px;
}

div.questions
{
  width: 200px;
  display: block;
  float: right;
}

div.questions h3
{
  height: 30px;
  padding-left: 15px;
  line-height: 28px;
  background: url("/img/module_line.png") repeat-x scroll 0px 100% transparent;
  letter-spacing: -1px;
  font-size: 18px;
  color: #5F6B7C;
  font-weight: normal;
}

div.questions h3 span
{
  padding: 0px 5px;
  background: none repeat scroll 0% 0% #FFF;
  float: left;
}

div.questions ul
{
  list-style-type: none;
  padding: 5px 15px 10px;
}

div.questions ul a
{
  color: #E2671D;
  text-decoration: none;
}

div.questions ul a:hover
{
  text-decoration: underline;
}

article.article_left a, article.white_blank a
{
  color: #E2671D;
  text-decoration: none;
}

article.article_left a:hover, article.white_blank a:hover
{
  color: #E2671D;
  text-decoration: underline;
}

nav.career_right
{
  float: right;
  display: block;
  width: 200px;
}

div.buttons
{
  text-align: center;
}

div.buttons div.button
{
  width: 150px;
  height: 32px;
  display: inline-block;
  background: #999999;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 25px;
}

div.buttons div.button#blue
{
  background: #006CA1;
}

div.buttons div.button a
{
  color: #FFF;
  text-decoration: none;

}

div.buttons div.button a span
{
  display: block;
  height: 32px;
  line-height: 32px;
}

p.grey
{
  color: #5F6B7C;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}

div.jobs_frame
{
  border: 2px solid #BFBFBF;
  padding: 10px 0;
  overflow: hidden;
  
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(230,233,235,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(230,233,235,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e9eb',GradientType=0 ); /* IE6-9 */
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  /*margin-top: -1px;*/
}


div.jobs ul.menu
{
  color: #969696;
  padding-left: 15px;
  display: block;
  padding-right: 20px;
  padding-top: 15px;
}

div.jobs ul.menu li
{
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 110%;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #BFBFBF;
  border-bottom: none;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0px 10px;

}

div.jobs ul.menu li.selected
{
  color: #646464;
  border-bottom: none;

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(230,233,235,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(230,233,235,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(230,233,235,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e9eb',GradientType=0 ); /* IE6-9 */
}

div.jobs ul.menu li span.inner
{
  height: 100%;
  display: block;
  border-bottom: none;
}

div.jobs div.separator
{
  display: block;
  overflow: hidden;
  width: 0px;
  border-right: 1px solid #BFBFBF;
  height: 250px;
  float: left;
}

div.jobs div.right
{
  display: block;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 10px;
}

div.jobs span.underline
{
  display: block;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #BFBFBF;
  padding-left: 15px;
  padding-right: 20px;
  margin-right: 15px;
}

div.jobs ul.jobs
{
  margin: 10px 0px;
  padding-left: 30px;
  font-size: 95%;
  line-height: 125%;
}

div.buttons_jobs
{
  float: right;
  text-align: center;
}

div.buttons_jobs div.button
{
  display: inline-block;
  color: #FFFFFF;
  background: #999999;
  margin: 10px;
  width: 100px;
  height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

div.buttons_jobs div.button a
{
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 25px;
}

div.buttons_jobs div.button span
{
  margin: 0 auto;
  display: block;
}

div.job
{
  display: none;
}


div.job#junior_consultant
{
  display: block;
}

div.flags
{
  position: absolute;
  right: 20px;
  top: 40px;
}

div.flags a
{
  text-decoration: none;
}

div.flags img
{
  margin: 5px;
}

a.orange
{
  color:#e2671d;
  text-decoration: none;
}

a.orange:hover
{
  text-decoration: underline;
}

div.info
{
  margin: 10px 0;
  line-height: 20px;
}

hr
{
  margin: 15px 0px;
  display: block;
  background: none repeat scroll 0% 0% #C8C8C8;
  height: 1px;
  border: medium none;
}

article.legal
{
  min-width: 851px;
}

div.no_padding
{
  padding: 0px;
}

div.solution
{
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 15px;
  position: relative;
  border-bottom: 2px dashed #C9CBCD;
  height: 130px;
}

div.solution p
{
  margin-bottom: 25px;
}

div.solution a
{
  text-shadow: 0px 1px 0px #FFF, 0px 1px 4px #C8C8C8;
  color: #323232;
  overflow: hidden;
  border: 1px solid #CBCDCF;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 85%;
  line-height: 21px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div.solution a:hover
{
  color: #000000;
}

div.solution_left
{
  border-right: 2px dashed #C9CBCD;
  clear: both;
}

div.solution#last
{
  border-bottom: none;
}

div.form_column
{
  float: left;
}

form
{
  margin: 10px 0px;
}

form input, form textarea, form select
{
  margin: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5em 0.6em;
  border: 1px solid #CCC;
  box-shadow: 0px 1px 3px #DDD inset;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 200px;
  font-family:inherit;
  font-size:inherit;
}

form.apply input, form.apply textarea, form.apply select
{
  width: 270px;
}

form textarea
{
  width: 500px;
  height: 145px;
  font-family:inherit;
  font-size:inherit;
  white-space: pre-wrap;
}

form.apply textarea
{
  height: 188px;
}

form input[type="submit"], form input[type="button"]
{
  cursor: pointer;
  width: 100px;
}

form.apply input[type="submit"], form input[type="button"]
{
  float: right;
  margin-top: 19px;
}

form.apply input[type="submit"]
{
	margin-top: 10px;
}

span.apply, p.error_message
{
  margin: 5px;
}

p.message_green
{
  color: green;  
}

p.message_red, p.error_message
{
  color: red;
}

p.error_message
{
  float: left;
}

form .url{
	display: none;
}

form .asp
{
	width: 30px !important;
	float: right;
}

form img
{
	margin: 12px 10px 12px 13px;
}

form.apply img
{
	float: right;
}

div.clear
{
	clear: both;
}
