﻿/*
MAIN COLORS

Blue    #346AA6
Red     #EB2D2D
*/

BODY {
    padding:0px;
    margin:0px;
    font-size:8pt;
    text-align:center;
    height: 100%;
    background-image:url(images/bg_image3.jpg);
    background-color:#346AA6;
	background-repeat:repeat-x;
}

HTML {
    overflow:auto;
    /* this stops horiz scroll bar which was mysteriously appearing in IE */
   overflow-x:hidden;
   font-family:Verdana;
   font-size:8pt;
   text-align:center;
   height: 100%;
   color:#525252;
}

A {
    text-decoration:none;
    color:#346AA6;
}

A:hover {
    text-decoration:underline;
}

TH 
{
    color:#4A4637;
    font-weight:bold;
    font-size:11pt;
    text-align:left;
}

H1 {
    font-size:12pt;
    font-weight:bold;
    color:#346AA6;
    text-align:center;
    margin-bottom:20px;
    margin-top:20px;
}

.TopDivA {
    background-color:#4F88C8;
    height:1px;
    line-height:0;
    font-size:1px;
}

#OutermostDiv {
    background-color:white;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:800px;
    border-style:solid;
    border-color:#716F64;
    border-top-width:0px;
    border-left-width:2px;
    border-right-width:2px;
    border-bottom-width:0px;
    min-height:500px;
    height:auto;
}

/* Hack for IE */
* HTML #OutermostDiv {
    height:500px;
}
/* End IE Hack */ 

#BottomDiv {
    text-align:center;
    background-color:#789DC7;
    color:white;
    padding:5px;
    width:790px;
    letter-spacing:2px;
    margin-left:auto;
    margin-right:auto;
    border-style:solid;
    border-color:#716F64;
    border-top-width:0px;
    border-left-width:2px;
    border-right-width:2px;
    border-bottom-width:0px;
}

#Nav {
    background-color:#346AA6;
    padding:6px;
    font-weight:bold;
}

#Nav A {
    color:white;
}

#Nav A:hover {
    text-decoration:none;
    color:yellow;
}

.OurWorkDivHeader 
{
     text-align:center;
     font-weight:bold;
     background-color:#4F88C8;
     color:#E9EFF8;
     padding:3px;
     font-size:13px;
     margin-top:20px;
}

.OurWorkDiv 
{
     background-color:#E9EFF8;
     text-align:justify;
     padding:10px;
     border-style:solid;
     border-color:#4F88C8;
     border-top-width:0px;
     border-left-width:1px;
     border-right-width:1px;
     border-bottom-width:1px;
     margin-bottom:20px;
}

.TestimonialsTableCell
{
     background-color:#E9EFF8;
     text-align:justify;
     padding:10px;
}
