/**************** HOMEPAGE FOOTER TABS ********************/
/* ID name of 'seoblock' is meant to fool the spiders.
It's really just an alternative footer */
.seobottom {
    display: none;
    }
#seoblock {
    margin-top: 10px;
    width: 960px;
    margin: 0 auto;
    float: none;
}

#seoblock #tabs {
    list-style: none;
    margin-left: 0;
}

#seoblock #tabs li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1;
}

#seoblock #tabs li h2 {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#seoblock #tabs a {
    float: left;
    display: block;
    padding-top: 1px;
    padding-right: 5px;
    text-decoration: none;
    width: auto;
    text-align: center;
    font-size: 11px;
    color: #666;
}

#seoblock #tabs a:hover {
    text-decoration: underline;
    color: #666;
}

#seoblock #tabs li.ui-tabs-selected {
}

#seoblock #tabs li.ui-tabs-selected a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

#seoblock #tabs li.ui-tabs-selected a:hover {
    color: #666;
    font-weight: bold;
}

#seoblock .tabContent {
    clear: both;
    margin: 5px 0;
    padding: 10px 0;
}

#seoblock h1 {
    text-align: left;	
}
#seoblock h1 a {
    color: #0072CF;
    text-decoration: none;
	font-size: 18px;
}

#seoblock h2 {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    margin-bottom: .25em;
}

#seoblock h3 {
    font-size: 11px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    margin-bottom: .25em;
}

#seoblock .tabContent ul.footer-list li {
    padding: 0;
    padding-left: 12px;
    margin-left: 20px;
}

.tabContent ul.footer-col {
    float: left;
    width: 220px;
    margin: 0;
    margin-right: 20px;
    }

.tabContent ul.footer-col li {
    margin: 0 0 5px 0;
    background: none;
    padding: 0;
    }

.tabContent ul.footer-col li a {
    text-decoration: none;
    }

.tabContent ul.footer-col li a:hover {
    text-decoration: underline;
    }

#seoblock .tabContent p,
#seoblock .tabContent li{
    font-size: 11px !important;
	margin-bottom: 1em;
}

#seoblock p.readmore a {
    /*background: url('/sites/all/themes/fuzemeeting/_media/arrow_readmore.png') 100% 50% no-repeat;*/
    padding-right: 10px;
}

#seoblock p.collapse a {
    /*background: url('/sites/all/themes/fuzemeeting/_media/arrow_collapse.png') 100% 50% no-repeat;*/
    padding-right: 10px;
}

p.readmore a,
p.collapse a {
    cursor: pointer;
    color: #c30;
    }
    
.remainder,
p.collapse {
    display: none;
}

/* misc.
---------------------------------------------------------- */
.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
}
