html { overflow-y: scroll; }

body {
  text-align: center;
  /*font-family: "Myriad Pro Regular", "Lucida Grande Regular", Verdana,  Arial, Helvetica, "DejaVu Sans Book", sans-serif;*/
  font-family: Arial, Helvetica, "DejaVu Sans Book", sans-serif;
  font-size:100%;
  color: #584D4D;
  margin-top: 15px;
}

.pageTitle {
  margin-top: 20px;
  margin-bottom: 22px;
}

.quoteBoxCurve {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  display: inline-block;
  background-color:#fafafa;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 3px;
  margin-right: 3px;
  width: 236px;
  height: 280px;
  overflow:hidden;
  word-spacing: 0em;
  letter-spacing: 0em; 
  height: 210px;
  width: 730px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 3px 4px rgba(0, 0, 0, 0.3);
}

.quoteBoxCurve img {
  display: inline;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 6px;
  border: 0px none;
  
}

.boxCurve {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  display: inline-block;
  background-color:#fafafa;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 3px;
  margin-right: 3px;
  width: 236px;
  word-spacing: 0em;
  letter-spacing: 0em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 3px 4px rgba(0, 0, 0, 0.3);
}

.boxCurve img {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.boxCurve h1 {
  display: block;
  width: 215px; /* 236 - margin width */
  text-align: left;
  margin: 10px 0px 0px 11px; /* top right bottom left */
  font-size: 1.05em;
  font-weight: bold;
}

.boxCurve p {
  display: block;
  text-align: left;
  font-size: 0.95em;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 12px;
  margin-right: 12px;
  font-style: normal
  font-weight: normal
}

.boxCurve a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 6px;
  margin-right: 124px;
  text-align: left;
  background-image:url(../img/more_forward.gif);
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position:right;
  padding-right: 14px;
  padding-bottom: 3px;
  cursor: pointer;
}

.boxCurveFilms {
  -webkit-border-radius:9px 9px 0px 0px;
  -moz-border-radius:9px 9px 0px 0px;
  display: block;
  background-color:#fafafa;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  word-spacing: 0em;
  letter-spacing: 0em;
  padding: 0px 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 3px 4px rgba(0, 0, 0, 0.3);
  /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.2);*/
}
.boxCurveFilms h1 {
  display: block;
  width: auto;
  text-align: left;
  margin: 4px 0px 0px 10px; /* top right bottom left */
  font-size: 1.65em;
  font-weight: bold;
}
.boxCurveFilms h2 {
  display: block;
  width: auto;
  text-align: left;
  margin: 0px 0px 0px 10px; /* top right bottom left */
  font-size: 0.95em;
  font-weight: bold;
}
.boxCurveFilms p {
  display: block;
  text-align: left;
  font-size: 0.95em;
  margin-top: 8px;
  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 4px;
  font-style: normal
  font-weight: normal
}
.boxCurveFilms .headerImg {
  top: 0px; 
  left: 0px; 
  height: 60px;
  width: 820px;
}
.slideFilms {
  position: relative; 
  top: 0px; 
  left: -10px; 
  cursor: pointer;
}
.thumbnailBar {
  height: 90px;
  margin-left: 10px;
}
.thumbnail {
    /*border: 2px solid #F2F2F2;*/
    float: left;
    margin-right: 2px;
    padding: 0px 1px;
    position: relative;
}
.thumbnail .play {
    background-image: url("../img/PlayIcon48px.png");
    height: 48px;
    left: 41px;
    position: absolute;
    top: 13px;
    width: 48px;
}
.filmTitle {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  text-align: left;
  display: block;
}
.filmDirector {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
  display: block;
}
.filmSeenOn {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
  display: block;
}

#nav-menu {
  margin: 6px auto 0px auto;
  width: 906px;
  /*background-color: #403f40;*/
  background: url('../img/headerBar.png') no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
}
#nav-menu ul {
  list-style: none;
  padding: 8px 8px;
  margin-top: 12px;  /* Controles white space between nav menu and Top Logo */
  margin-bottom: 3px;  /* Controles white space between nav menu and slideshow */
}
#nav-menu li {
  display: inline;
  padding: 0px 42px;
}
#nav-menu a {
  color: #e6e6e6;
  text-decoration: none;
}
#nav-menu a:visited {
  color: #e6e6e6;
  text-decoration: none;
}
#nav-menu a:hover {
  color: #ff2700;
  text-decoration: none;
  text-shadow: #ff2700 0px 0px 2px;
}
#nav-menu img {
  border: 0px;
}

#page-background {
  background-image: url('../img/background_gradient.png');
  background-color: #f1f2f2;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 906px;
  min-height: 630px;
  margin: 0px auto;
}
#page-body p {
  margin-top: 0px;
  padding-top: 10px;
}

#copyright {
  color: #AFAFAF;
  font-size: 0.6em;
  margin: 6px 0px;
}

#bottompad { /* only used on jobs page. */
  margin-top: 50px;
}

#disclaim {
  color: #afafaf;
  font-size: 0.6em;
  margin: 6px 0px;
}
#disclaim a {
  color: #afafaf;
}

p.quoted {
  text-align: left;
  width: 675px;
  margin: 10px auto;
  text-indent: 14pt;
}

p.read_more {
  text-align: left;
  font-style: italic;
  width: 110px;
  margin: 10px 116px;
  background-image:url(../img/more_base.gif);
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position:right;
  padding-right: 7px;
  padding-bottom: 3px;
  cursor: pointer;
}

p:hover.read_more {
  color: #f53729;	
}

p.whoami{
  display: block;
  position: relative;
  top: -40px;
  width: 60%;
  text-align: left;
  margin-left:12px;
  margin-top:10px;
  margin-right:auto;
  font-size: 1.05em;
  font-weight: bold;
}

p.aboutme {
  display: inline-block;
  position: relative;
  top: -40px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  text-indent: 14pt;
  font-size: 0.95em;
}

.quoteBoxLink {
  display: inline; 
  left: -60px; 
  top: 145px; 
  width: auto;
  height: 16px;
  z-index:100;
  text-align: left;
  position: relative;
  background-image:url(../img/more_forward.gif);
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position:right;
  padding-right: 14px;
  padding-bottom: 3px;
  cursor: pointer
}

a:visited.quoteBoxLink {
  color: #5f1a00;
}
a:hover.quoteBoxLink {
  color: #5f1a00;
  text-decoration: none;
}
a#prev {
  color: #5f1a00;
  text-decoration: none;
  border: 0px none;
}
a#next {
  color: #5f1a00;
  text-decoration: none;
  border: 0px none;
}
a:focus#prev {
  color: #5f1a00;
  text-decoration: none;
  outline: 0px none;
}
a:focus#next {
  color: #5f1a00;
  text-decoration: none;
  outline: 0px none;
}


p.question{
  width: 675px;
  text-align: left;
  margin: 10px auto;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}

p.answer {
  text-align: left;
  width: 650px;
  margin: 10px auto;
}

p.about_us {
  text-align: center;
  width: 550px;
  margin: 10px auto;
}

dl {
  text-align: left;
  width: 675px;
  margin: 0px auto;
}
dt {
  font-weight: bold;
  margin-top: 20px;
  font-style: italic;
}
dd {
  margin-left: 0px;
}

h1 { font-size: 1.5em; margin: 32px 0px; }
h2 { font-size: 1.2em; margin: 20px 0px; }
h3 { font-size: 1.0em; margin: 10px 0px; }

a {
  color: #5f1a00;
  text-decoration: none;
}
a:visited {
  color: #5f1a00;
}
a:hover {
  color: #FF2700;
  text-decoration: underline;
}

.pics { 
  height: 510px;
  width: 906px;
  overflow: hidden;
  margin: 0px auto;
  position:relative;
  top: +0px;
}

.pics img { 
  height: 510px;
  width: 906px; 
}

#playOverlay {
  position:relative;
  left: -385px;
  top: -125px;
  margin-top: auto;
  margin-left: auto;
  overflow: hidden;
  border: none;
  z-index:100; /* Ensure that the Play button is always on top of the slideshow stack */
}

#NoImgBorder {
  border: none;
}

#CenterContainer {
  position:relative;
  width:906px;
  height:510px; /* Ensures that the disclaimer is not pushed too far down (ie below the extra space that the play button would occupy if it wasn't pushed upwards). */
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 12px;  /* Controles white space between slideshow and the disclaimer */
  overflow: hidden; /* Removes vertical space where the Play button would reside if it wasn't translated to the upper left */
}

.moreArrow {
  text-align: left;
  display:block;
  background-image:url(../img/more_base.gif);
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position:right;
  border-bottom-color:#CCC;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  padding-right: 14px;
  padding-bottom: 3px;
  cursor: pointer;
}

dt:hover.moreArrow {
  border-bottom-style:solid;
  font-weight:bold;
  color: #f53729;	
}

.backArrow {
  width: 190px;
  text-align: left;
  display:block;
  background-image:url(../img/more_back.gif);
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position:left;
  padding-left: 14px;
  padding-bottom: 3px;
  cursor: pointer;
  margin-left: 100px;
  margin-top: 30px;
  /*color: #584D4D;*/
}

.forwardArrow {
  width: 580px;
  text-align: right;
  display:block;
  background-image:url(../img/more_forward.gif);
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position:right;
  padding-right: 14px;
  padding-bottom: 3px;
  cursor: pointer;
  margin-left: 200px;
  margin-top: 10px;
  /*color: #584D4D;*/
}

a:visited.backArrow {/*color:#584D4D;*/}

a:hover.backArrow {
  color: #f53729;
  text-decoration: none;
  letter-spacing: normal;	
}

#taleoContent {
  padding: 0px;
  margin: 0px;
  border: none;
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;
}

#taleoContent td, #taleoContent th {
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;
}

#taleoContent textarea {
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  height: auto;
  width: auto;
}

#taleoContent textfield {
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  height: auto;
  width: auto;
}

#taleoContent select {
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  height: auto;
  width: auto;
}

#taleoContent input {
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-variant: normal;
  height: auto;
  width: auto;
}

#requirementslist li { 
  list-style-type: lower-alpha; 
}

