/* @override 
	http://www.theafa.org/_css/style.css
*/

/* @group init */
body
  { background: #59807c;
  }
  #skip
    { display: none;
    }
  #wrap
    { background: #e8e4d4;
    }
  .center984
    { width: 984px;
      margin: 0px auto ;
    }
  .center1007
    { width: 1007px;
      margin: 0px auto;
    }
    #container
      { background: url(../_img/content_bg.png) repeat-y;
      }
      #content-wrap
        { background:#E8E4D4 url(../_img/content_wrap-bg.png) repeat-x;
          overflow: hidden;
        }
h1 { font-size: 3em; font-family: "museo-slab-1","museo-slab-2",sans-serif; color:#819794; font-weight:normal;}
h2 { font-size: 2.6em; font-family: "museo-slab-1","museo-slab-2",sans-serif; color:#819794; font-weight:normal;}
h3 { font-size: 2.3em; font-family: "museo-slab-1","museo-slab-2",sans-serif; color:#a6777f;}
h4 { font-size: 1.9em; font-family: "museo-slab-1","museo-slab-2",sans-serif; font-weight:700; color:#444;}
h5 { font-size: 1.6em; font-family: "museo-slab-1","museo-slab-2",sans-serif; font-weight:700; color:#444;}
h6 { font-size: 1.3em; font-family: "Arial","Helvetica",sans-serif; font-weight: 700; color:#444;}

aside h3 { font-size: 1.8em; font-family: "arial","helvetica",sans-serif; color:#819794;}
aside h4 { font-size: 1.6em; font-family: "arial","helvetica",sans-serif; font-weight:700; color:#a6777f;}
aside h5 { font-size: 1.4em; font-family: "arial","helvetica",sans-serif; font-weight:900; color:#444;}
aside h6 { font-size: 1.2em; font-family: "arial","helvetica",sans-serif; font-weight: 900; color:#444;}

h2.page-title
  { color:#819794;  
    font-size: 2.6em; font-family: "museo-slab-1","museo-slab-2",sans-serif;
    font-weight: normal;
    padding: 0px;
  }
  h2.page-title a
    { color:#666666 !important;  
      text-decoration: none;
      padding-right: 10px;
    }
  h2.page-title strong
    { color:#819794 !important;  
      font-weight: normal;
      padding-left: 0px;
    }
.column
  { float: left;
  }
.uiButtonRounded
  { -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    overflow: hidden;     
  }
.uiButtonSmall
  { font-weight: bold;
    padding: 2px 5px;
    font-size: 1.1em !important;
  }
 .ie7 .uiButtonSmall
 { font-size: .9em !important;
  
 }
.uiButtonMedium
  { padding: 5px;
    font-size: 1.2em !important;
    font-weight: bold;
  }
.uiButtonLarge
  { padding: 10px;
    font-size:  1.5em !important;
    font-weight: bold;
    margin-right: 15px;
  }
.uiBgColorDarkPurple
  { background: #4D343A;
    color: #E6E3DA !important;
  }
.uiBgColorPurple
  { background:#a6777f;
    color: #ffffff !important;
  }
.uiButtonRounded.uiBgColorDarkPurple:hover
  { background-color:  #755159;
    text-decoration: none;
    color: #fff;
  }
.uiBgColorGreen
  { background-color: #82CAC3;
    color: #ffffff !important;
  }
.uiBgColorDarkGreen
  { background: #44948f;
    color: #ffffff;
  }
.uiBgColorLightGreen
  { background-color: #BEC568;
    color: #ffffff;
  }
  aside.left .asideColorSection.uiBgColorLightGreen hr
    { border-top: 1px #e1e1e1 solid;
    }
  aside .asideColorSection h5
    { color: #fff;
    }
.uiButtonRounded.uiBgColorDarkGreen:hover
  { color: #fff;
    text-decoration: none;
    background: #5db2ad;
  }
.uiBgColorGrey
  { background: #cccccc;
    color: #fff !important;
    text-decoration: none;
    font-size: 1.1em;
  }
  .uiBgColorGrey:hover
    { background: #82CAC3;
      color: #fff;
    }
.uiButtonRounded.uiBgColorGreen:hover, .uiBgColorGreen:hover
  {  background-color: #4fa6a1;
     color: #fff;
     text-decoration: none;
  }
  
.uiBgColorGreen a{
  color: #ffffff !important;
}
aside div.uiBgColorGreen:hover{
  background-color: #82CAC3;
}
.uiRoundedRight
  { -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
.uiRoundedLeft
  { -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
.uiDropShadowRight
  { -webkit-box-shadow: 1px 1px 2px #999999;
    -moz-box-shadow: 1px 1px 2px #999999;
    box-shadow:1px 1px 2px #999999;
  }
.uiArrowLink
  { background: url(../_img/aside_related_article-arrow.png) no-repeat 0px 1px;
    padding-left: 14px;
    text-decoration: none;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 8px;
    /*text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;*/
    width: 200px;
  }
  .uiArrowLink:hover
    { text-decoration: none;
    }
.uiWrap
  { overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
  }
.uiHorzSection
  { float: left !important;
    display: inline-block;
  }
  h5.uiHorzSection
    { display: inline !important;
      width: 300px;
      line-height: 1.2em;
    }
.uiListItem
  { margin-bottom: 20px;
    overflow: hidden;
  }
.uiLargeArrow
  { background-image: url(../_img/uilargearrow.png);
    background-repeat: no-repeat;
    background-position: 96% 8px;
    padding-right: 45px;
  }
  .uiLargeArrow:hover
    { background-image: url(../_img/uilargearrow.png);
    }
.uiThumb150
  { float: left;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    /*border: 1px solid #ccc;*/
  }
.uiThumb15075{
  float: left;
    width: 150px;
    height: 175px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}
.uiThumb75
  { float: left;
    width: 75px;
    height: 55px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
.uiImageRight
  { float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
.uiImageLeft
  { float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
.error , #content form label.error
  { color: red;
    font-size: 1.2em;
    font-weight: bold;
  }
.share-links
  { margin-bottom: 15px;
  }
  .share-links a
    { margin-right: 10px;
    }
.hidden
  { display: none;
  }
aside .greentext, #content .greentext
  { color:#44948f;
  }
aside .purpletext, #content .purpletext
  { color:#a6777f;
  }
/* @end */
/* @group header */
nav 
  { font-family: "news-gothic-std-1","news-gothic-std-2",sans-serif;
  }
#header
  { height: 118px;
    position: relative;
    background: #fff;
    border-top: solid 3px #a6747f;
    z-index: 50;
  }
  #header .logo
    { background: url(../_img/logo.png) no-repeat;
      width: 300px;
      height: 70px;
      position: absolute;
      top: 16px;
      left: 16px;
    }
  #tagline
    { position: absolute;
      bottom: 12px;
      left: 16px;
      color: #cb7052;
      /*font-family: "news-gothic-std-1","news-gothic-std-2",sans-serif;*/
      font-family:"Helvetica Neue", "Helvetica","Arial";
      font-size: 1.2em;
 }
  #search
    { position: absolute;
      right: 10px;
      top: 2px;
    }
    #search_term
      { background: url(../_img/header_search_input-bg.png) no-repeat;
        border: none;
        width: 100px;
        padding-left: 30px;
        height: 30px;
        color: #444;
        line-height: 1em;
      }
    .ie8 #search_term, .ie7 #search_term
      { line-height: 1.3em;
        padding-top:7px;
      }
  .login
    { position: absolute;
      right: 155px;
      top: 8px;
      text-align: right;
      font-size:1.2em;
    }
  a[title="Log In"]
    { color: #a6747f;
      font-family: "arial",sans-serif;
      text-decoration: none;
      font-size: 1.2em !important;
      background: url(../_img/header_network_login-icon.png) no-repeat 0 0;
      padding-left: 12px;
    }
    a[title="Log In"]:hover
      { text-decoration: underline;
      }
    #search_go
      { display: none;
      }
#content
  { overflow: hidden;
    position: relative;
  }
  #content a:hover
    { text-decoration: none;
    }
 #content table h5
   { margin-bottom: 0px !important;
   }
 #content a.seeall{ 
  	font-size: 1.2em;
  font-weight: bold;
 }
/* @end */

#header nav
  { position: absolute;
    left: 220px;
    top: 60px;
  }
 #header nav li
  { float: left;
    margin-right: 10px;
    font-size: 1.8em;
    position: relative;
    font-family: "helvetica","arial", sans-serif;
  }
  #header nav li > a
    { color: #C67259;
      display: block;
      text-decoration: none;
      padding: 0px 5px;
    }
    #header nav li > a:hover,
    #header nav li.current > a
      { padding: 0px 5px;
        background-color:#C67259;
        color: #fff;
      }
  #header nav li#nav_news-events,
  #header nav li#nav_about-the-afa,
  #header nav li#nav_contact
    { font-size: 1.2em;
      padding-top: 5px;
    }
    #header nav li#nav_news-events a, 
    #header nav li#nav_about-the-afa a, 
    #header nav li#nav_contact a
      { color: #a6747f;
        padding:  0px 6px;
      }
      #header nav li#nav_news-events a:hover,
      #header nav li#nav_news-events.current a,  
      #header nav li#nav_about-the-afa a:hover, 
      #header nav li#nav_about-the-afa.current a, 
      #header nav li#nav_contact a:hover,
      #header nav li#nav_contact.current a
        { background-color: #a6747f;
          color: #ffffff;
        }
/* @group no borderradius nav */
  .no-borderradius #header nav
    { top:52px;
    }
  .no-borderradius #header nav li#nav_family-building,
  .no-borderradius #header nav li#nav_advice-support,
  .no-borderradius #header nav li#nav_library,
  .no-borderradius #header nav li#nav_blog
    { display:block;
      padding-left:5px;
    }
  .no-borderradius #header nav li#nav_family-building:hover,
  .no-borderradius #header nav li#nav_advice-support:hover,
  .no-borderradius #header nav li#nav_library:hover,
  .no-borderradius #header nav li#nav_blog:hover,
  .no-borderradius #header nav li#nav_family-building.current,
  .no-borderradius #header nav li#nav_advice-support.current,
  .no-borderradius #header nav li#nav_library.current,
  .no-borderradius #header nav li#nav_blog.current
    { background: transparent url(../_img/ie-main-nav-bg.png) no-repeat  left top !important;
      display:block;
      padding-left:5px;
    }
   .no-borderradius #header nav li#nav_family-building > a,
   .no-borderradius #header nav li#nav_advice-support > a,
   .no-borderradius #header nav li#nav_library > a,
   .no-borderradius #header nav li#nav_blog > a
     { display:block;
       padding-top:5px;
       padding-bottom:6px;
       padding-right:10px;
       margin-right:-10px;
     }
  .no-borderradius #header nav li#nav_family-building:hover > a,
  .no-borderradius #header nav li#nav_advice-support:hover > a,
  .no-borderradius #header nav li#nav_library:hover:hover > a,
  .no-borderradius #header nav li#nav_blog:hover:hover > a,
  .no-borderradius #header nav li#nav_family-building.current > a,
  .no-borderradius #header nav li#nav_advice-support.current > a,
  .no-borderradius #header nav li#nav_library:hover.current > a,
  .no-borderradius #header nav li#nav_blog:hover.current > a
    { background-image: url(../_img/ie-main-nav-bg.png) !important;
      background-repeat: no-repeat;
      background-position: right top;
      background-color:transparent;
      display:block;
      padding-top:5px;
      padding-bottom:6px;
      padding-right:10px;
      margin-right:-10px;
    }
    
    .no-borderradius #header nav li#nav_news-events a,
    .no-borderradius #header nav li#nav_about-the-afa a,
    .no-borderradius #header nav li#nav_contact a
        { display:block;
          padding-top:0px !important;
          padding-bottom:2px !important;
          padding-right:10px;
          margin-right:-10px;
        }
  .no-borderradius #header nav li#nav_news-events,
  .no-borderradius #header nav li#nav_about-the-afa,
  .no-borderradius #header nav li#nav_contact
      { display:block;
        padding-top:0px;
        padding-left:0px;
        margin-top:10px;
      }
  .no-borderradius #header nav li#nav_news-events:hover,
  .no-borderradius #header nav li#nav_about-the-afa:hover,
  .no-borderradius #header nav li#nav_contact:hover
      { background-image: url(../_img/ie-main-nav-bg.png);
        background-repeat:no-repeat;
        background-position: 0px -84px;
        background-color:transparent;
        display:block;
        padding-top:0px;
        padding-left:0px;
        margin-top:10px;
      }
    .no-borderradius #header nav li#nav_news-events:hover a,
    .no-borderradius #header nav li#nav_about-the-afa:hover a,
    .no-borderradius #header nav li#nav_contact:hover:hover a
        { background-image: url(../_img/ie-main-nav-bg.png);
          background-repeat:no-repeat;
          background-position: right -103px;
          background-color:transparent;
          display:block;
          padding-top:0px !important;
          padding-bottom:2px !important;
          padding-right:10px;
          margin-right:-10px;
        }
/* @end */
  #header nav li .submenu
    { position: absolute;
      left: 0px;
      top: 24px;
      display: none;
    }
    .ie7 #header nav li .submenu,
    .ie8 #header nav li .submenu
    { position: absolute;
      left: 0px;
      top: 35px;
      display: none;
    }
  .no-borderradius #header li .subnav
    { top:30px

    }
    #header nav .submenu .menuwrap
      { background-color: #f8a083;
        padding: 10px;
        line-height: 1.2em;
        display: block;
        overflow: hidden;
        border-radius: 0px 5px 5px 5px;
        -moz-border-radius: 0px 5px 5px 5px;

        width: 392px;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
      }
    .no-csscolumns #header nav .submenu .menuwrap
      { width: 430px;
      }
    .no-csscolumns #header nav .submenu .menuwrap div
      { width: 200px;
        float: left;
        margin-right: 10px;
        margin-bottom: 2px;
        display: block;
      }
    #header nav li .submenu h5
      { color: #bd5f3f;
        font-size: .7em;
        font-weight: bold;
        margin-bottom: 0px;
      }
    #header nav li .submenu a
      { font-size: .7em;
        color:#fff;
        text-decoration: none;
        display: block;
      }
      #header nav li .submenu a:hover
        { text-decoration: underline;
        }
    #header nav li:hover .submenu
      { display: block;
      }
    #header nav li:hover > a
      { background-color:#C67259;
        color: #ffffff;
      }
    
/* @group Content */
.sub #content-wrap
  { padding-top: 25px;  
    padding-bottom: 25px;
  }
.sub #content
  { min-height: 600px;
    height: auto !important;
    height: 600px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .sub #content p
    { line-height: 1.8em;
      font-size: 1.2em;
      color: #333;
      margin-bottom: 10px;
    }
  .sub #content ul, .sub #content ol
    { font-size: 1.2em;
      color: #333;
      margin-left: 30px;
      margin-bottom: 10px;
    }
  .sub #content hr
    { border: 0;
      border-top: solid 1px #ccc;
    }
  #content strong
    { color: #555;
    }
   .sub #content blockquote{ 
  		margin-left: 30px;
  		margin-top: 15px;
  		margin-bottom: 15px;
  		padding-left: 5px;
  		border-left: 2px solid #dcd8ca;
  		font-size: 1.3em;
  	    background-color: #efeada;
  	    padding: 5px 15px;
  	    color: #333;
 	}
/* @end */
/* @group Aside Left */
  aside.left
    { margin-right: 20px;
      width: 247px;
      font-family: "Arial","Helvetica",sans-serif;
      min-height: 400px;
    }
    aside .background
      { width: 216px;
        background: url(../_img/aside_section-bg.png) no-repeat;
        padding-left: 15px;
        padding-right: 18px;
        padding-top: 25px;
        padding-bottom: 15px;
      }
    aside section
      { width: 216px; 
      }
    aside > section
      { margin-left: 0px;
      }
    aside > section > h1,
    aside > section > h2,
    aside > section > h3,
    aside > section > h4,
    aside > section > h5,
    aside > section > h6,
    aside > section > p,
    aside > section > a,
    aside > section > img,
    aside > section > hr,
    aside > section > div
      { margin-left: 15px;
      }
    aside .background-btm
      { background: url(../_img/aside_section-bg.png) left bottom no-repeat;
        width: 250px;
        height: 10px;
        margin-bottom: 25px;
      }
    aside p
      { line-height: 1.6em;
        font-size: 1.2em;
        color: #333;
      }
    aside a
      { color: #79c9c4;
        text-decoration: none;
        font-size: 1.1em;
      }
      aside a:hover
        { text-decoration: underline;
          color: #4fa6a1;
        }
   aside hr
     { border: 0;
       border-top: 1px solid #bce4e1;
     }
  .ie7 aside hr,
  .ie8 aside hr{ 
 	margin-top: 0px;
 	margin-bottom: 0px;	
 }
  aside .item
    { overflow: hidden;
      margin-bottom: 5px;
      padding-bottom: 3px;
    }  
  aside .item .imgwrap
    { width: 75px;
      height: 50px;
      float: left;
      margin-right: 10px;
      overflow: hidden;
    }
    aside .item .imgwrap img
      { width: 78px;
      }
  aside .item .play, aside .oem a
    { display: block;
      background: url(../_img/aside_education_module-arrow.png) no-repeat left 3px;   
      padding-left: 10px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      float: left;
    }
  aside .item a[onclick="waspPopup"]{ 
    display: none;
 }
  aside .item p
    { float: left;
      width: 130px;
      line-height: 1.4;
    }

  aside .filter, .mcms_filter_list
    { padding: 0;
      margin-left: 0px;
      margin-bottom: 10px;
    }
    aside .filter li, .mcms_filter_list li
      { margin-left: 0px;
        list-style-image: none;
        list-style: none;
        font-size: 1.2em;
      }
      aside .filter li a, .mcms_filter_list li a
        { text-decoration: none;
        }
  aside .asideColorSection.uiBgColorLightGreen a
    { background-color: #72854F;
      padding: 3px 6px;
      color: #fff;
      font-weight: bold;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius:5px 5px 5px 5px;
    }
    aside .asideColorSection.uiBgColorLightGreen a:hover
      { text-decoration: none;
        background-color: #596a36;
        color: #fff;
      }
     
/* @end */
#sidenav
  { margin: 0;
  }
  #sidenav li
    { font-size: 1.3em;
      font-family: "Arial","Helvetica", sans-serif;
    }
    #sidenav li a, 
    #sidenav li a:visited, 
    #sidenav li a:active
      { text-decoration: none;
        font-weight: bold;
        color: #79c9c4;
      }
    #sidenav li.current a,
    #sidenav li a:hover
      { color: #A6777F;
      }
/* @group Footer*/
#footer-wrap
  { background: #59807c;
    height: 257px; 
    overflow: hidden;
    clear: both;
  }
  #footer
    { background: #7f9692;
      min-height: 257px;
      height: auto !important;
      height: 257px;
      padding: 0px;
      padding-top: 30px;
      color: #fff;
      overflow: hidden; 
    }
    #footer p
      { margin-bottom: 10px; 
        color: #e8e4d4;
      }
    #footer strong
      { color: #fff;
        font-weight: bold;
      }
    #footer h5
      { font-size: 1.5em;
        color: #f6f3eb;
        font-family:"Arial","Helvetica", sans-serif;
      }
    #footer .column.left
      { width: 348px;
        padding-left: 20px;
        margin-right: 25px;
      }
    #footer .logo
      { background: url(../_img/logo_footer.png) no-repeat;
        width: 120px;
        height: 70px;
        float: left;
        display: block;
        text-indent: -9999em;
      }
    #footer .column.middle
      { width: 345px;
        margin-right: 25px;
      }
    #footer .social
      { overflow: hidden;
        margin: 0px;
        padding: 0px;
		list-style: none;
      }
      .social li
        { padding: 0px;
          float: left;
          margin-right: 5px;
		  list-style: none;
        }
    #footer .social img
      { border: 0;
      }
    #footer .column.right
      { width: 180px;
      }
      #footer .column.right p
        { color: #626262;
        }
      #footer #newsletter
        { position: relative;
          height: 20px;
          margin-bottom: 10px;
        }
        #footer #newsletter > div
          { position: absolute;
            width: 205px;
            left: 0px;
            top: 0px;
          }
          #footer #newsletter_text
            { background: url(../_img/footer_signup_input-bg.png) no-repeat;
              border: none;
              height: 21px;
              color: #444444;
              padding-left: 5px;
              padding-right: 5px;
              width: 140px;
              line-height: 1em;
              float: left;
            }
           #footer #newsletter_submit
             { 
             }
    .basement
      { clear:both;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #9AAAA7;
        font-size: 1.1em;
      }
      .basement a
        { color: #98e8e3;
          text-decoration: none;
          margin-right: 10px;
        }
        .basement a:hover
          { text-decoration: underline;
          }
/*@end*/
/* @group Family Building Group List */
.group-list
  { overflow: hidden;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
  }
.group
  { background: url(../_img/section_family_building-bg.png) no-repeat 0px 0px;
    width: 320px;
    height: 130px;
    overflow: hidden;
    padding: 10px; 
    float: left;
    cursor: pointer; 
    margin-bottom: 10px;
  }
  .group .imgwrap
    { width: 172px;
      height: 89px;
      overflow: hidden;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius:5px 5px 5px 5px;
      -webkit-box-shadow: 1px 1px 2px #999;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
    }
    .group .imgwrap img
      { width: 172px;
      }
  .group a
    { color: #a6747f;
      font-size: 1.8em;
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 5px;
      display: block;
    }
.group:hover
  { background-position: 0px -158px;
  }
  .group:hover a
    { color: #79c9c4;
    }
.group.odd
  { margin-left: 10px;}
  /*@end*/
  aside.left .asideColorSection
    { /*height: 176px;*/
      width: 217px;
      padding: 15px;
      padding-left: 15px;
      margin-left: 0px !important;
     
    }
   .ie7 aside.left .asideColorSection{ 
  		padding-top: 5px;
 	}
  .no-borderradius aside.left .asideColorSection.uiBgColorGreen
    { background: transparent url(../_img/ui_aside_bg_green.png) no-repeat;
    }
  .no-borderradius aside.left .asideColorSection.uiBgColorPurple
    { background: transparent url(../_img/aside_story_section-bg.png) no-repeat;
    }
    aside.left .asideColorSection .preview
      { color: #fff;
        height: 90px;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space: inherit;
        padding-bottom: 5px;
      }
    aside.left .asideColorSection .imgwrap
      { float: right;
        width: 70px;
        overflow: hidden;
        height: 90px;
        margin-right: -15px;
      }
      aside.left .asideColorSection .imgwrap img
        { height: 90px;
        }
    aside.left .asideColorSection hr
      { border: 0;
        border-top: 1px solid #ccc;
      }

    aside.left .asideColorSection h5
      { font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 0px !important;
      }
    aside.left .asideColorSection h5 a.heading
      { 
        /*text-overflow:ellipsis;
        overflow:hidden;
        white-space: nowrap;*/
        display:block;
      }
    aside.left .asideColorSection.uiBgColorPurple h5 a
      { color: #E6E3DA;
        text-decoration: none;
      }
    aside.left .asideColorSection.uiBgColorGreen h5 a
      { color: #fff;
        text-decoration: none;
      }
      aside.left .asideColorSection.uiBgColorPurple h5 a:hover
        { background: 
        }
   .no-borderradius aside.left .asideColorSection.uiBgColorPurple a.uiButtonRounded
      { display: block;
        background: url(../_img/aside_read_story-btn.png) no-repeat top left;
        width: 85px;
        height: 14px;
        text-indent: -9999em;
      }
  .no-borderradius aside.left .asideColorSection.uiBgColorGreen a.uiButtonRounded
     { display: block;
       background: url(../_img/aside_search_now-btn.png) no-repeat top left;
       width:85px;
       height: 14px;
       text-indent: -9999em;
     }
     .no-borderradius aside.left .asideColorSection.uiBgColorPurple a.uiButtonRounded:hover,
     .no-borderradius aside.left .asideColorSection.uiBgColorGreen a.uiButtonRounded:hover
       { background-position: bottom left;
       }
/* @group FAQ */ 
 .faq.uiContentWidget
   { background: #fff;
     width: 300px;
     padding: 10px;
     float: right;
     margin-left: 15px;
     margin-top: 10px;
   }
   .faq footer.hidden
     { display: none;
     }
   .faq hr
     { border: none;
       border-top: 1px solid #82CAC3 !important;
       margin-top: 0px;
     }
   .faq article
     { border-top: 1px solid #82CAC3;
       padding-top: 5px;
       padding-bottom: 5px;
       cursor: pointer;
     }
     .faq heading
       { cursor: pointer;
         border: none !important;
       }
     .faq heading p
       { background: url(../_img/faq_plus.png) no-repeat right;
         overflow: hidden;
         padding-top: 3px;
         padding-bottom: 3px;
         padding-right: 27px;
         display: block;
       }
     .faq article.odd
       { background: #e5f2f1;
       }
     .faq article.active heading p
       { display: block; 
         background: url(../_img/faq_minus-circle.png) no-repeat right;
       }
     .faq article.active heading p
       { color: #6BB6AF !important;
         font-weight: bold;
       }
     .faq article.active footer p
       { color: #A2727F !important;
       }
     .faq article.active footer p strong
       { color: #444;
       }
/* @end */     
#support_search
  { background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 10px;
    width: 653px;
  }
  #support_search table{ 
  width: 100%;
 }
  #support_search .il{ 
  	display: inline;
  	overflow: hidden;
  	padding-right: 10px;
 }
  #support_search label
    { font-size: 1.2em;
      line-height: 1em;
      color: #666666;
      padding-right: 5px;
      display: inline !important;
    }
  #support_search select
    { margin-right: 5px;
      font-size: 1.4em;
      width: 150px;
    }
  #support_search input[type=text]{ 
  	height: 20px;
  	width: 300px;
  }
  #support_search input[type=checkbox]{ 
  	line-height: 1.5em;	
  	font-size: 1.4em;
  }
  
  #sp_groupby, #sp_howmany{ 
  font-size: 1.4em;
 }
  #support_search #sp_search_zip
    { height: 20px;
      font-size: 1.4em;
      color: #444;
      width: 50px;
    }
  #support_search td{ 
  padding: 5px;
 }
  #support_search .loading
    { position: absolute;
      top: 40%;
      right: 10px;
    } 
.items.advice-support article
  { border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
.advice-support article .meta{ 
  background-color: #83cac3;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
 }
 .advice-support article .meta .info{ 
  float: left;
  padding-left: 10px;
  border-left:1px solid #e8e4d4;
 }
 
 .items.advice-support article .meta{ 
  color: #f0ede2;
  font-size: 1.4em;
 }
.advice-support article .meta .phone{ 
  display: block;
  background: url(../_img/icons_professional_card.png) no-repeat;
  padding-left: 20px;
 }
.advice-support article .meta .email{ 
  display: block;
  background: url(../_img/icons_professional_card.png) no-repeat 0px -35px;
  padding-left: 20px;
 }
.advice-support article .meta .web{ 
  display: block;
  background: url(../_img/icons_professional_card.png) no-repeat 0px -72px;
  padding-left: 20px;
 }
.advice-support article .meta .printcard{ 
  display: block;
  background: url(../_img/icons_professional_card.png) no-repeat 0px -112px;
  float: left;
  padding-top: 25px;
  width: 30px;
  vertical-align: bottom;
  margin-right: 15px;
  text-decoration: none;
  color: #fff !important;
 }
 .advice-support article .meta .vcard{ 
  display: block;
  background: url(../_img/icons_professional_card.png) no-repeat 3px -165px;
  float: left;
  padding-top: 25px;
  width: 35px;
  vertical-align: bottom;
  text-decoration: none;
  color: #fff !important;
 }
 .advice-support article .meta a{ 
  color: #f0ede2 !important;
 }
 .advice-support article .meta h3{ 
  color: #fff;
 }
 .advice-support article .info{ 
  width: 500px;
 }
 .advice-support article .action{ 
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 90px;
 }
.items.advice-support .byline
  { width: 535px;
    overflow: hidden;
  }
  .items.advice-support .byline ul
    { width: 220px;
      float: left;
      margin: 0px !important;
      padding-bottom: 10px;
    }
    .items.advice-support li
      { list-style: none;
        list-style-image: none;
        margin: 0;
        font-size: .9em;
        font-weight: bold;
        color: #444;
      }
.blog-rss
  { position: absolute;
    top: 0px;
    right: 20px;
  }
.blog-mail
  { position: absolute;
    top: 0px;
    right: 60px;
  }    
article.contentInfo
  { margin-bottom: 20px;
    border-bottom: 1px double #ccc;
    padding-bottom: 10px;
  }
  article.contentInfo > time
    { font-size: 1.3em;
      
    }
  article header
    { border-bottom: 1px dotted #ccc;
      margin-bottom: 15px;
      overflow: hidden;
      padding-bottom: 0px;
    }
  article .article-image{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px 5px 5px 5px;
    -webkit-box-shadow: 1px 1px 2px #aaa;
    -moz-box-shadow: 1px 1px 2px #aaa;
    box-shadow: 1px 1px 2px #aaa;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
  article.detail
    { border: none;
    }
  article.detail header
    { border: 0px; 
    }
    article.detail > time
      { font-size: 1.3em;
        color: #444;
      }
    article.detail .summary ul{ 
  		font-size: 1.2em !important;
  		
 	}

    article time, article header span
      { font-weight: bold;
        color: #a6747f;
      }
    article header .authorimgwrap
      { float: left;
        margin-right: 10px;
        padding: 3px;
        margin-bottom: 5px;
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 2px #cccccc;
        -moz-box-shadow: 1px 1px 2px #cccccc;
        box-shadow: 1px 1px 2px #cccccc;
      }
      article header .imgholder{ 
  		width: 62px;
        height: 59px;
        overflow: hidden;
 		}
      article header .authorimgwrap img
        { width: 62px;
          float: none;
        }
      article.detail header .authorimgwrap{ 
  		width: 120px;
  		overflow: hidden;
 		}
      article.detail header .authorimgwrap img
        { width: 120px;
        }
    article header a.blog-comment-number
      { float: right;
        width: 41px;
        height: 32px;
        background: url(../_img/comment_number_bg.gif) no-repeat;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        top: -12px;
        margin-left: 25px;
      }
      article header a.blog-comment-number:hover
        { color: #333;
        }
      article header a.blog-comment-number div
        { text-align: center;
          padding-top: 5px;
        }
  article header p
    { margin-bottom: 0px;
      color: #aaa;
      font-size: 1.2em;
    }
  article h3
    { font-weight: bold;
      font-size: 1.8em;
    }
  .blog article h3{ 
  width: 655px;
 }
    article h3 a
      { text-decoration: none;
        color: #444;
      }
      article h3 a:hover
        { color: #666666;
        }
      article h3 a:active
        { color: #333;
        }
  article .continue-link
    { font-size: 1.2em;
      font-weight: bold;
      color: #aaaaaa;
      text-decoration: none;
      float: left;
    }
    article .continue-link:hover
      { color: #666666;
      }
  article footer
    { overflow: hidden;
      padding-bottom: 5px;
    }
    article footer .tags
      { float: right;
        font-size: 1.1em;
        color: #999;
      }
      article footer .tags em
        { font-weight: bold;
        }
      article footer .tags a
        { color: #555;
          text-decoration: none;
        }
        article footer .tags a:hover
          { color: #222222;
          }
 article #medialist
   { margin-left:0px !important;
     padding: 0px;
   }
   article #medialist li
     { margin-right: 12px;
       list-style: none;
       list-style-image: none;
       margin-bottom: 5px;
     }
 article.sponsor-large
   { overflow: hidden;
     margin-bottom: 25px;
   }
 article.sponsor-small
   { width: 300px;
     float: left;
     margin-right: 10px;
     margin-bottom: 10px;
   }
.eventimg
  { float: left;
    margin-right: 10px;
  }
.comments form label
  { display: block;
    clear: both;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #666666;
  }
.comments form textarea
  { width: 90%;
    height: 100px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 1.3em;
    color: #666666;
    border-radius:4px;
    -moz-border-radius: 4px;
    background-color: #fafafa;
  }
.comment
  { margin-bottom: 25px;
  }
  .comment header
    { overflow: hidden;
      background: #f1f1f1;
      padding: 3px;
      border-radius:4px;
      -moz-border-radius: 4px;
      border: 1px solid #ddd;
      margin-bottom: 10px;
    }
    .comment header .commenter-thumb
      { width: 30px;
        height: 30px;
        background: #fff;
        border-radius:4px;
        border: 1px solid #e1e1e1;
        padding: 3px;
        overflow: hidden;
        float: left;
        margin-right:15px;
      }
      .comment header .commenter-thumb img
        { width: 30px;
          border: none;
        }
    .comment header cite
      { font-size: 1.3em;
        color: #666;
        position: relative;
        top: 13px;
      }
      .comment header cite .commenter-name
        { color: #148FA4;
          font-weight: bold;
          margin-right: 10px;
        }
        
#pagination
{ padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
}
#pagination a{ 
 	padding: 5px 8px;
 	text-decoration: none;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	border-radius: 2px 2px 2px 2px;
 	color: #444;
 	margin-right: 3px;
 }
 #pagination a:hover{
   background-color: #44948f;;
   color: #ffffff;
 }
 #pagination a#current{
   background-color: #6BB6AF ;
   color: #fffeff;
 }
#pagination a#off{
   color: #aaa;
}
#pagination a#off:hover{
    background-color: transparent;
    color: #cccccc;
}
#pagination a#next{ 	
}
#pagination a#previous{ 
}

.topicList
  { margin: 0px !important;
    overflow: hidden;
    display: block;
    padding-top: 10px;
  }
.topicButton
  { float: left;
    margin-right: 20px;
    margin-bottom: 2px;
    overflow: hidden;
  }
  .topicButton a
    { background: #fff url(../_img/aside_related_article-arrow.png) no-repeat 245px 13px;
      width: 250px;
      padding: 08px;
      margin-right: 05px;
      margin-bottom: 05px;
      display: block;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid #e1e1e1;
    }
    .topicButton a:hover
      { background-image: none;
        background-color: #44948f;;
        color: #ffffff;
      }
.videoGrid
  { margin-left: 0 !important;
    overflow: hidden;
  }      
.videoGrid li
  { width: 150px;

    float: left;
    margin-right: 20px;
    list-style: none;
    list-style-image: none;
  }
  .videoGrid li p{ 
  	font-size: .7em !important;
  	line-height: 1.2em !important;
  	margin-top:5px;
    color: #444 !important;
 }
.videoGrid li a
  { display: block;
    width: 150px;
    height: 100px;
    overflow: hidden;
  }
  .videoGrid li a img
    { width: 155px;
    }
 #library_search
   { background: #fff;
     width: 300px;
     padding: 10px;
     border: 1px solid #e1e1e1;
     margin: auto auto;
   }
 #news_events_search
   { background: #fff;
     width: 300px;
     padding: 10px;
     border: 1px solid #e1e1e1;
     float: right;
     margin-top: 40px;
     margin-left:10px;
   }
   .content-search fieldset
     { padding-top: 10px;
       padding-bottom: 5px;
     }
     .content-search label 
       { color: #666666;
       }
    .content-search input
       { height: 16px;
         margin-top: -4px;
         width: 170px;
         margin-right: 5px;
         color: #666666;
         font-size: 1.3em;
         padding-left: 5px;
         padding-right: 5px;
       }
.event-gallery h6
  { margin-bottom: 15px;
  }
.event-gallery .photo
  { height: 70px;
    width: 150px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
.resource
  { display: block;
    font-size: 1.4em;
  }
#content .monkForm
  { margin-top: 25px;  
  }
#content .monkForm p.data
  { margin-bottom: 5px;
  }
#content  legend
  { font-size: 1.4em !important;
    color: #444;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
  }
#content #contact-form.monkForm .text label
  { width: 120px;
    display: inline-block;
  }
#content label[for=select_42390]
  { display: block;
  }
#content #w42390
  { margin-top: 25px;
    margin-bottom: 25px;
  }
#content .monkForm .textarea label
  { display: block;
  }
#content .monkForm textarea
  { width: 300px;
  }
#content .monkForm .checkbox, #content .monkForm .radio
  { margin-bottom: 15px;
    margin-top: 15px;
  }
 #content .monkForm div{
 	overflow: hidden;
 	margin-bottom: 3px;
 }
#content .monkForm .captcha label
  { display: block;
  }
#content .monkForm .captcha img
  { display: block;
    margin-bottom: 5px;
  }
#content .monkForm .radio
	{ margin-top: 10px;
		
	}

div.data
{ margin-bottom: 15px;
  font-size: 1.2em;
  position: relative;
}
#professional-network fieldset
  { margin-bottom: 10px;
    padding: 15px;
    background: #f1ede4;
    border-radius:5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: #ddd solid 1px;
  }
.data input[type=text]
  { width: 200px;
    border: #ccc solid 1px;
    border-top: #aaa solid 1px;
    border-left: #bbb solid 1px;
    height: 20px;
    padding-left: 5px;  
    padding-right: 5px;
    font-size: 1.2em;
    color: #444;
    border-radius: 2px;
  }
#professional-network .data label, #professional-network  .data .copy label
  { color: #333; 
  }
.data.radio label, .data.checkbox label, .data.select label, .data.textarea label
  { display: block;
    font-weight: bold;
  }
#professional-network .data label span
  { font-weight: normal;
    font-size: 1em;
    display: block;
  }
.data.radio
  { clear: both;
  }
.data.select select
  { width: 300px;
    color: #444;
    font-size: 1.2em;
    border: #ccc solid 1px;
    padding: 5px;
  }
.data.text
  { 
  }
.data.text label
  { font-weight: bold;
    display: block;
  }
.data .copy section label
  { padding-right: 5px;
    font-weight: bold;
  }
.data section
  { display: block;
    margin-bottom: 5px;
    margin-top: 5px;  
  }
.data textarea
  { width: 300px;
    height: 100px;
    padding: 5px;
    color: #444;
    font-size: 1.2em;
    border: #ccc solid 1px;
    display:block
  }
.data .add
  { background:  url(../_img/plus.png) no-repeat left top;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .data .copy.dup
    { position: relative;
      border-top: 1px dotted #ccc;
      margin-top: 5px;
    }
.data .copy .remove
{ background:  url(../_img/delete.png) no-repeat left top;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999em;
  position: absolute;
  right: 15px;
  top: 45%;
}

.data .copy.hover
  { padding-left: 10px;
    border-left: 4px solid #ddd;
  }
  
.list-item{
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
}  
.list-item .imgwrap{
  width: 150px;
  /*height: 95px;*/
  overflow: hidden;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;*/
  -webkit-box-shadow: 1px 1px 2px #aaa;
  -moz-box-shadow: 1px 1px 2px #aaa;
  box-shadow: 1px 1px 2px #aaa;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.list-item .imgwrap img{
  width: 150px;
}
.list-item h4{
  position: relative;
  line-height: 1em;
  margin-bottom: 10px;
}
.list-item h4 a{
  text-decoration: none;
}
.list-item h4 a:hover{
  text-decoration: hover;
}
.list-item .description{
  margin: 0px !important;
  padding: 0px;
}
.list-title{
  margin-bottom: 5px;
  margin-top: 15px;
}
.sub #content p.seemore{
  color: #148FA4 !important;
}
.seemore{
  color: #148FA4 !important;
  font-size: 116%;
}
.seemore:hover{
	cursor: pointer;
  text-decoration:underline;
}
aside .ad-rotator{ 
  display: block;
  margin-top: 20px;
  width: 232px;
  /*background-color: #fffeff;*/
  overflow: hidden;
 }
 
aside .ad-rotator a{ 
  display: block;
  line-height: 0px; 
  margin-bottom:10px;
 }
 

div.addthis_toolbox{
  float: left;
  width: 200px;
}


/* =Misc
---------------------------------------------------------------------
*/

.sub #content p.comment-thanks {
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	color: #148FA4;
}


/* 2013 Landing Page
---------------------------------------------------------------------*/

#landing-13,
#landing-13 #wrap,
#landing-13 #footer,
#landing-13 #header,
#landing-13 #container,
#landing-13 #content-wrap,
#landing-13 #footer-wrap{
  background:transparent;
}
#landing-13 #wrap{
  background: url("../_img/landing-bg.jpg") top center repeat-x;
}
#landing-13 #content{
  padding-right:0;
}
#landing-13 #header{
  border-top:0;
}
#landing-13 #header .logo{
  background: url("../_img/logo_2013.jpg") no-repeat;
  width:186px;
  height:106px;
  top:0;
  left:0;
}
#landing-13 .tagline{
  position: absolute;
  left: 270px;
  top: 23px;
}
#landing-13 .landing-links {
  margin:40px 0 0 0!important;
  padding:0;
}
#landing-13 .landing-links li{
  float:left;
  list-style-type:none;
  width:321px;
  margin-right:10px;
  margin-bottom:10px;
}
#landing-13 .landing-links li:hover{
  -moz-box-shadow:    0 0 5px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
  box-shadow:         0 0 5px 3px rgba(0,0,0,0.2);
}
#landing-13 .landing-links li a{
  color:#FFF;
  text-decoration:none;
}
#landing-13 .landing-links li.pos-3,
#landing-13 .landing-links li.pos-6{
  margin-right:0;
}

#landing-13 .landing-links li.pos-1{
  background-color:#9cc154;
}
#landing-13 .landing-links li.pos-2{
  background-color:#dc7295;
}
#landing-13 .landing-links li.pos-3{
  background-color:#60dbd3;
}
#landing-13 .landing-links li.pos-4{
  background-color:#5baeaa;
}
#landing-13 .landing-links li.pos-5{
  background-color:#ded727;
}
#landing-13 .landing-links li.pos-6{
  background-color:#f68b62;
}
#landing-13 .landing-links li a.thumb{
  display:block;
}
#landing-13 .landing-links li a.desc{
  background: url("../_img/landing-arrows.png") 95% 21px no-repeat;
  display: block;
  min-height: 42px;
  padding:19px 55px 19px 12px;
  font-family: "news-gothic-std-1","news-gothic-std-2",sans-serif;
  font-size:19px;
  line-height:21px;
}
#landing-13 .landing-links li a.desc:hover{
  background: url("../_img/landing-arrows.png") 95% -209px no-repeat;
}
#landing-13 #footer{
  margin-top:45px;
}
#landing-13 #footer .left{
  width:250px;
  padding-left:0;
}

#landing-13 #footer .middle{
  width:218px;
  color:#8b8c8c;
}
#landing-13 #footer .middle p,
#landing-13 #footer .middle a{
  color:#8b8c8c;
  font-size:14px;
  text-decoration:none;
} 
#landing-13 #footer .middle a:hover{
  color:#5ed6ce;
}
#landing-13 #footer .right{
  float:right;
  border:1px solid #e6e5e5;
  padding:12px;
  width:400px;
  height:36px;
  margin-top:-23px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0efef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0efef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f0efef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f0efef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f0efef 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#f0efef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0efef',GradientType=0 ); /* IE6-9 */
}

#landing-13 #footer h5{
  color:#5ed6ce;
  font-family:"museo-slab-1","museo-slab-2",sans-serif;
  float:left;
  font-size:1.8em;
  line-height: 2em;
  font-weight:400;
  width:127px;
}
#landing-13 #footer form{
  width:250px;
}
#landing-13 #footer #newsletter{
  float:right;
  width:250px;
}
#landing-13 #footer #newsletter_text{
  position:absolute;
  background:transparent;
  display:block;
  width:181px;
  height:33px;
  font-size:14px;
  font-style:italic;
}
#landing-13 #footer #nls_wrap{
  float:left;
  width:255px;
  height:35px;
  border:1px solid #e6e6dd;
  background: #fffeeb; /* Old browsers */
  background: -moz-linear-gradient(top, #fffeeb 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffeeb), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffeeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffeeb 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fffeeb 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fffeeb 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeeb', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.3) inset;
  -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.3) inset;
  box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.3) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#landing-13 #footer #newsletter_submit{
  position:absolute;
  margin-left: 188px;
  margin-top: 3px;
}
#landing-13 #footer .social{
  margin-top:-20px;
}
#landing-13 #footer .social img{
  display:none
}
#landing-13 #footer .social li{
  margin-right:0;
}
#landing-13 #footer .social a{
  width:62px;
  height:63px;
  display:block;
}
#landing-13 #footer .facebook{
  background: url("../_img/facebook-13.png") no-repeat;
}
#landing-13 #footer .twitter{
  background: url("../_img/twitter-13.png") no-repeat;
}
#landing-13 #footer .pinterest{
  background: url("../_img/pinterest-13.png") no-repeat;
}
#landing-13 #footer .youtube{
  background: url("../_img/youtube-13.png") no-repeat;
}