@charset "utf-8";
 body {
    background-image: url(images/background.jpg);
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
}
#wrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    width: 960px;
    text-align: left;
}
header {
    height: 140px;
    background-image: url(images/curvy-top.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#logo {
    float: left;
    padding-left: 20px;
}
#tagLine {
    font-size: 18px;
    font-style: italic;
    color: rgb(2, 35, 62);
    text-align: right;
    font-weight: normal;
    padding-top: 20px;
    padding-right: 30px;
}
nav {
    height: 40px;
    top: 140px;
    background-image: url(images/nav-bg.png);
    background-repeat: no-repeat;
}
#menuBar {
    font-size: 20px;
    font-weight: bold;
}
#menuBar ul {
    margin: 0;
    list-style: none;
    line-height: normal;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 135px;
}
#menuBar li {
    display: block;
    float: left;
}
#menuBar a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}
#menuBar a:hover {
    text-decoration: none;
    color: #C41B00;
}
section {
    height: 600px;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    top: 180px;
}
section h1 {
    color: rgb(196, 27, 0);
    font-size: 24px;
}
section h2 {
    color: rgb(196, 27, 0);
    font-size: 20px;
}
#home {
    background-image: url(images/home-bg.png);
}
#services {
    background-image: url(images/clear-bg.png);
}
#photos {
    background-image: url(images/photos-bg.png);
}
#contact {
    background-image: url(images/contact-bg.png);
}
#rebiotechSection {
    background-image: url(images/clear-bg.png);
}
/*#timesheet {
    background-image: url(images/clear-bg.png);
}*/

#contentHome {
    padding-bottom: 1px;
    padding-left: 280px;
    padding-right: 5px;
    padding-top: 1px;
}
#contentServicesA {
    padding-top: 5px;
    text-align: center;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
}
#contentServicesA h1 {
    color: rgb(2, 35, 62);
}
#contentServicesB {
    float: left;
    width: 450px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
}
#contentServicesC {
    float: right;
    width: 450px;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 12px;
}
#contentPhotos {
    float: left;
    height: 500px;
    width: 500px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 120px;
    border: medium double rgb(196, 27, 0);
}
#contentContact {
    height: 500px;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-left: 40px;
}
#mailLink {
    text-decoration: none;
    color: rgb(196, 27, 0);
}
#contentRebiotechA {
    text-align: center;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    padding-top: 1px;
}
#contentRebiotechA h1 {
    font-size: 32px;
}
#contentRebiotechB {
    margin: 0px;
    float: left;
    height: 520px;
    width: 300px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#contentTimesheet h1 {
    text-align: center;
}
#contentTimesheet table {
    border-collapse: collapse;
    border: 2px solid black;
    margin: auto;
    text-align: center;
}
#contentTimesheet th, td {
    border: 1px solid black;
}
#inputFi {
    width: 90%;
    margin: auto;
}
.numInput #cwb {
    padding-right: 5px;
    padding-left: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#tssa {
    padding-right: 5px;
    padding-left: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
footer {
    height: 120px;
    background-image: url(images/footer-bg.png);
    top: 780px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}
#rebiotech {
    float: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-left: 20px;
    padding-top: 10px;
}
#copyright {
    font-size: 12px;
    color: rgb(255, 255, 255);
    padding-top: 10px;
    float: left;
    padding-left: 270px;
}
#weldersDaughter {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
    padding-right: 20px;
    padding-top: 10px;
}
.employeeInfo {
    text-align: center;
}
.largeCol {
    width: 26%;
}
.mediumCol {
    width: 16%;
}
.smallCol {
    width: 8%;
}
.inputField {
    width: 94%;
}
.numField {
    width: 70%;
}
.textareaField {
    width: 99%;
}
#timesheet {
    height: auto;
    padding: 5px 10px 40px;

}