﻿/*~  Default/shared styles
----------------------------------------------------------------------*/

.banner {
    float:left;
    overflow:hidden;
    margin-top:1px;
}

.sidebar {
    border-width: 1px;
    border-style: solid;
    float: right;
    height: 198px;
    margin-top: 1px;
}

.values {
    margin:3px;
}

.content {
    margin:5px;
    clear:both;
}

.content span {
    font-weight:bold;
    color:Maroon;
    font-size:1.1em;
}

.careers li {
    margin-top:8px;
    margin-bottom:8px;
}

.content div {
    margin-top:15px;
}

.imCompany3 {
    float:right;
    margin:5px;
}

.imCompany7 {
    float:right;
    margin:5px;
}


/*~  Body class: initial
----------------------------------------------------------------------*/

.initial .banner {
    width:700px;
}

.initial .sidebar {
    width:255px;
}

/*~  Body class: pda_ver <=240px
----------------------------------------------------------------------*/

.pda_ver .banner {
    display: none;
}

.pda_ver .sidebar {
    width: 220px;
}

/*~  Body class: pda_hor <=320px
----------------------------------------------------------------------*/

.pda_hor .banner {
    display: none;
}

.pda_hor .sidebar {
    width:300px;
}

/*~  Body class: screen_ultralow <=640px
----------------------------------------------------------------------*/

.screen_ultralow .banner {
    width:250px;
}

.screen_ultralow .sidebar {
    width:165px;
}


/*~  Body class: screen_low <=800px
----------------------------------------------------------------------*/

.screen_low .banner {
    width:350px;
}

.screen_low .sidebar {
    width:185px;
}


/*~  Body class: screen_med <=1024px
----------------------------------------------------------------------*/

.screen_med .banner {
    width:500px;
}

.screen_med .sidebar {
    width:275px;
}

/*~  Body class: screen_high <=1280px
----------------------------------------------------------------------*/

.screen_high .banner {
    width:700px;
}

.screen_high .sidebar {
    width:255px;
}


/*~  Body class: screen_wide >1280px
----------------------------------------------------------------------*/

.screen_wide .banner {
    width:700px;
}  

.screen_wide .sidebar {
    width:495px;
}