/* /* ************************************************************************** = BASIC SETTINGS -- body, text, etc. */
body {
    behavior: url(/_inc/csshover.htc); /* WinIE behavior call */
    margin: 0;
    padding: 0;
    border: 0;
    font: 12px/ 18px arial, verdana, helvetica;
    background: #fff;
    /*background:url(../img/background.gif) repeat-x;*/
    text-align: center;
    color: #000000;
	line-height:18px;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

p,h1,h2,h3,h4,td,li {
    text-align: left;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    color: #0019a8;
}

a:hover {
    color: #E86A10;
}

.clear {
    font-size: 1px;
    line-height: 1px;
    height: -1%;
    clear: both;
}

.nobold {
    font-weight: normal;
}

/* ************************************************************************** = CONTAINER -- wraps the whole page */
#container {
    width: 770px;
    background: white;
    border: none;
    margin: 0 auto;
    padding: 0;
}

/* ************************************************************************** = MASTHEAD -- branding and feature crane banner */
#masthead {
    height: 87px;
    border: 0;
    margin: 0;
    padding: 0;
    background: url(../img/bigge-mastehead.gif) no-repeat;
    background-position: left;
    text-align: right;
    margin: 0;
}

#masthead p {
    color: #fff;
    display: block;
    width: 305px;
    float: left;
    font-size: 10px;
    padding: 70px 0 0 20px;
    line-height: 12px;
    font-style: italic;
}

#masthead h1 {
    display: none;
}

#masthead object,#masthead embed {
    float: left;
    width: 400px;
}




/* ************************************************************************** NEW ENTRY = BACK TO TOP */
.back_to_top {
    float: right;
    width: 60px;
    height: 20px;
    font-size: 11px;
    clear: both;
    display: block;
    border: 0px solid #000;
    background-color: #fff;
    margin: 0 auto;
    color: #666;
}

/* ************************************************************************** NEW ENTRY = FOOTER -- self-explanatory */
.footer {
    width: 770px;
    height: 45px;
    font-size: 10px;
    clear: both;
    border-top: 2px solid #fff;
    background-color: #0019a8;
    margin: 0 auto;
    color: #fff;
}

A.footerlink:link {
    font: 10px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: underline
}

A.footerlink:active {
    font: 10px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: underline
}

A.footerlink:visited {
    font: 10px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: underline
}

A.footerlink:hover {
    font: 10px Arial, Helvetica, sans-serif;
    color: #f7941d;
    text-decoration: underline
}


/* ************************************************************************** PROJECT CONTACTS */
#leftColumn {
    float: left;
    width: 260px;
    border-right: solid 0px #ccc;
}

#rightColumn {
    float: left;
    width: 230px;
    margin: 0 0 0 50px;
    /*border-right:solid 1px #ccc;  */
}

/* ************************************************************************** PDF QUAL SHEETS */
#qual-container {
    display: block;
    border: solid 0px #000;
    float: right;
    width: 125px;
    height: 16px;
    margin: 15px 0 0 0;
}

/* ************************************************************************** QUAL SHEETS */
#qualsheet {
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 0 50px;
    width: 675px;
    height: auto;
    text-align: left;
    position: relative;
}

#qualsheet-title h1 {
    font: 24px/ 29px Arial, Helvetica, sans-serif, Geneva;
    color: #000;
    text-align: center;
    text-decoration: none;
    margin: 25px 0 20px 0;
}

#titleColumn {
    float: left;
    width: 75px;
    height: auto;
    border-right: solid 0px #ccc;
}

#descriptionColumn {
    float: left;
    width: 500px;
    height: auto;
    margin: 0 0 0 20px;
    /*border-right:solid 1px #ccc;  */
}

#imgContainer {
    width: 100%;
    height: 350px;
    padding: 0;
    float: left;
    display: block;
    border: solid 0px #ccc;
    margin: 0 0 40px 0;
}

#imgHolder {
    width: auto;
    height: auto;
    padding: 0;
    float: left;
    display: block;
    border: solid 0px #ccc;
    margin: 10px 0 10px 10px;
}

#closeWindow-container {
    float: left;
    width: 100%;
    height: auto;
    display: solid;
    border: 0px solid #000;
    border-bottom: 2px solid #000;
    background-color: #e86a10;
}

#closeWindow {
    float: right;
    width: 135px;
    text-align: left;
}

A.closeWindow:link {
    color: #fff;
    text-decoration: none;
}

A.closeWindow:active {
    color: #fff;
}

A.closeWindow:hover {
    color: #000;
}
