﻿.topbar
{
    width:543px;
    height: 30px;
    color:#A88157;
    background-image:url(images/top-bar.png);
    background-repeat:no-repeat;
    font-size:12pt;
    padding-left:2px;
    padding-top: 3px;
    font-weight:bold;
    
}
.menu
{
    display:block;
    color:#2675D5;
    font-family: Arial;
    text-decoration: none;
    background-image: url(images/globe.jpg);
    background-repeat: no-repeat;
    cursor: hand;
    border-bottom: solid 1px #dddddd;
    padding-left: 20px;
    padding-bottom: 4px;
    width: 253;
    height: 20px;
}

.menu:Hover
{
    color:Red;
}

.maintext
{
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align:justify;
}

.address
{
    font-family:Arial;
    font-size: 10pt;
    color: #000000;
    padding-left: 10px;
}

.left-column
{
    border-right: solid 1px #dddddd;
    background-color: #ffffff;
}

.subtitle
{
    color: #2675D5;
    margin-bottom: 0px;
    font-weight: bold;
}

.footer
{
   font-family: Arial;
   font-size: 7pt;
   text-align: center;
   color: #999999;
}

.footer a
{
    color: #000000;
}  



/*RIG-RYAN THUMB*/

.thumbnail-rig-ryan span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail-rig-ryan:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -410px; /*position where enlarged image should offset horizontally */
top: -160px;

}

.thumbnail-rig-ryan{
position: relative;
z-index: 0;
padding: 0px 5px 0px 5px;
}

.thumbnail-rig-ryan:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-rig-ryan span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

/*BARLOW-DRILLING THUMB*/

.thumbnail-barlow-drilling span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail-barlow-drilling:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -410px; /*position where enlarged image should offset horizontally */
top: -150px;

}

.thumbnail-barlow-drilling{
position: relative;
z-index: 0;
padding: 0px 5px 0px 5px;
}

.thumbnail-barlow-drilling:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-barlow-drilling span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}



/*BARLOW-TRUCK3 THUMB*/

.thumbnail-barlow-truck3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail-barlow-truck3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -360px; /*position where enlarged image should offset horizontally */
top: -140px;

}

.thumbnail-barlow-truck3{
position: relative;
z-index: 0;
padding: 0px 5px 0px 5px;
}

.thumbnail-barlow-truck3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-barlow-truck3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}