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

body{
	padding:0;
	margin:0;
	background:#000000;
	font:normal 12px/17px Arial, Helvetica, sans-serif;
	color:#dddddd;
	}
	
p, td, h1, h2, h3{
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
/* ======================================== General ========================================= */

/*---- Header ----*/

.header{
	background:url(images/header-bg.jpg) repeat-x 0 0;
	height:160px;
	border-bottom:solid 1px #FFFFFF;
	}
	
.topLink{
	height:132px;
	}
	
.topLink a{
	display:block;
	float:right;
	margin-left:4px;
	width:38px;
	height:80px;
	text-indent:-20000px;
	}
	

	
.topLink a.siteMap{
	background:url(images/sitemap.gif) no-repeat 0 0;
	}
	
.topLink a.siteMap:hover{
	background:url(images/sitemap.gif) no-repeat 0 -10px;
	}
	
.topLink a.contact{
	background:url(images/contact.gif) no-repeat 0 0;
	}
	
.topLink a.contact:hover{
	background:url(images/contact.gif) no-repeat 0 -10px;
	}
	
.logo{
	margin:50px 0 0 0;
	}
	
/*---- Menu panel ----*/

.menuPanel{
	height:28px;	
	}
	
.menuPanel ul li{
	float:right;
	padding:0 0 0 2px;
	line-height:28px;
	}
	
.menuPanel ul li a{
	display:block;
	background:url(images/menu-left.gif) no-repeat 0 0;
	height:28px;
	font:bold 12px/28px Tahoma, Arial, "Times New Roman", sans-serif;
	color:#ffe9e0;
	background-color:inherit;
	text-decoration:none;
	padding:0 0 0 15px;
	float:left;
	}
	
.menuPanel ul li a span{
	display:block;
	height:28px;
	float:left;
	background:url(images/menu-right.gif) no-repeat 100% 0;
	padding:0 15px 0 0;
	cursor:pointer;
	}
	
.menuPanel ul li a:hover{
	background-image:url(images/menu-left-hover.gif);
	}
	
.menuPanel ul li a:hover span{
	background-image:url(images/menu-right-hover.gif);
	}
	
.menuPanel ul li a.active{
	background-image:url(images/menu-left-hover.gif);
	cursor:default;
	}
	
.menuPanel ul li a.active span{
	background-image:url(images/menu-right-hover.gif);
	cursor:default;
	}
	
	
/*----------- Body Top Panel --------------*/

.bodytop{
	background:url(images/body-top-bg.gif) repeat-x 0 0 #FFFFFF;
	padding:52px 0 33px;
	color:inherit;
	}
	
.panels{
	background:url(images/panel-bg.gif) repeat-x 0 100% #fefefe;
	padding-bottom:15px;
	color:#5f5f00;
	}
	
	
.panels p span{
	font-weight:bold;
	color:#a62c00;
	background-color:inherit;
	}
	
.panels h2{
	padding:0 0 0 26px;
	background:url(images/panel-heading-bg.gif) no-repeat 0 0;
	font-size:18px;
	line-height:35px;
	color:#eeeeee; 
	background-color:inherit;
	}
	
.panels a{
	background:url(images/panel-link-bg.gif) no-repeat 0 0;
	display:block;
	width:148px;
	height:32px;
	line-height:31px;
	color:#edb2b2;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	}
	
.panels a:hover{
	color:#FFFFFF;
	background-color:inherit;
	}
	
/*-------*/

.aboutPanels p span{
	font-weight:bold;
	color:#24272c;
	background-color:inherit;
	}
	
.aboutPanels h2{
	background:url(images/panel-heading-bg2.gif) no-repeat 0 0;
	}
	
.aboutPanels a{
	background:url(images/panel-link-bg2.gif) no-repeat 0 0;
	color:#dddddd;
	background-color:inherit;
	}
	

/*-------*/

.searchPanels p span{
	font-weight:bold;
	color:#9eb200;
	background-color:inherit;
	}
	
.searchPanels h2{
	background:url(images/panel-heading-bg3.gif) no-repeat 0 0;
	}
	
.searchPanels a{
	background:url(images/panel-link-bg3.gif) no-repeat 0 0;
	color:#e4eca0;
	background-color:inherit;
	}
	

/*-------*/
	
.iconPanel{
	height:108px;
	}
	
.textPanel{
	height:108px;
	padding:14px 20px 0 20px;
	}
	
	
/*----- body bottom ------*/

.bodyButtom{
	background:url(images/body-buttom-bg.gif) repeat-x 0 0 #6c7584;
	padding:30px 0;
	color:inherit;
	}
	
.bodyDivider{
	background:url(images/body-divider.gif) no-repeat 50% 50%;
	}
	
.bottomPanels{
	padding:22px 0 40px;
	color:#dddddd;
	background-color:inherit;
	}
	
.bottomPanels h2{
	font:normal 26px/29px Arial, Helvetica, sans-serif;
	background:url(images/heading-icon.gif) no-repeat 11px 8px;
	color:#FFFFFF;
	background-color:inherit;
	margin-bottom:20px;
	padding:0 0 0 32px;
	}
	
.bottomPanels span{
	font-weight:bold;
	color:#bacc00;
	background-color:inherit;
	}
	
.bottomPanels a{
	display:block;
	background:url(images/read-more-bg.gif) no-repeat 0 0;
	float:left;
	width:97px;
	height:29px;
	font:bold 12px/29px Arial, Helvetica, sans-serif;
	color:#fefefe;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	margin-right:10px;
	}
	
.bottomPanels a:hover{
	background:url(images/hover-bg.gif) no-repeat 0 0;
	}
	
.bottomPanels a.findService{
	background:url(images/find-bg.gif) no-repeat 0 0;
	}
	
	
	
/*--------------------- Footer ----------------------------*/

.footer{
	padding:20px 0 30px;
	background-color:#000000;
	color:#FFFFFF;
	}
	
.footerRight{
	font:normal 10px/18px Arial, Helvetica, sans-serif;
	}
	
.footerRight a{	
	text-decoration:none;
	color:#adc400;
	background-color:inherit;
	}
	
.footerRight a:hover{
	text-decoration:underline;
	}
	
.footerLeft{
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#a6a6a6;
	background-color:inherit;
	}
	
.footerLeft img{
	margin:0 0 12px 0;
	}
	
.footerLeft a{
	color:#a6a6a6;
	background-color:inherit;
	text-decoration:none;
	}
	
.footerLeft a:hover{
	color:#b8cc00;
	background-color:inherit;
	}