/*
   shaleforce

   Filename:         shaleforece.css

*/  
     
body {
width: 100%;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
background-color: #00273F;
font-size: 10pt;
line-height: 20pt;
}

body.index {
width: 100%;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
background-color: #00273F;
font-size: 10pt;
line-height: 25pt;
}

.image {
border: 0px;
}

a:link {
color: #FFF;
}

a:visited {
color: #FFF;
}

a:hover {
color: #4086cb;
}

a:active {
color: #4086cb;
}

p.emphasize {
font-style: bold;
font-style: italic;
color: #EB6E1F;
}

div.wrapper {
display: block;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 800px;
padding: 0px;
background-color: #00273F;
}

div.header {
width: 800px;
padding: 0px;
margin: 0px;
}

div.logo {
width: 800px;
height: 36px;
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
}

div.content {
width: 800px;
height: 700px;
padding: 0px;
margin: 0px;
text-align: left;
background-image: url(Back_Pattern_800.jpg);
background-repeat: no-repeat;
background-color: #00273f;
}

div.contentBusiness {
width: 800px;
height: 600px;
padding: 0px;
margin: 0px;
float: left;
text-align: left;
background-color: #031E2E;
}

div.contentProcess {
width: 800px;
height: 1000px;
padding: 0px;
margin: 0px;
float: left;
text-align: left;
background-color: #025567;
}

div.contentApplications {
width: 800px;
height: 1000px;
padding: 0px;
margin: 0px;
float: left;
text-align: left;
background-color: #031E2E;
}

div.contentContact {
width: 800px;
height: 1000px;
padding: 0px;
margin: 0px;
float: left;
text-align: left;
background-color: #2C3B6F;
}

#description {
padding-top: 20px;
padding-right: 60px;
padding-left: 10px;
width: 460px;
font-size: 12pt;
float: right;
color: #FFFFFF;

}

#descriptionTotalDepth {
padding-top: 20px;
padding-right: 60px;
padding-left: 50px;
width: 650px;
font-size: 12pt;
float: left;
background-color: #031E2E;
color: #FFFFFF;
}

#descriptionBusiness {
padding-top: 20px;
padding-right: 60px;
padding-left: 10px;
width: 650px;
font-size: 12pt;
float: right;
background-color: #031E2E;
color: #FFFFFF;
}

#descriptionProcess {
padding-top: 20px;
padding-right: 60px;
padding-left: 10px;
width: 460px;
font-size: 12pt;
float: right;
background-color: #025567;
color: #FFFFFF;
}

#descriptionApplications {
padding-top: 20px;
padding-right: 60px;
padding-left: 10px;
width: 460px;
font-size: 12pt;
float: right;
background-color: #031E2E;
color: #FFFFFF;
}

#descriptionContact {
padding-top: 20px;
padding-right: 60px;
padding-left: 10px;
width: 460px;
font-size: 12pt;
float: right;
background-color: #2C3B6F;
color: #FFFFFF;
}

#navcontainer {
padding: 20px;
width: 193px;
float: left;
}

#navcontainer ul {
margin-top: 10px;
margin-left: 20px;
padding-left: 0px;
font-size: 10pt;
text-align: left;
list-style-type: none;
background-color: #030052;
border: 1px solid #99ACBE;
line-height: 30px;
white-space: nowrap;
}

#navcontainer li {
border-bottom: 1px solid #99ACBE;
}

#navcontainer a {
display: block;
padding: 3px;
width: 160px;

}

#navcontainer li a:link, #navcontainer li a:visited {
font-size: 90%;
padding: 5px;
display: block;
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover {
background-color: #003050;
color #FFF
font-weight: bold;
}

h1 {
font-size: 15pt;
color:#FFF;
font-weight: bold;
text-align: left;
}

h2 {
font-size: 12pt;
color:#FFF;
text-align: left;
}

h2.totaldepthText {
font-size: 14pt;
font-weight: normal;
font-style: italic;
color: #7a99df;
text-align: left;
}
 
h2.subTitle {
font-size: 13pt;
font-style: bold;
color: #EB6E1F;
text-align: left;
}
 
h3 {
line-height: 30px;
font-size: 11pt;
font-weight: bold;
color:#FFF;
}

h3.subH {
line-height: 30px;
font-size: 11pt;
font-weight: bold;
color:#7a99df;
}

p.subH {
line-height: 30px;
font-size: 11pt;
font-weight: bold;
color:#7a99df;
}

p.address {
font-size: 11pt;
color: #FFFFFF;
}

h4 {
font-size: 11pt;
}

h4.applications {
font-size: 12pt;
}

li {
font-size: 11pt;
color:#FFF;
text-align: left;
line-height: 20px;
}

li.process {
font-size: 10pt;
color:#FFF;
text-align: left;
line-height: 30px;
}


