﻿*{
	margin:0;
}

body{
	background:#FCFCFC url('top_bg.jpg') repeat-x;
	font:12px "Trebuchet MS", Arial;
	color: #5b5a5a;
}

h1{
	font-size: 14pt;
	color: #333;
	border-bottom:1px #F2F2F2 solid;
	padding-bottom:4px;
	margin-bottom:3px;
}

a{
	color: #5b5a5a;
	text-decoration:none;
}

a:hover{
	color:#C0C0C0;
}

#header{
	width:875px;
	margin:0 auto;
}

.justify{
	text-align:justify;
}

#main_menu{
	background:url('main_menu_bg.jpg') no-repeat;
	width:875px;
	height:25px;
	margin:0 auto;
	padding-top:7px;
	
}

#main_menu a{
	color:#FFFFFF;
	font:bold 10pt "Trebuchet MS", Arial;
	text-decoration:none;
	margin-left:20px;
}

#wrapper{
	width:995px;
	margin:0 auto;
}

#broder_left{
	background:url('broder_left.gif') repeat-y;
}

#broder_right{
	background:url('broder_right.gif') repeat-y;
}

#main_body{
	background-color:#FFFFFF;
	padding:0 0px 0 0px;
	border-left:5px #FFFFFF solid;
	border-right:5px #FFFFFF solid;
}

#content{
	margin:20px;
}

#footer{
	width:885px;
	margin:0 auto;
	height:40px;
	background:#F5F5F5 url('footer_bg.jpg') repeat-x;
	font-size: 10px;
	color: #4c4c4c;
	text-align:center;

}

#emace_big{
	font-size: 12pt;
}

#emace_big span{
	color:#FF6600;
	font-weight:bold;
}

.faci_logo{
	text-align:center;
}

.faci_logo img{
	margin-bottom:10px;
}

.date{
	font-size:7pt;
}

.img_box{
	float:left;
	
	text-align:center;
	border:1px #C0C0C0 solid;
	padding:2px;
	margin:0px 5px 5px 0;
}

.pro_title{
	font-size:10pt;
	font-weight:bold;
}

.cats li{
	margin-bottom:10px;
}

.cats a{
	font-size:10pt;
	font-weight:bold;
}

.newsletter_btn{
	border:1px green solid;
	font-size:11px;
	background-color:#ffffff;
}

.newsletter_input{
	font-size:11px;
}

/*Header  Image rotaor*/
.fadein { position:relative; height:215px; width:865px; }
.fadein img { position:absolute; left:0; top:0; }

.tab-box { 
  border-bottom: 1px solid #DDD;
  padding-bottom:5px;
}
.tab-box a {
  border:1px solid #DDD;
  color:#666666;
  padding: 5px 15px;
  text-decoration:none;
  background-color: #eee;
}
.tab-box a.activeLink { 
  background-color: #fff; 
  border-bottom: 0; 
  padding: 6px 15px;
}
.tabcontent { border: 0px solid #ddd; border-top: 0; padding: 5px;}
.hide { display: none;}