/* 
    Document   : Main_StyleSheet
    Created on : Aug 22, 2013, 6:53:27 PM
    Author     : Kate Nobles
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.body{
  /**background-image: url('../images/background.jpg'); */
   background-image: url('../images/dark_wood.png');

    background-position: 100% 100%;
   width: 100%;
   height: 100%;
}


.Main{
  /** background: #66ccff; **/
   background-image: url('../images/dark_wood.png');
   
    background-position: 100% 100%;
   width: 100%;
   height: 100%;
  overflow: auto;
    }
    .Header{
    /* background: #66ff33;*/
    /*  background-image: url('../images/dark_wood_mod.png'); */
        height: 130px;
        width: 1000px;
       /* border: 15px; */
        
        text-align: center;
        color: #3333ff;
        margin-right: auto;
        margin-left: auto;
       margin-top: -90px;
       }
       .Menu_Bar{
           /**background: #666600; **/
          /** height: 50px;
           width: 1000px;
           margin-left: auto;
           margin-right: auto;
           margin-top: -220px; **/

           width:1000px;
    height:62px;
    position:relative;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /**top:200px; **/
    /**left:100px; **/
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;

}
       .content{
          /** background: #ffffff; **/
         /**  height: auto; */
         /** max-height: inherit; */
         top: 200px;
         bottom: 50px;
           width: 1000px;
           overflow: auto;
           
           text-align: center;
           color: #000000;
           margin-left: auto;
           margin-right: auto;
}

/**.menubar1{
    background: #24CCF7;
    width: 200px;
    height:500px;
    margin-left: auto;
}
.slideshow{
    background: #777;
    width: 800px;
    height: 500px;
    margin-right: auto;
} */
.content2{
   
    height: 50px;
    width: 1000px;
    text-align: center;
    color: #3333ff;
    margin-top: -21px;
    
}

.content3
{
  
    height: 330px;
    width: 1000px;
    text-align: center;
    color: #3333ff;
    margin-top: -5px;
}

.content4{
   
    height: 260px;
    width: 1000px;
    text-align: center;
    color: #3333ff;
    margin-top: -20px;
}
    .footer{
      background: #666666;
        height: 50px;
        width: 1000px;
       
        text-align: center;
        color: #ffffff;
        margin-left: auto;
        margin-right: auto;
        margin-top: -15px;

}

.getdirection{
    top: 200px;
         bottom: 50px;
           width: 1000px;
           
           overflow: auto;

           text-align: center;
           color: #000000;
           margin-left: auto;
           margin-right: auto;

}
.map{
     width: 500px;
     height: 520px;
     
     margin-top: 10px;
     float: right;
     
}
.map_direction{
     width: 500px;
     height: 520px;
     margin-top: 50px;
     float: left;
}
.Reviews{
    top: 200px;
         bottom: 50px;
           width: 1000px;

           overflow: auto;

           text-align: center;
           color: #000000;
           margin-left: auto;
           margin-right: auto;
}
.Contactview{
    top: 200px;
         bottom: 50px;
           width: 1000px;

           overflow: auto;

           
           color: #000000;
           margin-left: auto;
           margin-right: auto;

}

#header_photo1
{
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-box-shadow: #000 0 2px 10px;
-moz-box-shadow: #000 0 2px 10px;
box-shadow: #000 0 2px 10px;
}