@charset "utf-8";
/*-------------------------------| body frame start |------------------------------- */
img, div, input { behavior: url("scripts/iepngfix.htc") }


body {
	margin:0px auto;
	padding:0px;
	background-color: #9e9e9e;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#444e53;
}
#container{
		width:968px;
		margin:0px auto;
		padding-bottom:30px;
	}
#header{
		display:block;
		overflow:hidden;
		height:130px;
	}
#mainArea{
	/*background-image: url(../images/main-area-bg.gif);
	background-repeat:repeat-y;
	background-position:0px 20px;*/
	overflow:hidden;
	display:block;
	width:968px;
	clear:both;
	}
#leftPanel{
		float:left;
		width:182px;
		margin-top:20px;
	}
#rightPanel{
		float:right;
		width:714px;
		padding:14px;
		margin-top:20px;
		background-color:#FFF;
		min-height:873px;
		height:auto !important;
		height:873px;
		border:1px solid #766a6b
	}
#footer{
	clear:both;
	display:block;
	overflow:auto;
	background-image: url(../images/footer.gif);
	font-size:11px;
	color:#ffffff;
	padding:3px;
	padding-left:240px;
	background-repeat: no-repeat;
	background-position: left top;
	}
#footer a{
	color:#ffffff;
	}
/*-------------------------------| body frame end |------------------------------- */	
	
	
	


/*-------------------------------| left navigation start |------------------------------- */	
#leftNavigation{
	width:182px;
	background-image: url(../images/navigation-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:6px;
	}
#leftNavigation ul{
	padding:0px;
	margin:0px;
	list-style:none;
	margin:3px;
	margin-bottom:0px;
}
#leftNavigation ul li{
	/*border-top:1px solid #7d7d7d;*/
	border-bottom:1px solid #767676;
	padding:0px;
	margin:0px;
	}
#leftNavigation ul li a{
	display:block;
	padding:4px 5px;
	width:141px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/btn.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:30px;
	}
#leftNavigation ul li a:hover{
	display:block;
	padding:4px 5px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/btn-r.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:30px;
	}
#leftNavigation .last{
		border-bottom:none;
	}
/*-------------------------------| left navigation end |------------------------------- */










/*-------------------------------| tags start |---------------------------------------- */

a{
	outline:none;
	}	
a img{
		border:none;
		outline:none;
	}
h1{
		padding:0px;
		margin:0px;
		padding-bottom:18px;
		color:#8c078a;
		font-size:22px;
		font-weight:normal;
	}
h2{
		padding:0px;
		margin:0px;
		padding-bottom:6px;
		color:#4c3cc9;
		font-size:16px;
	}
h3{
		padding:0px;
		margin:0px;
		padding-bottom:6px;
		color:#0084bd;
		font-size:14px;
	}
p{
		padding:0px;
		margin:0px;
		padding-bottom:18px;
}
#rightPanel ul{
		padding:0px;
		margin:0px;
		padding-bottom:10px;
		list-style:none;
}
#rightPanel ul li{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
	background-image: url(../images/red-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-bottom:3px;
	padding-left:12px;
}
/*-------------------------------| tags end |---------------------------------------- */


	
	


/*-------------------------------| other start |------------------------------- */	
.pageHeaderImg{
	width:716px;
	height:236px;
	overflow:hidden;
	margin-bottom:30px;
	}
.leftContactBox{
	background-image: url(../images/contact-box.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	color:#FFF;
	font-size:15px;
	padding:10px 23px;
	line-height:22px;
}
.pageSeprator{
	float:left;
	width:40px;
	overflow:hidden;
	}
.rightImgArea{
		float:right;
		width:240px;
		padding-left:20px;
	}
/*-------------------------------| other end |------------------------------- */	

