/*home page elements*/
#tabArea {
	margin:0px 3px 0px 3px; 
	height:253px; 
	text-align:center; 
	background:url(/images/im/homeTabsContainer.gif) no-repeat; 
	position:relative; 
}
#tabContainer {
	padding:8px 13px 0px 14px;
}

/*
#LeftPane { width:292px; height:174px; font-size:13px; font-family:Verdana;}
#ContentPane { width:292px; height:174px;  font-size:13px; font-family:Verdana;}
#RightPane { width:292px; height:174px;  font-size:13px; font-family:Verdana;}
*/

#homeStoryTabContainer {background:url(/images/im/homeStoriesContainer.jpg) center no-repeat; margin:0px 33px 0px 33px; height:393px; padding:0px; }
#homeStoryTabs {padding:25px 25px 0px 25px;}


.storyActiveTabContainer {width:344; height:329; position:relative; }
.storyActivePic {position:absolute; left:14px; top:63px; border-width:0px 2px 2px 2px; border-color: #666666; border-style: solid; }
.storyActiveTitle {position:absolute; font-size:15px; font-weight:bold; text-align:center; width:310px; left:10px; top:10px; }
.storyActiveDescription {position:absolute; font-size:12px; text-align:left; width:310px; left:10px; top:275px; }

.storyThumb { border-width:2px; border-style:solid; position:absolute; z-index:101; top:10px; width:101px; height:101px;}
.storyTabTitle { position:absolute; top:12px; z-index:101; width:95; font-size:13px; font-weight:bold; background-color:transparent;}

.storyTab_left { width:226px; text-align:right; vertical-align:middle; margin:20px 0px 20px 0px; position:relative;}
.storyTab_left .storyThumb {left:14px; }
.storyTab_left .storyTabTitle {left:105px; }
	
.storyTab_right { width:226px; text-align:left; vertical-align:middle; margin:20px 0px 20px 0px; position:relative; }
.storyTab_right .storyThumb {left:111px; }
.storyTab_right .storyTabTitle {left:11px; }



