/* CSS Document */


div, p, ul, ol, h1, h2, h3, h4, h5, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

/*--MAIN PANEL--*/
#mainPan{width:778px; position:relative; margin:0 auto;}
/*--TOP PANEL--*/
#topPan{width:990px; height:158px; background:url(images/header1.jpg) 100% 0 no-repeat; color:#fff; margin:0; position:relative;}

#topPan img.logo{width:102px; height:91px; display:block; padding:28px 0 0;}
#topPan h1{
	width:440px;
	height:74px;
	position:absolute;
	top:59px;
	left:88px;
	display:block;
	font:30px/24px Arial, Helvetica, sans-serif;
	padding:32px 0 0;
	color: #D1156C;
}
#topservicesPan{width:210px; height:168px; background:url(images/services-bg.jpg) 0 0 no-repeat; position:absolute; top:0px; right:223px;} 
#topservicesPan h2{width:130px; height:20px; background:url(images/servicesbg.gif) 0 0 repeat-x #68EF00; color:#317400; font:18px/14px Georgia, "Times New Roman", Times, serif; margin:34px 0 0 37px;}
#topservicesPan ul{
	width:160px;
	height:20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 37px;
}
#topservicesPan ul li{height:20px;}
#topservicesPan ul li.onelink a{display:block; width:160px; height:20px; background: url(images/serviceslink1bg.gif) 0 72% no-repeat #6DFD00; color:#01699F; font:11px/20px Georgia, "Times New Roman", Times, serif; text-decoration:none;}
#topservicesPan ul li.onelink a:hover{text-decoration:none;  background: url(images/serviceslink1bg.gif) 0 72% no-repeat #6DFD00; color:#0A4767;}
#topservicesPan ul li.threelink a{
	display:block;
	width:119px;
	height:20px;
	background:url(images/serviceslink3bg.gif) 30% 0 no-repeat #6DFD00;
	color:#01699F;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
}
#topservicesPan ul li.threelink a:hover{text-decoration:none;  width:160px; height:20px; background: url(images/serviceslink3bg.gif) 30% 0 no-repeat #6DFD00; color:#0A4767;}


/*--/TOP PANEL--*/
