
/*---------Header Area------------------*/

#whole_header_area{
	width:100%;
	height:140px;
}
#header_area{
	max-width:970px;
	margin:auto;
}
#header_area_right{
	float:right;
	width: 80%;
}
#login_menu{
	height: 40px;
	padding-top:7px;
	overflow:hidden;
}
#search_area{
	height:50px;
	overflow:hidden;
}
#menu_area{
	width:100%;
	height:25px;
}

/*---------Slide Show Area--------------*/
#whole_slideshow_area{
	width:100%;
	min-height:200px;
}
#slideshow_area{
	margin:auto;	
}
/*---------Content Area--------------*/
#whole_content_area{
	width:100%;
	min-height:200px;
}
#content_area{
	max-width:970px;
	margin:auto;	
}
/*---------Middle content Area----------*/
#whole_middle_content_area{
	max-width:100%;
	min-height:200px;
	padding-bottom: 43px;
	overflow:hidden;
}
#middle_content_area{
	width:970px;
	margin:auto;
}
#maindiv{
	width:970px;
	margin:auto;
	overflow: hidden;
	padding-bottom:40px;
}
#midcontent{
	width:100%;
	margin:auto;
}
#sidebar_left{
	width:190px;
	float:left;
}

body.sidebar-first #midcontent{
	float: right;
    padding-bottom: 25px;
    padding-left: 39px;
    width: 740px;
	}
@media only screen and (min-width:768px){
body.sidebar-first #midcontent{
 	border-bottom: 1px solid #114b7c;
    border-bottom-left-radius: 25px;
    border-left: 1px solid #114b7c;

	}

}
body.sidebar-first.page-node-12 #midcontent{
	width:779px;
	float:right;
	padding-left:0px;
	border:0px;
	border-bottom: 1px solid #114b7c;
    border-bottom-left-radius: 25px;
    border-left: 1px solid #114b7c;
}


/*---------Bottom Menu Area-------------*/
#whole_bottom_menu_area{
background:url(../image/footer_border_img.png) repeat-x top left;
    min-height: 200px;
    padding-top: 35px;
    width: 100%;
	overflow:hidden;
}
#bottom_menu_area{
	max-width:970px;
	margin:auto;
}
#bottom_menu_area #bottom_menu_area_first,
#bottom_menu_area #bottom_menu_area_second,
#bottom_menu_area #bottom_menu_area_third,
#bottom_menu_area #bottom_menu_area_fourth{
	width:220px;
	margin:0 25px 20px 0;
	float:left;
}
#bottom_menu_area #bottom_menu_area_fourth{
	width:200px;
	float:right;
}


/*---------Footer Area------------------*/

#whole_footer_area{
	width:100%;
	min-height:35px;
}
#footer_area{
	max-width:970px;
	margin:auto;
}


/*************************************tab design*******************************************/


#tabs-wrapper {
 margin-bottom:7px;
}
body.not-logged-in #tabs-wrapper {
 margin-bottom:0px;
}
#tabs-wrapper ul {
 border:none;
 margin:0px;
 padding:0px;
 border-bottom:1px solid #114B7C;
 overflow:hidden;
 margin-top:10px;
}
#tabs-wrapper ul li,  #tabs-wrapper ul li a {
 padding:0;
 margin:0;
}
#tabs-wrapper ul li {
 padding:0;
 margin:0;
 border:none;
 background:#A4B3BF;
 border-top-left-radius:7px;
 border-top-right-radius:7px;
 margin-right:1px;
 float:left;
 overflow:hidden;
}
#tabs-wrapper ul li a {
 padding:5px;
 padding-left:10px;
 padding-right:10px;
 padding-top:6px;
 display:block;
 border:none;
 font-weight:bold;
 color:#fff;
 background:none;
 font-size:13px;
}
#tabs-wrapper ul li a:hover,  
#tabs-wrapper ul li a.active,  
#tabs-wrapper ul li.active a {
 background:#114B7C;
 color:#fff;
}


/*****************************************************************************************/


ul.pager {
margin:0px;
padding:0px;
margin-top:10px;
}

ul.pager li {
margin:0px;
padding:0px;
}

ul.pager a,
ul.pager li.pager-current {
padding-left:6px;
padding-right:6px;
padding-top:2px;
padding-bottom:2px;
font-size:11px;
border-color: #0b44a1;
}
ul.pager a{
color:#6c6e6d;
}
ul.pager li.pager-current {
padding-left:6px;
padding-right:6px;
padding-top:2px;
padding-bottom:2px;
font-size:11px;
background:#0b44a1;
color: #fff;
}
ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
background:#0b44a1;
color: #fff;
}



