html,body {
    background-color: #0078ac;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
    color: #00adf7;
}
tr:hover {
    background-color: #ddd;
}
h1 {
    color: #666;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 28px;
    float: right;
    text-align: right;
    padding-right: 5px;
    width: 165px;
}
.h1accompany {
    float: right;
    text-align: right;
    font-size: 12px;
    padding-right: 5px;
    color: #999;
    width: 100px;
}
h2 {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 16px;
    padding-right: 15px;
    padding-top: 15px;
}
h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0078ac;
    font-size: 14px;
}
ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative; 
}
li a {
    display: block;
    background-image: url(../images/orangeTall.jpg);
    color: white;
    padding: 2px;
    padding-right: 10px;
    padding-left: 10px;
}
input {
    display: block;
    font-size: 18px;
    width: 100%;
}
.radios {
    display: inline;
    width: auto;
}
select {
    font-size: 18px;
}
a {
    color: #6b6b6b;
    text-decoration: none;
}
a:hover {
    color: #aaa;
}
table {
    border-collapse: collapse;
    font-size: 12px;
}
th {
    color: #999;
    text-align: left;
    padding-left: 3px;
}
td {
    border-right: 1px solid #aaa;
    padding: 3px;
}
p {
    display: block;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}
.orangeBreak {
    background-image: url(../images/orange.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 6px;
}
.leftBlurb  {
    clear: both;
}
.leftBlurbHead {
    background-image: url(../images/leftBlurbHead.jpg);
    width: 100%;
    height: 17px;
}
.leftBlurbText {
    color: #8b8b8b;
    font-size: 12px;
    padding: 10px;
    width: 140px;
    float: left;
}
.leftBlurbBorder {
    width: 3px;
    height: 350px;
    float: left;
    margin-top: 17px;
    background-image: url(../images/leftBlurbBorder.jpg);
}
.imago {
    clear: none;
    float: right;
    display: inline;
    margin: 0px;
}
.parago {
}
#previewFeatured {
    margin: 0 auto;
    width: 520px;
    height: 550px;
}
#blackOut {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
}
#editHid {
    visibility: hidden;
    z-index: 5;
    font-size: 10px;
    color: #6b6b6b;
    background-color: #ccc;
    border: 1px solid gray;
    padding: 14px;
    width: 300px;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -157px;
}
#right {
    float: right;
}
.row {
    font-size: 12px;
    margin: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: block;
    overflow: hidden;
    color: #6b6b6b;
    
}
.datLeft {
    float: left;
}
.datRight {
    float: right;
    margin-left: 25px;
}
.featPrice {
    float: right;
    display: inline;
    font-size: 48px;
    font-weight: bold;
    color: #0078ac;
}
.smallItem {
    width: 254px;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 4px;
    float: left;
    /*background-image: url(../images/sml_blu.jpg);*/
    border: 1px solid #999;
    background-repeat: repeat-x;
    color: black;
}
#featItem {
    width: 514px;
    clear: both;
    /*background-image: url(../images/feat_bw.jpg);*/
    background-repeat: repeat-x;
    border: 1px solid #999;
    overflow: hidden;
}
#featItem, .smallItem {
    border: 1px dashed #999;
}
div.smallItem p {
    padding: 10px;
    font-weight: bold;
    color: #0078ac;
}
div.smallItem img {
    margin: 4px;
}
.imgMan {
    text-align: center;
    float: left;
    padding: 5px;
    border: 1px solid gray;
    margin: 3px;
}
#topNav  {
    float: right;
    font-size: 11px;
    margin-right: 3px;
    display: block;
}
#topNavAdm  {
    font-size: 11px;
    margin-right: 3px;
    display: block;
}
#topPic {
    float: left;
    margin-top: 55px;
}
#featPic {
    float: left;
}
#bottom {
    float: left;
    width: 100%;
    margin-top: 35px;
    display: block;
    overflow: hidden;
}
#pageWrap {
    width: 770px;
    margin: 0 auto;    
    height: 100%;    
    min-height: 100%;    
}
#leftCol {
    float: left;
    width: 23px;
    height: inherit;
    background-image: url(../images/leftShad.jpg);
}
#midCol {
    float: left;
    position:relative; /*for orange footer*/
    width: 711px;
    min-height: 100%;
    background-color: white;
}
#rightCol {
    float: left;
    width: 23px;
    height: inherit;
    background-image: url(../images/rightShad.jpg);
    clear: right;
}
#innerLeftCol {
    width: 178px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
#innerRightCol {
    float: right;
    width: 520px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 35px;
}
#textMenu {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 12px;
    clear: both;
    text-align: right;
}
#topImage {
    background-image: url(../images/bldg_Frnt_header.jpg);
    width: 100%;
    height: 190px;
}