
/* ---- STANDARD STYLES ---- */
body { 
	
    font-family: 'Arial','Arapey','quarkbold','clear_sans_thinregular';
	/*text-align: center;*/
	}

h1 { 
	 font-family: 'quarkbold','adonisregular';
     font-size: 2em;}
	 
h2 { 
	 font-family: 'Arapey','clear_sans_thinregular';
     font-size: 1.7em;}
	 
h3 { font-family: 'quarkbold','adonisregular';}

.fullWidth {
	width: 100%;
	margin: auto;
	}

.centerDiv {
	width: 75%;
	max-width: 1366px; /*Website width limit for screens larger than 1366pixels*/
	margin: auto; /*This centres the website*/
} /*Should be used to centre a div to allow for consistency in page layout*/
/*
.centerDiv .credit{
	float:center;
	font-family: 'clear_sansregular';
}*/
.clearFix {
	clear: both;
	}
	
.flexWrap {
	display: flex;
	justify-content: space-around;
	}

.gridItem {
	/*padding: 10px;*/
	}
	
.container {
	position: relative;
	z-index:999999999;
}
	

/* MAIN CSS */

/*------ HEADER REGION --------*/
header {
	/*height: 80px;*/
	display: block;
	background: #E9E9E9;
	}
	
header img {
	width: 20%;
	vertical-align: middle;
	}
	
.headerLinksWrap {
	float: right;
	margin-right:85px;
	border:0px solid red;
	}

.headerLinks, .headerLinksWrap>i {
	float: left;
	border:2px solid yellow;
	}

.headerLinks>li {
	float: right;
	padding:5px;
	height:25px;
 }
	
.headerLinks>li>a {
	line-height: 80px;
	font-size: 0.7em;
	padding:5px;
	margin-left: 10px;
	color: #555555;
	font-family: 'Arial';
	border:2px solid green;
	}
	
.headerLinks>li>a:hover {
	text-decoration: underline;
	}
	
	
.linksReveal>i {	
	line-height: 80px;
	font-size: 0.7em;
	padding: 4px 5px;
	margin-left: 10px;
	background: #0168c8;
	color: white;
	cursor: pointer;
	}
	
/*------ HEADER REGION --------*/

/* NAV BAR */
.navBarWrap {
	background: #382873;
	}

.navWrap {
	position: relative;
}
	
	
.navBar {
	width: 92%;
	/*padding: 30px 0;*/
	float: left;
	/*border:2px solid red;*/
	}
	
.navBarWrap .navBar>li {
	line-height: 100%;
	width: 14.28% !important;
	text-align: center;
	float:left;
	position: relative;
	}

.navBarWrap .navBar>li>a {
	display: block;
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	height: 100%;
	line-height: 50px;
	font-family: 'clear_sansregular';
	}
	
.navBarWrap .navBar>li:hover>a {
	background: #F3F3F4;
	color: #382873;
	}
	
.activeNav {
	background: #F3F3F4;
	color: #382873 !important;
	} 
	
.firstlvlSub {
	position: absolute;
	z-index: 90;
	top: 110%;
	left: 0;
	background: #F3F3F4;
	width: 150%;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease-in-out;
	}
	
.navBarWrap .navBar>li:hover .firstlvlSub {
	visibility: visible;
	top: 100%;
	opacity: 1;
	box-shadow: 0 10px 5px -7px rgba(0,0,0,0.53);
	}
	
	
.firstlvlSub li {
	height: 100%;
	text-align: center;
	color: rgba(42,42,42,1.00) !important;
	background: #F3F3F4;	
	border-left: 1px solid #DDDDDD;
	}
	
.firstlvlSub li:last-child {
	border-right: 1px solid #DDDDDD;
	}
	
.firstlvlSub li a {
	display: block;
	color: #2a2a2a !important;
	width: 100%;
	height: 100%;
	text-align: left;
	margin-left:7%;
	line-height: 50px;	
	font-size: 0.7em;
	text-transform: uppercase;
	font-family: 'clear_sansregular';
	}
	
.firstlvlSub li:hover a {
	background: rgba(201,201,201,0.4);/*#382873;*/
	/*color: white !important;*/
	margin-left:1%;
	}

.downloadables {
	width: 80%;
	margin-left:69%;
	height:19%;
	line-height: 50px;
	font-size: 1.1em;
	position: absolute;
	top: 80%;
	left: 20%;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transition: all 500ms ease-in-out;
	}

	
.firstlvlSub li .downloadables li {
	margin: 0;
	padding: 0;
	
	}
	
.firstlvlSub li:hover .downloadables {	
	left: 30%;
	visibility: visible;
	opacity: 1;
	}
	
.firstlvlSub li .downloadables li a {
	background:  #E9E9E9;
	padding: 5px 5px !important;
	color: white;
	margin-bottom: 0px;
	display: inline-block;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	}
	
.firstlvlSub li .downloadables li a:hover {
	/*background: rgba(176,29,81,0.8);*/
	background:#DEDADA;
}
	
	
.searchRevealButton {
	border: none;
	margin-top:0px;
	padding: 0;
	/*z-index:99;*/
	float: right;
	width: 8%;
	line-height: 48px;
	background: #0168C8;
	cursor: pointer;
	}
	
.searchRevealButton:hover {
	background: rgba(1,104,200,0.8);
	}
	
.searchRevealButton>i {
	padding: 0;
	margin: 0;
	color: white;
	}
	
.breadCrumbsWrap {
	background: #0168c8;	
	padding: 5px 0;
	}

.breadCrumbs a {
	color: white;		
	margin-left:2%;
	text-decoration: none;
	font-size: 0.75em;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	}
	
.breadCrumbs a:after {
	content: "/";
	margin-left: 5px;
	}
	
.breadCrumbs a:last-child:after {
	content: "";
	}
	
/*------------ SEARCH FORM ------------*/

#searchForm {
	z-index: 99;
	position: absolute;
	left: 50%;
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}

#searchForm input {
	border: 0;
	width: 97.9%;
	font-size: 2em;
	padding: 1%;
	font-weight: 100;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #eeeeee;
	box-shadow: 0 10px 5px -7px rgba(0,0,0,0.63);
	}
	
#searchForm input[placeholder] {
	color: #C0C0C0;
	}

/*------ CAROUSEL REGION --------*/
.carouselMicroDatacontainer {
	display: flex;
	}


.carouselWrap, .innerPageWrap {
	padding: 10px 0;
	overflow: hidden;
	background: #C7C0C0;
	}
	
.carousel {
	height: 350px;
	width: 70%;
	margin-right: 2%;
	float: left;
	/*border:2px solid red;*/
	/*background-image: 'url(../img/slider/image-1.jpg)';*/
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	}
	
	
.microData {
	float: left;
	width: 28%;
	height: 350px;
	background: #F9F9F9;
	position: relative;
	overflow: hidden;
	}
	
.microData h2 {
	margin: 18px;
	padding: 7px;
	text-align: center;
	font-family: 'clear_sansregular';
	font-size: 1.1em;
	color: #363636; 
	position: relative;
	}
	
.microData h2:after {
	content: "";
	position: absolute;
	z-index: 4;
	width: 70%;
	height: 1px;
	background: #dfdfdf;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	}
	
.microDataListsItems {
	width: 75%;
	margin: auto;
	}
	
.microDataListsItems li {
	width: 100%;
	margin: auto;
	margin-bottom: 12px;
	}

.microDataListsItems li img {
	vertical-align: middle;
	margin-right: 10px;
	}
	
.microDataListsItems li a {
	font-size: 0.9em;
	color: #0168c8;
	}
	
.microDataListsItems li>a:hover {
	text-decoration: underline;
	}
	
.rotatedGhColours {
	position: absolute;
	width: 200px;
	top: 0;
	right: -98px;
	-o-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}
	
.rotatedGhColours span:nth-child(1) {
	height: 5px;
	background: red;
	display: block;
	}
	
.rotatedGhColours span:nth-child(2) {
	height: 5px;
	background: yellow;
	display: block;
	}
	
.rotatedGhColours span:nth-child(3) {
	height: 5px;
	background: green;
	display: block;
	}	
	
.ghanaColours {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	left: 0;
	background: green;
	}
	
.ghanaColours:nth-child(1) {
	background: red;
	z-index: 1;
	margin-left: 0%;
	width: 30%;
	}
	
.ghanaColours:nth-child(2) {
	background: yellow;
	z-index: 3;
	margin-left: 30%;
	width: 40%;
	} 
	
	
/*------ CAROUSEL REGION --------*/

/*------ CONTENT REGION --------*/
main {
	background: #DEDADA;
	}

.overviewHeader {
	padding: 8px 0;
	margin-bottom: 0 !important;
	font-family: 'clear_sansregular';
	color: #363636;
	}
	
.contentRows {
	margin-bottom: 10px;
	overflow: hidden;
	}
	
.contentRows .col {
	float: left;
	height: 400px;
	overflow: hidden;
	}
	
.contentRows .col:first-child {	
	width: 70%;
	margin-right: 2%;
	}
	
.contentRows .col:last-child {
	width: 28%;
	}
	
.colContent {
	float: left;	
	background: #f9f9f9;
	}
	
.colContent:nth-child(odd) {
	margin-right: 2%;
	}
	
.colContent:even {
	
	} 
	
.colContent:first-child, .colContent:nth-child(2) {
	width: 49%;
	height: 47%;
	margin-bottom: 2%;
	}
	
.colContent:nth-child(3) {
	width: 62%;
	height: 51%;
	}
	
.colContent:nth-child(4) {
	width: 36%;
	height: 51%;
	}
	
.ContentRow2 {
	overflow: hidden;
	margin: 15px auto;
	padding-bottom: 15px;
	}
	
.row2Content {
	float: left;
	height: 210px;	
	background: #f9f9f9;
	}
	
.row2Content:first-child {	
	width: 54%;
	margin-right: 2%;
	}
	
.row2Content:last-child {	
	width: 44%;
	}
	
.populationMap {	
	background: #f9f9f9;
	}
	
.quickViewHeader {
	text-align: center;
	font-size: 1em;
	font-family: 'clear_sansregular';
	color: #555555;
	padding: 20px 0;
	}


.indicatorGraph {
	width: 60%;
	float: left;
	height: 100%;
	background: transparent;
	overflow: hidden;
	}

.indicatorGraph>img {
	width: 100%;
	height: auto;
	}
	
.indicatorInfo {
	width: 34%;
	float: left;
	padding: 3%;
	padding-top: 3%;
	padding-bottom: 0;
	height: 94% !important;
	position: relative;
	}
	
.infoHeader {
	font-size: 1em;
	font-family: 'clear_sansregular';
	color: #555555;
	padding: 10px 0;
	}
	
.infoValue {
	margin: 10px 0 2px 0;
	padding: 0;
	font-family: 'Arial';
	color: #004bb1;
	letter-spacing: -1px;
	font-size: 1.0em;
	}
	
.infoDate {
	font-size: 0.8em;
	color: #555555;
	}
	
.moreOverview {
	position: absolute;
	bottom: 20px;
	font-size: 0.8em;
	padding: 5px;
	color: white;
	background: #C3053D;
	transition: all 300ms ease-in-out;
	}
	
.moreOverview:hover {
	background: #D7003F;
	
	}
	
.colContent:hover .indicatorInfo, .row2Content:hover .indicatorInfo {
	background: #232323;

	}
	
.colContent:hover .infoHeader, .colContent:hover .infoDate {
	color: white;
	}

.row2Content .indicatorGraph {
	width: 65%;
	}
	
.row2Content .indicatorInfo {
	width: 29%;
	}
	
.calendarEventsHeader {
	text-transform: uppercase;
	margin-top: 55%;
	}
	
.indicatorGraph img {
	width: 100%;
	height: auto;
	}
	
.employmentindicatorGraph {
	width: 70%;
	height: 100%;
	float: left;
	}
	
.employmentindicatorGraph>img {
	width: 100%;
	height: auto;
	}
	
.employmentindicatorInfo {
	float: left;
	width: 24%;
	padding: 3%;
	padding-top: 3%;
	padding-bottom: 0;
	height: 92% !important;
	position: relative;
	}
	
.employmentinfoHeader {
	font-size: 1em;
	font-family: 'clear_sansregular';
	color: #555555;
	padding: 10px 0;
	}
	
.employmentinfoValue {	
	margin: 10px 0 2px 0;
	padding: 0;
	font-family: 'Arial';
	color: #004bb1;
	letter-spacing: -1px;
	font-size: 1.8em;
	}
	
.employmentinfoDate {	
	font-size: 0.8em;
	color: #555555;
	}
	
.employmentmoreOverview {
	position: absolute;
	bottom: 20px;
	font-size: 0.8em;
	padding: 5px;
	color: white;
	background: #C3053D;
	}
	
.row2Content:hover .employmentindicatorInfo {
	background: #232323;
	}
	
.row2Content:hover .employmentinfoHeader, .row2Content:hover .employmentinfoDate, .row2Content:hover .calendarEventsHeader {
	color: white;
	}
	
.infoDeskHeader {
	padding: 15px;
	text-align: center;
	font-family: 'clear_sansregular';
	font-size: 1.1em;
	color: #363636; 
	position: relative;
	}
	
.infoDeskHeader i {
	width: 30px;
	height: 30px;
	margin: auto;
	line-height: 30px;
	color: white;
	border-radius: 50%;
	background: #009CED;
	display: block;}
	
.infoDeskHeader:after {
	content: "";
	position: absolute;
	z-index: 4;
	width: 70%;
	height: 1px;
	background: #dfdfdf;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	}
	
.infoDeskTickerWrap {
	width: 100%;
	
	}
	
.infoDesk {	
	padding: 10px 20px;
	}
	
.infoDesk li {	
	position: relative;
	text-align: center;
	height: 100px;	
	background:#382873; /*rgba(56,40,115, 0.9);*/
	}
	
.infoDeskTopic {
	color:#fff;
	margin-top:10px;
	font-family: 'clear_sansregular';
	font-size: 1em;
	}
	
.infoTopicTime {
	position: absolute;
	bottom: 0px;
	left: 50%;
	top:-25px;
	transform: translateX(-50%);
	font-size: 0.75em;
	color: #fff;
	width: 100%;
	}
	
	
.calendarWrap .indicatorGraph {
	transition: all 300ms ease-in-out;
	}
	
	
.calendarWrap:hover .indicatorGraph {
		 overflow-y:scroll;
		}
/*----------- FOOTER -------------*/
footer {
	margin-top: 5px;
	background: #382873;
	padding: 5px 0 20px 0;
	position: relative;
	}
footer img{
	/*border:2px solid red;*/
}
footer .credit{
	/*border-top:1px solid #C7C0C0!important;*/
	padding:15px!important;
}

footer .credit b{	
	float:center;
	color:#fff;
	font-size:1.1em!important;
}	

.coatOfArmsWrap {
	
	}
.coatOfArmsWrap>img{
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 50%;
	background: white;
	border: 3px solid #382873;
	z-index: 99;
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 3.5%;
	padding: 5px;
	height: auto;
	margin: auto;
	display: block;
}
	
/*	
.coatOfArmsWrap>img {
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 50%;
	background: white;
	border: 3px solid #382873;
	z-index: 99;
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 3.5%;
	padding: 5px;
	height: auto;
	margin: auto;
	display: block;
	}
*/	
.coatOfArmsWrap1 {
	
	}
	
.coatOfArmsWrap1>img {
	position: absolute;
	top: 65px;
	left: 50%;
	border-radius: 50%;
	background: white;
	border: 3px solid #382873;
	z-index: 99;
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 3.5%;
	padding: 5px;
	height: auto;
	margin: auto;
	display: block;
	/*border:2px solid red;*/
	}

.coatOfArmsWrap2 {
	
	}
	
.coatOfArmsWrap2>img {
	position: absolute;
	top: 50px;
	left: 84.5%;
	border-radius: 50%;
	background: white;
	border: 0px solid #382873;
	z-index: 99;
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 5.3%;
	padding: 5px;
	height: auto;
	margin: auto;
	display: block;
	/*border:2px solid red;*/
	}

.footerContentWrap {
	height: auto;
	width:auto%;
	margin-bottom:50px;
	margin-top:15px;
	/*border:2px solid red;*/
}
.footerContentWrap ul{
	width:100%;
	/*border:2px solid yellow;*/
}	
	
.footerItems {
	float: left;
	width: 100%;
	/*margin-right: 2%;*/
	height: 100%;
	/*border:2px solid red;*/
	font-family: 'clear_sansregular';
	}

.footerItems>li {
	float: left;
	margin-left:5%;
	width: 19%;
	/*border:2px solid red;*/
	height: 100%;
	margin-right: 0.5%;
	}	

.footerItems>li:last-child {
	margin-right: 0;
	}
.footerItems h3 {
	color: white;
	font-size: 0.9em!important;
	margin-top:15px;
	margin-bottom:10px;
	text-transform: UpperCase;
	/*border-bottom:1px solid #DEDADA;*/
	/*width:90%;*/	
	}
	
.footerlinks li {
	margin: 5px 0;
	}
	
.footerlinks li:hover>a {
	text-decoration: underline;
	}
	
.footerlinks>li>a {
	font-size:0.82em!important;
	color: white;	
	float:center;
	text-transform: Capatalize;
	font-family: 'clear_sans_thinregular';
	}

	
.footerItems .footerlinks2{
	font-size: 0.8em;
	color: white;
	line-height:20px;
	padding:0 1 5 2px;
	margin: 5px 0;
	text-transform: Capatalize;
	font-family: 'clear_sans_thinregular';
}

.UnitpageTitleDescPL ul{
	/*border:2px solid red;*/
}	
.relatedfooterlinks li {
	margin: 5px 0;
	}
	
.relatedfooterlinks li:hover>a {
	text-decoration: underline;
	}
	
.relatedfooterlinks>li>a {
	font-size: 1.2em;
	color: #382873;
	font-weight:bold;
	text-transform: Capatalize;
	font-family: 'clear_sans_thinregular';
	}
	
	
	
.emailAdd {
	text-transform: lowercase;
	}

.socialMediaWrap {
	float: right;
	width: 5%;
	height: 100%;
	text-align: right;
	}
	
.socialMediaWrap>li {
	margin-bottom: 5px;
	}
	
.socialMediaWrap>li>a>i {
	font-size: 0.9em;
	color: black;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: white;
	line-height: 25px;
	text-align: center;
	}
	
.socialMediaWrap>li>a:hover>i {
	color: #382873;
	}
	
.developerLogo {
	width: 100%;
	height: auto;
	display: block;
	/*border:2px solid red;*/
	margin:5px auto;
	vertical-align: middle;
	}
.developerLogo img{
	width: 3%;
	margin:5px auto;
	}
	
.credit {
	font-size: 0.8em;
	color: #fff;/*#100732;*/
	text-align: left;
	margin-top:20.0em;
	letter-spacing: 2px;
	font-family:'open sans-serif';
	}
/*
.tooltip{
	display:none;
	position:absolute;
	background-color:#F8F8F8;
	padding:10px;
	color:#006cff;
	font-size:0.8em;
	z-index: 9999;
	max-width: 200px;
	line-height: 130%;*/
	/*box-shadow: 0px 10px 5px rgba(0,0,0,0.1),
                 0px 8px 5px rgba(0,0,0,0.05),
                 0px 8px 5px rgba(0,0,0,0.05);*/
	/*box-shadow: 
               0 1px 3px rgba(0,0,0,0),
               0 3px 5px rgba(0,0,0,0),
               0 5px 10px rgba(0,0,0,.2),
               0 10px 10px rgba(0,0,0,.2),
               0 2px 20px rgba(0,0,0,.1);*/
/*			  
			   box-shadow: 0px 15px 6px -6px rgba(0,0,0,0.2);
			   font-weight: 500;
}
/*
.tooltip:after {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid #F8F8F8;
	border-right: 20px solid transparent;
	top: 100%;
	left: 3%;
	transform: skewX(-20deg);
	z-index: 99;
	}
*/	


#infoRequest {
	position: fixed;
	right: 0%;
	z-index: 999;
	bottom: 0%;
	padding: 20px;
	}
	
.closeInfoRequest {
	float: right;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
	}
	
.closeInfoRequest>span {
	color: black;
	font-size: 0.9em;
	}

.closeInfoRequest>i {
	padding: 0 10px;
	background: gold;
	line-height: 40px;
	}	

	
#requestForm {
	background: gold;
	padding: 10px;
	display: none;
	}
	
.request {
	width: 240px;
	padding: 2px 10px;
	height: 40px;
	border: none;
	display: block;
	margin-bottom: 5px;
	}
	
#requestForm textarea {	
	border: none;
	display: block;
	width: inherit;
	font-family: Arial;
	font-size: 0.8em;
	padding: 5px 10px;
	width: 240px;
	}
	
.requestButton button {
	border: none;
	margin-top: 10px;
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	}
	
	
/* SVG MAP */
.map {
	width: 100%;
	height: 80%;
	}

.map svg {
  height: 100%;
  width: 100%;  
  margin: 0 auto;
  display: block;
}

.map g {
  fill: #ccc;
  stroke: #333;
  stroke-width: 1;
}

.map g:hover {
  fill: #fc0 !important;
  cursor: help;
}

.info_panel {
   background-color:#F8F8F8;
   box-shadow: 0px 15px 6px -6px rgba(0,0,0,0.2);
   font-weight: 500;
   padding: 5px;
   font-size: 0.8em;
   position: absolute;
   color:#006cff;
   white-space: nowrap;
   padding:10px;
   line-height: 130%;
}

.info_panel:after {
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid #F8F8F8;
	border-right: 20px solid transparent;
	top: 100%;
	left: 3%;
	transform: skewX(-20deg);
	z-index: 99;
	}

.info_panel::first-line {
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
}

.innerPageWrap {
	padding: 20px 0;
	}

.gridSize1 {
	flex: 0 0 30%;
	background: #EFEDED;
	}

.gridSize1 ul li {
	/*flex: 0 0 30%;*/
	background: #EFEDED;
	border-bottom:1px solid #0168C8;
	margin: 18px;
	margin-bottom:10px;
	padding: 5px;
	text-align: left;
	font-family: 'clear_sansregular';
	font-size: 1.1em;
	color: #0168C8; 
	position: relative;
}
	
.gridSize1 ul li a{
	/*flex: 0 0 30%;*/
	background: #EFEDED;
	}
.gridSize1 ul li a:hover {
	/*background: #382873;*/
	color:#000;
	}
.pageTitleDescP{
	padding: 0px;
	font-size: 0.85em;
	line-height: 200%;
	color: #555555;
	z-index:-3;
}

.FilterDiv{
	background:#F9F9F9!important;
	/*border:2px solid red;*/
	z-index:999;
	margin-bottom:-15px!important;
}
.FilterDiv hr{
	border-bottom:2px solid #0C5BB7;
	width:100%;
	margin:0;
}
.graphWrap h3{
	padding: 5px;
	font-size: 1.1em;
	color:#382873;	
}
.graphWrap hr{
	border-bottom:2px solid #0C5BB7;
	width:10px;
	margin:0;
}
.graphWrap ul{
	background:#EFEDED;
	padding:5px;
}
.graphWrap ul li{
	padding:1px;
	list-style-type: circle;
	font-size: 0.9em;
	font-style:italic;
	line-height: 170%;
	color: #555555;
	margin-left:35px;
}
.graphWrap p{
	padding:10px;
	font-size: 0.9em;
	line-height: 200%;
	color: #555555;
	text-align:justify;
}
.UnitpageTitleDescPLR{
	width:100%;
	/*border:2px solid red;*/
	background:#fff;
}
.UnitpageTitleDescPLR h6{
	color:#382873;
	font-size:1.0em;
	font-weight:bold;
}
 
.UnitpageTitleDescPL{
	padding: 20px;
	font-size: 0.85em;
	line-height: 200%;
	color: #555555;
	width:42%;
	float:left;
	background:#fff!important;
}
.UnitpageTitleDescPR{
	padding: 20px;
	font-size: 0.85em;
	line-height: 200%;
	color: #555555;
	width:42%;
	float:right;
	background:#fff!important;
}

.pageContentHeadingP {
	padding: 10px 0;
	margin-left:25px;
	border:2px solid #382873;
	margin-top:10px;
	background: #CCC5C5 !important;
    z-index:-1;
}
.pageContentHeadingP h2{
	margin-left:5px;
}

	
.pageTitle {
	padding: 2em 0.4em;
	text-align: center;
	background: #0168C8;
	color: white;
	font-size: 1.5em;
	font-family: 'clear_sansregular';
	}
.pageTitle span {
	padding: 0.6em 0.4em;
	text-align: center;
	display: block;
	color:#E2DEDE; /*382873;*/
	font-size: 0.9em;
	font-family: 'clear_sansregular';
	text-shadow: 0 0 6px #382873; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 5px #382873;
	-webkit-text-shadow: 0 0 5px #382873;
	}
.pageTitle em {
	padding: 0.3em 0.2em;
	text-align: center;
	display: block;
	margin-left:-25px;
	color:#F9F9F9; /*382873;*/
	font-size: 0.7em;
	font-style:italic;
	font-family: 'clear_sansregular';
	text-shadow: 0 0 6px #CCC5C5; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0 5px #CCC5C5;
	-webkit-text-shadow: 0 0 5px #CCC5C5;
	}	
.pageTitleDesc {
	padding: 2px;
	font-size: 0.85em;
	line-height: 150%;
	color: #555555;
	


	}
	
.pageTitleContent {
	background: #F9F9F9;
	padding: 20px;
	width: 70%;
	}

.pageTitleContent div {
	margin: 0 0 10px 0;
	background: #E2DEDE;
	}
	
.pageTitleContent div img {
	width: 100%;
	height: auto;
	display: block;
	}
	
.pageContentHeading {
	padding: 10px 0;
	background: #CCC5C5 !important;
	}
	
.pageTitleContent>div>h2 {
	padding: 0px 10px 0;
	font-size: 1.7em;
	margin-left: 10px;
	font-family: 'clear_sansregular';
	color: #363636/*#555555*/;
	margin-bottom: 10px;
	}
	
.pageTitleContentLinks {
	padding: 10px 0;
	color: #0168C7;
	font-size: 0.9em;
	}
	
.pageTitleContentLinks>a {
	margin-right: 5px;
	padding: 8px 10px;
	border: 1px solid #B7B7B7;
	background: #F3F3F3;
	transition: all 500ms ease-in-out;
	color: #555555;
	}
	
.pageTitleContentLinks>a:first-child {
	margin-left: 10px;
	}
	
.pageTitleContentLinks>a:hover {
	box-shadow: 0 0 10px 5px rgba(53,52,52,0.1);
	/*background: #212121;
	color: white;*/
	}
	
.graphWrap {
	background: transparent !important;
	}
	
.graph {
	height: 286px;
	}
	
.downloadsWrap {
	margin: 10px 0;
	padding: 10px 20px;
	background:#fff;
	}

	
.downloadsWrap>h2 {
	padding: 10px 0 !important;
	border-bottom: 1px solid #C7C7C7;
	font-size: 1.4em !important;
	margin-left: 0px !important;
	color: #0168C8/*#555555*/ !important;
	}
	
.downloadItemsWrap {
	color: #555555;
	font-family: 'clear_sans_thinregular';
	display: flex;
	align-content: flex-start;
	}
	
.downloadItemsWrap>.downloadItem:nth-child(2) {
	}
	
.downloadItem {
	}

.downloadItem:first-child {
	width: 30%;
	}
	
.downloadItem:last-child {
	width: 70%;
	padding: 10px;
	}
	
	
.scrollBack {
	font-size: 0.8em;
	color: #ACACAC/*#D7003F*/;
	}
	
.scrollBack:hover {
	color: #929292;
	}
	
.selectItem a,.selectItem1 a {
	display: block;
	margin: 0 20px;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-family: arial;
	background:#fff;
	}
	
.selectItem a:last-child,.selectItem1 a:last-child {
	margin-bottom: 0px !important;
	}


	
.indicatorGraph1 {
	width: 50%;
	float: left;
	height: 100%;
	background: transparent;
	overflow: hidden;
	}

.indicatorGraph1>img {
	width: 100%;
	height: auto;
	}
	
.indicatorInfo1 {
	width: 34%;
	float: left;
	padding: 3%;
	padding-top: 3%;
	padding-bottom: 0;
	height: 94% !important;
	position: relative;
	}
	
.infoHeader1 {
	font-size: 1em;
	font-family: 'clear_sansregular';
	color: #555555;
	padding: 10px 0;
	}
	
.infoValue1 {
	margin: 10px 0 2px 0;
	padding: 0;
	font-family: 'Arial';
	color: #004bb1;
	letter-spacing: -1px;
	font-size: 1.8em;
	}
	
.infoDate1 {
	font-size: 0.8em;
	color: #555555;
	}
.overviewHeader{}

nav a#pull {
	display: none;
}
.TabFonts{
	padding: 10px 0;
	color: #0168C7;
	font-size: 0.9em;
}
.TabFonts ul li a{
	margin-right: 5px;
	padding: 8px 10px;
	border: 1px solid #B7B7B7;
	background: #F3F3F3;
	transition: all 500ms ease-in-out;
	color: #555555;	
}

.TabFonts ul li>a:first-child {
	margin-left: 10px;
	}
	
.TabFonts>a:hover {
	box-shadow: 0 0 10px 5px rgba(53,52,52,0.1);
	/*background: #212121;
	color: white;*/
	}

.selectItem1 caption{
	color:#0168C8;
	font-weight:bold;
}
.table-hover th{
	color:#0168C8;
	font-weight:bold;
}
.table-hover tr td img{
	/*border:2px solid red;*/
	border-radius:10%;
	width:20%;
}

.table-hover tr td h4{
	color:#382873;
	/*border:2px solid red;*/
	font-weight:bold;
}
.table-hover tr td p{
	/*border:2px solid yellow;*/
	margin-top:-18px;;
}

#Quarterly tr td img{
	width:30%;
}
#accordion .downloadsWrap h4{
	/*border:2px solid red;*/
	font-size:0.9em;
} 
#tab1 .downloadItem{
	/*border:2px solid #0168C8;*/
	width:45%;
}
#tab1 .downloadItem .select-label{
	/*border:2px solid red;*/
	font-size:1.1em;
	padding:3px;
	width:65%;
}
#tab1 .downloadItem .cs-skin-slide{
	/*border:2px solid blue;*/
	font-size:1.1em;
	color:#fff;
	padding:3px;
	width:33.6%;
	background-color:#382873!important;
}


/*

Nested Tabs
*/

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 p {
  color :#555555;
  background-color:#fff;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}



/*Custom Select Buttons*/
.btn-select {
    position: relative;
    padding: 0;
    min-width:100px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 2px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: white;
}

.btn-select.btn-success ul {
    border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c;
    border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}
/*End of Custom Select Option*/



/*Hidden Search Button*/
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}
/*End of Hidden Search Button*/

.pubs{
	 width:100%;
	 padding:5px 0; 
	 margin-top:10px;
	 border-bottom:2px solid #382873;
	 }
.media{padding:2px 0;}
.media img{
	 width:90px;
	 height:110px;
	}
.media-body h4{
	font-size:1.0em;
	font-weight:bold;
	color:#0168C8;
}
.FilterTable{
	/*background:red;*/
	margin-left:-105px;
}
.FilterTable tr{
	width:100%;
	padding:5px;	
	/*background:yellow;	*/
}
.FilterTable .TableSelect1{
	background:#EFEDED;
	font-family: 'clear_sans_thinregular';
	width:350px;
	padding:2px;
	margin-bottom:5px;
}
.FilterTable .TableSelect2{
	background:#EFEDED; 
	font-family: 'clear_sans_thinregular';
	width:300px;
	padding:2px;
	margin-bottom:5px;
}
.FilterTable .TableSelect2A{
	background:#EFEDED; 
	font-family: 'clear_sans_thinregular';
	width:275px;
	padding:2px;
	margin-bottom:5px;
}
.FilterTable .TableSelect3{
	background:#EFEDED;
	font-family: 'clear_sans_thinregular';
	width:250px;
	padding:2px;
	margin-bottom:5px;
}
.FilterTable .FilterTitle{
	font-family: 'clear_sans_thinregular';
	display: flex;
	font-size:1.0em;
	margin-right:40px;
	font-weight:bold;
}
.TDownloadDoc{
	background:#F9F9F9;
	width:100%;
}
.TDownloadDoc .thd{
	background:#382873;
	width:600px;
	/*border:1px solid red;*/
	margin-bottom:10px;
}

.TDownloadDoc .thd tr{ background:#382873!important;}
.TDownloadDoc .thd tr td{
	color:#fff;
	padding:5px;
	font-family: 'clear_sans_thinregular';
	font-size:1.0em;
	font-weight:bold;
}
.TDownloadDoc .tbdy tr{
	border-bottom:1px solid #000;	
}
.TDownloadDoc .tbdy tr td{
	color:#000;
	height:2px!important;
	font-family: 'Arial';
	font-size:0.8em;
	border:1px solid #CCC5C5;
}
.TDownloadDoc .tbdy tr:hover td{
	background:#382873;
	color:#fff!important;
	cursor:pointer;
	margin-top:5px!important;
}
.TDownloadDoc .tbdy tr:hover td a{
	color:#fff!important;
	cursor:pointer;
	
}

.form-group{
	background:red;
	margin-top:-30px;
	/*border:2px solid red;*/
	float:left;
}




/*Search Bar*/
/*body {
    padding: 40px 0px;   
}
*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index:999999999999999999999999999999999999999999999999999999999999999;
    background-color: rgba(0, 0, 0, 0.7);    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
	height:180px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 1px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color:red;
	border:1px solid black;
	/*border-color: #357ebd;*/
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
#search .btn-primary{
	background:#382873!important;
}
#search .btn-primary:hover{
	background:#0168C8!important;
}
.highlight{
    background-color:red;
 } 
.eventDiv h3{
	color:#382873;
	font-size:0.9em;
	font-weight:bold;
	text-transform: Capatalize;
	font-family: 'clear_sans_thinregular';
	background:#fff;
	margin-left:-5px;
}
.eventDiv strong{
	font-size:0.8em;
}
.eventDesc{
	border:1px solid #382873;
	padding:5px;
	width:48%;
	font-family: 'clear_sans_thinregular';
	font-size:0.8em;
}

/*News Date Formatting*/
.feature span{
	font-size:0.7em;
	color:#382873;
	float:right;
	margin-top:-7px;
}
.media{
	background:#fff!important;
	border-bottom:2px solid #C7C0C0;
}
.media a img{
	border:4px solid #0168C8;
}
.media-body{
	background:#fff!important;
}
.media-body p{
	margin-left:-10px;
	margin-top:-8px;
}
.media-left{
	background:#fff!important;
	border:0px solid #C7C0C0;
}

/*News Readmore Formatting*/
.media-body a{
	font-size:0.7em;
	color:#382873;
	float:right;
	margin-top:-15px;
	padding:5px;
	text-transform:Capitalize;
	text-decoration:italic;
}
.media-body a:hover{
	color:#fff;
	background:#0168B3;	
}
.featureDtails p img{
	width:100%;
	height:auto;
}


/*Tooltip Customer CSS*/
/*
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 5%;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
*/
.pubs h4 a{
	border:0px solid red;
}
/*End of Seach bar*/

/*Button for payment on the member History Page*/
.btn-pay{
	background:#382873;		
	height:27px;
	color:#fff;
	font-family: 'clear_sansregular';
	font-size:0.9em;
}
.btn-pay:hover{
	background:#0168C8;	
	color:#fff;
	font-family: 'clear_sansregular';
	font-size:0.9em;
}

table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #382873;
  border-style: solid;
  font-family: 'clear_sansregular';
  font-size:0.9em;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 2px;
  border-color: #382873;
  border-style: solid;
  font-family: 'clear_sansregular';
  font-size:0.9em;
  padding: 3px;
}

table.GeneratedTable thead {
  background-color: #382873;
  color: #fff;
  padding:5px;
  text-align:center;
}

/*GOOGLE TRANSLATE STYLE*/
	.translation-links {
		list-style-type: none;
		margin:0px;
		padding: 0;
		overflow: hidden;
		background-color:#E9E9E9;
		float: right;
		font-size:0.9em;
		font-family: 'clear_sansregular';
		/*z-index:99;*/
		/*margin-right:-150px!important;*/
	}

			.translation-links li {
				float: right!important;
								
			}
			.translation-links li img{
				 width:60%;
				 float:right;
				 display:block;
				 margin:0;
				 padding:0;
				/*display:block;*/
			}
			
			.translation-links li a {
				/*display: block;*/
				color: white;
				text-align: left;
				/*padding:3px;*/
				text-decoration: none;
			}

			.translation-links li a:hover {
				background-color:#0168C8;
			}
			
	
/*END OF GOOGLE TRANSLATE STYLE*/


/* DivTable.com */
.divTable{
	display: table;
	width: 40%;
	float:right;
	margin-right:8%;
}
.divTableCell ul li{
	margin-left:10px!important;
	font-family: 'clear_sansregular';
	font-size: 0.7em;
}
.divTableCell ul li img{
	width:20px;
	margin-top:0px;
	margin-left:-2px!important;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/*border: 1px solid #999999;	*/
	display: table-cell;
	padding: 5px 2px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCell ul li{
	list-style-type: none;	
	padding:0;
	margin:0;
	overflow: hidden;
	/*border:2px solid red;*/
	margin-left:15px;
	background-color:#E9E9E9;
	float: right;
	font-size: 0.7em!important;
	font-family: 'clear_sansregular';
}

.divTableCell .headerLinks>li {
	float: right;
	font-family: 'clear_sansregular';
 }
	
.divTableCell .headerLinks>li>a {
	line-height: 80px;
	font-size: 0.7em!important;
	font-family: 'clear_sansregular';
	padding:10px;	
	margin-left: 10px;
	color: #555555;
	}
	
.divTableCell .headerLinks>li>a:hover {
	text-decoration: underline;
	}
	
/*SEARCH ON THE MENU BAR*/
#search {
    float: right;
    margin:0px;
    width: 250px;
	
}

.search {
    padding: 5px 0;
    width: 230px;
    height: 25px;	
    position: relative;
    left: 170px;
    float: left;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 0px;
        float: Left;
        margin-left: 210px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
		top: -2px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }

  .search:hover input, .search input:focus {
         width: 200px;
         margin-left: 0px;
  }

.btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius:2px;
}

.top{margin-top:-40px;
}
/*END OF SEARCH ON THE MENU BAR*/

.gridItem{background:#EFEDED;
  padding:20px;
  margin:0px;}




