/* Start of CMSMS style sheet 'landing' */
#landings .landing {
    width: 287px;
    margin-right: 5px;
}
#landings .landing .top {
    background: url(/images/layout/bg-landing-top-top.gif) no-repeat;
    height: 8px;
    font-size: 0px;
}
#landings .landing .title {
    background: url(/images/layout/bg-landing-top-middle.gif) repeat-y;
    font-size: 20px;
}
#landings .landing .title_holder {
	position: relative;
	height: 50px;
	width: 266px;
}
#landings .landing .title a {
	position: absolute;
	bottom: 0px;
    color: White;
    text-decoration: none;
    padding-bottom: 4px;
    display: block;
}
#landings .landing .title a:hover {
    text-decoration: none;
}
#landings .landing .title .arrow {
    height: 11px;
    width: 10px;
    font-size: 0px;
    background: url(images/layout/icn-arrow-right.gif) no-repeat;
    float: left;
    margin: 7px 2px;
}
#landings .landing .title .arrow_open {
    height: 11px;
    width: 10px;
    font-size: 0px;
    float: left;
    margin: 7px 2px;
    background: url(/images/layout/icn-arrow-down.gif) no-repeat;
}
#landings .landing .title .seperator {
    background: url(/images/layout/bg-landing-top-bottom.gif) no-repeat;
    height: 8px;
    font-size: 0px;
}
#landings .landing .title .seperator_open {
    background: url(/images/layout/bg-landing-bottom-top.gif) no-repeat;
    height: 8px;
    font-size: 0px;
}
#landings .landing .title .lower {
    position: relative;
}
#landings .landing .title .lower .content {
    background: url(/images/layout/bg-landing-full-bottom.gif) no-repeat bottom left;
    padding: 2px 15px 2px 25px;
    font-size: 15px;
}
#landings .landing .title .lower .content ul {
    list-style-type: none;
    padding-bottom: 13px;
}
#landings .landing .title .lower .content li{
    color: #005941;
}
#landings .landing .title .lower .content a {
    color: #005941;
    text-decoration: none;
    padding-bottom: 0;
    display: inline;
    float: none;
    position: static;
    width: 242px;
}
#landings .landing .title .lower .content a:hover {
    text-decoration: none;
}
#landings .landing .title .lower .bottom {
    background: url(/images/layout/bg-landing-bottom-bottom.gif) no-repeat;
    height: 13px;
    font-size: 0px;
}
#landings .landing.orange .top {
    background: url(/images/layout/bg-landing-top-top-orange.gif) no-repeat;
}
#landings .landing.orange .title {
    background: url(/images/layout/bg-landing-top-middle-orange.gif) repeat-y;
}
#landings .landing.orange .title .arrow {
    background: url(/images/layout/icn-arrow-right-orange.gif) no-repeat;
}
#landings .landing.orange .title .arrow_open {
    background: url(/images/layout/icn-arrow-down-orange.gif) no-repeat;
}
#landings .landing.orange .title .seperator {
    background: url(/images/layout/bg-landing-top-bottom-orange.gif) no-repeat;
}
#landings .landing.orange .title .seperator_open {
    background: url(/images/layout/bg-landing-bottom-top-orange.gif) no-repeat;
}
#landings .landing.orange .title .lower .content {
    background: url(/images/layout/bg-landing-full-bottom-orange.gif) no-repeat bottom left;
}
#landings .landing.orange .title .lower .bottom {
    background: url(/images/layout/bg-landing-bottom-bottom-orange.gif) no-repeat;
}
/* End of 'landing' */

