/*** Home ***/
.container {
	}
.left_bar {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
.left_bar h3 {
    color:#FFFFFF;
    display:block;
    font-size:14px;
    font-weight:bold;
    margin:-19px 0 10px;
    padding:0;
    text-align:center;
}
	
.home_slide_show {
	overflow:hidden;
	clear:both;
	padding:10px 0 0 0;	
	border: 2px solid #1D377C;
	margin:0 auto;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
	background: #12285B;
	min-height: 448px;
	}

.home_banner {
	margin-bottom: 9px;
}
	
.home_teasers {
	overflow:hidden;
	clear:both;
	padding:0;	
	margin:0 auto;
	padding: 0 0 0 85px;
	}
.home_teasers h3 {
	margin-left: -85px;
}
.teaser_item {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:11px;
	text-align:left;
	padding:3px 6px;
	width:359px;
	height:86px;
	float:left;
	margin:10px 4px;
	background:transparent url(../images/hm_tease_bg.gif) no-repeat top left;
	}
.teaser_item span{
	text-align:right;
	font-style:italic;
	}
.teaser_item img {
	border: 1px solid #ccc;
	float:left;
	}
	
.tease_text
{
    padding: 0 0 0 5px;
    text-align:left;
    font-weight:bold;
    
    width:250px;
    margin-left:90px;
}

.tease_text a:link
{
    font-weight:normal;
    color:#1851CE;
    text-decoration:underline;
}

.tease_text a:hover
{
    font-weight:normal;
    color:#1851CE;
    text-decoration:underline;
}

.tease_text a:active,.tease_text a:visited
{
    font-weight:normal;
    color:#1851CE;
    text-decoration:underline;
}
	
#home_content_left
{
    width:437px;
    float:left;
    padding:0 10px 0 0;
    border-right:1px dotted #7f7f7f;
}
#home_content_right
{
    width:447px;
    float:left;
    padding: 0 0 0 10px;
}