* {
    margin: 0;
    padding: 0;
}

body {
    font: 62.5%/1.5 Verdana, Arial, sans-serif;
    background: url('img/grayStripes_background.gif');
    color: black;
}

#wrapper {
    width: 760px;
    height: 582px;
    margin: 37px auto;
    position: relative;
    font-size: 120%;
    border-right: solid 1px #222;
    border-bottom: solid 2px #222;
}

#top_tagline {
    position: absolute;
    right: 0;
    padding-right: .25em;
    top: -1.5em;
    font-weight: bold;
    color: rgb(0, 116, 217);
}

#top_tagline span {
    margin-left: 1.5em;
}

#masthead {
    position: absolute;
    width: 100%;
    height: 130px;
    background-image: url('img/blue_header_scaled.jpg');
    background-repeat: no-repeat;
}

#logo {
    position: absolute;
    background-image: url('img/logo.png');
    background-repeat: no-repeat;
    width: 210px;
    height: 50px;
    z-index: 1;
}

#logo a {
    display: block;
    width: 195px;
    height: 43px;
}

#nav {
    position: absolute;
    top: 130px;
    background: url('img/blueComputerNavigationBox.jpg') no-repeat;
    width: 150px;
    height: 452px;
}

#nav_menu {
    list-style: none;
    text-align: center;
}

#nav_menu li {
    height: 24px;
}

#nav_menu li a, #nav_menu li span {
    font-size: 12px !important;
    text-decoration: none;
    display: block;
    height: 21px;
    padding-top: 3px;
}

#nav_menu li span {
    color: #333;
    font-weight: bold;
}

#nav_menu li a:link, #nav_menu li a:visited {
    color: #333;
}

#nav_menu li a:hover {
    color: #eee;
}

#nav_menu li a:active {
    font-weight: bold;
}

#right_pane {
    position: absolute;
    top: 130px;
    background: url('img/grayKeyboardTop.gif') no-repeat;
    width: 204px;
    height: 452px;
    right: 0;
}

#right_pane.rightPaneAbout {
    background: url('img/grayKeyboardTopBH.png') no-repeat;
}

#right_pane #copyright {
    position: absolute;
    bottom: 0;
    /*font-size: 8px !important;*/
    /*margin-left: 24px;*/
    width: 100%;
    text-align: center;
    font-size: .75em;
}

#content {
    position: absolute;
    top: 130px;
    height: 447px;
    background-color: #fff;
    width: 386px;
    overflow: auto;
    left: 150px;
    padding: 5px 10px 0px;
}



#mission_statement p {
    line-height: 2em;
}

#mission_statement p strong {
    font-weight: bold;
    font-size: 115%;
    color: #0033ff;
}

#project_spotlight {
    font-style: oblique;
}

#project_spotlight h4 {
    margin-top: 1.5em;
}

a#project_spotlight_link {
    text-decoration: none;
    color:black;
    display: block;
    padding: 5px;
}

a#project_spotlight_link:hover {
    color:black;
    border: solid 1px #aaa;
    padding: 4px;
}

#content h1 {
    color: #333;
    font-weight: bold;
    font-size: 110%;
}

#content p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.prodTitle {
    display: block;
    font-weight: bold;
}

a.prodTitle {
    color: #0033ff;
    padding: 1px;
}

a.prodTitle:hover {
    border: solid 1px #aaa;
    padding: 0;
}

#services_list {
    list-style: none none outside;
    line-height: 15px;
    padding-left: 40px;
}

.serviceName {
    color: #0033ff;
    font-weight: bold;
}

ul#services_list ul {
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
}

.xmail {
    font-size:145%;
    padding: 2px;
}

a.xmail:hover {
    border: solid 1px #aaa;
    padding: 1px;
}

#privacyPolicy {
    text-align:center;
}

#privacyPolicy a {
     padding: 1px;
}

#privacyPolicy a:hover {
    border: solid 1px #aaa;
    padding: 0;
}

#satisfaction_policy {
    font-weight: bold;
    color: blue;
    margin-top: 1em;
}

#satisfaction_policy_terms li {
    margin-bottom: .25em;
    line-height: 1.4em;;
}

#satisfaction_policy_terms {
    padding-left: 15px;
}

#satisfaction_policy_img {
    border: none;
}

a#satisfaction_policy_link {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 85px;
    position: absolute;
    top: 183px;
    margin-left: 2px;
}

a#satisfaction_policy_link:hover {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    padding-top: 0;
    padding-bottom: 0;
}

.linkedin-profileinsider-popup {
    position: relative;
    top: 273px;
    right: -174px;
    text-decoration: none;
}