/**
 * Site Structure / Layout
 *
 * Contents:
 *   - General Layout
 *     - Header
 *     - Navigation
 *     - Page Body
 *     - Sub Navigation
 *     - Content Area
 *     - Footer
 *   - Helpers
 *   - Home Page
 *     - Overrides
 *     - Blocks (Main, Aside)
 *   - Hidden Elements (grouped)
 */

/* ============================================================================
   GENERAL LAYOUT */

.ckdateheader {
	color: #2E3190;
	font-size: 16px;
        font-weight: bold;
}
.ckdatesubheader{
 	color: #841033;
	font-size: 12px;
        font-weight: bold;
}
.ckcelebrationsdate
{
     	color: #2E3190;
	font-size: 14px; 
	font-weight: bold;
}
.ckcelebrationseventtext
{
	color: #000; 
	font-size: 13px;
	font-weight: bold;
}
.ckpromotionsbullet
{
        list-style-image: url("/lib/images/theme/blueBullet.png");
	list-style-position: outside; 
	margin: 0px 0px 0px 0px;
}
   
html {
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
}

.wrapper {
    margin: 0 auto;
    width: 964px;
}


/* ----------------------------------------------------------------------------
   HEADER */

#header {
    background: #fff;
}

#header .wrapper {
    position: relative;
    height: 129px;
}

#header .follow { 
    position: absolute;
    right: 0px;
    top: 44px;
}

#header .follow #linkedin { 
    /*margin-right:13px;*/
}

#header .follow #facebook { 
}

#logo {
    position: absolute;
    top: 20px;
    left: 0;
}

/* ----------------------------------------------------------------------------
   NAVIGATION 1 */

#nav1 {
    background: #000 url(../images/theme/nav1.png) no-repeat;
    height: 37px;
    padding: 0 0 0 40px;
    width: 693px;
    position: absolute;
    top: 92px;
    right: 0;
}

#nav1 ul,
#nav1 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul {
    height: 37px;
}

#nav1 li {
    display: inline;
}

#nav1 a {
    background: #000 url(../images/theme/nav1.png) no-repeat;
    display: block;
    float: left;
    height: 37px;
}

#nav1 li.nav-about       a { width: 74px;  background-position: -40px 0; }
#nav1 li.nav-promotions  a { width: 113px; background-position: -114px 0; }
#nav1 li.nav-campaigns   a { width: 123px; background-position: -227px 0; }
#nav1 li.nav-meetings    a { width: 63px;  background-position: -350px 0; }
#nav1 li.nav-newsletters a { width: 75px;  background-position: -413px 0; }
#nav1 li.nav-resources   a { width: 109px; background-position: -488px 0; }
#nav1 li.nav-research    a { width: 60px;  background-position: -597px 0; }
#nav1 li.nav-join        a { width: 76px;  background-position: -657px 0; }

#nav1 li.nav-about       a:hover { background-position: -40px -37px; }
#nav1 li.nav-promotions  a:hover { background-position: -114px -37px; }
#nav1 li.nav-campaigns   a:hover { background-position: -227px -37px; }
#nav1 li.nav-meetings    a:hover { background-position: -350px -37px; }
#nav1 li.nav-newsletters a:hover { background-position: -413px -37px; }
#nav1 li.nav-resources   a:hover { background-position: -488px -37px; }
#nav1 li.nav-research    a:hover { background-position: -597px -37px; }
#nav1 li.nav-join        a:hover { background-position: -657px -37px; }

body.body-about         #nav1 li.nav-about       a { background-position: -40px -74px; }
body.body-promotions    #nav1 li.nav-promotions  a { background-position: -114px -74px; }
body.body-campaigns     #nav1 li.nav-campaigns   a { background-position: -227px -74px; }
body.body-meetings      #nav1 li.nav-meetings    a { background-position: -350px -74px; }
body.body-newsletters   #nav1 li.nav-newsletters a { background-position: -413px -74px; }
body.body-resources     #nav1 li.nav-resources   a { background-position: -488px -74px; }
body.body-research      #nav1 li.nav-research    a { background-position: -597px -74px; }
body.body-join          #nav1 li.nav-join        a { background-position: -657px -74px; }


/* ----------------------------------------------------------------------------
   NAVIGATION 2 */

#nav2 {
    padding: 2px 0;
    position: absolute;
    right: 160px; /*188px;*/
    text-align: right;
    top: 10px;
    width: 500px;
}

#nav2 ul,
#nav2 li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav2 li {
    border-left: 1px solid #000;
    padding: 0 5px 0 10px;
}

#nav2 a {
    color: #000;
    text-decoration: none;
}

#nav2 a:hover {
    color: #c0932b;
    text-decoration: underline;
}

#nav2 li.nav-home {
    border: 0;
}


/* ----------------------------------------------------------------------------
   SEARCH */

.search {
    position: absolute;
    right: 0;
    top: 10px;
    /*width: 178px;*/
    text-align: right;
}

.search input {
    font: normal 11px helvetica;
    vertical-align: top;
}

.search input.q {
    border: 1px solid #999;
    padding: 2px 2px 2px 2px;
    height: 13px;
    line-height: 12px;
    width: 139px;
}


/* ----------------------------------------------------------------------------
   PAGEBODY */

#page-body {
    background: #fff url(../images/theme/bg-page-body.png) repeat-x;
    clear: both;
}

#page-body .wrapper {
   	background: transparent url(../images/theme/bg-page-body-wrapper.png) repeat-x;
    overflow: hidden;
}


/* ----------------------------------------------------------------------------
   SUBNAV */

#subnav {
    float: left;
    padding-bottom: 10px;
    width: 260px;
}

#subnav h3 {
    margin: 0;
    padding: 0;
}

#subnav h3 a {
    display: block;
    height: 70px;
    width: 260px;
}

#subnav ul {
    background: transparent url(../images/theme/subnav/bg-li.png) left bottom no-repeat;
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
    width: 234px;
}

#subnav li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

#subnav li a,
#subnav li span {
    background: transparent url(../images/theme/subnav/bg-li.png) no-repeat;
    color: #000;
    display: block;
    padding: 5px 18px 5px 0;
    text-align: right;
    text-decoration: none;
}

#subnav li a:hover {
    background: transparent url(../images/theme/subnav/bg-li-hover.png) no-repeat;
}

#subnav li.active a,
#subnav li.active span {
    color: #000;
    background-image: url(../images/theme/subnav/bg-li-active.png);
}

#subnav li.active-trail a,
#subnav li.active-trail span {
    background-image: url(../images/theme/subnav/bg-li-active-trail.png);
}

body.body-about         #subnav h3 a { background: transparent url(../images/theme/subnav/about.png); }
body.body-promotions    #subnav h3 a { background: transparent url(../images/theme/subnav/promotions.png); }
body.body-campaigns     #subnav h3 a { background: transparent url(../images/theme/subnav/campaigns.png); }
body.body-meetings      #subnav h3 a { background: transparent url(../images/theme/subnav/meetings.png); }
body.body-newsletters   #subnav h3 a { background: transparent url(../images/theme/subnav/newsletters.png); }
body.body-resources     #subnav h3 a { background: transparent url(../images/theme/subnav/resources.png); }
body.body-research      #subnav h3 a { background: transparent url(../images/theme/subnav/research.png); }
body.body-join          #subnav h3 a { background: transparent url(../images/theme/subnav/join.png); }

body.body-contact       #subnav h3 a { background: transparent url(../images/theme/subnav/about.png); }
body.body-legal         #subnav h3 a { background: transparent url(../images/theme/subnav/legal.png); }

/* level 2 */

#subnav li ul {
    padding: 0;
}

#subnav li li a,
#subnav li li span,
#subnav li.active li a,
#subnav li li span,
#subnav li.active-trail li a,
#subnav li.active-trail li span {
    background-image: url(../images/theme/subnav/bg-li2.png);
    padding-right: 30px;
}

#subnav li.active-trail a:hover,
#subnav li.active-trail li.active a:hover {
    color: #000;
}

#subnav li.active li a:hover,
#subnav li.active-trail li a:hover {
    background: transparent url(../images/theme/subnav/bg-li2-hover.png) no-repeat;
}

#subnav li li.active a,
#subnav li li.active a:hover,
#subnav li li.active span {
    background: url(../images/theme/subnav/bg-li2-hover.png);
}

/* ----------------------------------------------------------------------------
   CONTENT */

#content {
    float: left;
    padding: 36px 25px 0px 2px;
	display:inline;
    width: 450px;
}


#content ul {
	margin-bottom: 10px;
}

#content ul ul {
	margin-bottom: 0;
}

#content ul.inline {
	width: auto;
}

#content ul.inline li {
	width: auto;
}

#content h3.forceWrap,
#content p.forceWrap {
	display: block;
}


/* ----------------------------------------------------------------------------
   ASIDE */

#aside {
    float: left;
    padding: 30px 0;
    width: 227px;
}

#aside p {
  	padding: 5px 0;
}


/* SHould be using the graphical rule here as the hr tag sucks */
#aside hr {
	float: left;
	display: inline;
	border: none;
	height: 30px;
   	margin: 15px 0px 15px 0px;
	padding: 0px;
	overflow: hidden;
    width: 223px;
	background: transparent url(../images/theme/subnav/divider.png) no-repeat;
}

#aside .graphicalRule {
	display: none;
	/*
	float: left;
	display: inline;
	border: none;
	height: 30px;
   	margin: 15px 0px 15px 0px;
	padding: 0px;
	overflow: hidden;
    width: 223px;
	background: transparent url(../images/theme/subnav/divider.png) no-repeat;
	*/
}

/* BLOCKS */

.aside-block {
	position: relative;
	float: left;
	display: block;
	width:100%;
    background: transparent url(../images/theme/bg-block.png) 0 32px no-repeat;
    border-bottom: 2px solid #fff;
	padding: 0px;
    margin: 0px 0px 15px 0px;
}

.aside-block h3 {
    height: 32px;
    padding: 0;
    position: relative;
	dispaly: block;
    width: 227px;
}

.block-logos     h3 { background-image: url(../images/theme/headings/logo-resources.png); }
.block-documents h3 { background-image: url(../images/theme/headings/document-resources.png); }

.aside-block ul,
.aside-block li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-block ul.artwork {
	float: left;
    margin: 0px 0px 5px 0px;
}

.aside-block ul.artwork li {
    width: 225px;
}

.aside-block ul.artwork img {
	float: left;
	margin: 10px 0px 0px 10px;
}

.aside-block ul.artwork .artwork-summary {
	float: left;
	display: block;
	margin:0px 0px 0px 10px;
	padding-top: 5px;
    width: 145px;
}

.aside-block ul.artwork .artwork-summary img {
	display: inline;
	float: none;
	margin: 0px;
}

.block-documents {
	position: relative;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.block-documents ul,
.block-documents ul li {
	float: left;
	display: inline;
	padding: 0px;
}

.block-documents ul {
	margin: 0px;
}

.block-documents li {
	margin: 0px 0px 0px 12px;
}

.block-documents li a {
	color: #000;
    font-size: 12px;
	text-decoration: none;
	float: left;
    display: block;
	width: 130px;
	height: 45px;
    margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
}

.block-documents li a:hover {
    color: #c0932b;
}

.block-documents li a strong {
    display: block;
}

.block-documents li a.file-pdf {
    background: transparent url(../images/theme/icons/pdf.png) no-repeat;
 }

.block-documents li a.file-doc {
    background: transparent url(../images/theme/icons/word.jpg) no-repeat;
    min-height: 49px;
}

.block-documents li a.file-ppt {
    background: transparent url(../images/theme/icons/powerpoint.jpg) no-repeat;
    min-height: 49px;
}

.block-documents li a.file-img {
    background: transparent url(../images/theme/icons/photo.jpg) no-repeat;
    min-height: 49px;
}

#aside .callout,
#aside .callout p,
#aside .callout a,
#aside .callout img {
	display: inline;
    border: none;
	margin: 0px;
	padding: 0px;
}

#aside .callout img {
    float: left;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------------------
   FOOTER */

#footer {
    clear: both;
    padding: 20px 0 40px 0;
    text-align: center;
}

#footer p {
    color: #565656;
    font-size: 10px;
    padding: 5px 0;
}

#footer a {
    color: #565656;
    padding: 0 3px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p#credit {
    font-weight: bold;
}

#footer p#credit a {
    color: #a20d14;
    padding: 0;
}


/* ============================================================================
   HELPERS */

img.button,
input.button {
    vertical-align: middle;
}

img.image-left {
    float: left;
	display: inline;
    margin-right: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
}

img.image-right {
    float: right;
    margin: 0 0 10px 15px;
}

.search-row input,
.search-row select {
    margin-right: 10px;
}    


/* ----------------------------------------------------------------------------
   MORE LINKS */

.more a {
    text-decoration: none;
}

.more a:hover {
    text-decoration: underline;
}

p+p.more {
    padding-top: 0;
    margin-top: -10px;
}

/* ----------------------------------------------------------------------------
   CONTENT BLOCKS */

#content .block-container {
    overflow: hidden;
}

#content .block {
    clear: left;
}

#content .block img {
    float: left;
    margin: 12px 12px 0 0;
}

#content .block .block-content {
    float: left;
}

/* ----------------------------------------------------------------------------
   ICONIC LISTS */

ul.iconic {
	float: left;
}

ul.iconic,
ul.iconic li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.iconic li {
    padding: 4px 0 3px 20px;
}

ul.iconic li.icon-document { 
	float: left;
	clear: left;
	width: 100%;
	min-height: 18px;
    background: transparent url(../images/icons/page.png) no-repeat 0px 0px;
}                         


/* ----------------------------------------------------------------------------
   BRANDS */

.brands {
	float: left;
    width: 450px;
	display: inline;
    padding: 0;
	overflow:hidden;
}

.brands h2 {
    background: transparent url(../images/theme/headings/sponsorBar.jpg) no-repeat;
    width: 425px;
    height: 18px;
    margin-left: 3px;
    margin-bottom: 0;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: lighter;
    color: White;
}

.brands p {
    padding: 0;
}

.brands img {
    margin: 0 auto 0 auto;
}

.brands table {
    empty-cells: hide;
    border-collapse: separate;
    border-spacing: 3px;
    margin-top: 0;
}

.brands td {
	vertical-align: middle;
    border: 1px solid #f4edd4;
}

.brands td:hover {
    border: 1px solid #ded7b7;
}

/* ----------------------------------------------------------------------------
   SWAP LIST */

.swap {
    background: #fff url(../images/theme/swap-top.png) 14px 0 no-repeat;
    margin: 10px 0;
}

.swap-inner {
    background: transparent url(../images/theme/swap-bottom.png) 140px bottom no-repeat;
    overflow: hidden;
    min-height: 10px;
}

.swap ul,
.swap li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 140px;
}

.swap li {
    display: inline;
}

.swap li h2 {
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 0 6px 0;
}

.swap li h2:hover {
    color: #000;
}

.swap li h2.active {
    background: transparent url(../images/theme/swap-active.png) right top no-repeat;
}

.swap #swap-box {
    float: right;
    padding: 0 0 10px 0;
    width: 296px;
}

/* ----------------------------------------------------------------------------
   WIDE LAYOUT */

body.wide #content {
    padding-right: 0;
    width: 702px;
}

body.wide #aside {
    display: none;
}

/* ----------------------------------------------------------------------------
   ARTWORK (content and aside) */

#content ul.artwork,
#content ul.artwork li {
	float: left;
    display: block;
	list-style: none;
    margin: 0;
    padding: 0;
}

#content ul.artwork li {
	width: 230px;
	height: 70px;
}

#content ul.artwork img {
    float: left;
}

#content ul.artwork .artwork-summary {
    float: left;
	display: block;
	margin: 0px 0px 10px 12px;
    padding: 0px;
    width: 150px;
}
#content ul.artwork .artwork-summary img,
#content ul.artwork .artwork-summary p,
#content ul.artwork .artwork-summary span {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#content ul.artwork .artwork-summary p {
	width: 100%;
	margin-bottom: 5px;
}

#content ul.artwork .artwork-summary span {
	margin-left: 4px;
	margin-right: 4px;
}

/* ============================================================================
   HOME */

/* ----------------------------------------------------------------------------
   OVERRIDES */

body.body-home #page-body .wrapper {
   	background: transparent url(../images/theme/home/bg-content.png) repeat-x;
    overflow: hidden;
}

body.body-home {
    background: #fff url(../images/theme/bg-page-body.png) 0 495px repeat-x;
}

body.body-home #nav1,
body.body-home #nav ul {
    height: 35px;
}

body.body-home #header .wrapper {
    height: 127px;
}

body.body-home #page-body {
    background: none;
}

body.body-home #page-body .wrapper {
    width: 972px;
}

body.body-home #content {
    background: transparent url(../images/theme/home/bg-content.png) no-repeat 0px 0px;
    float: none;
    line-height: 0;
    padding: 0;
    width: 972px;
}

body.body-home #aside {
    background: transparent url(../images/theme/home/bg-aside.png) no-repeat;
    float: none;
    padding: 0;
    width: 972px;
}


/* ----------------------------------------------------------------------------
   INTRO */

body.body-home #mainFlash {
	height: 366px;
    margin: 2px 6px 0 6px;
	/*background: transparent url(../images/theme/home/bg-content.png) no-repeat 0px 0px;*/
}

/* ----------------------------------------------------------------------------
   NEWS */

body.body-home #news {
    float: left;
    padding: 13px 25px;
    width: 226px;
}

body.body-home #aside h3,
body.body-home #aside h3 a {
    background: transparent url(../images/theme/home/bg-h3-news.png);
    display: block;
    height: 26px;
    padding: 0;
    width: 60px;
}

body.body-home #aside ul,
body.body-home #aside li {
    list-style: none;
    margin: 0;
}

body.body-home #aside ul {
    padding: 10px 10px 10px 0;
}

body.body-home #aside li {
    background: transparent url(../images/theme/bullet.png) 0 0.33em no-repeat;
    display: block;
    padding: 0 0 5px 16px;
}

body.body-home #aside li a {
    display: inline;
    color: #000;
    font-size: inherit;
    padding: 0;
    text-decoration: underline;
}

body.body-home #aside li a:hover {
    color: #c0932b;
}

body.body-home #investment {
    float: left;
    margin: 0 2px 0 0;
    width: 380px;
}

body.body-home #join {
}


/* ============================================================================
   BOARD OF DIRECTORS */

body.body-about-board ul,
body.body-about-board li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

body.body-about-board .executive {
    color: #d79300;
}

body.body-about-board #content ul+p {
    padding-top: 0;
    margin-top: -10px;
}

/* ============================================================================
   PROMOTIONS */

body.body-promotions-ice-cream-novelties h2,
body.body-promotions-ice-cream-novelties h3 {
    clear: left;
}


/* ============================================================================
   MEETINGS */

/* ----------------------------------------------------------------------------
   ACCOMODATIONS */

#accomodations .block-content {
    width: 308px;
}

/* ----------------------------------------------------------------------------
   SPEAKERS */

#speakers .block-content {
    width: 352px;
}

/* ----------------------------------------------------------------------------
   EVENTS TABLE */

   
body.body-meetings-industry-events #content h3 {
    background: transparent url(../images/theme/headings/eventsHeader.png);
    height: 29px;
    /*margin: 20px 0 0 0;*/
    padding: 0;
    width: 702px;
}

body.body-meetings-industry-events #content h3 span,h3 span.calHeader{
	color:#ffffff;
	font-size: 16px;
	padding-left: 12px;
	line-height: 30px;
}

table.events {
    background: #f8f4eb url(../images/theme/bg-table-events.png) repeat-x;
    border: 1px solid #caa72d;
    border-collapse: collapse;
    margin: 0 0 30px 1px;
    width: 701px;
}

table.events td {
    border: 1px solid #caa72d;
    padding: 8px 2% 12px 2%;
    height: 90px;
    vertical-align: top;
    width: 21%;
}

table.events h4 {
    color: #d19a21;
    font-size: 13px;
    padding: 0 0 5px 0;
}

table.events dl {
    overflow: hidden;
}

table.events dt {
    float: left;
    font-size: 9px;
    line-height: 14px;
    padding: 2px 0;
    width: 4em;
}

table.events dd {
    font-size: 9px;
    margin-left: 4.5em;
    line-height: 14px;
    padding: 2px 0;
}


/* ============================================================================
   RESOURCES + MEDIA */

/* ----------------------------------------------------------------------------
   PRESS RELEASES */

dl.press {
    padding: 5px 0 15px 0;
}

dl.press dt {
    clear: left;
    float: left;
	width: 100px;
    padding: 3px 0;
    width: 8em;
}

dl.press dd {
	float: left;
	width: 340px;
	min-height: 20px;
    background: transparent url(../images/icons/page.png) 0 2px no-repeat;
    /*margin-left: 8.5em;*/
    padding: 3px 0 3px 20px;
}

dl.press dd a {
   /* color: #000;*/
    text-decoration: none;
}

dl.press dd a:hover {
    text-decoration: underline;
}

body.body-resources-press img.image-left {
    margin-right: 6px;
}

/* ----------------------------------------------------------------------------
   CONSUMER ARTICLES */

#subnav li li span select {
    margin: -1px -12px 0 0;
}


/* ----------------------------------------------------------------------------
   RECIPES */

ul.recipe-thumbs,
ul.recipe-thumbs li {
    list-style: none;
    margin: 0;
    overflow: hidden;
}

ul.recipe-thumbs {
    padding: 15px 0 30px 0;
}

ul.recipe-thumbs li {
    float: left;
    padding: 0 2% 15px 0;
    width: 31%;
}

ul.recipe-thumbs img {
    margin-right: 10px;
    vertical-align: top;
}

ul.recipe-thumbs a {
    margin-top: 10px;
    color: #000;
    text-decoration: none;
}

ul.recipe-thumbs a:hover {
    color: #c0932b;
}

/* ------------------------------------
   DETAILS */
   
#content .recipe dl {
    overflow: hidden;
}

#content .recipe dt {
    clear: left;
    float: left;
    font-weight: bold;
    width: 6em;
}

#content .recipe dd {
    margin-left: 6.5em;
}

#content .recipe dt.download-links,
#content .recipe dd.download-links {
    padding-top: 15px;
}

#content .recipe ul,
#content .recipe ul li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#content .recipe ul {
    margin-bottom: 0;
}


/* ----------------------------------------------------------------------------
   AUDIO / VIDEO */

body.body-resources-audio-video-default #content {
    padding-right: 0;
    width: 475px;
}

body.body-resources-audio-video-default #content ul, 
body.body-resources-audio-video-default #content li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.body-resources-audio-video-default #content ul {
    overflow: hidden;
    padding-bottom: 10px;
}

body.body-resources-audio-video-default #content li {
    float: left;
    margin: 5px 3% 5px 0;
    width: 30%;
}

body.body-resources-audio-video-default #content li img {
    background: #fff;
    border: 1px solid #999;
    padding: 1px;    
}

body.body-resources-audio-video-default #content li a {
    color: #958342;
    text-decoration: none;
}

body.body-resources-audio-video-default #content li a:hover {
    color: #000;
    text-decoration: underline;
}


/* ----------------------------------------------------------------------------
   ARTWORK */

body.body-resources-artwork-default #content {
    padding-right: 0;
    width: 475px;
}


/* ============================================================================
   CONTACT US */

body.body-contact #aside .contact-info {
    background: transparent url(../images/theme/bg-contact-info.png) left bottom no-repeat;
    margin: 0 0 5px 0;
    padding: 0 0 0 2px;
}

body.body-contact #aside .contact-info h2 {
    background: transparent url(../images/theme/bg-contact-info-top.png) left top no-repeat;
    color: #30280b;
    font-size: 13px;
    padding: 8px 0 0 0;
}

body.body-contact #aside .contact-info address {
    color: #958342;
    padding: 8px 30px 8px 0;
}

body.body-contact #aside .contact-info address strong {
    font-size: 12px;
}

body.body-contact #aside .contact-info h2+address {
    padding-top: 4px;
}


/* ============================================================================
   SITE MAP */

body.body-site-map #content h2 {
    padding-bottom: 15px;
}

/* ============================================================================
   HIDDEN ELEMENTS (screen reader-friendly) */

.search label,
#nav1 li a span,
#subnav h3 span,
.brands h2 span,
.aside-block h3 span,
body.body-home #subnav,
body.body-home #news h3 span,
.skip-navigation,
.hidden {
    left: -9999px;
    position: absolute;
}

.cpyellow
{
    background-color: #E9B136;
}
.cpblue
{
    background-color: #2D3192;
}
.cpblue
{
    background-color: #2D3192;
}
.cptan 
{
    background-color: #92680D;
}
.cpgreen 
{
    background-color: #6FA70D;
}
.cporange 
{
    background-color: #EA5808;
}
.cppurple 
{
    background-color: #713F97;
}
.spanpromoresourcebullet
{
    background-image: url(/lib/images/theme/yellowBullet.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left:20px;
    font-weight: bold;
}
.monthheader
{
    margin-top: 10px;
    margin-top: 10px;
    width: 220px;
    height: 26px;
    color: #FFF;
    padding-bottom: 7px;
    background-color:#000;
    border-top-left-radius: 12px; 
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -khtml-border-top-left-radius: 12px;  
}
.monthbody
{
   width: 198px;
   height: 170px;
   background-color:#FFF;
   border-width: 1px;
   border-color: Gray;
   border-style:solid;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 25px;
   padding-bottom: 25px;
   vertical-align: middle;
}
.monthheadertext
{
    font-size:larger;
    font-weight:600;
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
}
.monthlogoimage
{
    width:100%; 
}
.advertisingtipheader
{
    color: #FFF;
    font-size: 16pt;
}
.advertisingtipheaderend
{
    color: #FFF;
    font-size: 18px;
    font-weight:900;
}
.advertisingtipheaderarrow
{
    color: #FFF;
    font-size: 16px;
    font-weight:900;
}
.advertisingtip
{
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
}
.dvadtip
{
    clear: both;
    padding: 15px;
    border-radius: 12px; 
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px; 
}
.dvlogoicons
{
    text-align: center;
    padding-left: 2px;
    padding-bottom:15px;
}
