#menu_img
{
	margin:0;
	padding:0;
	width:958px;
	position:relative;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 660px;
}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	width:150px;
	height: 40px;
	line-height: 20px;
	border: 0px solid #999;
	/*border-right: 1px solid #c3c3c3;*/
	margin-bottom: -1px;
	background:url(../images/tab_deactivebg.png) no-repeat;
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 14px;
	padding: 5px 0 0 0;
	text-align:center;
	border: 0px solid #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	outline: none;
}
ul.tabs li a:hover {
	/*background: #ccc;*/
	height:40px;
	background:url(../images/tab_activebg.png) no-repeat;
	color:#FFF;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background:url(../images/tab_activebg.png) no-repeat;
	/*border-bottom: 0px solid #143d71;*/
	color:#FFF;
}
.tab_container {
	border-right: 1px solid #c3c3c3;
	/*border-top: none;*/
	clear: both;
	float: left; 
	width: 650px;
	padding:0 0 0 10px;
}
.tab_content {
	padding: 10px;
	font-size: 13px;
}
.tab_content h2 
{
	font-weight:bold;
	padding-bottom: 10px;
	font-size:30px;
	color:#000;
	line-height:24px;
	font-family:Calibri;
	text-decoration:none;
	text-transform:uppercase;
}
.tab_content h2 span 
{
	font-weight:normal;
	font-size:14px;
	color:#000;
	font-family:Calibri;
	text-decoration:none;
	text-transform:none;
}
.tab_content h4
{
	font-weight:bold;
	padding-bottom: 10px;
	font-size:18px;
	color:#000;
	line-height:24px;
	font-family:Calibri;
	text-decoration:none;
	text-transform:none;
	margin:0;
	padding:0;
}

.tab_content p
{
	font-weight:normal;
	font-size:14px;
	color:#000;
	font-family:Calibri;
	text-decoration:none;
	text-align:justify;
}
.tab_content p a
{
	font-weight:normal;
	font-size:14px;
	color:#c20101;
	font-family:Calibri;
	text-decoration:none;
	text-align:justify;
	text-decoration:underline;
}
.tab_content p a:hover
{
	color:#000;
}
.tab_content .n_1
{
	float:left;
	margin:0;
	padding:0;
	width:300px;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-family:Calibri;
	text-decoration:none;
}
.tab_content .n_2
{
	float:left;
	margin:0;
	padding:0;
	width:300px;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	color:#000;
	font-family:Calibri;
	text-decoration:none;
}
.line
{
	clear:both;
	margin:0;
	padding:5px 0 5px 0;
	height:5px;
	border-bottom:1px solid #c3c3c3;
	
}
.tab_content h3 a{
	color: #254588;
}
/*.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}*/

.seach_center_bg
{
	background:#0466b8 url(../images/box_centerbg.png) repeat-x;
	border-left:1px solid #010100;
	border-right:1px solid #010100;
}

.thanks h3
{
	font-weight:normal;
	padding-bottom: 10px;
	font-size:22px;
	color:#000;
	line-height:24px;
	font-family:Calibri;
	text-decoration:none;
	text-transform:none;
	margin:0;
	padding:20px 0 10px 0;
}



