/* ----------------- */
/* Structure Classes */
/* ----------------- */

body {
    margin: 0px;
    padding: 0px;
}

#body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family:Tahoma;
    font-size:11px;
    color:#646464;
    padding-bottom: 25px;
}

#shadow-left {
    background-image: url(/images/shadow-left.gif);
    background-position: top left;
    background-repeat: repeat-y;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#shadow-right {
    background-image: url(/images/shadow-right.gif);
    background-position: top right;
    background-repeat: repeat-y;
    padding-right: 33px;
}

#page {
    border: 1px solid #707B7E;
    border-top: 0px;
    text-align: left;
    margin-left: 33px;
}

#header {
    background-image: url(/images/menu-chrome.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

#left-col {
    float: left;
}

#content {
    float: right;
    width: 441px;
    margin-right: 30px;
    padding-bottom: 25px;
    border-left: 1px solid #E8E9EA;
    line-height: 1.4em;
}

#content-full {
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 25px;
    border-left: 1px solid #E8E9EA;
    line-height: 1.4em;
}

#footer {
    width: 782px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/shadow-bottom.gif);
    background-position: top center;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 11px;
    color:#939694;
    text-decoration: none;
    padding-top: 23px;
}

/* ------------ */
/* Link Classes */
/* ------------ */

a {
    color: #FF6600;
    font-size: 11px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* ------------------- */
/* Left Column Classes */
/* ------------------- */

#left-image img {
    display: block;
}
#left-development {
    padding-top: 1px;
    border-top: 3px double #999999; /*#707B7E;*/
    padding-bottom: 1px;
    border-bottom: 1px solid #999999; /*#707B7E;*/
}

#left-services {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 3px double #999999; /*#707B7E;*/
}

#left-development img, #left-services img {
    display: block;
    border: 0px;
}

/* object is an inline tag - we need to do this to remove
    2 pixel bottom gap in firefox and opera */
object {
    display: block;
}


/* --------------- */
/* Content Classes */
/* --------------- */

#breadcrumbs {
    text-align: right;
    padding-top: 15px;
    font-size: 9pt;
    padding-bottom: 10px;
}
#breadcrumbs a {
    font-size: 9pt;
}

#back-top {
    text-align: right;
    font-size: 9pt;
    clear: both;
    padding-top: 15px;
}

#back-top a {
    font-size: 9pt;
}
h1 {
    color: black;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 10px 2px 16px;
    background-color: #CCCCCC;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
    background-image: url(/images/heading-sep.gif);
    background-position: 2px 0px;
    background-repeat: repeat-y;
}
h2 {
    color: black;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 10px 2px 16px;
    background-color: #DDDDDD;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
    background-image: url(/images/heading-sep.gif);
    background-position: 2px 0px;
    background-repeat: repeat-y;
}

#content p, #content-full p {
    padding: 0px 5px 15px 15px;
    margin: 0px;
}
#content img, #content-full img {
    margin: 2px 15px 0px 15px;
}
#content img.left, #content-full img.left {
    margin-left: 0px;
}
#content img.right, #content-full img.right {
    margin-right: 0px;
}
#contact-form {
    text-align: center;
}
#contact-table {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    text-align: left;
}
.bio-image {
    border: 0px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-top: 2px;
}
/* -------------- */
/* Footer Classes */
/* -------------- */

#copyright {
    text-align: center;
}

#copyright a {
    color:#939694;
    text-decoration: none;
}

#footer-links {
    margin-top: 23px;
    margin-right: 45px;
    float: right;
}

#footer-links a {
    color:#707B7E;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* ------------ */
/* Menu Classes */
/* ------------ */

#menu {
    text-align: center;
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
}

#menu ul {
    list-style: none;
    height: 73px;
    padding: 0px;
    margin: 0px;
    padding-left: 211px;
    border-bottom: 1px solid #ACB1B3;
}

#menu li {
    display: inline;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: top left;
}

#menu a {
    display: block;
    float: left;
    
    padding: 25px 12px 17px 11px;
    margin-top: 2px;
    margin-left: -1px;
    margin-bottom: 8px;
    height: 21px;
    
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    background-image: url(/images/menu-sep.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
#menu a:hover {
    color: white;
    background-image: url(/images/menu-bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #707B7D;
}
#menu a.current {
    color: #FF6600;
}
#menu a.current:hover {
    color: white;
}