/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/img1.png) repeat-x;
	color: #075b8a;
	/*another color for font:   color: #316bc5; */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/*color: #365f75;*/
	color: #316bc5;
}


h1 { font-size: 31px; }
h2 { font-size: 26px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5{ font-size: 14px; }



p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	line-height: 18px;
}
img{border:none;}

a {
	color: #579c14;
	font-weight:bold;
	text-decoration: none;
}
.boxed a{
	color: #579c14;
	font-weight:bold;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.boxed a:hover {
	text-decoration: none;
	
	color:#4d4d4d;
}

a:hover {
	text-decoration: none;
	color:#4d4d4d;
}

/* Boxed */

.boxed {
	background-image: url(../images/img4.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.boxed1 {
	background-image: url(../images/img4.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





div.boxed_right1
{
background: url(../images/p_adver.png) no-repeat;
background-position: top;

width:121px;
height:167px;
margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	float:right;  


}

div.boxed_right1 a
{color: #fe8249;
font-size:14px;
font-weight:bold;
text-decoration:none;  
text-indent:300px;
}


/* Post */

.post {
	margin: 0 0 20px 0;
	padding: 10px 20px 30px 20px;
	background: url(../images/img4.gif) repeat-x left bottom;
	text-align: right;
}
.post p{
	text-align: right;
	font-size: 14px;
}
.post h4 {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
}

.post h4 strong {
	font-weight: bold;
	color: #5B6F88;
}
/* Time */
#time{
	text-align: right;
	position: relative;
	top: 0px;
	right: 20px;
	color: #326499;
}
/* Header */

#header {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	z-index: 0;
}

/* Menu */

#menu {
	float: right;
	padding: 0px;
	width: 560px;
	z-index: 1;
	position: relative;
	right: 0px;
}

#menu ul {
	margin: 0;
	padding: 90px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 25px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: #0C7AC7 url(../images/img2.gif) repeat-x;
}
/* SPC */
#spc {
	float: left;
	top: 0px;
	background-position:center;
	height: 137px;
	padding: 0px;
	width: 380px;
	background-image: url(../images/ban9.png);
	position: relative;
	left: 0px;
	z-index: 1;
}

/* Content */
#content {
	width: 940px;
	margin: 0 auto;
}
/*td for table8 for the  a_left.php*/
.but{
background-image: url(../images/img_td.png);
background-repeat: repeat-x;
background-position: right bottom;
}

/*td for table9  in the page company.php*/
.but1{
background-image: url(../images/td_but1.png);
background-repeat: repeat-x;
background-position: right top;
text-align:right;
padding-top:8px;
padding-right:8px;

}
/*td for table in the page company.php*/

.but2 a{
	color: #579c14;
	font-weight:bold;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.but2 a:hover {
	text-decoration: none;
	
	color:#4d4d4d;
}

/* Table1 */
.table1{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
.table1 th{
	background-color: #006EB5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	width: 25%;
}
.table1 td{
	background-color: #999999;
	padding: 3px;
	color: #FFFFFF;
	font-size: 12px;
	width: 25%;
}
/*table2*/
.table2{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.table2 th{
	background-color: #66CC99;
	color: #333333;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	width: 25%;
}
.table2 td{
	background-color: #999999;
	color: #FFFFFF;
	font-size: 16px;
	padding: 3px;
	width: 25%;
}
/* table 3*/
.table3{
	border-bottom-width: thin;
	/*border-bottom-style: inset;*/
	/*border-bottom-color: #4F6A04;*/
	font-size: 14px;
	
}
.table3 th{
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-color: #A4AFBD;
	color: #FFFFFF;
	width: 25%;
	padding: 3px;
	background-image: url(../images/tab3img.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}
.table3 td{
	width: 25%;
	padding: 3px;
	text-align: center;
	font-size: 12px;
}
/* table 4*/
.table4{
border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px; 		}
		
.table4 th{
	background-color: #006EB5;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-color:#252D37;

	 
	/*width: 25%;*/
}
.table4 td{
	font-size: 12px;
	color: #16191E;
	padding: 3px;
	background-color: #999999;
	border-color:#252D37;
	/*width: 25%;*/
}
/* table 5*/
.table5{
border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #A4AFBD;
}
.table5 th{
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-bottom-color: #A4AFBD;
	color: #95BA2E;
	width: 25%;
	padding: 3px;
	background-image: url(../images/tab3img.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}
.table5 td{
	width: 25%;
	padding: 3px;
	text-align: center;
	font-size: 12px;
}
/* table 6*/
.table6{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;
	}
.table6 th{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	/*width: 25%;*/
	background-color: #006EB5;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CBCCDA;
	}
.table6 td{
	font-size: 14px;
	
	padding: 3px;
	text-align: right;
	width:auto;
	font-size:14px
	
	}
	
	
	
	
	/*table60*/
	.table60{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
/*	border-bottom-style: ridge;
	border-bottom-color: #CCCCCC;*/
	}
.table60 th{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	
	background-color: #006EB5;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CBCCDA;
	}
#.table60 td{
	font-size: 13px;
	
	padding: 8px; /*font-family: tahoma;*/
	
	 
	
	
	text-align: center;  
	  
		}
	
	
	
	
	
	
	
	
	
	
/*  table 7*/

.table7{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-style: ridge;
	border-bottom-color: #95BA2E;
	}
.table7 th{
	background-image: url(../images/table_img7.gif);
	background-repeat: repeat-x;
	color: #E0DFE3;
	height: 25px;
	width: 25%;
	padding: 3px;
	font-size: 14px;
}
.table7 td{
	text-align: center;
	color: #95BA2E;
	padding: 3px;
	font-size: 12px;
}
#colOne {
	float: right;
	width: 180px;
	text-align: right;
}

#colTwo {
	float: right;
	width: 580px;
}

/* ColOne Content */

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none; font-size:13px; font-weight:500;
}

#colOne li {
	padding: 5px 0 7px 0;
	border-top: 1px solid #e5e5e5;
	text-align: right;
	padding-right:0px ; font-family:  Arial, Helvetica, sans-serif;
 
}

#colOne li.first {
	border: none;
	text-align: right; font-family: Arial, Helvetica, sans-serif; 
}

#colOne h3 {
	font-size: 15px;
}

/* ColTwoWide Content */
#colTwoWide {
	float: right;
	width: 760px;
}
#colTwoWide1 {
	text-align: center;
	width: 940px;
}

/*col3*/
#col3 {
	float: left;
	width: 180px;
	text-align: right;
	margin-left:0;
}
#col3 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#col3 li {
	padding: 5px 0 7px 0;
	border-top: 1px solid #3B495A;
	text-align: right;
}

#col3 li.first {
	border: none;
	text-align: right;
}

#col3 h3 {
	font-size: 15px;
}


/* Welcome */

#welcome {
	padding: 5px 20px 20px 20px;
	text-align: right;
}

#welcome h2 {
	margin-bottom: 25px;
}

#welcome .image {
	float: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #A4AFBD;
}

#welcome p {
	margin-right: 126px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	background-position: right;
	font-size: 16px;
}

/* Footer */

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	background: url(../images/img6.png) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px;
	text-align: center;
	font-weight:normal;
	font-size:14px;
}
/* CSS Document */