@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#727272;

}

img{
border:0px;
}
.main-bg{
background-color:#FFFFFF;
}

/*------------------logo start-----------------*/
.logo{
width:274px;
height:50px;
float:left;
padding-left:20px;

}

.logo h1  {
	font-family: "Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin:0;
	padding:0;
	
}
 .logo h1 a {
	text-indent:-9999px;
	text-decoration:none;
	background-image: url(../images/company-logo.jpg);
	display:block;
	background-repeat: no-repeat;
	height: 50px;
	width: 274px;
    margin-top: 0px;
	
}

/*------------------logo end----------------*/


/*------------------navigation started---------------------*/
.nav-back{
background-image:url(../images/nav-back.gif);
background-repeat:repeat-x;
}
.nav-left{
background-image:url(../images/nav-left.gif);
background-repeat:no-repeat;
height:39px;
width:33px;
}

.nav-right{
background-image:url(../images/nav-right.gif);
background-repeat:no-repeat;
height:39px;
width:33px;
}
.navlower-txt{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bold;
 color:#fff;
 
 }
.navlower-txt ul{
	padding:0px;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;

}
/**html .navlower-txt ul{
	margin-left: 8px;

}*/
.navlower-txt li{
	float:left;
	padding-left:0px;
	margin-left:9px;
	margin-right:8px;
	padding-top:15px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	

}
.navlower-txt li a{
text-decoration:none;
 color:#fff;
}
.navlower-txt li a:hover{
text-decoration:none;
 color:#ffa232;
}
.navlower-text-devider {
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	width: 9px;
	height: 8px;
}

/*---------navigation end----------*/
.body-txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#232323;
font-weight:normal;
}

.body-txt a{
color:#0b7fd7;
text-decoration:none;
}
.body-txt ul{
margin:0px;
padding:0px;
}
.body-txt li{
	background-image: url(../images/arrow-blue.gif);
	background-repeat:no-repeat;
	background-position:5px 9px;
	list-style-type: none;
	padding-left: 18px;
	padding-top: 6px;

}
.body-txt a:hover{
color:#003761;
text-decoration:none;
}
.body-txt-big{
font-size:12px;
color:#066dbe;
}

.border-middle2{
border-left-color:#494949;
border-left-width:1px;
border-left-style:solid;
border-right-color:#494949;
border-right-width:1px;
border-right-style:solid;
}
.border-lower{
border-bottom-color:#494949;
border-bottom-width:1px;
border-bottom-style:solid;
}
.text-box{
width:210px;
padding-top:7px;
padding-left:5px;
background-image: url(../images/text-back.gif);
background-repeat:repeat-x;
 font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#666666;
font-weight:normal;
text-decoration:none;
border: 1px solid #9EB0B6;
}
.text-box-big{
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#666666;
font-weight:normal;
text-decoration:none;
width:210px;
padding-top:7px;
padding-left:5px;
background-image: url(../images/text-back-big.gif);
background-repeat:repeat-x;
border: 1px solid #9EB0B6;

}
 .latestnews-txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#494949;
}

.latestnews-txt a{
text-decoration:underline;
color:#9c6200;
}
.latestnews-txt a:hover{
text-decoration:none;
color:#9c6200;
}
.latestnews-txt strong{
font-weight:bold;
color:#fa8b18;
}
/*---------footer start----------*/
.footer-back{
background-image:url(../images/footer-back.gif);
background-repeat:repeat-x;
background-color:#727272;
}
.footer-txt{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
}

.footer-txt a{
text-decoration:none;
color:#FFFFFF
}
.footer-txt a:hover{
text-decoration:underline;
color:#FFFFFF
}
.footer-txt-span {
color:#ffc30e;
}
/*---------footer end----------*/

