
/***MAIN***/

html,body {
    margin: 0px;
    padding: 0px;
    background-color: #eaeaea;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555; 
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

a {
    color: #AAAAAA;
    text-decoration: none;
}

#main_image {
    max-width: 100%;
    min-width: 900px;
    height: auto;
}

#main_image_2 {
    max-width: 100%;
    min-width: 900px;
    height: auto;
}

#photo_fade {
    position: absolute;
    top: 150px;
    left: 0px;
    right: 0px;
    background-image: url(/images/photo_fade.png);
    background-repeat: repeat-x;
    height: 50px;
}

#content {
    position: absolute;
    top: 210px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #eaeaea;
}



/***LOGIN***/
#login_link
{
    position:absolute;
    top:0px;
    right:10%;
    height:30px;
    width:15px;
}

.client_login {
    color: #333333;
    font-weight: 600;
    
}

#login_bar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    width: 100px;
    padding-left: 10px;
    background-color: #CCCCCC;
    opacity:0.95;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    filter:alpha(opacity=95);
}

#login_container {
    margin-left: auto;
    margin-right: auto;
}

#login_wrapper {
    margin-left: auto;
    margin-right: auto;
    width:300px;
    height:300px;
}

#login_wrapper img {
    margin-left: auto;
    margin-right: auto;
    margin-left: 55px;
}

#login_wrapper table {
    width:300px;
    height:200px;
    font-size: 20px;
    color: #d8d8d8;
    text-align:left;
}

#login_wrapper td {
    font-size: 16px;
    color: #333333;
    align:left;
}

#login_wrapper input {
    font-size: 16px;
    align:right;
    width:290px;
    height:30px;
    background-color: #DDDDDD;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

input#login_button {
    height:30px;
    width:70px;
    background-color:transparent;
}

/***NAVIGATION***/

#navigation_container {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    height: 120px;
    background-image: url(/images/transparent_nav.png);
    background-repeat: repeat-x;
}

#navigation {
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    width: 900px;
}

.nav_links_container {
    float: left;
    padding-top: 50px;
    height: 62px;
    width: 130px;
    text-align: center;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #aaaaaa;
    /*text-shadow: 1px 1px 1px #444;*/
}

#services_menu {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 900px;
}

.nav_services_menu {
    float: left;
    padding-top: 0px;
    height: 50px;
    width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    cursor: pointer;
}

.nav_services_menu_text {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color: #999999;
}

.nav_services_menu_text_selected {
    color: #4687aa;
}

.nav_services_menu_text_hover {
    color: #4687aa;
}

.nav_services_menu_selected {
    color: #4687a9;
}

#services_menu_nip {
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    width: 900px;
}

.nav_services_menu_nip {
    float: left;
    padding-top: 0px;
    height: 10px;
    margin-top: 10px;
    width: 20px;
    margin-left: 80px;
    margin-right: 80px;
}

.nav_services_menu_nip_hover {
    background-image: url(/images/dropdownnipdownhover.png);
    background-repeat: no-repeat;
}

.nav_services_menu_nip_selected {
    background-image: url(/images/dropdownnipdownhover.png);
    background-repeat: no-repeat;
}

.service_banner {
    margin-top: 15px;
    margin-bottom: 20px;
    float: left;
    height: 150px;
    width: 900px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow:    0 8px 6px -7px black;
    -webkit-box-shadow: 0 8px 6px -7px black;
    box-shadow:         0 8px 6px -7px black;
}

#service_banner_cpcs {
    background-image: url(/images/cpcs_service.png);
    background-repeat: no-repeat;
}
#service_banner_cmds {
    background-image: url(/images/cmds_banner_green.png);
    background-repeat: no-repeat;
}
#service_banner_slot {
    background-image: url(/images/slot_service.png);
    background-repeat: no-repeat;
}

#service_banner_expert {
    background-image: url(/images/expert_service.png);
    background-repeat: no-repeat;
}

#service_banner_client {
    background-image: url(/images/client_service.png);
    background-repeat: no-repeat;
}

#service_banner_studies {
    background-image: url(/images/studies_service.png);
    background-repeat: no-repeat;
}

#service_banner_other {
    background-image: url(/images/other_service.png);
    background-repeat: no-repeat;
}

.service_detailed_content {
    float: left;
}

.service_summary {
    float: left;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 870px;
    background-color: #4687a9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
}

.nav_expanded {
    position:relative;
    float: left;
    width: 300px;
    height: auto;
    background-color: #CCCCCC;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow:    0 8px 6px -7px black;
    -webkit-box-shadow: 0 8px 6px -7px black;
    box-shadow:         0 8px 6px -7px black;
    z-index:1;
}

#nav_expanded_services {
    margin-top: -25px;
    margin-left: 220px;
}


#drop_down_nip {
    margin-left: 60px;
    margin-top: -10px;
    height: 10px;
    width: 20px;
    background-image: url(/images/dropdownnip.png);
}

.nav_expanded_links_container {
    float: left;
    padding: 10px;
    height: 30px;
    width: 280px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    /*border-bottom: solid 1px #FFFFFF;*/
    cursor: pointer;
}

.nav_expanded_links_container:hover {
    background-color: #BBBBBB;
}

.nav_expanded_links_container_bottom:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

.nav_expanded_links_container_top:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

#logo {
    float: left;
    width: 210px;
    height: 80px;
    cursor: pointer;
    margin-top: 19px;
}

#nav_divider_bar {
    position: absolute;
    top: 205px;
    left: 0px;
    right: 0px;
    height: 5px;
    background-color: #777777;
    opacity:0.75;
    filter:alpha(opacity=75);
}

/***CONTENT***/

#slogan {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 35px;
    width: 900px;
    background-image: url(/images/slogan.png);
    background-repeat: no-repeat;
}

#home_content_container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 900px;
}

#top_banner {
    width: 880px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
    background-image: url(/images/data_center_ad.png);
    background-color: #4788AA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow:    0 8px 6px -7px black;
    -webkit-box-shadow: 0 8px 6px -7px black;
    box-shadow:         0 8px 6px -7px black;
}

#home_summary_box {
    float: right;
    height: 300px;
    width: 500px;
    margin-right: 5px;
    background-color: #555555;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-image: url(/images/cpcs_ad.png);
    -moz-box-shadow:    0 8px 6px -7px black;
    -webkit-box-shadow: 0 8px 6px -7px black;
    box-shadow:         0 8px 6px -7px black;
}

#home_summary_links_container {
    float: left;
    height: 300px;
    width: 350px;
    padding-right: 15px;
    margin-left: 5px;
    border-right: thin solid #C3C3C3;
}

.nav_links_container:hover {
    color: #4687a9;
}

.home_summary_links {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 200;
    text-align: right;
    color: #777777;
    cursor: pointer;
}

.home_summary_links:hover {
    color: #4687a9;
}

.home_summary_links_selected {
    color: #4687a9;
    font-weight: 400;
}

.home_summary_links_top {
    padding-top: 70px;
}

#wells_bio {
    background-color: #dddddd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding_top: 0px;
    width: 885px;
    height: 600px;
    margin-top: 40px;
    
}

#wells_bio_text {
    float: left;
    width: 600px;
}

#wells_bio_pic {
    float: left;
    width: 225px;
    margin-left: 40px;
    margin-top: 35px;
}

/***FOOTER***/

#footer {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 50px;
    font-size: 12px;
    font-weight: 200px;
    text-align: center;
    color: #777777;
}



