﻿#homeanchorcontainer 
{
    position:relative;
    float:left; 
    clear:both; 
    width:100%; 
    height:320px; 
    background-image:url(../images/tile_anchor.jpg); 
    background-repeat:repeat-x; 
}
#homeanchormain  
{
    position:relative; 
    width:760px; 
    height:300px; 
    margin-left:auto; 
    margin-right:auto; 
    color:#FFFFFF; 
}

#hometextarea { position:relative; float:left; width:470px; top:0px; left:0px; }
#hometextarea-login { position:relative; float:left; width:220px; top:13px; left:30px; }



/* news styles */

#newspostscontainer { position:relative; float: right; width:228px; height:300px; }

#newscontainer { position:relative; float: right; width:228px; height:350px; top:-17px; left:8px; border:1px solid #C1C9D9; }
#newstitle { position:absolute; width:230px; height:30px; left:-1px; top:-1px; }
#newscontent { position:relative; width:210px; height:305px; left:14px; top:30px; overflow:auto;}


#postscontainer { position:relative; float: right; width:228px; height:240px; left:8px; top:-18px; border:1px solid #C1C9D9; }
#poststitle { position:absolute; width:230px; height:30px; left:-1px; top:-1px; }
#postscontent { position:relative; width:200px; height:196px; left:14px; top:30px; }

/* News Scroller */

#divUpControl {
	position:absolute;
	left:187px; 
	top:0px; 
	z-index:1;
}
#divDownControl {
	position:absolute; 
	left:187px; 
	top:184px; 
	z-index:1; 
} 
#divContainer {
	position:absolute;
	width:170px;
	height:195px;
	overflow:hidden;
	top:0px;
	left:0px;
	clip:rect(0px,170px,195px,0px);
	z-index: 12;
} 
#divContent {
	position:absolute; 
	top:0px; 
	left:8px;
} 
.newsTitle {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.newsText {
	color: #092769;
	font-size: 11px;
	line-height: 14px;
	margin-bottom:11px; 
	margin-top: 0px;
}