/* index.css 
 * 18/Aug/2012
 * Author: oum@familycheeze.com
 * 
 * index.html has a considerable amount of styling that is unique to 
 * the page, including "theme" styles (blue vs red, for example), so 
 * I extracted the page-specific styling to a separate stylesheet.
 *
 * *** This stylesheet is for the FCZ blue theme. ***
*/

div#header {
  position: relative;
  width: auto;
  height: 100px;
  font-family: Arial;
  color: white;
  background-image: url(../images/bgHeader.png);
  background-repeat: repeat-x;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.fc_logo {
  position: absolute;
  left: 20px;
  top: 5px;
}

div#left_col {
  float: left;
  margin: 0 10px 30px 10px;
  width: 450px;
  border: none;
}

div#right_col {
  float: left;
  width: 450px;
  margin: 0 0 0 20px;
  border: none;
}

div#image_container {
  width: 400px;
  height: 300px;
  position: relative;
  top: 5px;
  left: 30px;
  border: none;
  /* Added 2/Mar/2016 to add clear space at bottom of slideshow box */
  margin-top: 20px;
}

img#back_img {
  position: absolute;
  top: 0;
  left: 0;
}

img#front_img {
  position: absolute;
  top: 0;
  left: 0;
}

div#pic_box {
  float: left;
  margin-top: 20px;
  width: 500px;
  border: none;
}

div#ceo_msg {
  display: block;
  width: 94%;
  font-style: italic;
  font-weight: lighter;
}

