#disclaimer-wrapper {
background-color:#eee; 
border-top:1px solid 
#ccc;
}

#disclaimer ul.menu li {
list-style:none; display:inline;  
margin-right:10px; 
}

#header-bottom-wrapper {
background-color: #eee; 
border-top: 1px solid #CCC; 
border-bottom: 1px solid #CCC; 
}

h1,h2,h3,h4,h5,h6 {color: #690e63; font-size: 150%;}

h1.title,h2.title {
  color: #690e63; /*#5D7F8C;*/
  font-size: 190%;

}

a, a:link, a:visited {
  color: #186daa;/*#1e7dc2;*/
}

a:hover, a:focus {
  color: #186daa; /*#1e7dc2;*/
}

.button-grey:hover,
span.vision-statement {
  color: #1e7d08;
}

p {color:#000;}

#main ul li {margin-bottom:10px;}



/*SUPERFISH STYLING*************/


/* IF YOU WANT SHADOW ON SUB MENU, GIVE SOME PADDING TO IT*/
.sf-shadow ul {
  padding: 0 10px 10px 0;
}

#navigation-wrapper, #navigation { 
background:none; 
border:none; 
background-color:#2b72a0; /*dark blue : #011e4a;*/
}

#navigation-wrapper {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

/* IF YOU WANT ARROW ICON */
.sf-sub-indicator {
  display: block;
}
.sf-menu.sf-style-default a.sf-with-ul {
  padding-right: 2.25em;
}

/* MENU ITEM BACKGROUND COLOR */
.sf-menu.sf-style-default li,
.sf-menu.sf-style-default li li,
.sf-menu.sf-style-default li li li{
  background-color: #2b72a0;
  margin-right: 47px;
}

/* MENU ITEM */
.sf-menu.sf-style-default li a,
.sf-menu.sf-style-default li a:visited {
 /* border-left: 1px solid white;
  border-top: 1px solid white;*/
  padding: 0.75em 1em;
  font-size: 1em;
  color: #fff;
}

/* MENU ITEM EVENT COLOR*/
.sf-menu.sf-style-default li a:focus,
.sf-menu.sf-style-default li a:hover,
.sf-menu.sf-style-default li a:active {
  background-color: #3186bc;
}

/* MENU ITEM CURRENT ACTIVE COLOR*/
.sf-menu.sf-style-default li a.active {
  background-color:  #2b72a0;
}

/* MENU ITEM SFHOVER COLOR*/
.sf-menu.sf-style-default li.sfHover {
  background-color: #3186bc;
}

/*TEAM MEMBERS STYLE ******************************/

.view-team-member-navigation .views-row {
width: 150px;
float: left;
margin-top:20px;
text-align: left;
}

.view-team-member-navigation .views-row a {
color: #340e69;
}

/*whole team member profile*/
.node-type-team-member {margin-bottom:40px;}

/*name style*/
.node-type-team-member .field-field-team-member-full-name {
display:none;
}

/*title style*/
.node-type-team-member .field-field-team-member-title, 
.field-field-team-member-designation {
font-size: 16px;
font-weight: bold;
}

.views-field-field-team-member-title-value p {display:none; }







