/* CSS Document */
body{padding:0px; margin:0px; height:auto; /*background:url(../images/il/mainbg.gif) 0 0 repeat-x #fff;*/ color:#707070; font:11px/18px Verdana;}
h2 {font:Arial, Helvetica, sans-serif;}

div, p, ul, h2, h3, img{padding:0px; margin:0px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none} 
a:hover {text-decoration: underline;}
ul{list-style-type:none;}
ul.sample {
	list-style-type:disc;
	margin:20px;
}
ul ul{
	list-style-type:square;
	list-style-position: inside;
	padding: 0px 0px 0px 30px;

}

ol{
margin-top:-10px;}

/*----TOP PANEL----*/
#topPan{width:750px; height:152px; position: relative; margin:0 auto; padding:0px; }
#topPanleft{width:650px; position:relative; z-index: 999; margin:0 auto; padding:0px;}
#topPan img{
	/*width:208px;
	height:90px;*/
	position:absolute;
	top:13px;
	left:10px;
}

#topPan ul{
	width:241px;
	height:29px;
	position:absolute;
	top:83px;
	right:0px;
}
#topPan ul li{float:left; width:79px; height:32px; padding:0 0 0 1px;}
#topPan ul li a{display:block; width:79px; height:25px; background:url(../images/tabright10.gif) 0 0 no-repeat #7E7B00; color:#ffffff; font-size:10px; font-weight:bold; line-height:26px; text-transform:uppercase; text-align:center; text-decoration:none;}
#topPan ul li a:hover{background:url(../images/tableft10.gif) 0 0 no-repeat #707070; color:#ffffff; text-decoration:none;}

#topPan ul li.home{display:block; width:79px; height:25px; background:url(../images/tabright10.gif) 0 0 no-repeat #7E7B00; font-size:10px; font-weight:bold; line-height:26px; color:#ffffff; text-decoration:none; text-transform:uppercase; text-align:center;}

/*----/TOP PANEL----*/



/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
	  border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0px none;
	padding: 0;
	width:750px;
	height:33px;
	list-style-type:none;
	position:absolute;
	top:-35px;
	right:-1px;
	line-height: 1.2em;
	font-size: 11px;
	left: -41px;
	}

ul#navmenu li {
	margin: 0;
	border: 0px none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	position: relative; 
	z-index:999;
	height: 24px; list-style-type:none;
	width: 148px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0px none;
	padding: 0;
	width: 170px;
	display: none;
	position: absolute;
	top: 24px;
	left: 0; list-style-type:none;
	
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 180px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #EEE;
	color: #666;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background: #EEE;
	color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

#image {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 300px;
			margin: 0 15px 10px 0;
		}

#image2 {
			
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			
			margin: 0 15px 10px 0;
		}
		
#image3 {
			float:left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			
			margin: 0 15px 10px 0;
		}
		
#image4 {
			float:right;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			
			margin: 0px 0px 10px 0;
		}
/*----BODY TOP PANEL----*/
#mainpan{
	background-image: url(../images/wow2.png);
	background-repeat: no-repeat;
	background-position: right 0;

}
#bodytopmainPan{
	width:100%;
	color:#8D8D8D;
	float:left;
	clear:both;
	padding-top: 15px;/*42*/
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	/*background-image: url(../images/wow7.png);*/
	background-repeat: no-repeat;
	background-position: right 50px;
	background-color: #FFF;
	


}
#bodytopLeft{
	width:150px;
	position:absolute;
	background:#F4F4F4;
	color:#707070;
	margin:0 auto;
	padding:0px;
	background-color: #FFFFFF;
	left: 89px;
	top: 221px;

}
#bodytopPan{
	width:720px;
	position:relative; 
	z-index:0;
	background:#F4F4F4;
	color:#707070;
	filter:alpha(opacity=90);
	opacity: 0.90;
	margin:0 auto;
	padding:0px;
	background-color: #FFFFFF;
	text-align:justify;
	
	
}
	
#bodytopPan h2{background:#ffffff; color:#000; font-family:"Arial", Helvetica, sans-serif; font-size:24px; height:70px; line-height:70px;}
#bodytopPan h3{background:#ffffff; color:#000; font-family:"Arial", Helvetica, sans-serif; font-size:15px; margin-bottom:20px; margin-top:0px; }
#bodytopPan h4{background:#ffffff; color:#000; font:Arial, Helvetica, sans-serif; font-size:11px; height:30px; line-height:10px;}
#bodytopPan p{padding:0px 5px 11px 0px;}
#bodytopPan p span{font-weight:bold;}
#bodytopPan p.more{margin:0 0 15px 630px; padding:0px;}
#bodytopPan p.more a{display:block;width:79px; height:28px; background:url(../images/button1.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#bodytopPan p.more a:hover{background:url(../images/button2.gif) 100% 0% no-repeat #fff; color:#111; text-decoration:none;}

#bodytopPan2 h2{background:#ffffff; color:#000; font:Arial, Helvetica, sans-serif; font-size:24px; height:70px; line-height:70px;}
#bodytopPan2 p{padding:0 10px 11px 0;}
#bodytopPan2 p span{font-weight:bold;}
#bodytopPan2 p.more{margin:0 0 15px 560px; padding:0px;}
#bodytopPan2 p.more a{display:block;width:79px; height:28px; background:url(../images/button1.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#bodytopPan2 p.more a:hover{background:url(../images/button2.gif) 100% 0% no-repeat #fff; color:#111; text-decoration:none;}

/*----/BODY TOP PANEL----*/

/*----BODY MIDDLE PANEL----*/
#bodymainmiddlePan{
	width:100%;
	background:#fff;
	color:#8D8D8D; 
	
	float:left;
	clear:both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position:relative;

}

#bodymiddlePan{width:720px; position:relative; margin:0 auto 0 auto;  color:#8D8D8D;}
/*---Middle One----*/
#middleonePan{width:250px; float:left;}
#middleonePan p{padding:0 0 20px 0;}
#middleonePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:32px 0 0;}
#middleonePan p.blacktext{background:#fff; color:#000; padding:0 0 12px 0;}
#middleonePan p.dotline{background:url(../images/dot.line.gif) 0 0 repeat-x; width:180px; padding:0 0 12px 0;}

#middleonePan p.more{margin:0 0 30px 0px; padding:0px;}
#middleonePan p.more a{display:block;width:79px; height:28px; background:url(../images/redbutton.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#middleonePan p.more a:hover{background: url(../images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middleonePan ul{width:170px; padding:0 0 20px 0; }
#middleonePan ul li{width:170px; height:20px;}
#middleonePan ul li a{width:160px; height:20px; /*background:url(images/arrow1.gif) 0 5px no-repeat #fff;*/color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0; list-style:outside;}
/*#middleonePan ul li a{width:140px; height:20px; background-image:url(images/arrow1.gif); background-repeat:no-repeat; background-position: 0px 5px; padding-left:14px;}*/
#middleonePan ul li a:hover{color:#272525; text-decoration:underline;}

#middleonePan ul.arrow { width:170px; padding:0 0 20px 0; list-style-type:none;}
#middleonePan ul.arrow li{width:170px; height:20px; background-image:url(../images/arrow1.gif); background-repeat:no-repeat; background-position:0px 8px; padding-left:14px;}


#middleonePan ul.block{width:200px; height:151px; display:block; padding:0px;}
#middleonePan ul.block li{width:200px; height:151px;}
#middleonePan ul.block li a{width:200px; height:100px; display:block; background:url(../images/block1_normal.gif) 0 0 no-repeat; color:#fff; font:Arial, Helvetica, sans-serif;font-size:13px; font-weight:bold; text-decoration:none; padding:23px 0 0 30px;}
#middleonePan ul.block li a:hover{background:url(../images/block1_hover.gif) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}


/*---/Middle One----*/

/*---Middle Two----*/
#middletwoPan{width:186px; float:left;}
#middletwoPan p{padding:0 0 20px 0;}
#middletwoPan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:32px 0 0;}
#middletwoPan p.blacktext{background:#fff; color:#000; padding:0 0 12px 0;}
#middletwoPan p.dotline{background:url(../images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 0;}

#middletwoPan p.more{margin:0 0 40px 0px; padding:0px;}
#middletwoPan p.more a{display:block;width:79px; height:28px; background:url(../images/greenbutton.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#middletwoPan p.more a:hover{background: url(../images/pinkbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middletwoPan ul{width:156px; padding:0 0 20px 0;}
#middletwoPan ul li{width:156px; height:20px;}
#middletwoPan ul li a{width:140px; height:20px; background:url(../images/arrow1.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#middletwoPan ul li a:hover{background:url(../images/arrow2.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#middletwoPan ul.block{width:156px; height:151px; padding:0px;}
#middletwoPan ul.block li{width:156px; height:151px;}
#middletwoPan ul.block li a{width:126px; height:128px; display:block; background:url(../images/block1-normal.jpg) 0 0 no-repeat #FCFCFC; color:#fff; font:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; text-decoration:none; padding:23px 0 0 30px;}
#middletwoPan ul.block li a:hover{background:url(../images/block1-hover.jpg) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}

/*---/Middle Two----*/

/*---Middle Three----*/
#middlethreePan{width:250px; float:left;}
#middlethreePan p{padding:0 0 20px 0;}
#middlethreePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:32px 0 0;}
#middlethreePan p.blacktext{background:#fff; color:#000; padding:0 0 12px 0;}
#middlethreePan p.dotline{background:url(../images/dot.line.gif) 0 0 repeat-x; width:180px; padding:0 0 12px 0;}
#000
#middlethreePan p.more{margin:0 0 40px 0px; padding:0px;}
#middlethreePan p.more a{display:block;width:79px; height:28px; background:url(../images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#middlethreePan p.more a:hover{background: url(../images/redbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middlethreePan ul{width:170px; padding:0 0 40px 0;}
#middlethreePan ul li{width:170px; height:20px;}
#middlethreePan ul li a{width:160px; height:20px; /*background:url(images/arrow1.gif) 0 5px no-repeat #fff;*/color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0; list-style:outside;}
#middlethreePan ul li a:hover{color:#272525; text-decoration:underline;}
#middlethreePan ul.arrow { width:170px; padding:0 0 20px 0; list-style-type:none;}
#middlethreePan ul.arrow li{width:170px; height:20px; background-image:url(../images/arrow1.gif); background-repeat:no-repeat; background-position:0px 8px; padding-left:14px;}

#middlethreePan ul.block{width:200px; height:151px; padding:0px;}
#middlethreePan ul.block li{width:200px; height:151px;}
#middlethreePan ul.block li a{width:200px; height:100px; display:block; background:url(../images/block2_normal.gif) 0 0 no-repeat; color:#fff; font:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; padding:23px 0 0 30px;}
#middlethreePan ul.block li a:hover{background:url(../images/block2_hover.gif) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}

/*---/Middle Threee----*/

/*---Middle Four----*/
#middlefourPan{width:200px; float:left;}
#middlefourPan p{padding:0 0 20px 0;}
#middlefourPan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:32px 0 0;}
#middlefourPan p.blacktext{background:#fff; color:#000; padding:0 0 12px 0;}
#middlefourPan p.dotline{background:url(../images/dot.line.gif) 0 0 repeat-x; width:180px; padding:0 0 12px 0;}

#middlefourPan p.more{margin:0 0 40px 0px; padding:0px;}
#middlefourPan p.more a{display:block;width:79px; height:28px; background:url(../images/pinkbutton.gif) 0 0 no-repeat #fff; color:#111; font-size:15px; line-height:28px; text-decoration:none; padding:0 0 0 10px;}
#middlefourPan p.more a:hover{background: url(../images/greenbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middlefourPan ul{width:170px; padding:0 0 40px 0;}
#middlefourPan ul li{width:170px; height:20px;}
#middlefourPan ul li a{width:160px; height:20px; /*background:url(images/arrow1.gif) 0 5px no-repeat #fff;*/color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0; list-style:outside;}
#middlefourPan ul li a:hover{color:#272525; text-decoration:underline;}
#middlefourPan ul.arrow { width:170px; padding:0 0 20px 0; list-style-type:none;}
#middlefourPan ul.arrow li{width:170px; height:20px; background-image:url(../images/arrow1.gif); background-repeat:no-repeat; background-position:0px 8px; padding-left:14px;}

#middlefourPan ul.block{width:200px; height:151px; padding:0px;}
#middlefourPan ul.block li{width:200px; height:151px;}
#middlefourPan ul.block li a{width:200px; height:100px; display:block; background:url(../images/block3_normal.gif) 0 0 no-repeat; color:#fff; font:Arial, Helvetica, sans-serif;font-size:13px; font-weight:bold; text-decoration:none; padding:23px 0 0 30px; /*--text-transform:uppercase;--*/}
#middlefourPan ul.block li a:hover{background:url(../images/block3_hover.gif) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}

/*---/Middle Four----*/

/*----FOOTER PANEL----*/
#footermainPan{height:130px; background:url(../images/blue/footerg.gif) 0 0 repeat-x #58595B; color:#fff; clear:both;}
#footerPan{width:750px; position:relative; margin:0 auto;}
#footerPan img.footerlogo{
	width:186px;
	height:50px;
	position:absolute;
	top:60px;
	right:0px;
	left: 560px;
}
#footerPan p.counter{
	width:186px;
	height:50px;
	position:absolute;
	top:80px;
	right:0px;
	left: 560px;
}

#footerPan p.html{background:url(../images/html-button.gif) 0 0 no-repeat; position:absolute; top:42px; right:115px; width:64px; height:22px; padding:3px;}
#footerPan p.html a{width:55px; height:18px; display:block; font-weight:bold; background:url(../images/arrow3.gif) 100% 50% no-repeat #F4F4F4; color:#565656; text-decoration:none; text-transform:uppercase; padding:2px 0 0 5px;}
#footerPan p.html a:hover{background:url(../images/arrow4.gif) 100% 50% no-repeat #F4F4F4; color:#565656; text-decoration:none;}

#footerPan p.css{background:url(../images/css-button.gif) 0 0 no-repeat; position:absolute; top:42px; right:55px; width:53px; height:19px; padding:3px;}
#footerPan p.css a{width:50px; height:18px; display:block; font-weight:bold; background:url(../images/arrow5.gif) 90% 50% no-repeat #B3B3B3; color:#fff; text-decoration:none; text-transform:uppercase; padding:2px 0 0 5px;}
#footerPan p.css a:hover{background:url(../images/arrow2.gif) 90% 50% no-repeat #B3B3B3; color:#fff; text-decoration:none;}
#footerPan p.copyright{
	background:#58595B;
	color:#fff;
	font:11px/15px Verdana;
	position:absolute;
	top:84px;
	left:26px;
	width: 484px;
	height: 30px;
}

#footerPan ul{width:500px; position:absolute; top:60px; left:13px;}
#footerPan li{float:left; font:11px/15px Verdana; font-weight:normal;}
#footerPan ul li a{padding:0 12px 0; color:#fff; background:#58595B; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

#footerPan ul.templateworld{width:300px; background:#58595B; color:#fff; display:block; position:absolute; font-size:12px; top:135px; left:26px;}
#footerPan ul.templateworld li a{background:#565656; display:block; color:#fff; text-decoration:none;}
#footerPan ul.templateworld li a:hover{text-decoration:underline;}

/*-------------left side------*/
#leftPan{
	width:200px;
	/*color:#B6B6B5;
	background:url(../images/dd/left_side_up.gif) no-repeat 0 0 #171717;
	padding:19px 0 0 0;*/
	float:left;
	position:relative;
	left: 328px;
	top: 27px;
	}

#leftPan ul{
	width:165px; display:block; margin:6px 0 24px 25px; font-size:0;
	}
#leftPan ul li{
	background:url(../images/dd/left_side_arrow.gif) no-repeat 0 9px;  padding: 0 0 0 11px; display:block;height:24px; 
	}
leftPan ul li a{
	font:11px/18px Verdana; color:#B6B6B5; text-decoration:none; background-color:#171717; display:block;
	}
#leftPan ul li a:hover{
	background-color:#454545; color:#B6B6B5;
	}
.bigimage {
		float: left;
		clear: left;
		border: 1px solid #ccc;
		background: #eee;
		color: #000;
		margin: 0 15px 10px 15px;
		}
