body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    margin-bottom:20px;
    line-height:16px;
}

#wrapper {
    width:977px;
    margin:0 auto;
}

#content {
    padding-left:15px;
    padding-right:15px;
    clear:both;
}

.clear {
    clear:both;
    height:10px;
}

a {
    color:#002550;
}

a:hover {
    color:#2C67A1;
}

.title_page h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:19px;
    line-height:36px;
    background-color:#b3b3b3;
    color:#2d2d2d;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:20px;
    margin-left:15px;
    float:left;
}

.warning {
    background-color:#EEDD80;
    background-image:url(../img/icon_error.png);
    background-repeat:no-repeat;
    background-position:10px center;
    color:#333333;
    margin-bottom:10px;
    padding:10px 10px 10px 34px;
}

/* ----------------------------------------------
BASE FOR EDITABLE AREAS
---------------------------------------------- */

.wysiwyg {
    line-height:1.2;
}

.wysiwyg p,
.wysiwyg dl {
  margin: 1em 0;
}

.wysiwyg blockquote {
  margin: 1em 40px;
}

.wysiwyg h1 {
    font-size:2em;
    margin: .67em 0;
}

.wysiwyg h2 {
    font-size:1.5em;
    margin: .83em 0;

}

.wysiwyg h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

.wysiwyg h4 {
    font-size:1em;
    margin: 1.33em 0;
}

.wysiwyg h5 {
    font-size: 0.83em;
  margin: 1.67em 0;
}

.wysiwyg h6 {
    font-size: 0.67em;
  margin: 2.33em 0;
}

.wysiwyg ul {
  list-style-type: disc;
  margin: 1em 0;
    padding-left:40px;
}

.wysiwyg ol {
  list-style-type: decimal;
  margin: 1em 0;
    padding-left:40px;
}

.wysiwyg dd {
    margin-left:40px;
}

/* nested lists have no top/bottom margins */
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ul dl,
.wysiwyg ol ul,
.wysiwyg ol ol,
.wysiwyg ol dl,
.wysiwyg dl ul,
.wysiwyg dl ol,
.wysiwyg dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
.wysiwyg ol ul,
.wysiwyg ul ul {
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
.wysiwyg ol ol ul,
.wysiwyg ol ul ul,
.wysiwyg ul ol ul,
.wysiwyg ul ul ul {
  list-style-type: square;
}

/* ----------------------------------------------
HEADER
---------------------------------------------- */

#header,
#header_wide {
    position:relative;
}

#header h1 a,
#header_wide h1 a {
    display:block;
    width:413px;
    height:58px;
    background-image:url(../img/logo_executive-tools.png);
    background-repeat:no-repeat;
    margin-top:25px;
    margin-bottom:19px;
    margin-left:auto;
    margin-right:auto;
    text-indent:-9999px;
}

#header_wide h1 a {
    margin:0 auto;
}

.login-bar {
    position:absolute;
    top:12px;
    right:10px;
    text-align:right;
}
.login-bar select {
    width:200px;
}

/* ----------------------------------------------
MAIN NAV
---------------------------------------------- */

#nav_main {
    height:68px;
}

#header_wide #nav_main {
    width:978px;
    margin:0 auto;
}

#nav_main li {
    float:left;
}

#nav_main a {
    float:left;
    display:block;
    width:192px;
    height:68px;
    background-image:url(../img/nav_main.png);
    background-repeat:no-repeat;
    text-indent:-9999px;
}

#nav_main .first a {
    width:199px;
}

#nav_main .last a {
    width:202px;
}

#nav_account-information a         { background-position:   0px 0px; }
#nav_category-information a        { background-position:-199px 0px; }
#nav_purchasing-policies a         { background-position:-391px 0px; }
#nav_purchasing-tools a            { background-position:-583px 0px; }
#nav_contact-us a                  { background-position:-775px 0px; }

#nav_account-information a:hover   { background-position:   0px -86px; }
#nav_category-information a:hover  { background-position:-199px -86px; }
#nav_purchasing-policies a:hover   { background-position:-391px -86px; }
#nav_purchasing-tools a:hover      { background-position:-583px -86px; }
#nav_contact-us a:hover            { background-position:-775px -86px; }

#nav_account-information a.active  { background-position:   0px -172px; }
#nav_category-information a.active { background-position:-199px -172px; }
#nav_purchasing-policies a.active  { background-position:-391px -172px; }
#nav_purchasing-tools a.active     { background-position:-583px -172px; }
#nav_contact-us a.active           { background-position:-775px -172px; }

/* ----------------------------------------------
BREADCRUMB NAV
---------------------------------------------- */

#nav_breadcrumb {
    height:40px;
    line-height:40px;
    background-image:url(../img/arrows_headers.png);
    background-repeat:no-repeat;
    background-position:left center;
    margin-left:15px;
    margin-right:15px;
    padding-left:40px;
}

#content_wrapper_wide #nav_breadcrumb {
    height:22px;
    line-height:22px;
    width:910px;
    margin:0 auto;
}

#nav_breadcrumb li {
    float:left;
}

#nav_breadcrumb a {
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #000;
    text-decoration:none;
}

#nav_breadcrumb .first a,
#nav_breadcrumb a.first {
    padding-left:0;
    margin-left:0;
    border-left:0px none;
}

/* ----------------------------------------------
HOME
---------------------------------------------- */

/* HOMEPAGE IMAGE */

#img_home {
    float:right;
    width:340px;
    overflow:hidden;
    text-align:right;
}

#img_home img {
    max-width:350px;
}

/* HOMEPAGE LOGIN BOX */

#box_login {
    background-color:#d6d7d8;
    padding-top:7px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    width:231px;
    margin-top:20px;
    margin-bottom:20px;
}

#box_login h2 {
    color:#002550;
    background-image:url(../img/arrows_headers.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:40px;
    margin-bottom:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:19px;
}

#box_login .form_input input {
    width:161px;
}

#box_login .form_input_button {
    text-align:right;
}

/* HOME BUCKETS */

#table_news {
    margin-left:0;
}
.news-gap {
    width:20px;
}

.bucket_home {
    border:1px solid #9c9fa2;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    width:240px;
}

.bucket_home h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:19px;
    background-image:url(../img/arrows_headers.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:40px;
    margin-top:0;
}

/* ----------------------------------------------
FORMS
---------------------------------------------- */

.form_table .form_label {
    padding-right:5px;
}

.form_table .form_label,
.form_table .form_input {
    vertical-align:middle;
    padding-bottom:5px;
}

/* ----------------------------------------------
Column Listing
---------------------------------------------- */

.column-listing {
    clear:both;
}

table.column-listing {
    margin:0 auto;
    width:100%;
}

table.column-listing th,
table.column-listing td {
    padding:8px 4px;
}

.three-column th,
.three-column td {
    width:292px;
}

.file-listing .item,
.column-listing .item {
    background-repeat:no-repeat;
    background-position:left center;
    display:block;
    line-height:16px;
    padding-left:24px;
}

.dir {
    background-image:url(../img/icon_folder.png);
    /* ARROW ICON
    background-image:url(../img/icon_arrow.png);
    */
}

.doc {
    background-image:url(../img/icon_document.png);
}

.column-listing .zero {
    background-image:url(../img/icon_folder_gray.png);
    /* ARROW ICON
    background-image:url(../img/icon_arrow_gray.png);
    */
    color:#bbb !important;
}

ul.column-listing {
    width:95%;
    margin:0 auto;
}

ul.column-listing li {
    padding:8px 4px;
}

/* ----------------------------------------------
CONTACT PAGE
---------------------------------------------- */

#box_contact {
    border:1px solid #9C9FA2;
    padding-left:50px;
    padding-right:50px;
    background-image:url(../img/arrows_headers.png);
    background-repeat:no-repeat;
    background-position:15px 54px;
}

#box_contact h3 {
    margin-top:0;
    margin-bottom:0;
    margin-left:-50px;
    margin-right:-50px;
    padding-left:15px;
    padding-right:15px;
    background-color:#002550;
    color:#fff;
    line-height:40px;
}

#box_contact ul {
    list-style-type:none;
    padding-left:0;
}

#box_contact p {
    margin:1em;
}

/* ----------------------------------------------
FOOTER
---------------------------------------------- */

#footer {
    margin-top:20px;
    padding-top:80px;
    position:relative;
    font-size:11px;
    text-align:center;
    width:100%; /* Needed to position the logos in IE6  */
}

#footer .logo_strategic-source {
    position:absolute;
    left:0;
    top:0;
}

#footer p {
    margin:8px;
}

#footer .logo_pmg {
    position:absolute;
    right:0;
    top:0;
}

.small-button-link {
    background-color:#AAAAAA;
    color:#FFFFFF;
    font-size:70%;
    line-height:17px;
    padding:2px 4px;
    text-decoration:none;
    text-transform:uppercase;
}
.small-button-link:hover {background-color:#5b5aaa; color: #FFFFFF;}

#hg_dialog form {padding:1em;}

.mform label {float:left;width:24%;display:block;margin-bottom:10px;}

.mform input[type=text],
.mform input[type=password],
.mform select,
.mform .input-elem
{
    width: 34%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.mform input[type=submit] {
    padding:0 15px;
}
.mform label {
    text-align:left;
    width: 15%;
    padding-right: 4%;
}
.mform br {
    clear: left;
}
.mform .note {
    padding-left:2em;
    padding-top:5px;
}
.mform .error {
    color: #f55;
}

/* {{{ =buttons */
.buttons {
    margin-top:20px;
}
.buttons a {
    padding:4px 8px 4px 30px;
    border:2px solid #ddc;
    background: #e5e5d5 url(img/add.png) 8px center no-repeat;
    color:#666;
    text-decoration:none;
}
.buttons a.folder-add {background-image: url(../img/folder_add.png);}
.buttons a.file-add {background-image: url(../img/page_white_add.png);}
.buttons a.file-delete {background-image: url(../img/delete.png);}
.buttons a.org-add {background-image: url(../img/add.png);}
.buttons a.user-add {background-image: url(../img/add.png);}
.buttons a.group-add {background-image: url(../img/add.png);}
.buttons a.contact-add {background-image: url(../img/telephone.png);}
.buttons a.import-contacts {background-image: url(../img/import.png);}
.buttons a:hover {background-color:#dd9;}
/* }}} */

/* {{{ file-listing */
.file-listing .item, .column-listing .item
{padding-left:24px;background:transparent url(../img/page_white.png) left center no-repeat;height:20px;display:block;}
.file-listing .dir, .column-listing .dir
{background-image: url(../img/folder.png);}
.file-listing .dir-org, .column-listing .dir-org
{background-image: url(../img/world.png);}
.file-listing .pdf, .column-listing .pdf
{background-image: url(../img/page_white_acrobat.png);}
.file-listing .html, .column-listing .html,
.file-listing .htm, .column-listing .htm
{background-image: url(../img/page_white_world.png);}
.file-listing .txt, .column-listing .txt
{background-image: url(../img/page_white_text.png);}
.file-listing .doc, .column-listing .doc
{background-image: url(../img/page_white_word.png);}
.file-listing .xml-contact, .column-listing .xml-contact
{background-image: url(../img/telephone.png);}
.file-listing .zero
{color:#999 !important; background-image: url(../img/folder_grey.png) !important;}
.column-listing .zero
{color:#aaa !important; background-image: url(../img/folder_grey.png) !important;}
.column-listing tr td a.dir-org
{background-image: url(../img/world.png) !important;}

.file-listing .user {background-image: url(../img/user.png);}
.file-listing .admin-user {background-image: url(../img/user_gray.png);}
.file-listing .group {background-image: url(../img/group.png);}
.file-listing .folder-go {background-image: url(../img/folder_go.png);}
.file-listing .contacts {background-image: url(../img/table_multiple.png);}
.file-listing {color:#000;}
.breadcrumbs {margin-bottom: 10px;}
/* }}} */

/* {{{ =tabular */
.column-listing tr th {
    text-align:left;
    background: transparent url(../img/th-bg.png) left center repeat-x;
    color:#fff;
}
/* }}} */

.form-button {
    padding-top:10px;
    text-align:right;
}
.form-error {
    padding:10px 10px 10px 34px;
    background: #fff8bf url(../img/dialog-warning.png) 10px center no-repeat;
    border: 2px solid #ffd324;
    margin-bottom: 1em;
    color:#333;
}
/* view file */
#i_view_file {
    background-color:#eee;
    border-top:1px solid #ccc;
}
/* contacts */
.contact {
    margin:40px auto;
    width: 400px;
    padding: 30px;
    background-color: #fff;
    color:#000;
    border: 1px solid #999;
}
.contact h1 {font-size:200%;line-height:120%;}
.contact p {margin-top:0;margin-bottom:1em;}
.contact h2 {margin-top:1em;margin-bottom:0;font-size:150%;line-height:130%;color:#6666;}
.contact .contact-title {text-align:right;color:#aaa;padding-right:24px;background:transparent url(../img/telephone.png) right center no-repeat;}
.contact .contact-website {}
.contact .contact-account {}
.contact .contact-jobtitle {font-style:italic;}
.contact .contact-email {}
.contact .contact-phone {margin-bottom:0;}
.contact .contact-address {margin-top:1em;}
