/* =========== Main ===============*/
body
{
    background-color: #EEEEEE;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: 12pt;
}

div#main_container
{
    background-color: #FFFFFF;
    width: 737px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
}

/* ========== Header ================ */
div#header
{
    padding: 5px;
}

div#header img
{
    border: 1px solid #000000;
}

/* ========= Navigation =============== */
/* New button */
.new_button
{
    text-align: center;
    border: 1px solid #000000;
    margin-bottom: -1px;    
}


/* Odd */
div.odd_navigation div
{
    width: 122px;
    background-color: #fcd116;
    float: left;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 12pt;
}

div.odd_navigation div.selected
{
    background-color: #000000;
    color: #FFFFFF;
}

div.odd_navigation div.selected_end
{
    background-color: #000000;
    color: #FFFFFF;
    border-right: 0
}

div.odd_navigation div.end
{
    border-right: 0
}

div.odd_navigation a
{
    text-decoration: none;
    color: #000000
}

div.odd_navigation a:hover
{
    text-decoration: underline;
}

div.odd_navigation div.selected a
{
    color: #FFFFFF
}

div.odd_navigation div.selected_end a
{
    color: #FFFFFF
}

/* Even */
div.even_navigation div
{
    width: 122px;
    background-color: #FFEEA7;
    float: left;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 12pt
}

div.even_navigation div.selected
{
    background-color: #fcd116;
    color: #000000;
}

div.even_navigation div.selected_end
{
    background-color: #fcd116;
    color: #000000;
    border-right: 0
}

div.even_navigation div.end
{
    border-right: 0
}

div.even_navigation a
{
    text-decoration: none;
    color: #000000
}

div.even_navigation a:hover
{
    text-decoration: underline;
}

div.footer_navigation
{
    font-size: 8pt;
    line-height: 11pt;
    text-align: center;
    padding-top: 10pt;
}

div#new_pump
{
    padding: 1em 0 1.21em 0;
    border: 1px solid #000000;
    font-size: 28pt;
    text-align: center;
    line-height: 2em;
}

div#new_pump_20
{
    padding: 0.5em 0 0.86em 0;
    border: 1px solid #000000;
    font-size: 28pt;
    text-align: center;
    line-height: 2em;
}

div.footer_navigation a
{
    text-decoration: none;
}

div.footer_navigation a:hover
{
    text-decoration: underline;
}

/* ================ Body ========== */
/* Various dividers */
div#main
{
    clear: both;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

div.text
{
    margin-bottom: 15px;
}

div.text em
{
    font-weight: bold;
    font-style: normal;
}

.left_column
{
    width: 305px;
    float: left;
}

.right_column
{
    width: 305px;
    margin-left: 315px;
}

div.highlight1
{
    background-color: #fcd116;
    margin-bottom: 10px;
    border: 1px solid #000000;
    padding: 10px;
    width: 96%;
}

div.highlight2
{	
    background-color: #fcd116;
    margin-bottom: 1px;
    border: 1px solid #000000;
    padding: 10px;
    width: 45%;
}

/* Text styles */
span.dropcap
{
    font-family: georgia, times, serif;
    float: left;
    font-size: 28pt;
    line-height: 24pt;
}

span.bold
{
    font-weight: bold;
}
        
/* Useful classes */
.left_float
{
    float: left;
    padding-right: 15px
}

.right_float
{
    float: right;
}

.clearer
{
    clear: both;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

/* Headings */
h1
{
    font-size: 20pt;
    line-height: 24pt;
    text-decoration: underline;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

h2
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
}

h3
{
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
}

h4
{
    font-size: 20pt;
    line-height: 24pt;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

/* Links */
a
{
    color: #000000;
}

a:visited
{
    color: #000000;
}

a:hover
{
    color: #000000;
}

div#main a
{
    color: #000000;
}

div#main a:link
{
    color: #000000;
}

div#main a:hover
{
    color: #000000;
    background-color:#FFEEA7;
}

div.footer a
{
    color: #000000;
}

div.footer a:link
{
    color: #000000;
}

div.footer a:hover
{
    color: #000000;
    background-color:#FFEEA7;
}

a img
{
    border: 0;
}

/* Images */
img.border
{
    border: 1px solid #000000;
    margin: 5px;
}

/* Lists */
ul
{
    padding-left: 15px;
    margin: 0px;
}

.vacancies
{
    list-style-type: square;
    margin: 25px 0px 0px 25px;
}

li.nodisc
{
	list-style-type: none;
}

/* Rules */
hr
{
    width: 100%;
    border: 0;
    border-top: 1px solid #000000;
    margin: 0;
    margin-top: 5px;
}

/* Tables */

div#tablesingle
table
{
    background-color: #000000;
}

th
{
    padding: 3px;
    font-weight: normal;
}

td
{
    padding: 3px;
}

tr.tshead_two th
{
    background-color: #000000;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 75%;  
}

tr.tshead_two th.end
{
    border-right: 0;
    width: 25%;
}

tr.odd td
{
    background-color: #FFEEA7;
    color: #000000;
}

tr.even td
{
    background-color: #fcd116;
    color: #000000;
}

div#tablefleet
table
{
    background-color: #000000;
}

th
{
    padding: 3px;
    font-weight: normal;
}

td
{
    padding: 3px;
}

tr.head_one th
{
    background-color: #000000;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;

}

tr.head_one th.end
{
    border-right: 0;
}

tr.head_two th
{
    background-color: #000000;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 11%;
}

tr.head_two th.end
{
    border-right: 0;
    width: 12%;
}

tr.odd td
{
    background-color: #FFEEA7;
    color: #000000;
}

tr.even td
{
    background-color: #fcd116;
    color: #000000; 
}

/* Pump pages */
div.drawing
{
    width: 100%;
}

img.drawing
{
    padding: 5px;
    border: 1px solid #000000;
    margin-bottom: 15px;
}

img.drawing_two
{
    padding: 5px;
    border: 1px solid #000000;
    margin-bottom: 15px;
}

div.padder
{
    clear: both;
    margin-bottom: 1px;
}

div.footprint
{
     text-align: center;
}

/* ================ Boom animation ====================== */

div#animation_container
{
    background-color: #FFFFFF;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000000;
}

div#animation_header
{
    text-align: center;
    padding: 5px;
}

div#animation_header img
{
    border: 1px solid #000000;
}

#animation
{
    text-align: center;
    border: 1px solid #000000;
    padding-bottom: 5px;
    margin: 5px;
    }
    
#animation_text
{
    padding: 5px;
    font-size: 8pt;
    line-height: 11pt;
    text-align: center;    
}

#animation_center
{
text-align: center;
padding-bottom: 8px;
}
   

/* ================ Footer ====================== */
div.footer
{
    padding: 5px;
    font-size: 8pt;
    line-height: 11pt;
}

/* Validation pics */
div.footer img
{
    margin-top: 5px;
}
