﻿.bottom {
    border-bottom: 3px solid #aecbeb;
}

.top {
    border-top: 3px solid #aecbeb;
}

.right {
    border-right: 3px solid #aecbeb;
}

.subtitle {
    font-weight: bold;
    font-size: medium;
}

.content {
    padding-top: 20px;
}

.ourcompany {
    border-bottom: 1px solid red; 
    padding-left: 50%
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.rowheader {
    background-image: url('/images/background.jpg'); 
    line-height: 75px;
}

.logoimage {
    border: 7px solid white;
    height: 75px;
}

.title {
    vertical-align: middle;
    line-height: normal;   
    color: #fff;
    padding-left: 25%; 
    font-size: x-large;  
    text-shadow: 0 1px 0 #999, 0 2px 0 #888, 0 3px 0 #777, 0 4px 0 #666, 0 5px 0 #555, 0 6px 0 #444, 0 7px 0 #333, 0 8px 7px #001135;
    display: inline-block;           
}

.ourcompanyimg {
    float:right; 
    position:relative; 
    bottom: 0;
}

.imgright {
    float:right;
}

.imgleft {
    float: left;
}
