
/* Demonstration of a WYMeditor style
p.pull-quote {
    float: right;
    padding: 20px;
    font-size: 150%;
    font-weight: bold;
    width: 25%;
}
*/

/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
}

html {
    background: #8a8077 url(/images/theme-powerpurchasingnow/bg.jpg) repeat-x center top;
}

body {
    width: 905px;
    margin: 0 auto;
    background: url(/images/theme-powerpurchasingnow/bg.png) repeat-y center top;
    text-align: left;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
}

h1 { font-size: 175%; margin: 0; padding: 0 0 0.714285714286em 0; }
h2 { font-size: 150%; margin: 0 0 0.833333333333em 0; }
h3 { font-size: 130%; margin: 0 0 0.961538461538em 0; }
h4 { font-size: 115%; margin: 0 0 1.08695652174em 0; }
h5 { font-size: 105%; margin: 0 0 1.19047619048em 0; }
h6 { font-size: 100%; margin: 0 0 1.25em 0; }

h1 {
    font-size: 194.444%;
    font-weight: normal;
    color: #026333;
}

a {
    color: #026333;
}

a:visited {
    color: #7a7057;
}

legend {
    color: black;
}

#header {
    position: relative;
    margin: 0 6px;
    border-top: 1px solid white;
    height: 101px;
    color: white;
    background: url(/images/theme-powerpurchasingnow/header-bg.png) repeat-x center top;
}

div.call_us {
    position: absolute;
    right: 36px;
    top: 32px;
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    text-align: right;
    text-transform: uppercase;
    color: black;
}

div.call_us div.phone {
    font-weight: bold;
    color: #026333;
}

#logo {
    font-size: 300%;
    color: white;
    display: block;
    text-decoration: none;
    padding: 15px 0 12px 30px;
    line-height: 50px;
}

#subheader_slideshow_home {
    clear: both;
    margin: 0 36px;
}

#subheader_slideshow {
    clear: both;
    margin: 0 36px;
}

#content {
    width: 560px;
    margin: 15px 0 18px 36px;
    border: 1px solid #e9e9e9;
    padding: 18px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 90%;
    min-height: 300px;
    background-color: #f2f2f2;
}

#sidebar h2 {
    padding-left: 12px;
    font-size: 100%;
    text-transform: uppercase;
    line-height: 34px;
    background: url(/images/theme-powerpurchasingnow/panelbg.png) repeat-x;
    color: white;
}

#sidebar h2 a {
    color: white;
    text-decoration: none;
}

div.sidebar_item {
    font-size: 75%;
}

div.sidebar_item p {
    margin: 15px 15px 5px;
}

body.home div.sidebar_item form {
    margin: 5px 15px 15px;
}

body.home div.sidebar_item form p.asterisk_legend {
    float: right;
    margin: 0;
}

body.about div.sidebar_item {
    font-size: 75%;
}

body.about div.sidebar_item p {
    margin: 15px;
}

body.about div.sidebar_item p.small {
    margin-bottom: 30px;
    font-size: 100%;
    font-weight: bold;
    color: #999999;
}

body.about div.sidebar_item p.small strong {
    color: black;
}

body.join #content {
    width: 795px;
}

#sidebar {
    float: right;
    display: inline; /* IE6 fix */
    width: 218px;
    margin-top: 15px;
    margin-right: 36px;
    margin-bottom: 18px;
}

/* Menu styles */
#menubar {
    display: inline; /* IE6 fix */
    float: left;
    width: 833px;
    margin: 0 36px;
    background: url(/images/theme-powerpurchasingnow/tabs.png) no-repeat center top;
    font: bold 11px "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    line-height: 39px;
}

.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline; /* IE6 fix */
    float: left;
}

.menu ul {
    margin: 0;
}

.menu li {
    position: relative;
    display: block;
    float: left; /* IE lameness fix */
    border: 1px solid #408b64;
    border-right-color: #000000;
    border-width: 0 1px;
    padding: 0;
}

.menu li.first {
    border-left-width: 0;
}

.menu li.last {
    border-right-width: 0;
}

.menu a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0 19px;
}

.menu a:hover {
    color: yellow;
}

/* Submenu styles */
.menu ul {
    position: absolute;
    top: -5000px;
    width: 250px;
    background: #01331a;
    line-height: 2.5;
}

.menu ul li {
    width: 250px;
    border: 0;
}

.menu ul li a:hover {
    background: #026333;
}

/* Footer Styles */
#footer {
    clear: both;
    border-bottom: 4px solid #c6c6c6;
    font-size: 75%;
    text-align: left;
    padding: 1.25em 36px 1.25em;
    zoom: 1; /* hasLayout */
    background: url(/images/theme-powerpurchasingnow/footerbg.gif) no-repeat center top;
    color: #223866;
}

#footer a {
    color: #223866;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 10px;
}

#footTextlinks a.first {
    padding-left: 0;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share {
    float: left;
    margin-top: 0;
    margin-bottom: 1.25em;
}

#share a {
    float: left;
    line-height: 16px;
    height: 16px;
    margin-bottom: 4px;
    margin-right: 8px;
    padding: 0 5px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; }
#share a.youtube     { background-position: 0 -280px; }

#share .stbuttontext {
    line-height: 16px !important;
}

#share .stico_default {
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat scroll 0 -240px !important;
}

/* Grid overlay */
#gridOverlay {
    position: absolute;
    width: 960px;
    height: 120%;
    opacity: 0.15;
    top: -10%;
    display: none;
}

#gridOverlay div {
    display: inline; /* IE6 fix */
    float: left;
    background-color: #548dff;
    width: 40px; /* 16 col grid - change to 60px for 12 cols */
    margin: 0 10px;
    height: 100%;
}

