/*--------------------- home page ---------------------------------------*/
body{
	background-image: url(/static/images/gradientBackground2.jpg);

}

div.content-main{
	//background-image: url(/static/images/TasslePhoto_HomePage_small.jpg);
	//background-image: url(/static/images/frontPageBanner.jpg);
	height: 313px;
	background-repeat:no-repeat;
	padding: 0px;


}

div.content-main a img{
	border: 5px solid #BCBEC0;
}

div.content-main div.contentToolbar button img{
	border: none;
}



div.content-main.sub-content{
	background-image: none;
	height: auto;
	color: black;
	margin-top: 10px;
	padding: 5px;
}

a.large-anchor{
	font-variant: small-caps;
	text-decoration: none;
	font-size: 28px;
	color: #585962;
}

div.marqueeHolder{
        position:relative;
        height:40px;
        margin-top: 10px;
        //width:200px;
        display:block;
        overflow:hidden;
    }
    
.scrollingtext{
        position:absolute;
        white-space:nowrap;
        font-size: 20px;
 
		width:100%;
    }
    
    
div.pre-footer-content{
	padding-top: 20px;
	width:1024px;
	margin: 0px auto;
}


div.anchor-box{
	font-variant:small-caps;
	font-size: 20px;
	text-align: center;
	background: #19B272;
	color: white;
	padding: 5px 20px 5px 20px;
	width: 50%;
	margin: 0px auto;
	//margin-top: 8px;
	margin-bottom: 14px;
}



    