﻿@import url(/!includes/css/common.css);

.indented_bullet { width: 20px; float: left; }
.indented_bullet_text { /*margin-left: 20px;*/ margin-left:10px; }
.double_indented_bullet { width: 32px; float: left; }
.double_indented_bullet_text { margin-left: 32px; }
* html .indented_bullet,
* html .double_indented_bullet { margin-right: -3px; }
* html .indented_bullet_text,
* html .double_indented_bullet_text { text-indent: -3px; }

#header
{
    width: 977px;
    height: 155px;
    background: url(/!img/Interior/rpc_int_subphoto_service.jpg) 0 0 no-repeat;
    position: relative;
}
.rp_rppower #header { background-image: url(/!img/Interior/rpc_int_subphoto_power.jpg); }
.rp_rpsolutions #header { background-image: url(/!img/Interior/rpc_int_subphoto_solutions.jpg); }
.rp_rpsystems #header { background-image: url(/!img/Interior/rpc_int_subphoto_systems.jpg); }
.rp_rpservice #header { background-image: url(/!img/Interior/rpc_int_subphoto_service.jpg); }
.rp_rprental #header { background-image: url(/!img/Interior/rpc_int_subphoto_service.jpg); }
.rp_contact_us #header { background-image: url(/!img/Interior/rpc_int_subphoto_contactus.jpg); }
.rp_404_aspx #header, .rp_site_map #header { background-image: url(/!img/Interior/rpc_interior_sub_rental_and_site-map.gif); }

#header #home_link
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 322px;
    height: 0;
    overflow: hidden;
    padding-top: 155px;
}
.rprental #header #home_link,
.site_map #header #home_link { width: 184px; }

#left_column li { background: #ECECEC; }
#left_column li:first-child
{
    background: url(/!img/Interior/rpc_int_nav2_header.gif) right top no-repeat;
    margin: 0 0 0 12px;
    padding: 14px 20px 7px 20px;
}
#left_column li.Item { background-color: #A9A9A9; }
#left_column li:last-child { background-image: url(/!img/Common/rpc_left_box_bottom_light_grey.gif); }
#left_column li.Item:last-child { background-image: url(/!img/Common/rpc_left_box_bottom_dark_grey.gif); }
/* IE Hacks */
#left_column li
{
    background: expression(this.parentNode.firstChild == this ? "url(/!img/Interior/rpc_int_nav2_header.gif) right top no-repeat" : this.parentNode.lastChild == this ? "url(/!img/Common/rpc_left_box_bottom_light_grey.gif) right bottom no-repeat" : "#ECECEC");
    margin: expression(this.parentNode.firstChild == this || this.parentNode.lastChild == this ? "0 0 0 12px" : "inherit");
    padding: expression(this.parentNode.firstChild == this ? "14px 39px 7px 39px" : this.parentNode.lastChild == this ? "7px 20px 14px 20px" : "inherit");
}
#left_column li.Item
{
    background: expression(this.parentNode.lastChild == this ? "url(/!img/Common/rpc_left_box_bottom_dark_grey.gif) right bottom no-repeat" : "#A9A9A9");
}
/* End IE Hacks */

.no_news #left_column_wrapper { display: none; }
.no_news #right_column_wrapper
{
    padding-left: 15px;
    padding: 0 69px;
    width: 839px;
    float: none;
}
.no_news #footer { width: 947px; }

.framed_page #footer
{
    position: relative;
    width: auto;
    left: 0;
    bottom: -14px;
}

html { height: 100%; }
#framed_body
{
    height: 100%;
}
#framed_body form { height: 100%; padding-bottom: 0; }
