html {
    overflow: scroll;
    }

body {
    background: url('../images/tileBackground.jpg') #666666;
    color: #000000;
    }

div#pageLayout {
    background-color: #ffffff;
    padding: 0px;
    margin: 15px 20px 20px 15px;
    border: solid 1px #000000;
    font-family: verdana;
    }

div#pageHeader {
    background: url('../images/headerBackground1.jpg') no-repeat;
    height: 150px;
    border-bottom: solid 12px #000000;
    }

div#pageContentSection {width: 100%;
    }

div#pageLeftColumn {
    float: left;
    width: 19%;
    padding-left: 1%;
    }

div#pageRightColumn {
    float: right;
    width: 80%;
    }

div#productLeftColumn {
    float: left;
    width: 49%;
    }

div#productLeftColumnExpanded {
    width: 98%;
    }

div#productLeftColumnExpanded .productInfo {
    margin-left: 150px;
    }

div#productLeftColumnExpanded img {
    float: left;
    }

div#productRightColumn {
    float: right;
    width: 49%;
    }

div#footer {
    display: block;
    background-color: #ffffff;  /* same bg color as h1 */
    color: #bbbbbb;
    margin: 0px;          /* flush with .main */
    padding: 1% 2%;
    text-align: center;
    font-size: 8pt;
    }

div#footer a {color: #999999;}
div#footer a:hover {color: #cccccc;}

div#address {
    float: right;
    margin: 5px 5px 0px 0px;
    text-align: right;
    font: normal 9pt Georgia, 'Times New Roman', Times, serif;
    }

img#logoTecsis {margin: 8px 10px 0px 0px;}

.clear {
    clear: both;        /* extend height of .main to longest column */
    height: 1px;
    overflow: hidden;   /* prevent IE expanding the container */
    margin: 0;          /* keep flush with surrounding blocks */
    }

h2 {
    color: #333333;
    font: 700 22pt 'Times New Roman', Times, serif;
    margin-top: 30px;
    }

.fieldBox {width: 85%;
    font-size: 8pt;
    font-family: verdana;
    color: #777777;
    padding: 0% 3% 3% 3%;
    }

.fieldBoxVerticalSpacer {display: block;
    height: 25px;
    }

.fieldBox img {float: right;
    padding-bottom: 10px;
    }

#menu {
    margin-top: 30px;
    list-style-type: none;
    width: 85%;
    }

.menu {
    font:  85% Verdana, serif;
    padding: 0px 0 2px 0;
    margin: 0 0 2px 0;
    }

.menu a, a:hover {
    color: #666666;
    background: transparent;
    text-decoration: none;
    }

#menu ul {
    padding-left: 0px;
    margin: 0 0 5px 0;
    list-style-type: none;
    }

#menu li {
    color: #333333;
    font: 85% Verdana, Helvetica, serif;
    list-style-type: none;
    }

#menu li a {
    font: normal 100% Verdana, Helvetica, serif;
    padding-left: 5px;
    text-decoration: none;
    border: none;
    color: #bbbbbb;
    }

#menu li.closed li,
#menu li.page_item li {
    display: none;
    }

#menu li a.static_item {font-family: verdana;
    color: #333333;
    font-size: 100%;
    margin-left: -5px;
    }

#menu li a.static_item:hover {color: #333333;
    }

#menu li.open {
    border-bottom: #cccccc 1px solid;
    }

#menu li.closed {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: #cccccc 1px solid;
    }

#menu li a:hover {
    text-decoration: none;
    color: #666666;
    background: transparent;
    }

#menu li li a, 
#menu ul li ul li a {
    font: normal 120% Georgia, 'Times New Roman', Times, serif;
    }

#menu ul li ul li ul li a {
    font: normal 140% Georgia, 'Times New Roman', Times, serif;
    }

#menu li li a:hover {
    text-decoration: none;
    }

#menu li li a:visited{
    border: 0px;
    }

#menu li li a:visited:hover{
    text-decoration: none;
    }

ul#menuUL {
    cursor: pointer;
    display: block;
    margin-left: 7px;
    }

a:link {
    color: #660000;
    background-color: transparent;
    font-size: 8pt;
    text-decoration: none;
    }

a:visited {
    color: #660000;
    background-color: transparent;
    font-size: 8pt;
    text-decoration: none;
    }

a:active {
    color: #660000;
    background-color: transparent;
    font-size: 8pt;
    text-decoration: none;
    }

a:hover {
    color: #660000;
    background-color: transparent;
    font-size: 8pt;
    text-decoration: underline;
    }

h2 span {
    font-size: 10pt;
    font-family: verdana;
    font-weight: 500;
    }

h2 span a:hover {
    text-decoration: underline;
    }

.backToTop {
    float: right;
    }

.formLeftColumnWidth {
    font-size: 8pt;
    width: 107px;
    float: left;
    margin-left: 5px;
	}

.formLeftColumn {
    font-size: 8pt;
    float: left;
    margin-left: 5px;
    }

.formSubmit {
    float: left;
    margin-left: 35px;
    }

.formTextarea {
    margin-left: 5px;
    }

input.button {
    background: #eeeeee;
    color: #999999;
    width: 110px;
    border: solid 1px #999999;
    margin-top: 8px;
    }

input.button:hover {
    background: #dddddd;
    color: #999999;
    width: 110px;
    border: solid 1px #999999;
    cursor: pointer;
    }

.inputBuffer {
   height: 15px;
   width: 0px;
   margin: 0px;
   padding: 0px;
   }


label { 
   float: left; 
   padding-right:10px;
   }

label.error { 
   float: none; 
   color: red; 
   padding-left: .5em; 
   vertical-align: top; 
   }
