/***
ABOUT:        ALL STYLES for bernstein-rein.com (careers + news + work)
AUTHOR:       front-end: sb / back-end: sh
RELEASE:      30 may 2008
LAST UPDATED: n/a
LOCATION:     kansas city, mo

=== eric meyer css reset ***/
html,body,div,span,
h1,h2,h3,h4,h5,h6,p,pre,
a,em,img,strong,sub,sup,
dl,dt,dd,ol,ul,li,legend,hr,
fieldset,form,label,textarea,input,select,
table,caption,tbody,tfoot,thead,tr,th,td {
  padding: 0; margin: 0;
  font-weight: normal;
  vertical-align: baseline; 
  font-size: 100%;
  font-family: "Lucida Grande", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
:focus { outline: 0;}
strong { font-weight: bold; }
a,a:link,a:visited,a:hover { font-size: 1.00em !important; vertical-align: baseline; }

/*** HIDE LOGO FOR PRINTABLE JOB DESCRIPTION ***/
.print_only { display: none;}

/*** PRESENTATIONAL LAYOUT ***/
body {
  background-repeat: repeat-y;
  background-position: 48px 0;
  width: 773px;
  padding-left: 58px;
}
  body#careers {
    background-image: url(../images/no_flash/careers/careers_repeat.gif);
    background-color: #f8cb41; /* yellow */
  }
  body#news {
    background-image: url(../images/no_flash/news/news_repeat.gif);
    background-color: #91cbcf; /* blue */
  }
  #careers #header,
  #news #header {
    width: 787px;
    height: 184px;
    background-image: url(../images/no_flash/careers/careers_header.jpg);
    background-repeat: no-repeat;
  }
  #news #header {
    background-image: url(../images/no_flash/news/news_header.jpg);
  }
select {
  width: 314px;
  color: #438fb3;
  font-size: 0.79em;
  font-weight: bold;
  text-transform: none;
  border: 1px solid #c7c7c7;
}
hr {
  clear: both;
  display: block;
  border: none 0;
  border-top: 1px solid white;
  width: 300px;
  height: 1px;
  margin: 15px 0;
}
  #footer_nav hr,
  #news-story hr,
  #how-to-apply hr {
    width: 100%;
    margin: 25px 0 15px 0;
    border-top: 1px dashed #c7c7c7;
  }
a,a:link,a:visited { text-decoration: underline;}
a:hover { text-decoration: none;}
#job-listings,
#job-description {
  width: 573px;
  background-color: #fff;
  padding: 10px 100px 0 100px;
}
#news-story,
#job-description {
  padding-left: 100px;
  padding-right: 100px;
}
  #job-application #error-messages {
    width: 773px;
    margin: 0 0 45px 0;
  }
  #job-application #quick-look {
    float: left;
    width: 360px;
    padding: 0 0 0 15px;
  }
    #job-application #quick-look #intro {
      margin: 0 0 25px 45px;
    }
  #job-application #contact {
    float: left;
    width: 360px;
    padding: 0;
    margin: 0 0 0 22px;
  }
  #job-application #experience,
  #job-application #upload-resume,
  #job-application #details,
  #job-application #conditions {
    clear: both;
    display: block;
    width: 742px;
    padding: 20px 0 0 15px;
  }
    #job-application #conditions {
      padding-bottom: 35px;
    }
    /*** COLUMNS ***/
    #job-application .left-column {   
      float: left;
      width: 375px;
    }
    #job-application .right-column { 
      float: left;
      width: 336px;
    }
    #job-application #experience #more-questions {
      clear: both;
    }
.wrap-and-clear {   clear: both;}

/*** MAIN (GENERIC PAGE VIEWS) ***/
#main p {
  text-align: center;
}
#main p a,
#main p a:link,
#main p a:visited,
#main p a:hover {
  color: #777;
}

/*** HEADER ***/
#header h1 {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 108px; overflow: hidden;
  height /**/: 108px; height: 0 !important;
  margin-left: -14px;
}
  #careers #header h1 {
    background-image: url(../images/no_flash/careers/careers.jpg);
  }
  #news #header h1 {
    background-image: url(../images/no_flash/news/news.jpg);
  }
  #work #header h1 {
    background-image: url(../images/no_flash/work/work.jpg);
  }
#header h3 a {
  float: right;
  margin: -93px 14px 0 0;  
  width: 193px;
  background-color: #fff;
  background-position: 13px 5px;
  background-repeat: no-repeat;
  padding-top: 44px; overflow: hidden;
  height /**/: 44px; height: 0 !important;
}
  #careers #header h3 a {
    background-image: url(../images/no_flash/careers/rss_careers.gif);
  }
  #news #header h3 a {
    background-image: url(../images/no_flash/news/rss_news.gif);
  }
  #work #header h3 a {
    background-image: url(../images/no_flash/work/rss_work.gif);
  }  
  /*** HEADER: ADDRESS CARD ***/
  #header .vcard .street-address,
  #header .vcard .locality,
  #header .vcard .region,
  #header .vcard span.postal-code {
    font-size: 0.70em;
    color: #fff;
  }
    #news #header .vcard .adr,
    #news #header .vcard .street-address,
    #news #header .vcard .locality,
    #news #header .vcard .region,
    #news #header .vcard span.postal-code,
    #news #header .vcard a {
      color: #000;
    }
  #header .vcard .adr {
    margin: 1px 0 0 8px;
    line-height: 12px;
    color: #fff;
  }
  #header .vcard a {
    font-size: 0.70em;
    font-weight: bold;
    margin: 0 0 0 8px;
    color: #fff;
    text-decoration: none;
  }
  #header .vcard a:hover {
    text-decoration: underline;
  }
#header p a {
  float: right;
  margin: -140px 18px 0 0;
}

/*** FOOTER ***/
#footer_nav {
  margin-top: 20%;
  width: 100%;
  padding-bottom: 30px;
}
  #footer_nav ul {
    margin-left: 535px;
  }
  #footer_nav li {
    font-size: 0.70em;
    list-style-type: none;
  }
  #footer_nav li a {
    float: left;
    color: #777;
    margin-left: 25px;
  }

/*** NEWS ***/
#news-story h2 {
  margin: 5px 0 0 98px;
  background-repeat: no-repeat;
  background-image: url(../images/no_flash/news/news_intro.gif);
  padding-top: 60px;overflow: hidden;
  height /**/: 60px;height: 0 !important;
}
#job-description h5,
#news-story h5,
#news-story h6 { /* date posted */
  font-size: 0.74em;
  font-weight: bold;
  margin-top: 2px;
  color: #04748d; /* blue */
}
  #news-story h6 {
    margin-top: 20px;
  }
#news-story p {
  color: #222;
  font-size: 0.73em;
  line-height: 1.55em;
  text-align: justify;
  padding-top: 5px;
}
#news-story p a,
#news-story p a:link,
#news-story p a:visited,
#news-story p a:hover {
  font-size: 1.00em;
  color: #777;
}

/*** JOB LISTINGS ***/
#job-listings #intro ul {
  list-style-type: none;
  text-align: left;
  margin-top: 20px;
}
#job-listings #intro ul li {
  margin: 4px 0 0 0;
}
#news-story h3,
#news-story h3 a,
#job-description h2,
#job-listings #intro ul li a { /* headlines, job titles */
  color: #000;
  font-weight: bold;
  font-size: 1.10em;
  letter-spacing: -0.55px;
  margin-top: 5px;
}
  #job-listings #intro ul li a {
    font-size: 1.00em;
    margin-top: 10px;
    display: block;
  }
  #news-story h3 {
    margin-top: 25px;
  }
  #news-story h3 a {
    margin: 0;
    font-size: 1.00em;
  }
#sharethis_0 { /* share article */
  display: block;
  height: 12px;
  padding: 4px 0 11px 0;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sharethis_0 a {
  font-size: 0.70em;
  color: #777;
  margin: 0;
}

/*** JOB DESCRIPTION and NEWS ARTICLE ***/
#job-description #how-to-apply h3,
#job-description #how-to-apply  h3 span {
  font-size: 0.81em;
  font-weight: bold;
  margin-top: 15px;
  color: #04748d; /* blue */
}
  #job-description #how-to-apply h3 {
    padding-top: 10px;
  }
  #job-description #how-to-apply h3 span {
    color: #444;
  }
#job-description h4 {
  text-transform: lowercase;
  font-size: 0.65em;
  color: #575757;
  margin: 0;
}
#job-description a img {
  margin: 10px 0 0 231px;
}
p,
#job-description p a,
#job-description ul li,
#conditions fieldset p {
  color: #222;
  font-size: 0.73em;
  line-height: 1.55em;
  text-align: justify;
  padding: 10px 15px 0 15px;
}
  #job-description ul li {
    padding: 4px 0 0 0;
    margin: 0 0 0 25px;
    line-height: 1.55em;
    width: 500px;
  }
  #job-description p strong,
  #conditions fieldset p strong {
    color: #000;
  }
  #job-description p a {
    padding: 0;
  }
#job-description #how-to-apply p {
  padding-top: 0;
}
  
/*** INSTRUCTIONS FOR USERS ***/
#careers #intro h2,
#intro p {
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;height: 0 !important;
  padding: 0;
  margin: 0;
  width: 350px;
}
#careers #intro h2 {
  background-image: url(../images/no_flash/careers/careers_intro.gif);
  padding-top: 56px; 
  height /**/: 56px;
}
  #job-listings #intro h2 {
    margin: 0 0 0 162px;
  }
#job-application #intro p {
  background-image: url(../images/no_flash/careers/job_application.gif);
  padding-top: 22px; 
  height /**/: 22px;
  margin: 10px 0 0 15px;
}
#job-listings #intro p {
  background-image: url(../images/no_flash/careers/check_the_listings.gif);
  padding-top: 22px; 
  height /**/: 22px;
  margin: 10px 0 0 157px;
}
  #job-listings #intro p#no-jobs {
    background-image: url(../images/no_flash/careers/no_listings.gif);
  }

/*** FORM: ERRORS ***/
#job-application #error-messages h2,
#job-application #error-messages p,
#job-application #error-messages ul li {
  text-align: center;
  color: #424242;
  text-transform: italic;
}
  #job-application #error-messages h2 {
    border-top: 1px solid #c7c7c7;
    font-size: 1.10em;
    padding-top: 11px;
  }
  #job-application #error-messages ul {
    list-style-type: none;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 15px;
  }
  #job-application #error-messages p {
    font-size: 0.77em;
    font-weight: bold;
  }
  #job-application #error-messages ul li {
    color: #0d81a7;
    font-size: 0.72em;
    font-weight: bold;
  }

/*** FORM: JOB APPLICATION ***/
#job-application form legend {
  font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
  letter-spacing: -0.25px;
  color: #438fb3; /* blue */
  font-size: 1.12em;
  padding: 0 1px 0 5px;
  margin: 0 0 0 4px;
}
#job-application form fieldset {
  border: 1px solid #c7c7c7;
  padding: 0 0 7px 0;
}
#job-application form label,
#job-application #applicant-type p,
#job-application span {
  padding: 14px 4px 0 0;
  text-transform: uppercase;
  font-size: 0.68em;
  color: #787878;
}
#job-application form label span,
#job-application form p span {
  font-size: 0.90em;
}
#job-application span {
  display: block;
  text-transform: none;
  color: #111;
  margin: 0 0 3px 0;
  padding: 0;
}
#job-application form .right-column label img {
  display:inline;
  margin: -17px 105px 0 0;
  float:right;
}
#job-application form .right-column #applicant-type {
  clear: both;
  display: block;
  margin: 0 0 20px 0;
}
/*** FORM: STYLES USED THROUGHOUT THE APPLICATION ***/
#job-application form input,
#job-application form fieldset textarea {
  font-weight: bold;
  font-size: 0.94em;
  letter-spacing: -0.55px;
}
#job-application form fieldset textarea {
  font-size: .80em;
  border: 1px solid #c7c7c7;
  padding: 5px;
  margin: 4px 0 0 10px;
  background-image: url(../images/no_flash/careers/gradient.gif);
  background-repeat: repeat-x; 
}
  #job-application form fieldset .left-column textarea {
    width: 337px;height: 310px;
    background-position: 0 290px;
  }
  #job-application form fieldset textarea.wide {
    width: 708px; height: 200px;
    background-position: 0 180px;
  }
#job-application form input.text-field {
  float: left;
  background-image: url(../images/no_flash/careers/gradient.gif);
  background-repeat: repeat-x; 
  background-position: 0 0;
  border: 1px solid #c7c7c7;
  width: 229px;
  padding: 5px 5px 6px 5px;
  margin: 4px 0 0 0;
}
.dollars{
 width: 229px;
 margin: 4px 0 0 0;
 float: left;
	background: url(../images/no_flash/careers/money.gif) no-repeat 0 0;  
}
#job-application form .dollars input.text-field {
  width: 202px;
  margin: 0 0 0 27px;
		float:left;
}
#job-application form .check-box-wrap {
  padding: 1px 6px 3px 6px;
  margin: 0 10px 0 0;
  border: 1px solid #86bcce;
  background-color: #e4f9ff;
}
  #experience fieldset .right-column #applicant-type .check-box-wrap {
    display: inline;
  }
  #job-application form #details fieldset .left-column .check-box-wrap {
    padding: 0;
    width: 200px;
    margin: 10px 0 0 10px;
  }
  #job-application form #details fieldset .left-column .check-box-wrap label {
    padding: 3px 6px;
    line-height: 1.0em;
  }
  #job-application form .check-box-wrap label {
    color: #438fb3;
  }

/*** SECTION ONE: 
   === === === === QUICK LOOK DETAILS and CONTACT INFO ***/
#job-application form #quick-look label,
#job-application form #contact label {
  display: block;
  float: left;
  text-align: right;
  width: 95px;
}
  /* FORM: SALARY DOLLAR SIGN IMAGE */
  #job-application #quick-look fieldset img {
    float: left;
    margin: 4px 0 0 0;
  }
  #job-application #quick-look fieldset input#job_applicant_salary {
    float: left;
    border-left: none;
    color: #27b700;
    width: 203px;
  }
  /*** CUSTOM TEXT-FIELD WIDTHS ***/
  #job-application form #contact input#job_applicant_city { 
    width: 98px;
    margin-right: 0;
  }
  #job-application form #contact input#job_applicant_state { 
    width: 20px;
    margin-left: 0;
  }
  #job-application form #contact input#job_applicant_zip { 
    text-align: center;
    width: 55px;
    margin-bottom: 8px;
  }
  
/*** SECTION THREE: 
   === === === === PROFESSIONAL EXPERIENCE ***/
#job-application form .right-column label {
  padding: 0;
  margin: 0;
}
#job-application form .right-column .check-box-wrap input {
  border: none;
}
#job-application form .right-column #applicant-type p {
  padding: 0;
}
#job-application form .right-column #applicant-type span {
  margin-bottom: 4px;
}
#job-application fieldset .right-column img {
  float: left;
  margin: 4px 0 0 0;
}
#job-application form .right-column input#job_applicant_web_site {
  float: left;
  border-left: none;
  width: 254px;
}

/*** SECTIONS THREE and FOUR: 
   === === === === UPLOAD RESUME and MISC DETAILS ***/
#job-application form .left-column label,
#job-application form #upload-resume label,
#job-application form #more-questions label {
  display: block;
  padding: 10px 0 0 10px;
}
#job-application form #upload-resume .uploader {
  margin: 10px;
  font-size: 0.85em;
}
#job-application #details fieldset .left-column textarea {
  height: 133px;
  background-position: 0 115px;
}
#job-application #details fieldset .right-column .wrap-and-clear label {
  display: block;
  clear: both;
  margin: 14px 0 0 0;
}
#job-application #details fieldset .wrap-and-clear {
  padding: 10px 0;
}

/*** SECTION: FIVE:
   === === === === AGREE TO CONDITIONS AND SUBMIT ***/
input.submit-button {
  display: block;
  padding: 6px 12px 7px 14px;
  margin: 10px auto;
  border-color: #333;
}