/* IPS Group Stylesheet - Designed by Vaclav Elias, June 2010  */

.container-address
{
    float: left;
}
.container-address h2
{
    padding-bottom: 20px;
}
.container-map
{
    float: right;
    width: 325px;
    height: 300px;
    display: block;
    margin-top: 16px;
}

.container-mapFull
{
    float: left;
    width: 570px;
    height: 300px;
    display: block;
    margin-top: 30px;
}

#offices
{
    margin-bottom: 50px;
}
#noteB
{
    background-image: url(/App_Themes/Default/inc/images/page-elements/NoteB.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 36px;
    padding: 2px 0px 0px 0px;
    display: inline-block;
    float: left;
}
#noteL
{
    background-image: url(/App_Themes/Default/inc/images/page-elements/NoteL.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 36px;
    width: 10px;
    display: inline-block;
    float: left;
}
#noteR
{
    background-image: url(/App_Themes/Default/inc/images/page-elements/NoteR.png);
    background-repeat: no-repeat;
    background-position: -10px top;
    height: 36px;
    width: 20px;
    display: inline-block;
    float: left;
}
#note span
{
    font-size: 11px;
    color: White;
}
#formL td
{
    padding-bottom: 10px;
}
#formL
{
    float: left;
    width: 40%;
    padding-bottom: 150px;
}
#formR
{
    float: left;
    width: 40%;
}
#partNormal
{
    background-image: url(/inc/images/page-elements/bg192x162.png);
    background-repeat: no-repeat;
    height: 162px;
    width: 192px;
    margin-bottom: 10px;
}
#partNormal p, #partNormal h4
{
    color: White;
}
#partNormal h4
{
    margin: 0px; 
    padding: 10px 0px 10px 0px;
    font-family:Arial,Helvetica,sans-serif;
}

