/* -- Layout Overrides --*/

#LayoutContent {
    font-size: 18px;
}

/* -- Conent Overrides -- */

#divInnerContent {
    padding-top: 0;
    /*background-color: #e5e5e5;*/
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

/* -- END Overrides -- */

/* -- Page Specific Code  --*/
/*a, a:link, a:visited {
    color: #2199e8;
}*/

/* -- HOME PAGE --*/

.home-edit-table {
    border-spacing: 0;
}

.home-edit-table th {
    background-color: #4E4B48;
    width: 30%;
    padding: 25px 10px;
    border-bottom: 10px solid #D7C826;
    border-radius: 8px 8px 0 0;
}

.home-edit-table th h2 {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 1.4em;
}

.home-edit-table td {
    padding: 15px;
    background-color: #CFCDC9;
    color: #003f62;
    font-size: .9em;
    vertical-align: top;
    text-align: left;
    line-height: 1.7rem;
    border: 1px solid #CFCDC9;
    border-radius: 0 0 8px 8px
}

.home-edit-table td ul {
    -webkit-padding-start: 0px;
    padding-start: 0px;
    list-style-type: none;
}

.home-edit-table td ul li {
    background-image: url('../images/yellowbullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 15px;
}

.home-edit-table td div {
    height: 30px;
}

.home-edit-table .spacer {
    background-color: #fff;
    width: 5%;
    border:0;
}
/* -- END HOME PAGE --*/

/* -- ABOUT PAGE --*/

.about-content {
}

.about-content .left-col,
.about-content .right-col {
    float: left;
}

.about-content .left-col {
    width: 60%;
    margin-right: 5%;
}

.about-content .right-col {
    width: 35%;
}

.about-content .right-col p {
    color: #154588;
    font-size: 1.2em;
}

#contactInfo {
    float: right;
    margin: 50px 100px 0 0;
    background-color: #3b3b3b;
    color: #CFCDC9;
    width: 400px;
    border-top: 8px solid #D7C826;
    opacity: 0.98;
    filter: alpha(opacity = 98);
}
#contactInfo h2 {
    font-weight: bold;
    position: relative;
    margin: 30px 0 0 30px;
}
#contactInfo p {
    margin: 15px 0 15px 30px;
}

.contact
{
    text-align:center;
    width:100%;
    height:auto;
    padding-bottom:15px;
}
.contact input[type="text"], .contact textarea {
    height:40px;
    width:600px;
    display:block;
    margin: 15px auto;
}

/* -- END ABOUT PAGE --*/
