/* GLOBAL ELEMENTS */

body {
    background-color: #ccc;
    height: 100%;
    font: 100% tahoma, verdana, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    }

#container {
    background-color: #fff;
    border-bottom: 1px solid #555; 
    border-left: 1px solid #555; 
    border-right: 1px solid #555;
    border-top: 5px solid #7097a8;
    margin: 112px auto 0 auto;
    width: 760px;
    }

/* MISC ELEMENTS */

#maincontent h1 {
    color: #000;
    font: bold 1.8em helvetica, arial, sans-serif;
    text-transform: uppercase;
    }

#maincontent h2 {
    color: #0076a3;
    font: bold 1.2em verdana, tahoma, sans-serif;
    margin: 5px 0;
    padding: 0;
    }

#maincontent h3 {
    color: #000;
    font: bold 1.1em verdana, tahoma, sans-serif;
    margin: 0;
    padding: 0;
    }

#maincontent h4 {
    color: #000;
    font: bold 1.0em verdana, tahoma, sans-serif;
    }

#maincontent h2 a {
    color: #0076a3;
    text-decoration: underline;
    }
#maincontent h3 a, #maincontent h4 a {
    color: #000;
    text-decoration: underline;
    }

img.teal {
    border: 3px solid #7097a8;
    }

img.top {
    clear: both;
    display: block;
    margin: 20px 0 20px 0;
    }

#maincontent img.cmx-FloatLeft {
    margin: 5px 10px 5px 0;
    }

#maincontent img.cmx-FloatRight {
    margin: 5px 0 5px 10px;
    }

.parkinson {
    font-family: "Nobel-Regular", arial, sans-serif;
    font-style: normal;
    }

.parkinson em {
    font-family: "Nobel-Light", arial, sans-serif;
    font-style: normal;
    }

/* BANNER ELEMENTS */

#banner .google {
    display: block;
    float: right;
    font-size: 12px;
    margin: 50px 0 0 0;
    width: 195px;
    }

#banner .google .search {
    float: left;
    margin: 10px 0 0 0;
    }

#banner .google input {
    float: right;
    height: 14px;
    margin: 3px 0 0 0;
    }

#banner .google img {
    float: right;
    margin: 3px 1px 0 0;
    }

#banner {
    background-color: #fff;
    border-left: 1px solid #555; 
    border-right: 1px solid #555;
    border-top: 3px solid #666;
    display: block;
    height: 109px;
    margin-left: -1px;
    overflow: hidden;
    position: absolute; 
    top: 0;
    width: 760px;
    }

.UAiemac #banner {
    margin: 0 0 0 -16px;
    }

.bannernavigation {
    background-color: #f8931d;    
    border-top: 4px solid #f3bb4a;
    display: block;
    height: 25px;
    margin: 0 0 1px 0;
    padding: 0 0 0 8px;
    width: 752px;
    }

.bannernavigation a {
    background-color: #f8931d;
    color: #000;
    display: block;
    float: left;
    font-size: 11px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 65px;
    }

.UAiemac .bannernavigation a {
    display: inline-block;
    float: none;
    }

.bannernavigation a.industries {
    width: 125px;
    }
.bannernavigation a.about, .bannernavigation a.contact, .bannernavigation a.products, .bannernavigation a.services {
    width: 90px;
    }

#banner_current {
    font-weight: bold;
    background-color: #f3bb4a;
    }

.bannernavigation a:hover  {
    background-color: #f3bb4a;
    }

.print-header {
    display: none;
    }

/* MAIN ELEMENTS */

#maincontent {
    display: block;
    float: right;
    font-size: .7em;
    line-height: 1.5em;
    margin-top: 25px;
    padding: 0 10px 0 20px;
    width: 530px;
    }

#maincontent a:hover {
    text-decoration: none;
    }

#maincontent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

#maincontent li {
    background: url("/images/list-arrow-blue.gif") 0 5px no-repeat;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    }

/* CALLS TO ACTION */

#maincontent .right {
    display: block;
    float: right;
    margin: 0 -10px 10px 10px;
    width: 200px;
    }

#maincontent img.print-icon {
    float: left;
    padding-left: 40px;
    }

#maincontent .right .print {
    margin: 0 0 0 5px;
    }

#maincontent .right .print a {
    color: #7198a9;
    }

#maincontent .right .print a:hover {
    color: #f8931d;
    }

#maincontent .right .calls-to-action a { 
    color: #000;
    background: url("/images/list-arrow-black.gif") 10px 12px no-repeat #f8931d;
    border-left: 5px solid #f3bb4a;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 12px;
    list-style-type: none;
    margin: 0 0 1px 0;
    padding: 9px 0 0 20px;
    text-decoration: none;
    width: 175px;
    }

#maincontent .right .calls-to-action a:hover { 
    background-color: #f3bb4a;
    }

/* LEFT ELEMENTS */

#leftcontent {
    display: block;
    float: left;
    margin-top: 1px;
    width: 200px;
    }

#leftcontent .bucket {
    background-color: #ebebeb;
    display: block;
    font-size: .7em;
    line-height: 1.6em;
    margin: 0 0 1px 0;
    padding: 15px 15px 15px 10px;
    }

#leftcontent .bucket a {
    color: #0076a3;
    text-decoration: underline;
    }

#leftcontent .bucket a:hover {
    color: #000;
    text-decoration: none;
    }

#leftcontent .bucket .header {
    clear: both;
    display: block;
    font: 14px normal helvetica, arial, sans-serif; 
    text-transform: uppercase;
    }

#leftcontent .bucket .header a {
    color: #000;
    text-decoration: none;
    }

#leftcontent .bucket ul {
    line-height: 1.3em;
    margin: 0 0 0 15px;
    padding: 0;
    }

#leftcontent .bucket li {
    color: #0076a3;
    margin: 0;
    padding: 0;
    }

/* FOOTER ELEMENTS */

.footer {
    background: #99CEE5 url("/images/footer-bg.gif") repeat-x;
    border-top: 4px solid #f8931d;
    clear: both;
    color: #fff;
    display: block;
    font: .7em arial, sans-serif;
    line-height: 1.7em;
    margin: 1px 0 0 0;
    padding: 10px 0 10px 15px;
    }

.UAiemac .footer {
    background: #739BAC;
    }

.copyrightnotice { 
    color: #fff; 
    display: block;
    margin: 0;
    padding: 0;
    }

.footerlink { 
    color: #fff; 
    display: block;
    margin: 0;
    padding: 0;
    }

.footer a, .footerlink a, .copyrightnotice a {
    color: #fff;
    text-decoration: none;
    }

.footer a:hover, .footerlink a:hover, .copyrightnotice a:hover {
    text-decoration: underline;
    }

/* ABSOLUTELY POSITIONED ELEMENTS */

.marketing-message {
    color: #fff;
    font: bold 20px helvetica, arial, sans-serif;
    margin-left: 250px;    
    position: absolute;
    text-transform: uppercase;
    top: 130px;
    }

.tagline {
    font: bold 13px helvetica, arial, sans-serif;
    margin-left: 250px;
    position: absolute;
    top: 180px;
    }

.brands {
    background-color: #d7d7d7;
    display: block;
    float: right;
    margin-left: 186px;
    padding: 0;
    position: absolute;
    top: 118px;
    text-align: right;
    width: 559px; 
    z-index: 30;
} 

.brands img {
    margin: 0 15px;
}

/* TABLE ELEMENTS */

table.specs {
    border-collapse: collapse;
    clear: both;
    margin: 0;
    padding: 0;
    width: 530px;
    }

.specs td {
    border: 1px solid #000;
    margin: 0;
    padding: 3px;
    text-align: center;    
    }

.specs .row1 {
    background-color: #7097A8;
    color: #fff;
    font-weight: bold;
    }

.specs .col1 {
    font-weight: bold;
    }


/* ROLLOVER */

body {
behavior: url(/Files/csshover.htc); /* call hover behaviour file */
} 
.rollover ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 140px;
}
.rollover ul li a {
height: 1%; /* make links honour display: block; properly */
}

.rollover ul ul,
.rollover ul li:hover ul 
{display: none;}  /* initially hides submenus */

.rollover ul li:hover ul
{display: block;}  /* displays submenus when hovered */