#ti_header{
	width:960px;
	height:83px;
	background:url(../images/new_header.jpg) no-repeat;
	border-bottom:1px solid #c5730b;
	position:relative;
	overflow:hidden;
}

#logo{
	float:left;
	width:85px;
	height:83px;
}

#ti_header .line1, #ti_header .line2{
	position:absolute;
	top:6px;
}

#ti_header .line1{
	width:210px;
	right:10px;
}

#ti_header .line2{
	width:640px;
	right:235px;
}


#referer_header{
	width:960px;
	height:83px;
	background:url(../images/referer_header.jpg) no-repeat;
	border-bottom:1px solid #c5730b;
	position:relative;
	overflow:hidden;
}

#referer_header #logo{
	float:right;
	width:360px;
}

#referer_header .line1{
	display:none;
}

#referer_header .line2{
	width:480px;
	position:absolute;
	top:6px;
	right:335px;
}

#referer_logo{
	position:absolute;
	top:0;
	left:0;
}


a{
	/*color:#FA6E22;*/
	/*color:#006a94;*/
	color:#00c;
	text-decoration:underline;
}

.wrapper {
	width:960px;
	padding:0;
}

#ti_nav a:hover{
	color:#FA6E22;
}

#cms_template{
	overflow:hidden;
	float:left;
	padding-bottom:10px;
}

#left,#right{
	padding-bottom:3000px;
	margin-bottom:-3000px;
}

#page{

	border-left:1px solid #F9AE4B;
	border-right:1px solid #F9AE4B;
	margin:0 auto;

}

#ti_nav{
	background:url(../images/gradient.jpg) repeat-x;
	width:960px;
	float:right;
	overflow:hidden;
	border-top:2px solid #F9AE4B;
	padding:2px 0 8px;
	border-bottom:1px solid #F9AE4B;
}

#ti_nav li{
	display:block;
	float:right;
	background:url(/images/ti_nav_bg.gif) no-repeat left -30px;
	margin-left:5px;
	padding-left:5px;
}

#ti_nav a{
	display:block;
	float:left;
	padding:6px;
	background:url(/images/ti_nav_bg.gif) no-repeat right 0;
	padding-right:24px;
	font-size:11px;
	font-weight:bold;
	color:#000;
        text-decoration:none;
}

#ti_nav li.active{
	background:url(/images/ti_nav_bg_active.gif) no-repeat left -30px;
}

#ti_nav li.active a{
	background:url(/images/ti_nav_bg_active.gif) no-repeat right 0;
}

#ti_nav li.active a:hover{
	color:#000;
}

#footer{
	padding:5px;
	text-align:center;
	background:#F9AE4B;
	clear:both;
	width:950px;

}



.left_col{
	width:149px;
	background:#E6E6E6;
	border-right:1px solid #F9AE4B;
	padding:5px;
	margin:0;
}

.middle{
	width:510px;
	margin:0;
	padding:0 20px;
}

.right_col{
	width:249px;
	border-left:1px solid #F9AE4B
}

#tabs_menu{
	overflow:hidden;
	width:100%;
	clear:both;
	border-bottom:1px solid #F9AE4B;
}

#tabs_menu li{
	float:right;
	display:block;
}

#tabs_menu li.active a{
	background:#FE8A00;
	color:#000;
	font-weight:bold;
}
	
#tabs_menu a{
	display:block;
	background:#eee;
	padding:10px;
	font-weight:bold;
        text-decoration:none;
}

#tabs_menu a:hover{
	background:#FE8A00;
	color:#000;
}


.tab_container{
	padding:10px;
	border:1px solid #F9AE4B;
	border-top:0;
	margin-bottom:20px;
}

#print{
	display:none;
}

.col12{
	padding:10px;
}

