/*********************************************************************************************************
**********************************************************************************************************
**
* - GENERAL
* - HEADER
* - CONTENT
* - FOOTER
* - PAGE CONTAINERS
* - TABS
* - FORMS
**
**********************************************************************************************************
*********************************************************************************************************/

/* --- GENERAL ---------------------------------------------------------------------------------------- */

* html {
    font-size: 1.2em;
    height: 100%;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, ul, ol, li, img {
    margin: 0;
    padding: 0;
    border: 0 none #ffffff;
}

h4 {
    font-size: 1.3em;
}

input, textarea {
    margin: 0;
    padding: 0;
/*
    font-family: Arial, Tahoma, sans-serif;
    font-size:1.1em;
*/
}

ul li {
    padding: 0;
    margin: 0;
}

body {
    font-family:  Arial, Tahoma, sans-serif;
    color: #486729;
    font-size: 60%;
    height: 100%;
}

.hideit {
    display: none;
}

.tableHeader {
    margin-bottom: 0.2em;
    margin-top: 1.5em;
}

/* --- LAYOUT ---------------------------------------------------------------------------------------- */

/*footerStickAlt technique to make footer always stay at the bottom of browser's viewport*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* top level div for the entire page - contains the header, content and footer divs */
#container {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height: 100%;
    text-align: left;
    /* DEBUG
    border-style:solid;
    border-width:1px;
    border-color:blue;
    */
}

/* the head of the page */
#header {
    position: relative;
    width: 755px;
    padding-top: 70px;
    margin-top: 0em;
    margin-left: 10px;
    margin-right: 10px;
    /* DEBUG
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    */
}

/* the main area of the web page - below the header, contains the three column styles below */
#content {
    width: 930px;
    text-align: left;
    margin-left: 10px;
    margin-top: 2.1em;
    /* DEBUG
    border-style:solid;
    border-width:1px;
    border-color:red;
    */
}

/* the left column of content - links menus */
#left_column {
    position: relative;
    width: 160px; /**/
    float: left; /*background:#009900;*/
}

/* the middle column of content - main web page display area */
#middle_column {
    margin-right: 10px;
    padding: 0 0;
    float: left;
    width: 570px;
    margin-left: -140px;
    font-size: 1.2em;
}

/* the right column of content */
#right_column {
    position: relative;
    width: 160px;
    float: left;
    right: -610px;
    top: -78px;
/*
    top: -28px;
    text-align: left;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #f7f7f7;
*/
    padding-top: 10px;
    margin-left: 3px
    /* DEBUG
    border-style: solid;
    border-width: 1px;
    border-color: yellow;
    */
}

/* margins for the advert images */
#right_column img {
    margin-bottom: 3em;
}

/* --- HEADER STYLES ------------------------------------------------------------------------------------------ */

/* position the PP logo at the top of the page */
#header h1 {
    position: absolute;
    width: 275px;
    padding-top: 60px;
    height: 1px;
    background: url( "../images/44x44-parcelpark-com.jpg" ) no-repeat 0 0;
    bottom: 42px;
    cursor: pointer;
}

/* position the navigation links (about, contact, etc.) */
#header ul#info_nav {
    position: absolute; /*background:#00CCCC;*/
    right: 10px;
    bottom: 90px;
    list-style: none;
}

#header ul#info_nav li {
/*display: inline;*/
    padding: 0;
    margin: 0;
    padding-left: 13px;
    margin-left: 8px;
    background: transparent url( "../images/info_nav_bullet.gif" ) no-repeat 0% 70%;
    float: left;
}

#header ul#info_nav li a:link,
    #header ul#info_nav li a:visited {
    display: block;
    color: #486729;
    text-decoration: none;
    font-size: 8pt;
}

#header ul#info_nav li a:hover {
    color: #B9D79B;
}

/* green header bar navigation gobal links (CUSTOMER | RETAILER | etc.) */

#search_box_container_back {
    padding: 6px 0;
    background: url( ../images/search_box_container_back.jpg ) repeat-y center top;
}

#search_box_container ul#global_nav {
/*background:#00CCCC;*/
    position: absolute;
    top: 8px;
    left: 2px;
    list-style: none;

}

#search_box_container ul#global_nav li {
/*display: inline;*/
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 12px;
    margin-left: 0px;
    float: left;
}

#search_box_container ul#global_nav li.bar {
    position: relative;
    padding: 0;
    margin: 0;
    bottom: -1px;
    background: url( "../images/short_divider.gif" ) no-repeat right center;
}

#search_box_container ul#global_nav li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 3px;
    font: 1.1em / 1.1em Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

#search_box_container ul#global_nav li a:hover {
    color: #B9D79B;
}

/* Search box styles */

#search_box_container {
    position: relative;
    background: #667788 url( ../images/back_search_box_container_middle.png ) repeat-x top left;
    padding: 0;
    height: 32px;
    color: white;
    z-index: 10;
}

#l_corner {
    position: absolute;
    background: url( ../images/back_lcorner.png ) no-repeat left top;
    width: 7px;
    height: 32px;
    overflow: hidden;
    top: 0;
    left: -7px;
}

#r_corner {
    position: absolute;
    background: url( ../images/back_rcorner.png ) no-repeat right top;
    width: 7px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: -1px;
}

.search_options_button {
    display: none;
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 10;
}

.search_options_button a {
    display: inline;
    overflow: hidden;
    background: url( ../images/button_srch_options.gif ) no-repeat 0 0;
    float: left;
    padding-left: 24px;
    height: 17px;
}

.search_options_button a:hover {
    background: url( ../images/button_srch_options.gif ) no-repeat 0 -18px;
}

.search_options_button a span {
    position: relative;
    top: 1px;
}

#header form {
    font-size: 1.2em;
}

#search_box {
    position: absolute;
    right: 35px;
    top: 5px;
    height: 20px;
    width: 153px;
}

#search_box .tall_divider {
    background: transparent url( ../images/tall_divider.gif ) no-repeat left top;
    position: absolute;
    left: -152px; /*update the position of the divider before the green bar's search box*/
    top: -4px;
    width: 2px;
    height: 28px;
}

#search_box label span {
    position: relative;
    left: -142px; /*update the position of the text before the green bar's search box*/
    top: 2px;
}

#search_box label, .search_options_button a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size:1.1em;
    text-decoration: none;
}

#keyword { /* the find collection points text field  */
    position: absolute;
    height: 17px;
    width: 145px;
    left: 0;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 4px;
    /*
    */
    font-family: Arial, Helvetica, sans-serif;
    border: 0 none #ffffff;
    font-size: 1.1em;
}

#l_sq_corner {
    position: absolute;
    background: url( ../images/search_query_text_box.gif ) no-repeat left top;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 0;
    left: -20px;
}

#r_sq_corner {
    position: absolute;
    background: url( ../images/search_query_text_box.gif ) no-repeat right top;
    width: 7px;
    height: 20px;
    overflow: hidden;
    top: 0;
    right: -3px;
}

a#search_button {
    position: absolute;
    background: url( ../images/button_srch.gif ) no-repeat 0 0;
    top: 2px;
    right: -26px;
    height: 17px;
    width: 17px;
    overflow: hidden;
}

a#search_button:hover {
    background: url( ../images/button_srch.gif ) no-repeat 0 -18px;
}

/* --- PAGE CONTAINERS ------------------------------------------------------------------------------- */

p {
    line-height: 127%;
    margin-bottom: 1.2em;
    margin-top: 0.8em;
    font-size: 1.3em;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #6BA6D6;
    margin: 0em 0 0.5em 0;
    padding-bottom: 0.6em;
    background: url( ../images/h3_underline.gif ) repeat-x left bottom;
}

.quote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style:italic;
    line-height: 127%;
    color: #000000;
    border-color: #CADFF0;
    border-width: 2px;
    border-style: solid;
    padding: 10px;
    margin-top: 0;
}

/* middle column styles */

#middle_column a:link {
    text-decoration: underline;
    color: #346654;
}

#middle_column a:visited {
    text-decoration: underline;
    color: #346654;
}

#middle_column a:hover,
    #middle_column a:focus,
    #middle_column a:active {
    text-decoration: none;
}

/* --- LISTS --- */

#middle_column ul,
    #middle_column ol {
    font-size: 1.4em;
    margin-left: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    list-style-position: inside;
}

#middle_column ul ul,
    #middle_column ol ol {
    font-size: 1em;
}

#middle_column ul ul {

}

.content ul {
    list-style-position: outside;
}

.content ul li {
    list-style-type: none;
    list-style-position: outside;
    font-size:95%;
    margin: 6px 0;
}

.content ul ul {
    list-style-position: outside;
}

.content ul ul li {
    list-style-type: disc;
    list-style-position: outside;
    font-size:95%;
    margin: 6px 0;
}

/* --- LEFT SIDEBAR MENUS --- */

.menuBox {
    position: relative; /*background:#009999;*/
    margin-bottom: 2em;
}

.menuBox .curly_shadow {
    position: relative;
    background: url( ../images/back_info_box.png ) no-repeat bottom right;
    width: 160px;
    right: -7px;
    bottom: -7px;
}

.menuBox h3 {
    position: relative;
    width: 143px;
    overflow: hidden;
    color: #990000;
    text-transform: uppercase;
    font: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    background: #445566 url( ../images/back_info_box_title.gif ) repeat;
    padding: 7px 5px 4px 12px;
    margin-bottom: 0;
    margin-top: 0;
}

.menuBox ul {
    position: relative;
    right: 7px;
    bottom: 7px;
    margin-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    list-style-type: none;
    width: 100%;
    padding-bottom: 1px;
    background: url( ../images/back_info_box_li.gif ) repeat-x left bottom;
}

/* HACK - fixes IE6 extra padding/margin issue*/
* html .menuBox ul li {
    height: 0px;
}

/* END HACK */

.menuBox ul li {
    position: relative;
    background: url( ../images/back_info_box_li.gif ) repeat-x left top;
    padding: 0;
}

.menuBox ul li a:link,
    .menuBox ul li a:visited {
    display: block;
    padding: 7px 10px 6px 21px;
    background: url( ../images/bullet_info_box_rollover.gif ) no-repeat 6px 6px;
    margin-bottom: 0;
    text-decoration: none;
    color: #486729;

}

.menuBox ul li a:visited {
/*color: #8ABC58;*/
}

.menuBox ul li a:hover {
    background: #7CB147 url( ../images/bullet_info_box_rollover.gif ) no-repeat 6px -18px;
    color: #FFFFFF;
}

/** LEFT SIDEBAR INFORMATION BOXES **/

.infoBox {
    position: relative;
    width: 160px;
    overflow: hidden;
    color: #990000;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-style: none;
    margin-top: 20px;
}

.infoBox .head {
    text-transform: uppercase;
    padding-left: 8pt;
    padding-top: 5pt;
    padding-bottom: 5pt;
    background: #445566 url( /images/back_info_box_title.gif ) repeat;
}

.infoBox .body {
    font-size: 7pt;
    padding: 7px 5px 4px 10px;
    background: #F1F7E7;
    border-style: solid;
    border-color: #E5EFD7;
    border-width: 1px;
}

.infoBox .body ul {
    margin:5px 0 5px 12px;
    list-style-position:outside;
    padding:0;
}

.infoBox .body ul li {
    list-style-image:url("/images/info_box_bullet.gif");
    padding:0;
    margin:0;
}

.infoBox .body ul li a {
    font-size:8pt;
    color:#486729;    
}


/* --- SEARCH RESULTS -------------------------------------------------------------------------------------------- */

table.search_results {
    border: 1px solid #96C1E3;
}

table.search_results tr.oddRow {

}

table.search_results tr.evenRow {
    background: #EEF4FA;
}

table.search_results th {
    font-size: 1.1em;
    font-weight: bold;
    font-family: arial, sans-serif;
    vertical-align: top;
    padding: 1px 3px;
    margin: 0;
}

table.search_results td {
    font-size: 1.3em;
    vertical-align: top;
    padding: 0.3em 0.5em 0.3em 0.3em;
    margin: 0;
}

/* --- FORMS -------------------------------------------------------------------------------------------- */

form.ppform {
    margin-bottom: 1.5em;
}

form.ppform .ppformtable {
    width: 100%;
}

form.ppform .ppformtable td {
    vertical-align: top;
    padding: 7px 0;
}

form.ppform .ppformtable td.label {
    width: 30%;
}

form.ppform .ppformtable td.label label {
    line-height: 1.8;
    font-size: 1.3em;
    margin-left: 10px;
}

form.ppform textarea,
    form.ppform input {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1.3em;
    padding: 0.2em;
}

/* Provides the background style for forms */
form.ppform fieldset {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    border-top: 1px solid #96C1E3;
    background: #EEF4FA url( ../images/back_fieldset_ppform.png ) repeat-x left top; /* the gradient fill */
}

form.ppform legend {
    position: relative;
    top: -8px;
    left: -6px;
    background: #ffffff;
    padding: 0 5px 0 0;
    color: #486729;
    font-weight: bold;
    font-size: 1.3em;
}

form.ppform div.rule {
    width: 100%;
    height: 3px;
    background: url( /images/form_divider.gif ) repeat-x left center;
}

form.ppform fieldset fieldset label {
    display: block;
    width: auto;
    float: none;
}

form.ppform em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

form.ppform label {
    width: 120px; /* Width of labels */
}

form.ppform fieldset fieldset label {
    margin-left: 123px; /* Width plus 3 (html space) */
}

form.ppform .submit {
    font-size: 1.3em;
    padding-left: 0;
    margin-right: 10px;
}

/* --- <FORM ERRORS> --- */

form.ppform tr.error input,
    form.ppform tr.error textarea,
    form.ppform tr.error select {
    border: 1px solid #f00;
}

form.ppform tr.error span.error {
    font-size: 1.3em;
    display: block;
    margin-top: 6px;
    color: #f00;
    font-weight: normal;
    padding-left: 22px;
    background: url( ../images/alert.gif ) no-repeat left top;
}

/* This is used for the error labels that are placed to the left side of the forms */
form.ppform tr span.error-left {
    display: block;
    position: relative; /* HACK!!! */
    left: 0em; /* FF label position */
    _left: -1.2em; /* IE label position */
/* END HACK */
    width: 300px;
    margin-right: 10.3em;
    margin-top: 3px;
    color: #f00;
    font-weight: normal;
    padding-left: 22px;
    background: url( ../images/alert.gif ) no-repeat left top;
}

form.ppform tr.error fieldset input,
    form.ppform tr.error fieldset textarea,
    form.ppform tr.error fieldset select {
    border: none;
}

form.ppform div.form_errors h4 {
    color: #FF0000;
    font-size: 1.2em;
    margin-bottom: 6px;
}

form.ppform div.form_errors {
    background: #F8F1F4;
    border: 1px solid #FF0000;
    padding: 1em;
    margin-bottom: 2em;
}

/* --- ALERTS ----------------------------------------------------------------------------------------------- */

.alert {
    width: 500px;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.alert .greenBoxOuter {
    border: 1px solid #DFFFDF;
    background: #FFDFDF url( ../images/alert_box_back_repeat_green.jpg );
}

.alert .greenBoxInner {
    background: url( ../images/alert_box_back_top_green.jpg ) repeat-x left top;
    padding: 1em;
    padding-top: 2em;
}

.alert .redBoxOuter {
    border: 1px solid #FFDFDF;
    background: #FFDFDF url( ../images/alert_box_back_repeat_red.jpg );
}

.alert .redBoxInner {
    background: url( ../images/alert_box_back_top_red.jpg ) repeat-x left top;
    padding: 1em;
    padding-top: 2em;
}

.alert .heading {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bolder;
    font-size: 1.1em;
    padding: 0 0 10px 2px;
    text-transform: uppercase;
}

.alert dl {
    text-align: left;
    border: 1px solid #FFD5D5;
    padding: 1em;
    background: #FFFFFF;
}

.alert dt {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    color: #990000;
    text-transform: capitalize;
    font-size: 1em;
    background: url( ../images/h3_underline.gif ) repeat-x left bottom;
    padding: 0 0 5px 0;
    margin-bottom: 0.9em;
}

.alert dd {
    font-size: 1.3em;
    margin-bottom: 0.5em;

}

/* --- GMAP BUBBLES --------------------------------------------------------------------------------------- */

.bubble {
    color:#346654;
    width: 300px;
}

.bubble .cpName {
    font-weight: bolder;
    font-size: 10pt;
    width:280px;/* prevents the cp name text from running into the top-right hand blue cross */
}

.bubble .cpTelephone {
    font-size: 1em;
    padding-top:2px;
}

.bubble table {
    font-weight: normal;
    font-size: 10pt;
    margin: 10px 0 10px 0; /*gray borders*/
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.bubble a {
    font-weight: bold;
    font-size: 9pt;
}

div.bubble div.inactive {
    color: gray;
    height: 125px;
}

div.bubble div.inactive p {
    font-size: 1.2em;
    margin: 3px 0 5px 0;
}

/* --- HELP PAGE STYLES FOLLOW: ----------------------------------------------------------------------------------------------- */

#storyboard {
}

#storyboard h4 {
    position: relative;
    font-size: 1.6em;
}

#storyboard div.step {
    width: 64%;
    text-align: left;
    clear: both;
    padding-top: 1.2em;
    background: url( ../images/h3_underline.gif ) repeat-x left top;
}

#storyboard .caption {
    padding: 12px 15px 12px 5px;
}

#storyboard div.step div.caption ul {
    margin-top: -10px;
}

/* push the number image down a little to make it line up with the heading */
#storyboard div.step h4 img {
    position: relative;
    top: 9px;
}

#storyboard div.step div.caption ul li {
    font-size: 1.2em;
    margin-left: -1.2em;
    list-style-position: inside;
    list-style-type: disc;
}

#storyboard div.step .img-wrapper {
    position: relative;
    left: 3px;
    margin-bottom: 1.2em;
    margin-left: -208px;
    margin-top: -1.2em;
    padding-top: 1.2em;
    width: 200px;
    float: left;
    background: url( ../images/h3_underline.gif ) repeat-x left top;
}

#storyboard div.step {
    margin-left: auto;
    padding-left: 0.5em;
}

div.rule {
    width: 100%;
    height: 3px;
    background: url( /images/form_divider.gif ) repeat-x left center;
}

/* --- FAQ ----------------------------------------------------------------------------------------------- */

div.question_links {
    padding: 0em 2em 2em 0em;
    font-size: 1.0em;
}

div.question {
    padding: 1em 2em 0em 1em;
}

div.question h4 {
    font-size: 1.4em;
    font-weight: bold;
}

div.question p {
    font-size: 1.4em;
}

/* --- TABS ----------------------------------------------------------------------------------------------- */

#tabbed_area .tabs {
    position: relative;
    height: 3em;
    width: 720px;
}

.tabs ul#primary {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -1px;
    width: 720px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
    font-size: 1em;
}

.tabs ul#primary li {
    display: inline;
    list-style: none;
}

.tabs ul#primary a,
    .tabs ul#primary span,
    .tabs ul#primary a.current {
    width: 10em;
    display: block;
    float: left;
    padding: 5px 0;
    margin: 1px 2px 0 0;
    text-align: center;
    font-family: Arial, Helvetica, verdana, sans-serif;
    font-size: 1.1em;
    text-decoration: none;
    color: #486729;
    font-weight: bold;
}

.tabs ul#primary span,
    .tabs ul#primary a.current,
    .tabs ul#primary a.current:hover {
    border: 1px solid #96C1E3;
    border-bottom: none;
    background: #ffffff;
    padding-bottom: 6px;
    margin-top: 0;
}

.tabs ul#primary a {
    /*background: #96C1E3;*/
    background: #96C1E3;
    border: 1px solid #96C1E3;
    border-bottom: none;
    color: #FFFFFF;
}

.tabs ul#primary a:hover {
    margin-top: 0;
    border-color: #aed2ef;
    background: #aed2ef;
    padding-bottom: 5px;
}

#tabbed_area .content {
    border: 1px solid #96C1E3;
    clear: both;
    background: #FFFFFF;
    padding: 0.7em;
}

/* --- ONLY ONE POUND ----------------------------------------------------------------------------------------------- */

.onlyOnePoundDiv {
    float: left;
    margin: 6px;
    margin-right: 16px;
    font-size: 2em;
    color: white;
    font-weight: bolder;
}

/* --- ACCOUNT SUMMARY BOX ----------------------------------------------------------------------------------------------- */

/* set the image to use and establish the lower-right position */
.accountSummaryBox, .accountSummaryBox_body, .accountSummaryBox_head, .accountSummaryBox_head h2 {
    background: transparent url(/images/accountSummaryBox.gif) no-repeat bottom right
}

.accountSummaryBox {
/* intended total box width - padding-right(next) */
    width: 185px !important; /* IE Win = width - padding */
    width: 200px; /* the gap on the right edge of the image (not content padding) */
    padding-right: 15px; /* use to position the box */
    margin-left: 25px; /* use to position the box */
    float:right;
}

/* set the top-right image */
.accountSummaryBox_head {
    background-position: top right; /* pull the right image over on top of border */
    margin-right: -15px; /* right-image-gap + right-inside padding */
    padding-right: 40px;
}

.accountSummaryBox_head h2 {
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important;
    height: 1%;
    padding: 11px 10px 0 13px;
    font-size:1.3em;
}

/* IE Holly Hack */

/* set the lower-left corner image */
.accountSummaryBox_body {
    background-position: bottom left;
    padding: 1px 10px 10px 13px;
}

.accountSummaryBox_body div.miniRule {
    width: 170px;
    height: 2px;
    border-bottom:solid #486729 1px;
    margin-bottom:2px;
}

.accountSummaryBox_body p {
    margin-bottom:4px;
    margin-top:0;
}

/* mirror .cssbox_head right/left */

/* --- highlight box --------------------------------------------------------------*/

p.highlight {
    border: solid gray 1px;
    background-color:#eee;
    padding:5px;
}
