/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 23, 2017, 12:12:44 PM
    Author     : sam
*/

/*About Us*/
section {
    margin-top: 25px;
}
section article {
    width: 200px;
    text-align: center;
    overflow: hidden;
}
section ul {
    margin: 0px;
    padding: 10px 10px 10px 30px;
    background-color: white;
}
.article1 ul, .article1 article{
    border: 1px solid orange;
}

.article1 article {
    background-color: orange;
}
.article2 article {
    background-color: #A3B400
}
.article2 ul, .article2 article {
    border: 1px solid #A3B400;   
}
.article2 li span {
    color: red;
}
div.about {
    float: left;
    margin-right: 5px;
    width: 204px;
    height: 335px;
    text-align: center;
    color: black;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, greenyellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, greenyellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, greenyellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, greenyellow); /* Standard syntax */ 
}

div.about .green {
    color: #717E00;
}
div.about_gif594 {
    float: left;
    padding-left: 15px;
    margin-top: 10px;
    margin-right: 13px;
    width: 457px;
    height: 211px;
}

div.about_bottom_img img {
    display:inline-block;
    width:230px;
    height: 213px;
    margin-top: 10px;
    margin-right: 10px;
}

section.bottom_img {
padding-left: 21px;
}



