/*RESET*/
* {
  margin:              0;
}

* {
  padding:             0;
}

img {
  border:              none;
}

p {
  padding:             25px 0 0 0;
  font-size:           12pt;
}

body {
  margin:              0;
  padding:             0;
  font:                10pt normal Arial, Helvetica, sans-serif;
}

* {
  font-family:         Arial, Helvetica, sans-serif;
  letter-spacing:      .02em;
}

* {
  color:               #150d14;
}

/*The whole page*/
body {
  background-color:    #c9d0d6;
}

#page {
  background-color:    white;
}

#content .standout {
  border:              1px black solid;
  padding:             5px;
  background-color:    white;
  margin:              25px; /*for shadow*/
}

#content ul {
  padding-left:        25px;
}

.title, .subtitle {
  font-weight:         bold;
  font-size:           x-large;
  color:               #007cbb;
}

.subtitle {
  padding-top:         25px;
  padding-bottom:      10px;
}

#copyright {
  background-image:    url("../img/Tower Painting SBIR1.png");
  background-position:  210px -0px;
  background-repeat: no-repeat;
  background-color: #002144;
}

#copyright p {
  color:               white;
}

/*General layout*/
#page {
  position:            relative;
}

/*Horizonal layout*/
#page {
  margin:              auto;
  width:               1000px;
}

#content {
  width:               880px;
  margin:              auto;
  height:              100%;
}

/*Vertical layout*/
#copyright {
  margin-top:          50px;
  height:              125px;
}

#page {
  margin-top:          10px;
  margin-bottom:       10px;
}

/*Footer*/

#copyright {
  clear:               both;
  text-align:          left;
}

#copyright p {
  padding:             20px;
  font-size:           10px;
}


/*Slideshow*/
.slideshow, .slideshow img {
  width:               512px;
  height:              343px;
  background-color:    white;
}

.slideshow img {
  display:             none;
}

.slideshow {
  float:               right;
}

.slideshow img:first-child {
  display:             inline;
}

.slideshow a {
  position:            relative;
  top:                 40px;
}
/*Slideshowatlas*/
.slideshowatlas, .slideshowatlas img {
  width:               260px;
  height:              400px;
  background-color:    white;
  bottom: 5px;
  
  
  
  
}

.slideshowatlas img {
  display:             none;
  
}

.slideshowatlas {
  float:               right;
}

.slideshowatlas img:first-child {
  display:             inline;
}

.slideshowatlas a {
  position:            relative;
  top:                 40px;
   
}