#outer{
height: 1100px;
width: 1000px;
border: 1px solid black;
margin: 0px auto;
}
#nav{
height:50px;
width:1000px;
background-color:#ff6700;
margin-bottom:10px;
border:1px solid #ff6700;
box-sizing:border-box;
}
ul{
list-style-type:none;
margin-top:7px;
}
li{
display:inline-block;
text-align:center;
margin: 0px 20px;
padding: 8px 20px;
width:100px;
}
a{
text-decoration:none;
color:white;
}
#slider{
height:200px;
width:1000px;
background:url('../img/hbg_bg.jpg');
background-size:cover;
margin-bottom: 10px;
}
#main{
height:570px;
width:1000px;
margin-bottom: 10px;
}
#left{
/* height:570px; */
width:695px;
float:left;
}
#right{
/* height:570px; */
width:300px;
float:right;
}


                                                  /* CONTENT */
#content-1{
height: 190px;
width:650px;
margin: 15px 0px 10px 20px;
}
#content-2{
height: 270px;
width:650px;
margin: 15px 0px 0px 20px;
}
#content-3{
height: 210px;
width:270px;
margin: 15px 0px 10px 5px;
}
#content-4{
height: 335px;
width:270px;
margin: 10px 0px 0px 5px;
    }
#heading{
background-color: #ff6700;
display: inline-block; 
padding: 4px 10px;
font-size: 20px;     
font-weight: bold;
border-radius: 4px;
letter-spacing: 1px;
margin-bottom: 7px;
  }
  #white{ 
    color: white;
    margin-right: 5px;
  }
  #blue{
    color: darkslategrey; 
  }
#text-content , #text-li{
color: #777;
font-size: 15px;
line-height: 1.4;
}
#text-a{
color:#ff6700;
text-decoration: underline;
}
#content-img{     
margin-top: 5px;                                         /*Image border*/
display: inline-block;
padding: 4px;                 
border: 1px solid #bfb1b1;      
background-color: white; 
}
#content-img img{
display: block;
height:100px;
width: 650px;
}
#content-3 ul{                                         /* Right side */
list-style-type: disc;
margin-left: -70px;
}
#content-3 li {
 text-align: left;
 color: #ff6700;
text-decoration: none;
  }
.li-anchor {
color: #ff6700;
text-decoration: none;
  }

#content-4 div[id="heading"] {
margin-top:10px;
}
#content-4 #text-content p {
 margin-top: -2px;
  }
  
                                                    /* Footer start */
#footer{
height:250px;
width:1000px;
background-color:#ff6700;
border-radius: 6px;
color: white;
overflow: hidden;
padding: 20px;
box-sizing: border-box;
}
 .column {
      width: 30%;
      float: left;
      margin-right: 3.333%;
    }
.gallery img {
      width: 65px;
      height: 65px;
      margin: 0px 5px 2px 5px;
      float: left;
      border: 2px solid white;
      box-sizing: border-box;
    }
.column h2{
  margin-top: 0;
  color:darkslategrey;
}
.text-block {
  font-size: 14px;
  margin-top: 10px;
}

                       /* Support */
.block-bold{
display: block;
line-height: 1.6;
}


                       /*Contact*/
#contact-1{
height: 100px;
width:650px;
margin: 15px 0px 10px 20px;
}
#contact-2{
height: 360px;
width:650px;
margin: 25px 0px 0px 20px;
}
    /* contact form */
    label {
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      padding: 8px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      font-size: 12px;
      box-sizing: border-box;
    }

    textarea {
      height: 100px;
      resize: vertical;
    }

    input[type="submit"] {
      padding: 6px 12px;
      font-size: 14px;
    }