@charset "utf-8";
/* CSS Document */

body {
padding:0px;
margin-top:30px; margin-bottom:50px;
background:url(../images/bg.png) repeat-x top #B0B0B0;
font-family:tahoma; font-size:12px; color:#000;
}

a.menuLink {
  color:#fff;
  font-family:tahoma;
  font-size: 11px;
  text-transform:uppercase;
 }
a.menuLink:hover {color:#FA9F01;}


a.breadLink {
  color:#000;
  font-family:tahoma;
  font-size: 11px;
  text-decoration:none;
 }
a.breadLink:hover {  text-decoration:underline;}


a.Link2 {
  color:#fff;
  font-family:tahoma;
  font-size: 11px;
  text-decoration:none;
 }
a.Link2:hover {  text-decoration:underline;}


a.Link3 {
  color:#CC0000;
  font-family:tahoma;
  font-size: 12px;
  text-decoration:none;
 }
a.Link3:hover {  text-decoration:underline;}



a.Link4 {
  color:#000;
  font-family:tahoma;
  font-size: 12px;
  text-decoration:none;
 }
a.Link4:hover {  text-decoration:underline;}




#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;

}

#menu ul li { display: inline; }

#menu a
{
color:#fff;
  font-family:tahoma;
  font-size: 11px;
  text-transform:uppercase;
  text-decoration:none; font-weight:bold; 
  padding:9px;
  outline:none;
}

#menu a:hover {color:#FA9F01;}


.activen{color:#FA9F01; padding:1px 10px 0 10px}

.text1 { 

color:#CC0000;
  font-family:tahoma;
  font-weight:bold;
  font-size: 20px;
   }
  
  
  
  .hr {
  border: none;
  background-color: #000;
  color: #000;
  height: 1px;
  margin: 5px 0px 5px 0px;
}


  .dot {
  border: none;
  background-color: #ccc;
  color: #ccc;
  height: 1px;
  margin: 10px 0px 5px 0px;
}


.separator { font-weight:normal; color:#FA9F01; padding-top:22px; padding-bottom:0; }

.clear {clear:both;}



.faq-ans {
	width:auto;
	background:#7D2500;
	color:#000;
	display:none;
	
	margin: 5px 0 5px 0;
	padding:0 15px 0 15px;
	border:1px solid #FFE4AE;
}


.image {border:4px solid #AFAFAF;}
.image:hover {border:4px solid #FA9F01;}




a.Link5 {
  color:#ccc;
  font-family:tahoma;
  font-size: 11px;
  text-decoration:underline;
 }
a.Link5:hover {  text-decoration:none;}

