@charset "UTF-8";
/* CSS Document */

#main_image_container {
	width:928px;
	height:160px;
	background-image:url(../images/background_top_interior.png);
	behavior:url(js/iepngfix.htc);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 0px 0px 0px;
	}
	
#main_text_container {
	width:928px;
	height:auto;
	background-image:url(../images/background_main.png);
	behavior:url(js/iepngfix.htc);
	background-repeat:repeat-y;
	display:table;
	}
	
#main_text {
	width:637px;
	height:auto;
	font-size:12px;
	line-height:17px;
	float:right;
	/* margin:0px 31px 0px 0px; */
	margin:0px;
	_margin:0px;
	_padding:0px 33px 0px 0px;
	display:table-cell;
	text-align:left;
	}
	
#left_bar {
	width:238px;
	_background-image:url(../images/background_subnav.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	display:table-cell;
	margin:0px 0px 0px 18px;
	*margin:0px 0px 0px -13px;
	_margin:0px 0px 0px 8px;
	text-align:left;
	}
#left_bar2 {
	width:238px;
	
	float:left;
	
	margin:0px 0px 0px 18px;
	_margin:0px 0px 0px 8px;
	
	}
	
#left_bar table {
	margin-left:13px;
	}
	
.callout {
	margin-top:25px;
	font-size:11px;
	line-height:14px;
	}
	
.callout_top {
	background-image:url(../images/interior_callout_back.gif);
	background-repeat:repeat-x;
	font-size:14px;
	color:#fff;
	}
	
.callout td {
	padding:0px 15px 0px 15px;
	}

	