@charset "utf-8";
* {	
	margin: 0px; padding: 0px;
}
.clear {
	clear:both;}
.clearleft {
	display:block; 
	clear:left;}
.clearright{
	display:block;
	 clear:right;}
.hide {
	display:none;}

.button {
	
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
    background-color:  #B52E10;
    color: white;
    padding: 12px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
   font-family : "Times New Roman", Georgia, Serif;
    
}

a {
	color:#B32C0E;
}

a:hover {
	color:#000000;
	text-decoration:none;
}
body {
	background: #FFFFFF  url(images/1.png) repeat-x;
	}
#wrap{
	width:700px;
	margin:0px auto 15px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

/*Header*/

#header{
	height:290px;
	background:url(images/2.png) no-repeat center top;
	clear: both;
}
/*Header Menu*/
#topmenu {
	display:block;
	list-style:none;
	padding:18px 10px 15px 0px;
	float: left;
	width: 700px;
}
#topmenu li {
	display:inline;
	float: left;
}
#topmenu a {
	display:block;
	float:left;
	height:28px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	padding:13px 15px 0px 15px;
	text-align:left;
}
#topmenu a, #topmenu a:visited, #topmenu a:active {
	color:#FFFFFF;
}
#topmenu a:hover{
	color:#ffffff;
	background-color: #B52E10;
}
#topmenu .active a, #topmenu .active a:visited, #topmenu .active a:active{
	color:#FFFFFF;
	background-color: #B42D0F;
}

/*Content*/
#content {
	background-color: #FFFFFF;
}
#mainpage {
	width:700px;
	float:center;    
	height:auto;
	margin:auto;
}
#mainpage p {
	line-height:22px;
	margin:0px 0px 20px 0px;
}
#mainpage blockquote {
	background:#efefef;
	display:block; 
	margin:5px;
	font:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;}
h1, h2, h3, h4, h5 {
	color:#B32C0E;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainpage h1 {
	font-size:24px;
	color: #F2F7F3;
}
#mainpage h2 {
	font-size:18px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B52E10;
	width: 700px;
}
#mainpage h3 {
	font-size:20px;}
#mainpage h4 {
	font-size:18px;}
#mainpage h5 {
	font-size:16px;}
.style_2 {
	font-size: 7px;
	color: #000011;
	}
.style_2 a{
	font-size: 7px;
	color: #000011;
	}
.style_2 a:hover{
	font-size: 7px;
	color: #000011;
	}
#content #mainpage ol {
	margin:10px 10px 10px 25px;}
#content #mainpage ol li {
	padding:5px 5px 5px 20px;}
#content #mainpage ul li {
	display:block; 
	padding:0px; 
	border-bottom: dashed 1px #D6E4A7;}
#content #mainpage table {
	border-collapse: collapse;
	width:700px;
 	
}
#content #mainpage table, th {
	text-align: center;
    	padding: 8px;
   	border: 1px solid #ddd
}
#content #mainpage table, td {
	text-align: justify;
    	padding: 8px;
   	border: 1px solid #ddd
}


/*footer*/
#footer {
	margin:auto;
	width:700px;
	height:10px;
	padding:10px;
	color:#FFFFFF;
	text-align: center;
	background:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}
#credit {font-size:10px; 
	padding:3px;}
#sitename a{
	text-decoration :none;
	font-size:24px;
	color:#FFFFFF;
	padding-top:20px;
}
#topbar{
	height:78px;
}

/*contactus*/

#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

#contactus legend, h1
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{ 
   font-family : Arial, Helvetica, sans-serif;
   font-size:1em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Georgia, "Times New Roman", Times, serif; 
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family:Georgia, "Times New Roman", Times, serif;  
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family :Georgia, "Times New Roman", Times, serif; 
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family :Georgia, "Times New Roman", Times, serif; 
   font-size: 0.8em;
   color:#333;   
}

#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family :Georgia, "Times New Roman", Times, serif; 
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

/*search*/

#search fieldset
{ 
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
border-radius: 10px;   
vertical-align: middle;
}

#search label
{ 
   font-family : "Times New Roman", Georgia, Serif;
   font-size:1.3em;
   font-weight: bold;

}

#search input[type="text"]
{
  height:27px;
  width:170px;
  margin:0px 80px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#search table {
	border-collapse: collapse;
	width:700px;
	border: 0px;
 	
}
#search table, th {
    	padding: 8px;
   	border:0px;
}
#search table, td {
	text-align: justify;
    	padding: 8px;
   	border:0px;
}



