﻿@import url(reset.css);

body {
    background-color:#ebf2f7;
	color:#333333;
	font-family: Myriad Pro, Arial, sans-serif;
    font-size:16px;
    line-height: 1.125em; /* 16x1.125=18px */
	font-weight: normal;
	margin: 0;
	border: none;
	padding: 0;
	width: auto;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;}
h1 {font-size: 182%}
h2 {
	color: #57367a;
    font-size: 1.875em;
    line-height: 1.125em; /* 16x1.125=18px */
	font-weight: normal;
	border: none;
}
h3 {
	color: #4d7a00;
    font-size: 115%;
    line-height: 1.125em; /* 16x1.125=18px */
	font-weight: normal;
	border: none;
	padding-top: 20px;
}
h4 {
	color: #57367a;
	font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 1.15em;
    line-height: 1.125em; /* 16x1.125=18px */
	font-weight: normal;
}
h5 {font-size: 108%}
h6 {font-size: 100%}
h5,h6{ font-weight: bold}
p {font-family: Arial, sans-serif;}

sup {
    font-size: .667em;
    vertical-align: top;
}
/**********************************************************************************************************/
/* page container */
/**********************************************************************************************************/
.page_container { 
	background: url("/images/brdr-blueLtRt.gif") repeat-y 0 0; 
    margin: 0 auto;
	position: relative;
	width: 988px;
    height: 100%;
}
    .wrapper {
        position: relative;
        width: 980px;
        margin: 0 auto;
        background-color: #fff;
        height: 100%;
    }
.wrapper_home {
        position: relative;
        width: 980px;
        margin: 0 auto;
        background-color: #fff;
        height: 90%;
    }

/**********************************************************************************************************/
/* Header */
/**********************************************************************************************************/
.topnav_wrap {
	width: 974px;
	margin: 0 auto;
	background-color:#fff;
}
.tabs_wrap {
	position: relative;
	width: 974px;
}
/* masthead */
.masthead {
	position: relative;
	font-size:.75em; /* 16px * .75 = 12px */
}
.utility {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	right: 13px;
	top: 17px;
	text-align: left;
	color:#005998;
}
    .utility a:link,
    .utility a:visited {
	    color: #005998;
	    text-decoration: none;
    }
    .utility a:hover,
    .utility a:active {
	    text-decoration: underline;
    }

/* Boom logo */
#logo  {
	position: relative;
	top: 20px;
	left: 50px;
	width: 181px;
	height: 76px;
}

/* Menu TabsGrn */
#tabsGrn {
	font-family: "Myriad Pro", Arial, sans-serif;
    float: right;
    position: relative;
    margin-top: 10px;
    width:974px;
    font-size:17.5px;
    line-height:normal;
    border-bottom:1px solid #a0cd64;
}
    #tabsGrn li {
          display:inline;
          }
#tabsGrn a  { 
      text-decoration: none;
      background: url("/images/btn-grnLt.gif") no-repeat 0 0;
      margin-left: 1px;
      padding: 0 0 0 4px;
      float: right;
}
#tabsGrn a.last {
    margin-right: 11px;
}
    #tabsGrn a:hover,
    #tabsGrn a.active {
	    background-position: 0 -42px;
    }
#tabsGrn a span {
      color: #4d7a00;
      background: url("/images/btn-grnRt.gif") no-repeat right top;
      display: block;
      padding: 3px 22px 5px 16px;
      float: left;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsGrn a span {float:none;}
        /* End IE5-Mac hack */
    #tabsGrn a:hover span,
    #tabsGrn a.active span {
        background-position:100% -42px;
    }

/* SubNav Menu */
#subNav {
	float: right;
	width:100%; /*width:100%;*/
	height: 42px;
	background: url("/images/subnavGrn-bckgrnd.gif") repeat-x 0 0;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size:.9em;
}
#subNav ul {
	  position: relative;
}
#subNav li {
      display:inline;
      }
#subNav a  { 
      text-decoration: none;
      background: url("/images/btn-subNavLt.gif") no-repeat 0 0;
      margin: 8px 0 0 0;
      padding-left: 8px;
}
    #subNav a.last {
        margin-right: 261px;
    }
#subNav a span {
      color: #4d7a00;
      background: url("/images/btn-subNavRt.gif") no-repeat right top;
      display: block;
      padding: 3px 8px 8px 0px;
      float: left;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subNav a span {float:none;}
    /* End IE5-Mac hack */
#subNav a:hover,
#subNav a.active {
	background-position:0% -74px;
}
#subNav a:hover span,
#subNav a.active span {
    background-position:100% -74px;
}

/**********************************************************************************************************/
/* Main */
/**********************************************************************************************************/
    /********************/
    /* CONTENT WRAPPERS */
    /********************/
    /* GLOBAL */
        .content_wrap {
            position: relative;
            margin: 3px auto 0 auto;
	        width: 974px;
	        height: 377px;
            font-size:95%;
        }
    /* PAGE-SPECIFIC */
        #home_content_wrap {
            position: relative;
            margin: 3px auto 0 auto;
	        background-image: url("/images/generation-now-4.jpg");
	        background-repeat: no-repeat;
	        width: 974px;
	        height: 522px;
            font-size:95%;
        }
        #demcontent {
    	    background: url("/images/generation-online-3.jpg") no-repeat 0 0;
        }
        #pubcontent {
    	    background: url("/images/boundless-opportunity.jpg") no-repeat 0 0;
        }
        #adcontent {
    	    background: url("/images/reach-beyond.jpg") no-repeat 0 0;
        }
        #dircontent {
            background: url("/images/our-network.jpg") no-repeat 0 0;
        }

    /************/
    /* SIDEBARS */
    /************/
    /* GLOBAL */
        .sidebar1 {
	        margin: 213px 0 0 0;
	        float: right; /* since this element is floated, a width must be given */
	        width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	        background-color: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	        color: #000;
	        font-family: "Myriad Pro", Arial, sans-serif;
            font-size:.9375em;
        }
            .sidebar1 h2 {
                font-size:1.2em; /*18px*/
                line-height: 23px;
                color: #333333;
            }
    /* PAGE-SPECIFIC */
        #home_sidebar {
            margin: 243px 15px 0 0;
            padding: 0 10px 0 0;
            float: right; /* since this element is floated, a width must be given */
            width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
            background-color: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
            color: #000;
            font-family: "Myriad Pro", Arial, sans-serif;
            font-size:.9375em;
        }
            #home_sidebar h2 {
                font-size:1.2em; /*18px*/
                line-height: 23px;
                color: #333333;
            }
            #home_sidebar h3 {
                font-size:1.2em; /*18px*/
                font-weight: 400; 
                line-height: 23px;
                color:#4d7a00;
            }
            #home_sidebar p {
                font-size:1em; /*18px*/
                line-height: 18px;
                color:#333333;
            }
            
        #networkSidebar {
            margin: 220px 0 0 0;
            width: 323px;
        }
            #networkSidebar h2 {
                font-size: 1.1em;
                line-height: 24px;
            }
        #adcontent_plugin {
	        background: url('/images/plug-in-3.jpg') no-repeat 0 0;
        }    

    /*********************/
    /* Menu btnMoreSmall */
    /*********************/
    #btnMoreSmall {
        margin-top: 20px;
        margin-left: 6px;
        margin-right: 0px;
	    float:right;
        width:115px;
	    height:33px;
        font-size:1em;
        line-height:normal;
	    text-decoration:none;
    }
    #btnMoreSmall a {
        text-decoration: none;
    }
    #btnMoreSmall a span { 
        color: #ffffff; 
        font-weight: 500; 
        text-decoration: none; 
        background: url("/images/btnMore-rst.gif") no-repeat 0 0; 
        cursor: pointer; 
        display: block; 
        padding-top: 6px; 
        height: 27px; 
        float: right 
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #btnMoreSmall a span {float:none;}
        /* End IE5-Mac hack */
    #btnMoreSmall a:hover span {
	    font-weight:300;
	    color:#4d7a00;
    }
    #btnMoreSmall a:hover {
	    background-position:0% -33px;
        text-decoration: none;
    }
    #btnMoreSmall a:hover span {
        background-position:100% -33px;
        text-decoration: none;
    }

    /****************/
    /* Menu btnMore */
    /****************/
    #btnMore {
        margin-top: 18px;
        margin-right: 26px;
	    float:right;
        width:115px;
	    height:33px;
        font-size:1em;
        line-height:normal;
	    text-decoration:none;
    }
        #btnMore a {
            text-decoration: none;
        }
            #btnMore a span  { 
                color: #ffffff; 
                font-weight: 500; 
                text-decoration: none; 
                background: url("/images/btnMore-rst.gif") no-repeat 0 0; 
                cursor: pointer; 
                display: block; 
                padding-top: 6px; 
                height: 27px; 
                float: right 
            }
            /* Commented Backslash Hack hides rule from IE5-Mac \*/
            #btnMore a span {float:none;}
                /* End IE5-Mac hack */
            #btnMore a:hover span {
	            font-weight:300;
	            color:#4d7a00;
            }
            #btnMore a:hover {
	            background-position:0% -33px;
                text-decoration: none;
            }
            #btnMore a:hover span {
                background-position:100% -33px;
                text-decoration: none;
            }

    /****************/
    /* CONTENT BODY */
    /****************/
    .twoColFixRtHdr { 
	    position: relative;
	    width: 974px;
	    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	    text-align: left; /* this overrides the text-align: center on the body element. */
    } 

    /******************/
    /* RIGHT CLUSTERS */
    /******************/
    /* GLOBAL */
        .clusters {
            margin-top: 27px;
            margin-right: 8px;
	        float: right; /* since this element is floated, a width must be given */
	        width: 318px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	        background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
        }
            .clusters h4 {
                margin-left: 5px;
                margin-top: 2px;
                margin-bottom: 2px;
            }
            .clusters p {
                font-size: .75em;
                letter-spacing: .3px;
                margin-left: 6px;
                margin-bottom: 7px;
            }
            .clusterTitle {
                background: url(/images/pubs_cluster_greenbg.jpg) no-repeat 0 0;
                height: 49px;
                vertical-align: middle;
            }
                .titleText {
	                color: #4d7a00;
                    font-size: 1.125em; /* 16x1.125=18px */
	                font-weight: normal;
                }
            .clusterLeft {
                background: url(/images/clusters_left_side.gif) repeat-y 0 0;
            }
            .clusterRight {
                background: url(/images/clusters_right_side.gif) repeat-y 0 0;
            }
            .clusterBody {
                font-size: .889em;
                padding-left: 5px;
                padding-top: 17px;
            }

    /* PAGE-SPECIFIC */
        #dircluster,
        #aboutcluster {
            margin-top: 34px;
            margin-right: 5px;
        }
        

        /****************************/
        /* DEMOGRAPHICS GRAPH BOXES */
        /****************************/
        .graph h3{
            margin-left: 3px;
            margin-top: 39px;
            font-size:1.06em; /*18px*/
            line-height: 23px;
            color: #333333;
        }
            .graph img {
                margin-left: 4px;
                margin-top: 16px;
                margin-bottom: 11px;
            }
        
        /****************************/
        /* CASE STUDY CALLOUT BOXES */
        /****************************/
        .callout1 {
            background-image: url('/images/callouts/box1_background.gif');
            background-repeat:repeat;
            width:312px;
            margin-top: 2px;
        }
        #callout2 {
            margin-top: 37px;
        }
            .callout1 .content {
                background: url('/images/callouts/box1_header.gif') no-repeat 50% top;
                padding: 10px;
                padding-bottom: 1px;
                min-height:60px;
                z-index: 500;
                height: 100%;
            }
                .callout1 .content h3 {
                    font-family:Arial;
                    text-transform:uppercase;
                    padding:0px 0px 14px 0px;
                    margin:0px;
                    font-size:11px;
                    text-align:center;
                    color:#338cb5;
                    font-weight:bold;
                    letter-spacing: .54px;
                }
                .callout1 .content .imageCol {
                    text-align:center;
                    width:103px;
                    padding-top: 9px;
                    vertical-align:top;            
                }
                    .callout1 .content #humanaimg {
                        padding-top: 23px;
                        text-align: left;
                    }
                .callout1 .content .textCol { 
                    width:189px; 
                    vertical-align:top;
                }
                
                    .callout1 .content .textCol h4 {
                        font-family:Arial;
                        padding:0px;
                        margin-left:6px;
                        font-size:13px;
                        color:#000;
                        font-weight:bold;
                    }
                    .callout1 .content .textCol p {
                        padding:0px;
                        margin-left:6px;
                    }
                .callout1 .content .roundButton {
                    margin-top:-2px;
                    padding:0px 0px 0px 96px;
                }            
                    .callout1 .content .roundButton a {
                        width:89px;
                        height:26px;
                        background-image: url('/images/btnRead-rst.gif');                
                        background-position: bottom;
                        background-repeat:no-repeat;
                        text-decoration:none;            
                        display:block;
                        text-align:center;
                        color:#0070a2;
                        font-weight: bold;
                    }
                        .callout1 .content .roundButton a:hover {
                            background-position: top;
                        }
                        .callout1 .content .roundButton span {
                            text-align:center;
                            font-size:12.25px;
                            display:block;
                            padding-top:3px;
                        }
            .callout1 .footer {
                background-image: url('/images/callouts/box1_footer.gif');
                background-position:top;
                background-repeat:no-repeat;
                background-color:White;
                height:15px;
            }
        .callout2 {
            background-image: url('/images/callouts/box2_background.gif');
            background-repeat:repeat;
            width:326px;
            margin-left: -4px;
            margin-top: 23px;
        }
            .callout2 .content {
                background-image: url('/images/callouts/box2_header.gif');
                background-position:top;
                background-repeat:no-repeat;        
                padding:26px 23px 0px 24px;
                min-height:30px;  
                font-family:Arial;
                font-size:12px;     
                height: 100%;
                letter-spacing: .23px;
            }
                .callout2 .content .header {
                    display:block;
                    text-align:center;
                    padding-top: 14px;
                    margin-bottom: 14px;
                }
            .callout2 .footer {
                background-image: url('/images/callouts/box2_footer.gif');
                background-position:top;
                background-repeat:no-repeat;
                background-color:White;
                height:23px;
            }
            
        /*************************************/
        /* QUOTE BOXES IN RIGHT-SIDE CLUSTER */
        /*************************************/
        .quotebox {
            /* width:280px; */
            width:326px;
            margin-left: -4px;
            margin-top: 23px;
        }    
            .quotebox .quote {
                color:#7d5aaa;
                font-family: "Myriad Pro", Arial, sans-serif;
                /* font-size:24px; */
                /* line-height:36px; */
								line-height:24px;
								padding:0px 23px 0px 24px;
            }
            .quotebox .footer {
                font-size:13px;
                padding:2px 23px 0px 24px;
            }
                .quotebox .footer .person {
                    font-family: Arial, Helvetica, Sans-Serif;
                    padding:14px 0px 0px 10px;
                    line-height: 17px;
                    width:200px;
                }
        /*******************************************************/
        /* Sidebar-like Clusters at bottom of Case Study pages */
        /*******************************************************/
        .caseBase {
	        /* margin: 211px -8px 20px 0; */
					margin-bottom: 20px;
	        float: right;
	        /* width: 320px; */
	        background-color: transparent;
	        color: #000;
	        font-family: "Myriad Pro", Arial, sans-serif;
          font-size:.9375em;
        }
            .caseSidebar h2 {
                font-size:1.125em; /*18px*/
                line-height: 24px;
                color: #333333;
            }

    /**************************************/
    /* PUBLISHER/ADVERTISER BENEFITS AREA */
    /**************************************/
    /* GLOBAL */
        .benefits { 
            float: left;
            width: 603px;
	        margin: 26px 0 0 29px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the clusters div contains, the column space will remain. You can remove this margin if you want the #benefits div's text to fill the #clusters space when the content in #clusters ends. */
        }
            .benefits h2 {
                margin-bottom: 16px;
            }
            .benefits h3 {
                margin-top: 7px;
                margin-bottom: 5px;
            }
            .benefits p {
                font-size: .8125em;
            }
    /* PAGE-SPECIFIC */
    #demographics {
        
    }
        #demographics ul {
            margin-top: 1px;
            margin-left: 36px;
        }
        #demographics ul li {
            font-size: .85em;
            margin-bottom: 4px;
            list-style-image: url(/images/demobullet.gif);
        }
    #featured {
        margin-left: 12px ;
    }
        .featuredTitle {
            background: url(/images/pub_featpub_bg.jpg) repeat-x 0 0;
            color: #57367a;
            font-size: 1.125em;
            padding-top: 4px;
            vertical-align: middle;
            height: 39px;
            line-height: 39px;
        }
        .birthdayAlarm p {
            margin-left: 17px;
            margin-bottom: 6px;
        }
    #directory {
        margin-left: 5px;
    }
        .dirInfo td {
            vertical-align: top;
        }
            .dirInfo p {
                padding-top: 1px;
            }
        .dirImage {
            text-align: center;
        }
            .dirImage img {
                margin-top: 5px;
            }
        .graybar {
            background-color: #dfd9e6;
        }
    .benefits#livingto100 h1 {
        color: #57367a;
        font-family: "Myriad Pro", Arial, sans-serif;
        line-height: 1.08333em; /* 60x1.08333=65px */
        font-weight: normal;
        font-size: 3.75em; /* 16x3.75 = 60px */
        margin-bottom:57px;
        margin-top: 21px;
        letter-spacing: -2.4px;
    }
    .benefits#livingto100 h2 {
        color: #57367a;
        font-family: "Myriad Pro", Arial, sans-serif;
        line-height: 1.125em; /* 16x1.125=18px */
        font-weight: normal;
        font-size: 1.093em;
        /* text-transform:uppercase; */
        margin: 25px 0 0 1px;
    }
    .benefits#livingto100 p {
        margin-bottom: 16px;
    }
    .benefits#livingto100 img,.benefits#humana img {
        margin-top: 4px;
				padding:0 20px 10px 0;
				float: left;
    }
    .benefits#humana h1 {
        color: #57367a;
        font-family: "Myriad Pro", Arial, sans-serif;
        line-height: 1.08333em; /* 60x1.08333=65px */
        font-weight: normal;
        font-size: 3.75em; /* 16x3.75 = 60px */
        margin-bottom:57px;
        margin-top: 21px;
        letter-spacing: -2.4px
    }
    .benefits#humana h2 {
        color: #57367a;
        font-family: "Myriad Pro", Arial, sans-serif;
        line-height: 1.125em; /* 16x1.125=18px */
        font-weight: normal;
        font-size: 1.093em;
        margin: 25px 0 0 1px;
    }
    .benefits#humana h5 {
        font-size: .8em;
        font-family: Arial, Helvetica, Sans-Serif;
    }
    .benefits#humana h3 {
        margin-top: 5px;
    }
		.benefits#humana ol, ul {
			list-style-image:none;
			list-style-type:disc;
			margin-left: 20px
			font-family:Aria;
		}
    .benefits#humana .subblock {
        padding:10px 0px 0px 35px;
    }
        .benefits#humana .subblock h5 {
            padding-top:3px;
        }
            .benefits#humana h5.subHead {
                margin-top: 12px;
                margin-bottom: 4px;
            }
        .benefits#humana .subblock p {
            margin-bottom: 1px;
        }

    /****************************************/
    /* CASE STUDY BOXES IN FEATURED SECTION */
    /****************************************/
    .caseStudy {
        vertical-align: top;
        background: url(/images/pub_casestudy_bkgd.jpg) no-repeat 14px 9px;
    }
    .case {
	    color: #006699;
	    margin: 0;
	    border: none;
	    margin: 3px 0 0 0;
	    padding-top: 16px;
	    width: auto;
	    font-size: .75em;
	    font-weight: bold;
	    letter-spacing: .4px;
	    text-align: center;
	    height: 16px;
    }
    .caseText {
        font-family: Arial, Verdana, Sans-Serif;
        font-size: .8em;
        padding-right: 15px;
    }
        #livingcase img {
            margin-top: 7px;
        }
        #humanacase img {
            margin-top: 9px;
        }
        #livingcase .caseText {
            padding-top: 6px;
            padding-left: 19px;
        }
        #humanacase .caseText {
            padding-top: 11px;
            padding-left: 17px;
        }
            .caseStudy .roundButton
            {
                position: absolute;
                margin-top:200px;
                padding:0px 0px 0px 42px;
            }            
                .caseStudy .roundButton a
                {
                    width:89px;
                    height:26px;
                    background-image: url('/images/btnRead-rst.gif');                
                    background-position: bottom;
                    background-repeat:no-repeat;
                    text-decoration:none;            
                    display:block;
                    text-align:center;
                    color:#0070a2;
                    font-weight: bold;
                }
                    .caseStudy .roundButton a:hover 
                    {
                        background-position:top;
                    }
                    .caseStudy .roundButton span
                    {
                        text-align:center;
                        font-size:12.25px;
                        display:block;
                        padding-top:3px;
                    }

    /*********************************/
    /* FOOTNOTES - DEMOGRAPHICS PAGE */
    /*********************************/
        .footnotes {
            position: absolute;
            bottom: 15px;
            left: 30px;
            color: #999;
            width: 615px;
            font-size: .9em;
        }
            .footnotes ul li {
                display: inline;
                float: left;
                margin-right: 21px;
            }

/**********************************************************************************************************/
/* footer */
/**********************************************************************************************************/
.bottom  { 
	background: url("/images/brdr-blueBttm.gif") no-repeat 0 0;
	margin: 0 auto;
	z-index: 10;
	width: 988px;
	height: 16px;
	position: relative;
	right: 0;
}
.footer_wrap {
	width: 988px;   
	height: 30px;
	margin: 0 auto;
	position: relative;
}
#copyright {
    position: absolute;
	font-family: "Myriad Pro", Arial, sans-serif;
	width: 175px;
	color: #666;
    font-size:.8em;
	padding: 5px 0;
	margin-left: 21px;
}
#corp-nav {
	float:right;
	width: 790px;
	color: #555;   
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .75em;
    padding-bottom: 5px;
	margin: 4px 12px;
	text-align: right;
}
#corp-nav ul {
	padding-left: 1.5em;
	display: inline;
}
.controlbar li {
	background: none;
	display: inline;
	padding: 0 .6em 0 .6em;
	border-left:1px solid;
}
.controlbar li:first-child {
	border-left: none;
	padding-left: 0;
}
.controlbar.no-sep li {
	border-left: none;
}
.controlbar a:link,
.controlbar a:visited {
	color: #005998;
	text-decoration: none;
}
.controlbar a:hover,
.controlbar a:active {
	text-decoration: underline
}
.home_bottom  {
	background: url("/images/brdr-blueBttm-Home-4.jpg") no-repeat 0 0;
	z-index: 10;
	width: 988px;
	height: 21px;
	position: relative;
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
}

/* To target a safari browser issue */
@media screen and (-webkit-min-device-pixel-ratio:0) {

.home_bottom  {margin:-18px auto 0 auto;}
}

/*******************/
/* GENERIC CLASSES */
/*******************/
.p-last {
    margin-bottom: 56px;
}

a.pubs {
    color: #005998;
    text-decoration: none;
}
a:hover.pubs {
    color: #005998;
    text-decoration: underline;
}
a.back {
    color: #005998;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .8em;
    display: block;
    margin-left: 7px;
    margin-top: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left { float:left; display:inline-block; }
.right { float:right; display:inline-block; }

/*****************/
/*Fixing Homepage*/
/*****************/

#homeBtnContainer{
	background: transparent;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	float: right;
	margin: 0 0 0.5em 0;
}

.homepageContainer{
	color: #333333;
	font-size: 1em;
	font-family: Arial, sans-serif;
	line-height: 18px;
}

.btnMore_new { 
    color: #ffffff;
    text-decoration: none; 
    background: url("/images/btnMore-rst.gif") no-repeat 0 0; 
    cursor: pointer; 
    display: block;
	padding: 6px 0 0 0;
	margin: 1.5em -1em 0 1em;
    height: 27px;
	width: 115px;
    float: right;
	text-align: center;
}

.btnMore_new:hover {
    background-position:0% -33px;
	color: #4d7a00;
    text-decoration: none;
}
