/* Design Styles for Content and Focus Area Elements */

.content h1 {
	color: #EB8000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 22px;
    }
    .content p {
	padding-bottom: 17px;
	}
    .content ul { margin-left: 12px; }
    .content ul li {
        background: url(../img/content-design/list-style_interior.gif) no-repeat left 5px;
        margin-bottom: 10px;
        padding-left: 12px;
        }
	.content ul.form li { list-style-image:none; background:none; padding-left: 0; }
				
div.contentBucket {
    position: relative;
	height: auto;
	min-height: 69px;
	    _height: 69px;
    padding: 0 18px 0 103px;
    margin-top: 6px;
	}				
	div.contentBucket img {
	    position: absolute;
		top: 0;
        left: 0;
		}
	div.contentBucket h2 { display:inline; }

    
div.callToAction {
    padding: 7px 0 7px 83px;
    float: left;
    }
    div.callToAction a {
	    float: left;
	    padding-right: 14px;
	    background: url(../img/content-design/arrow_call-to-action.gif) 100% 1px no-repeat
        }

div.pushLink {
    background: url(../img/content-design/arrow_push-link.gif) no-repeat right bottom;
    font-size: 1.1em;
    margin-top: 20px;
    padding-right: 20px;
    text-align:right;
    width: 100%;
    }
    
    
div.leftPromoTop {
    background: url('../img/layout/bg-leftpromo-top.gif') no-repeat left top;
    margin-top: 25px;
    padding-top: 10px;
    }

div.leftPromo {
    background: url('../img/layout/bg-leftpromo.gif') no-repeat left bottom;
    font-size: .95em;
    padding: 0 6px 6px 12px;
    }
    div.leftPromo ul {
        margin: 10px 0;
        }
    div.leftPromo ul li {
        list-style-image: url(../img/content-design/list-style_interior.gif);
        margin-left: 1em;
        margin-top: .4em;
        }        
        
        
/* Other transformations */

.carot {
    background: url('../img/content-design/carot.gif') no-repeat left top;
    padding-left: 8px;
    }
.indent {
    margin-left: 15px;
    }

.hidden {
    display: none;
    }
.underline {
    text-decoration: underline;
    }
.italic {
    font-style: italic;
    }

/* Lab Slideshow Properties */
        
div.showCaseOuter { 
    float: right;
    width: 225px;
    background: url(../img/content-design/slideshow_bg.gif) no-repeat left bottom;
    margin: 0 0 30px 15px;
    }
    div.showCaseOuter div.showCaseInner {
    background: url(../img/content-design/slideshow-top_bg.gif) no-repeat left top;
    text-align: center;
    padding: 12px;
    }
    div.showCaseOuter div.showCaseInner span {
        background: url(../img/content-design/slide-label_bg.gif) no-repeat top left;
        display: block;
        float: left;
        width: 199px;
        height: 23px;
        margin-bottom: 7px;
        line-height: 23px;
        font-size: 1.1em;
        color: #0C579F;
        text-align: center;
        }
        
div.imgNav { float: left;}
    div.imgNav img { border:solid 2px #f3f3f3; float: left; margin-right: 1px; }
    div.imgNav img.last { margin-right: 0; }
    div.imgNav img.active { border: solid 2px #0C579F; }
    
.ImageSlideshow { 
    position:relative;
    height:127px;
    overflow: hidden;
    }
    .ImageSlideshow img {position:absolute; top:0; left:0; z-index:1; }
    .ImageSlideshow img.active { z-index:3; }
    .ImageSlideshow img.last-active { z-index:2; }
    
    
div#staticImageOuter {
    float: right;
    margin: 0 0 30px 15px;
    width: 225px;
    }
    div#staticImageOuter .staticImageInner {
    width: 225px;
    padding: 12px 0;
        *padding-bottom: 8px;
    text-align: center;
    }
    div#staticImageOuter .staticImageInner img { border: solid 1px #474747; position: relative; right: 1px; }
    div#staticImageOuter .staticImageInner span {
    display: block;
    width: 199px;
    height: 23px;
    line-height: 23px;
    background: url(../img/content-design/slide-label_bg.gif) no-repeat top left;
    font-size: 1.1em;
    color: #0C579F;
    text-align: center;
    }

p.listOfClients
{
	padding-left:25px;
}

.PageManagerPreviewInfo, .PageManagerPreviewInfo strong
{
	color:#FFF;
}

.PageManagerPreviewInfo .PreviewInfoLink
{
	color:#FFF !Important;
	text-decoration:underline;
	padding-left:3px;
	padding-right:3px;
}
.PageManagerWorkflowInfo, .PageManagerWorkflowInfo .WorkflowInfo strong
{
	color:#FFF;
}