@charset "utf-8";
/* CSS Document */



/*  page structure START    */
#outerWrapper{
	margin: 0 auto;
	background: url(../img/nbg8.jpg) repeat-y top;
}

#headerWrapper{
	height:149px;
	margin: 0 auto;
	background: url(../img/header-top-bg.jpg) top center no-repeat;
}
#footerWrapper{
	clear:both;
	height:64px;
	margin: 0 auto;
	background: url(../img/footer-bg.jpg) top center no-repeat;
}
#header{
	height:149px;
	margin: 0 auto;
	width:1000px;
}

#headerContent {
	height:100px;
	padding: 20px 0px 0px 0px;
}
#mainMenu{
	height:29px;
	padding:0px 0px 0px 224px;
	/*border-top: 1px solid #999999;*/
	
}

#bodyWrapper{
	margin: 0 auto 0 auto;
	width:1000px;
	 
}
#bodyPanel {
	width:1000px;
	height:30px;
	padding-top:5px;
}
#splLink {
	width:100px; 
	float:left;
	text-align:left;
	
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#socialmMenus{
	width:150px; 
	float:right;
	text-align:right;
 	margin: 0px 0px 0px 0px;
	padding: 0;	
}
#socialmMenus a {padding-left: 10px;}

#bodyArea {
	float:left;
	width:1000px;
} 
#bodyAreaLeft{
	float:left; 
	width:134px;
	padding: 0px 0px 0px 0px;
}
#bodyAreaMid{
	float:left;
	width:540px;
}
#bodyAreaRight{
	float:left;
	width:320px;
}

#bodyAreaRightInner {
	float:left;
	width:850px;
	padding-left:10px;
}

#footer{
	margin: auto;
	width:1000px;
	height:50px;
	border-top: 1px solid #e48706
}

/*  page structure END    */

.line {
	border-top: 1px solid #CCCCCC;
}


/* css moved from home page 16july 2014 starts */
/* home page polishing ..... */


	/*Example CSS for the two demo scrollers*/
	
	#pscroller1{
		width: 305px;
		height: 100px;
		border: 2px solid #DEA83C;
		padding: 5px;
	}

	#pscroller2 a{
		text-decoration: none;
	}
	
	.someclass{ //class to apply to your scroller(s) if desired
	}

/* css moved from home page 16july 2014 ends */
