/*body { background:black}*/
/*#construction {text-align: center; margin-top: 200px;}*/

/* Alignment of page, content, footer */
body
{
  font-family: verdana, sans-serif;
  font-size: .9em;
  background: #f3f3f3;
}
  
#container
{
  width: 900px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  background: #fff;
}

#content {
  margin: 40px 30px 0 170px;
  font-size:.95em;
  width: 540px;
}

#footer {
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #CCC;
  text-align: center;
  color: #999;
  font-size:.8em;
  
}

#metakeywords {
    color: #f3f3f3;
    height:10px; 
    width:100%;
}

/* The logo */
#logo
{
  padding-top:10px;
  text-align:center;
  width:100%;
  display:block;
}

/* Top navigation */
#top-nav {
  height: 20px;
  text-align: center;
}

#top-nav ul {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 20px 10px 20px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

#top-nav li{
  list-style-type: none;
  display: inline;
  font-weight: bold;
  padding: 2px 50px 2px 10px;
}

#top-nav a {
  text-decoration: none;
  padding: 0px 10px 0px 0px;
  color: #242;
}

#top-nav a #current {
  color: #06F;
}

#top-nav a:hover {
  color: #666;
}

/* Left navigation */
#left-nav {
  margin-top: 30px;
  padding: 0;
  width: 150px;
  float: left;
}

#left-nav ul{
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
}

#left-nav li{
  line-height:2em;
  font-size:.9em;
}


#left-nav li a{
  text-decoration: none;
  padding-left:20px;
}

#left-nav li a:hover{
  /* temporary fix with absolute url, fix when we publish */
  background-image: url("http://allexteriorllc.com/staging/images/bullet.png");
  background-repeat: no-repeat;
}

#left-nav li a:visited {
  color: blue;
}


/* Portfolio pages alignment */
#portfolio_line {
    width: 500px;
    height: 200px;
    border-top: 1px dashed gray;
    padding: 30px 0;
}

#portfolio_right_description {
  width: 220px;
  float: right;
}

#portfolio_right_main_pic{
  width: 260px;
}

#portfolio_left_description{
  width: 220px;
}

#portfolio_left_main_pic{
  width: 260px;
  float:right;
}

/* right panel */
#right-panel {
    float:right;
    width:160px;
    margin: 40px 20px 0 0px;
}

#right-panel li {
    list-style-type: none;
    text-decoration: none;
}

/* background: #98D1FA */
#right-panel-content {
  background: #EEE;
  font-size: .65em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #78A1FF;
  border-left: 1px solid #78A1FF;
  text-align:center;
}

/* Colored box */
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #EEE}
.r1{margin: 0 4px; background: #78A1FF;}
.r2{margin: 0 3px; border-right: 1px solid #78A1FF; border-left:1px solid #78A1FF;}
.r3{margin: 0 2px; border-right: 1px solid #78A1FF; border-left:1px solid #78A1FF;}
.r4{margin: 0 1px; height: 2px; border-right: 1px solid #78A1FF; border-left:1px solid #78A1FF;}

/* faq */
#faq-question {
  border-top: 1px solid black;
  margin-bottom: 25px;
}

#faq-question h4{
  margin-top: 2px;
  padding-top: 2px;
  margin-bottom:0px;
  padding-bottom:0px;
}

#faq-question p{
  padding-left: 40px;
  font-size:.95em;
}
