@charset "utf-8";
body  {
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #666666;
        background-image: url(../images/background.gif);
        background-repeat: repeat;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
}

ul { 
list-style-position: outside; 
margin-left: 2px; 
margin-top:5px;
margin-bottom:0px;
padding-left: 10px; 
list-style: disc; 
vertical-align: middle; 
}

input {

  border-width: 1px;
  border-style: solid;
  border-color: #990000;
}

select {

  border-width: 1px;
  border-style: solid;
  border-color: #990000;
}

textarea {

  border-width: 1px;
  border-style: solid;
  border-color: #990000;
}

.form_btn {

  border-width: 1px;
  border-style: solid;
  border-color: #990000;
  background-color: #990000;
  color: #ffffff;

}


/*  border-color: #b2b2b2; */

.size8
{
    FONT-SIZE: 8px;
    font-family: Arial, Helvetica, sans-serif;
}
.size9
{
    FONT-SIZE: 9px;
    font-family: Arial, Helvetica, sans-serif;
}
.size10
{
    FONT-SIZE: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.size11
{
    FONT-SIZE: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.size12
{
    FONT-SIZE: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.size12-5
{
    FONT-SIZE: 12.5px;
    font-family: Arial, Helvetica, sans-serif;
}
.size13
{
    FONT-SIZE: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.size14
{
    FONT-SIZE: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.size16
{
    FONT-SIZE: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.size18
{
    FONT-SIZE: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.size20
{
    FONT-SIZE: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.TxtHeader {
        font-size:16px;
        color:#990000;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
}

.BgRed {
        color:#990000;
}

a:link {
        color: #990000;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #990000;
}
a:hover {
        text-decoration: underline;
        color: #5a5a5a;
}
a:active {
        text-decoration: none;
}

#container  {
        width: 830px;
        margin: 0 auto;
        text-align: left;
} 

#header  {
        background-image: url(../images/logo-header.gif);
        height: 100px;
        width: 830px;
        background-repeat: no-repeat;
        background-position: bottom;
} 


#topNav {
        height: 40px;
        margin-top: 45px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 350px;
        float: right;
}

#header ul {
        list-style: none;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 45px;
        padding-left: 465px;
}

#header li {
        display: inline;
        padding-right: 3px;
        float: left;
}

#header a {
        color: #990000;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
}

#header a:hover {
        text-decoration: none;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #b2b2b2;
}
#header a:active {
        text-decoration: none;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #b2b2b2;
}

#header .selected a {
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #9E9E9E;
}

#header .selected {
        color: #000000;
        text-decoration: none;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #990000;
}


#pageImage {
        background-image: url(../images/noFlash-Header_animation.jpg);
        height: 164px;
        width: 830px;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0;
        text-align: center;
}
#header  h1  {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#bgwrapper {
        background-image: url(../images/page-bg.gif);
        background-repeat: repeat-y;
        margin: 0px;
}

#sidebar1  {
        float: left; /* since this element is floated, a width must be given */
        width: 210px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 10px;
}


#mainContent  {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 250px;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 0px;
} 
#mainContent  p     {
        padding-top: 10px;
        margin: 0px;
}

#mainSubContent  {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 30px;
        padding-top: 0;
        padding-right: 30px;
        padding-bottom: 0;
        padding-left: 0px;
} 
#mainSubContent  p     {
        padding-top: 10px;
        margin: 0px;
}

.textFrame {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #F7F7F7;
        border: 1px solid #A1A1A5;
}

.textFrameBlack {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #000000;
        color: #FFFFFF;
        border: 1px solid #A1A1A5;
}
.textFrameImageHome {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/repairGuys.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

/*.textFrameImageProject {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/ProjectServicesnotext.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}*/

.textFrameImageProject {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/ProjectServicesnotext.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

.textFrameImageConstruction {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/ConstServicesnotext.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

.textFrameImageEngineering {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/EnginServicesnotext.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

.textFrameImageExperience {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/repairGuys.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

.textFrameImageAbout {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/repairGuys.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

.textFrameImageServices {
        margin-left: 10px;
        margin-right: 3px;
        padding-left: 15px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: .8em;
        line-height: 1.5em;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: url(../images/repairGuys.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-top: 1px solid #A1A1A5;
        border-right: 1px solid #A1A1A5;
        border-bottom: 1px solid #A1A1A5;
        border-left: 1px solid #A1A1A5;
}

.bottomCorner {
        margin-left: -26px;
        margin-bottom: -4px;
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
}
.headingGray {
        background-image: url(../images/headerBg-gray.gif);
        background-repeat: no-repeat;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        padding-left: 15px;
        height: 25px;
        padding-top: 1px;
        margin-top: 18px;
        margin-right: 0px;
        margin-bottom: -1px;
        margin-left: 0px;
        /*font-style: italic;*/
}

/* font-family:Candara; */
.headingRedTxt {
        color:#990000;
        font-family:Candara;
        font-weight: bold;
        font-size: 18px;
        /*font-style: italic;*/
}

.headingRed3Txt {
        color:#990000;
        font-family:Candara;
        font-weight: bold;
        font-size: 18px;
        /*font-style: italic;*/
}

.Red3Txt {
        color:#990000;
        font-family:Candara;
}

.headingRed {
        background-image: url(../images/headerBg-red.gif);
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        padding-left: 15px;
        height: 25px;
        padding-top: 1px;
        margin-top: 18px;
        margin-right: 0px;
        margin-bottom: -1px;
        margin-left: 0px;
        /*font-style: italic;*/
}

.headingBlack3Txt {
        color:#000000;
        font-family:Candara;
        font-size: 18px;
        /*font-style: italic;*/
}

.headingWhite3Txt {
        color:#ffffff;
        font-family:Candara;
        font-weight: bold;
        font-size: 18px;
        /*font-style: italic;*/
}

.Black3Txt {
        color:#000000;
        font-family:Candara;
}


.headingBlack {
        background-image: url(../images/headerBg-black.gif);
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        padding-left: 15px;
        height: 25px;
        padding-top: 1px;
        margin-top: 18px;
        margin-right: 0px;
        margin-bottom: -1px;
        margin-left: 0px;
        /*font-style: italic;*/
}

#footer  {
        padding: 0 10px 0 20px;
        background-image: url(../images/footer-bg.gif);
        background-repeat: no-repeat;
} 
#footer  p  {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
        font-size: .8em;
        text-align: center;
        margin: 0px;
        padding: 0px;
        color: #5a5a5a;
}

.designedBy {
        font-size: .6em;
        text-align: center;
        margin: 0px;
        padding: 0px;
        color: #5a5a5a;
}

#footerNav {
        background-image: url(../images/page-bg.gif);
        background-repeat: repeat-y;
        font-size: 0.8em;
        text-align: center;
        padding-top: 30px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 p {
        padding-top: 5px;
        margin: 0px;
        line-height: 1.3em;
}


/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }

/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: -40px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.style2 {color: #990000}
.style3 {color: #009900}