html,body{
	margin: 0px;
	padding: 0px;
	font-family:  Arial, sherif, Helvetica, Times New Roman;
	font-size: 12px;
	line-height: 18px;	
	background: url(../IIBA/images/bg.png) 0 0 repeat-x;
	color: #666;
}
a, img {
	border: 0px;
}
p, span, h1, h2, h3, h4, img {
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4 {
	font-weight:bold;
}

h1 {
	font-size: 30px;
	line-height: 30px;	
}
h2 {
	font-size: 22px;
	line-height: 30px;	
	padding: 0 0 10px 30px ;
}
h3 {
	font-size: 18px;
	line-height: 35px;
}
h4 {
	font-size: 14px;
	line-height: 14px;
}

hr {
	border: 0px;
	border-top: solid 1px #dad8d7;
	height: 2px;
}

.container {
	margin: 0 auto;
	max-width: 950px;
	/*overflow:hidden;	*/
}

.navbar-brand  {
padding:0px 15px !important;
height:65px !important;
}
#login-cont {
	/*width: 500px;*/
	height: 40px;	
	text-align:right;
	float:right;
}
#login-cont p {
	padding:12px;
}
#login-cont a:link, #login-cont a:active, #login-cont a:hover, #login-cont a:visited{
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	padding: 0 5px;
}
#login-cont span {
	border-left: solid 1px #aab4be;
	padding: 0px 3px;	
}
.login-btn, .search-btn {
	background-color: #D2670B;
	border: 1px solid #CCC;
	border-radius: 10px;
	margin-left: 5px;
	padding: 3px !important;	
	font-weight:bold;
}

#logo-cont {
	/*width: 400px;*/
	height: 55px;	
	margin: 10px 0px;
}
#header , header {
	margin:0px;
	/*min-width: 950px;*/
	height: 70px;
	background: #203E48 !important;
	overflow:hidden;
}
#inner-header {
	margin:2px auto 0px auto;
	/*width: 950px;*/
	height: 68px;
	overflow:hidden;
}

#menu {
	height: 50px;
	width: 100%;	
	display:block;		
	background: #203E48;
}


#menu ul {
	margin: 0px auto;	
	padding:0px;
	list-style: none;
	/*width: 763px; 	*/
	overflow:hidden;
	display:block;	
}
	
#menu ul li {	
	float:left;	
	list-style:none;
	display:inline; 
	height:30px;
	line-height:30px;
	position:relative; 
	width:auto;				
}


#menu ul li a {	
	text-decoration:none;
	color:#fff;	
	font-size: 14px;
	height: 40px;
	padding: 0 15px 0 14px;	
	border-right: 1px solid #fcfcfc;
	line-height:40px;
	margin: 5px 0;
}
.s-lineh {
	line-height:15px !important;
	padding: 5px 15px 0 14px !important;
	height: 35px !important;
}
.last {
	
}

#menu li ul {	
	margin:0px;
	padding:0px;
	display: none;
	width: auto;	
	z-index:100;	
	background: #525555; 
	position:relative; 
	top:30px; 				
}
#menu li ul  li { 	
	float:none;
	width: auto;
	display: block;
	padding:5px;
	z-index:100;
	position:relative;
}

#menu li ul li a {
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	font-family: Times New Roman, Arial, sherif ;
	font-size: 16px;
	font-weight:bold;
	width: 100%;
	height: 30px;
	z-index:100;
	position:relative;
}
#menu ul li a.first {
	border-left: 1px solid #fcfcfc;
}
#menu ul li a.last {
	border:none;
}

#menu ul li a:hover, #menu ul li a.selected , #menu ul li.over ul { display: block; background: #fcfcfc;} 

#menu li:hover ul, #menu ul li div { display:block; } /* The magic */


#menu {
	width:100%; 
	height:50px; 
	background: #666A6B;
	display:block;	
	z-index: 1000;
}

#menu ul {	
	margin:0px; 
	padding:0px;
	z-index: 1001;
}
/*First level list items******************************/
#menu ul li {			
	display:inline; 
	float:left; 
	height:40px;
	line-height:40px;
	list-style:none; 			
	position:relative; 
	width:auto;	
}
/*First level anchor tags************************/
#menu li a {
	text-decoration:none;
	color:#fff;	
	font-size: 14px;
	height: 40px;
	padding: 0 15px 0 14px;	
	border-right: 1px solid #fcfcfc;
	line-height:40px;
	margin: 5px 0;
	display:block;
}
#menu li a:hover {
	background: #525555;
}


/*Second level menu*****************************/
#menu li ul {
	background: #525555; 
	display:none; 
	left:0px; 
	margin:0px; 
	padding:5px; 
	position:absolute; 
	top:45px;	
	z-index: 1002;
}
#menu li:hover ul {
	display:block; 					
}

	
/*Second level list items*******************/
#menu li li {	
	list-style:none; 
	display:inline;				
	float:left;
	width:100%;	
	white-space:nowrap;
}

/*Second level anchors*****************/
#menu li li a	{
	color:#fff; 
	border-right: none;
}
#menu li li a:hover {
	background: #747474;
}

/*Third level menu*****************************/
#menu ul li ul li ul {
	background: #525555;
	display:none !important; 
	margin:0px; 
	padding:5px; 
	position:absolute; 
	overflow:hidden;
	top:0px;
	left: 100%;
	z-index: 1003;
}
#menu ul li ul li:hover ul{
	display:block !important; 					
}
/*Third level anchors**************/
#menu ul li ul li ul li {	
	list-style:none; 
	display:inline;				
	float:left;
	width:100%;	
	white-space:nowrap;
}

/*Second level anchors*****************/
#menu li li li a	{
	color:#fff; 
	border-right: none;
}
#menu li li li a:hover {
	background: #747474;
}
.s-lineh {
	line-height:15px !important;
	padding: 5px 15px 0 14px !important;
	height: 35px !important;
}
.last {
	border-right: none !important;

}
					
#sec-menu ul {
	margin: 10px auto 0;	
	padding:0px;
	list-style: none;
	width: 970px; /* Width of Menu Items */	
	overflow:hidden;
	display:block;	
}
	
#sec-menu ul li {	
	float:left;
}

/* Styles for Menu Items */
#sec-menu ul li a {
	text-decoration:none;
	color:#000;	
	font-size: 11px;
	line-height: 11px;
	padding: 0 5px 0 12px;	
	background: url(../IIBA/images/sprites.png) -384px -94px no-repeat;
}
#sec-menu ul li a.first {
	background:none;
}

#sec-menu ul li a:hover, #menu ul li a.selected { } /* The magic */

.tallList li {

line-height:20px !important;
}

.main {
	width: 763px;			
	margin:0px auto;
	padding: 0px;
	float:left;	
}
.main-int { 
	width: 530px;			
	margin:0px 0 0 7px;
	padding: 0px;
	float:left;	
	margin-top:12px;
	/*overflow:hidden;*/
}
.main-int .col { 
	width: 160px;			
	margin:5px 5px 0 0px;
	padding: 0px;
	float:left;	
	/*overflow:hidden;*/
}
.w150 {
	width: 150px !important;	
}
.main-int h1 { 
	color: #5a6163;
	
}
.sidebar {
	width: 180px;			
	/*overflow:hidden;*/			
	margin:0px auto;
	padding: 0px;
	float:right;	
}
.home-header{width: 765px; height:212px; background: url(../IIBA/images/HomeHeader.jpg) 0 0 no-repeat;margin:0px;/*overflow:hidden;*/;}
.inner-header{width: 765px; height:110px; background: url(../IIBAimages/HeaderCert.jpg) 0 0 no-repeat;margin:0px;/*overflow:hidden;*/;}


#logo {
	float:left;
	width: 230px;
	height: 68px;	
	background: url(../IIBA/images/logo.jpg) 0 0 no-repeat;
}
.search-cont {
	float:right;
	/*width: 400px;*/
	height:30px;
	margin-top: 0px;
	overflow:hidden;
}
.search-cont input[type="text"]{
	/*float:left;*/
	margin: 0px 10px 0 7px;
	/*
	width:230px;	*/
	height: 14px;
	line-height: 14px;
	color: #777;
	padding: 3px 12px;
	padding-left: 23px!important;
	border: 1px solid #CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-color: #CCC;
	-moz-box-shadow: 0px 3px 4px #555 inset;
	-webkit-box-shadow: 0px 3px 4px #555 inset;
	box-shadow: 0px 3px 4px #555 inset;
	background-color: #fff;
}
.search-cont .search-btn, .search-cont input[type="image"] {
	float:right;
}

.search-cont p {
	float:left;
	margin: 0px 10px 0 15px;
	padding:0px !important;
	line-height: 20px;
	color: #fff;
	font-weight:bold;
}

#sidebarmenu{
	width: 210px;
	float:left;
	overflow:hidden;
}
.sidebarmenu {
    padding-left:0px !important;
    padding-right:0px !important;
}

.whats-new {
	width: 210px;
	float:left;
	overflow:hidden;
}
.whats-new h2 { 
	background: #efefef;
	color: #666A6B;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 25px;
}
.whats-new p {
	padding: 5px 10px;
}
.more:link, .more:active, .more:visited {
	text-decoration:none;
	color: #D2670B;
}
.more:hover {
	color: #142D38;
}
.whats-new p.right {
	padding: 0px 10px 15px;
	text-align:right;
}	
#footer-cont {
	/*min-width: 950px;*/
	height:150px;
	background: #203E48;
	width:100%;
	clear:both;
}
#footer {
	/*width: 100%;
	width: 945px;			*/
	margin: 0px auto;
	overflow:hidden;
}
#footer  .tm {
	margin: 20px 0 0;
	color: #fff;
	font-size: 11px;
	float:left;
}	
#footer  span.orange {
	color: #D2670B !important;
}
#footer .footerMenu {
	float:right;
	margin: 10px 0 0;
}
#footer  li {
	display: inline;
	padding-left: 10px;
}
#footer  li a:link, #footer  li a:active, #footer  li a:visited {
	text-decoration:none;
	color: #fff;
}

 #footer  li a:hover{
color: #D2670B  !important;
}

.navbar-default .navbar-nav > li > a {
color: #fff  !important;
}
.l-blue-bg { 
	width: 210px;
	background: #cbcccc;
	overflow:hidden;
	padding: 5px 0;
}
.l-blue-bg a:link, .l-blue-bg a:active, .l-blue-bg a:visited { 
	line-height: 24px;
	padding-left: 10px;
	color: #142D38;	
	font-family: arial;
	font-size: 13px;
	font-weight: 100;
	width: 190px;
	display:block;
	text-decoration:none;
}
.print, .text, .mail {
	float:left;
	width: 16px;
	height: 17px;	
	background: url(../IIBA/images/sprites.jpg) 0 0 no-repeat;
	margin: 2px;
}
.text {
	background-position: -16px 0px;
}
.mail {
	background-position: -32px 0px;
}
.facebook, .linkedin, .twitter {
	float:left;
	width: 21px;
	height: 21px;	
	background: url(../IIBA/images/sprites.jpg) 0 -20px no-repeat;
	margin: 5px;
}
.linkedin {
	background-position: -30px -20px;
}
.twitter {
	background-position: -60px -20px;
}

/*---------------------------------------------------------------------------

CSS For Menus

-----------------------------------------------------------------------------------------*/
 .CMSListMenucss
    {
        display:block;
        background: #666A6B;
    }
.CMSListMenucss ul:first-child 
 {
width: 100%;
height: 45px;
background: #666A6B;
/*display: table-cell;*/
margin: 0;
padding: 0;

}



.CMSListMenucss  ul li{

display:block ;
/*border-right:1px solid #fcfcfc;*/
color:white;
float: left;
/*
min-height: 45px;
line-height: 45px;*/

list-style: none;
position: relative;

z-index: inherit;
padding: 0 15px 0 14px;


}

.CMSListMenucss>ul>li{


border-left:1px solid #fcfcfc;
display: table-cell;

vertical-align: middle;
height: 45px;


}

.CMSListMenucss  ul li:first-child {
border-left:none;
}

@-moz-document url-prefix() {
.CMSListMenucss>ul>li{
height: 100%;
line-height: 20px;



}
.CMSListMenucss  ul li ul li{
height: 100%;
line-height: 25px;



}
}

#sidebarmenu
{
    /*background: #B4C7D1;*/
    width:100%;
}


.CMSListMenucss  ul li:hover {
background: #525555;
}
.CMSListMenucss  ul li:last-child{


border-right: 0px solid #fcfcfc;


}
.CMSListMenucss  ul li a{
text-decoration:none;
color:white;

}
/*Second level Menu*****************/
.CMSListMenucss ul li ul {
	background: #525555; 
	display:none; 
	left:0px; 
	margin:0px; 
	z-index: 1002 !important;
	position:absolute; 
	padding:0px ;
	

}
 .CMSListMenucss>ul>li.desktop>ul {
 	display:none !important;
 }
.CMSListMenucss ul li.desktop:hover>ul {

	display:table !important;

	width:100%;
left:0px; 
	 
	 

		
}

.CMSListMenucss ul li ul li {	
padding-right:10px ;
width:100%;
/*height: 25px !important;*/
line-height: 25px !important;
 
}
.CMSListMenucss>ul>li {	
/*line-height: 20px !important; ---balinder*/
 
}
.CMSListMenucss ul li:hover ul li:hover  {	
			
	background: #747474;
	
}
.CMSListMenucss ul li:hover ul li {	
	
	background: #525555;
	
	list-style: none;
/*display: table-cell !important; */

width: 100% !important; 
 
white-space: nowrap;
}


/*Second level anchors*****************/
.invisible {
display:none;
width:0px !important;
}
/*Third level menu*****************************/
.CMSListMenucss ul li ul li ul {
	background: #525555;
	display:none; 
	margin:0px; 
	padding:5px; 
	margin:0px; 
	padding:1px; 
	position:absolute; 
	overflow:hidden;
	top:0px;
	left: 100%;
	z-index: 1003 !important;
}
.CMSListMenucss  ul li ul li.desktop:hover ul{

display:table !important; 
	left: 100%;

 	
}
/*Third level anchors**************/
.CMSListMenucss ul li ul li ul li {	
	list-style: none;
display: table-cell;
clear:both;
width: auto;

white-space: nowrap;
}
.CMSListMenuLink 
{

}

/*Feb19 For Side Bar Menu items ***/

.SideBarMainMenuCMSTreeMenuTable 
{
    background:#cbcccc;
    padding:7px;
/*	width:210px;*/
}
.SideBarMainMenuCMSTreeMenuItem
{
display:none;
}
.SideBarMainMenuCMSTreeMenuSelectedItem
{
display:none;
}
.SideBarSubMenuCMSTreeMenuLink
{
text-decoration:none;
color:#525555;
}
.SideBarOtherLevelsCMSTreeMenuLink
{
text-decoration:none;
color:#525555;
}
.SideBarSubMenuCMSTreeMenuLink:hover
{
text-decoration:none;
color:white;
}
.SideBarSubMenuCMSTreeMenuItem a
{
color:#142D38 !important;
}

.SideBarOtherLevelsCMSTreeMenuLink:hover
{
text-decoration:none;
color:#142D38 !important;
}
.SideBarSubMenuCMSTreeMenuSelectedLink, .SideBarOtherLevelsCMSTreeMenuItem
{
   text-decoration:none;
  
color:#142D38 !important;



}

.SideBarOtherLevelsCMSTreeMenuSelectedItem, .SideBarOtherLevelsCMSTreeMenuItem{
padding-left:12px !important;

}

#sidebarmenu a:active, #sidebarmenu a:visited, #sidebarmenu a:link ,
.sidebarmenu a:active, .sidebarmenu a:visited, .sidebarmenu a:link {
color:#142D38 !important;
}

#sidebarmenu a:hover,
.sidebarmenu a:hover{
color:#ffffff !important;
}
.SideBarOtherLevelsCMSTreeMenuSelectedLink
{
   text-decoration:none;
   
color:#142D38; 
}


.SideBarMainMenuCMSTreeMenuTable a {
/*
margin-left:-10px !important;
*/
}



/*---------------------Master Page Layout-------------------------------*/



/*---------------------Content Elements-------------------------------*/

th, td {
    border: 0 none;
   /* padding: 2px;*/
    vertical-align:top;
}

#newsFeed td {
font-size:11px;
}

h1{
    font-size: 25px;
    font-weight: bold;
    font-family:Arial, Sans-Serif;
    
    margin:10px 0;
    color: #596164;
    line-height:28px;
}
.allmargin h1 {
clear:both;
}
h2{
    font-size: 20px;
    font-weight: bold;
    font-family:Arial, Sans-Serif;
    margin:10px 0;
    color: #596164;
    line-height:23px;
}
h3{
    font-size: 18px;
    font-weight: bold;
   font-family:Arial, Sans-Serif;
    margin:10px 0;
    color: #596164;
    line-height:21px;
}
h4{
    font-size: 16px;
    font-weight: bold;
   font-family:Arial, Sans-Serif;
     margin:10px 0;
    color: #596164;
    line-height:19px;
}
h5{
    font-size: 14px;
    font-weight: bold;
   font-family:Arial, Sans-Serif;
     margin:10px 0;
    color: #596164;
    line-height:17px;
}
p, body, td { font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
 line-height:16px;
 
}

p {
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-top:1em;
margin-bottom:1em;
}

a:active {
color: #F47B20;
font-size:12px;
text-decoration:none;
font-weight:100;
}
a:visited {
color: #F47B20;
font-size:12px;
text-decoration:none;
font-weight:100;
}

a:link {
color: #F47B20;
font-size:12px;
text-decoration:none;
font-weight:100;
}

a:hover {
color: #142D38;
font-size:12px;
text-decoration:none;
font-weight:100;
}


hr {
height:1px;
color:#cccccc;
background-color:#cccccc;
border:none;

}

input[type="button"], input[type="submit"], a.btn, a#ctl00_LoginStatus1
{
    background-color: #D2670B!important;
    border: 1px solid #CCCCCC!important;
    border-radius: 10px 10px 10px 10px!important;
    color: #FFFFFF!important;
    cursor: pointer!important;
    margin-left: 5px!important;
    padding: 2px!important;
background-image: url("")!important;
}





.zoneMainContent {
min-height:500px;
}
/* banner ad - template */
.banner-ad  {
margin: 2px auto;
width: 800px;
overflow:hidden;
min-height:500px;
padding:10px;
 -moz-box-shadow: 0 5px 10px #ccc;
      -webkit-box-shadow: 0 5px 10px #ccc;
      box-shadow: 0 5px 10px #ccc;
      zoom: 1;
	 
      -ms-filter:
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=0,strength=1)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=45,strength=1)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=90,strength=2)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=135,strength=2)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=2)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=225,strength=2)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=270,strength=2)",
          "progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=315,strength=2)";
	
}
.banner-ad  input[type="submit"]{
 background-color: #D2670B!important;
    border: 1px solid #CCCCCC!important;
    border-radius: 10px 10px 10px 10px!important;
    color: #FFFFFF!important;
    cursor: pointer!important;
    margin-left: 5px!important;
    padding: 2px!important;
background-image: url("")!important;
}
/* ends banner ad*/


/* responsive design */

.header.img-responsive {
width:100%;
max-height:213px;
min-height:120px;
}
header, footer ,#footer{
background: #203E48 !important;

border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border: 0px !important;
}
.footer {
background: #203E48 !important;
box-shadow:none !important;
}
header {
margin: 0px !important;height: 70px;
}
#bottom-nav {
	display:none;
}
.navbar-default {
border:none !important;
border-radius:0px !important;
}

 .navbar {
     margin-bottom:0px !important;
}

input[type="button"], 
input[type="submit"], 
a.btn, 
a#ctl00_LoginStatus1 {
	background-color: #F47B20!important;
	border: 1px solid #CCC!important;
	border-radius: 10px 10px 10px 10px!important;
	color: #FFF!important;
	cursor: pointer!important;
	margin-left: 5px!important;
	padding: 2px!important;
	background-image: url("http://www.iiba.org/App_Themes/IIBA/Skin.css")!important;
}

.search-cont input[type="text"] {	
	margin: 7px 10px 0 7px;	
	height: 22px !important;
	width: 180px;
	line-height: 14px;
	color: #777;
	padding: 3px 12px  3px 23px !important;	
	border: 1px solid #CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-color: #CCC;
	-moz-box-shadow: 0px 3px 4px #555 inset;
	-webkit-box-shadow: 0px 3px 4px #555 inset;
	box-shadow: 0px 3px 4px #555 inset;
	background-color: #FFF;
	float: left;
}
.searchButton {	
	margin-top:7px;	
	float: right;
}
.allmargin {
padding:5px;
}
#right-menu {	
	margin-left: 0px !important;
	padding-left: 0px !important;
}
#right-menu img {
	margin-bottom: 4px;	
}
/*---------------------------------------------------------------------------

CSS For Menus

-----------------------------------------------------------------------------------------*/


ul.SideBarMainMenuCMSListMenuUL{
    list-style-type:none !important;
    padding-left:0px;
 background:#cbcccc;
    padding:7px;
}
ul.SideBarMainMenuCMSListMenuUL li {
line-height: 20px;
}
 
.IIBANewsTitleDiv {
	font-family: Trebuchet MS,Helvetica,Sans-Serif;
	padding: 5px 0 5px 30px;
	background-color: #EFEFEF;
	color: #203E48;
	font: bold 16px Arial,sans-serif;
}


a:active,
a:visited,
a:link {
	color: #F47B20;
	font-size:12px;
	text-decoration:none ;
	font-weight:100;
}

a:hover {
	color: #142D38 ;
}

.link-readmore {
	float: right;
}
.CMSListMenucss>ul>li>a {
text-decoration: none;
color: #fff;
max-width: 77px !important;
display: table-cell;
height: 45px;
vertical-align: middle;
word-break: break-word;
}
.CMSListMenucss ul li a:hover{
	color:white !important;
	}
	
.text-center {
	text-align: center;
}
.home-head {
	padding:0px;
	margin:0px;
	background:#ecedef;
	height: 55px;
}
.collapse-devices {
	height:auto;
}
#left-cont {
	padding: 0px;
}

#left-cont ul {
	background: #AAB6BB;
	padding: 7px;
	width:100%;
	list-style-type: none;
}
#left-cont ul li a{
	color: #142D38;
	font-size: 12px;
	line-height: 20px;
}
#left-cont ul li a:hover {
	color: #ffffff !important;
}

.VAquicklinkBox {
 	display: inline-block;
    float: right;   
}

.VAquicklinkTitleWrap {
 	height: 2.25em;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 0px;
}

.VAquicklinkTitle {
	z-index: 300;
	font-family:arial;
	color:#596164;
	font-size:13px;
  -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-border-radius: 8px 8px 0 0;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 8px 8px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #333333;
    float: left;
    height: 2em;
    line-height: 2em;
    padding: 0px;
    text-decoration: none;
	background-color:#FFFFFF;
}

.VAquicklinkBox .VAquicklinkTitleWrap .VAquicklinkTitle {
    background: none repeat scroll 0 0 #FFFFFF;   
}

.VAquicklinkBox .VAquicklinkTitleWrap {   
    color: #333333;
    float: left;
    height: 2em;
    line-height: 2em;
    padding: 0px;
    text-decoration: none;
	background-color:#FFFFFF;
}

.VAquicklinkBox .VAquicklinkTitleWrap li {
    float: left;
    height: 2em;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 15px 0 15px;
}

.VAquicklink {
	border: 1px solid #cccccc;
	padding: 10px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 0.25em #CCCCCC;
	clear: left;
}
.addthis_toolbox {
    margin-top:5px; text-align:right; width:135px;
    float:right;
}
.VAquicklink li {
	list-style-type: none;	
}
.fce7d6 {
	background: #fce7d6;
}
.navbar-toggle {
display:none;
}
span.expand-mobile {
display:none;
}
@media all and (max-width:992px ) {
#footer  .tm {
	margin: 10px auto;
	width:100%;
	color: #fff;
	font-size: 11px;
	float:none;
}	
.CMSListMenucss>ul>li {
text-align:center;
}
span.expand-mobile {
display:inline-block;
width:60px;
height:auto;
text-indent:-9999px;
background:url(images/arrowDown.gif) no-repeat center center;
}
span.close-btn {
display:inline-block;
width:20px;
height:auto;
text-indent:-9999px;
background:url(images/arrowUp.gif) no-repeat center center;
}
	.navbar-toggle {
		display: block !important;
		margin-top:20px !important;
	}
	.CMSListMenucss ul{
	width:100%;
	display:block;
	}
	.CMSListMenucss ul li{
		width:100%;
		line-height:45px;
		padding:0px;
	}
	#left-cont {
		display:none;
	}
	#main-cont {
		width:100%;
	}
	.collapse-devices {
		height:0px;
		overflow: hidden;
	}
	
	#top-nav {
		display: none;
	}
	#right-menu {
		display: none;
	}	
	#main-cont {
		width: 100%;
	}
	.CMSListMenucss ul li a span {
		/*line-height: 45px !important;*/
		padding-top:0px !important;
	}
	
	.CMSListMenucss ul li a span br {
		display: none;
	}
	
    .CMSListMenucss>ul>li{

display:  inline-block;
border-left:none;
height:auto;
min-height:45px;


}

.CMSListMenucss>ul>li>a {
display: inline-block;
height:auto;
max-width:100% !Important;
}

.CMSListMenucss ul li ul {
position:relative;
}
/* added july 17 2014 nested mobile navigation*/
.CMSListMenucss ul li ul li ul {
    position: relative;
	left:0px;
	width:100%;
	tet-align:center;
}
.CMSListMenucss ul li ul li  {
padding-right:0px;
}
.CMSListMenucss ul li ul li ul li {
width:100%;
}
/**/
}
@media all and (max-width:767px ) {

#footer  .tm {
	margin: 10px auto;
	width:100%;
	color: #fff;
	font-size: 11px;
	float:none;
}
span.expand-mobile {
display:inline-block;
}
#bottom-nav {
		display: block;
        text-align: center;
	}
.CMSListMenucss ul li ul {
position:relative;
}
/* added july 17 2014 nested mobile navigation*/
.CMSListMenucss ul li ul li ul {
    position: relative;
	left:0px;
	width:100%;
	tet-align:center;
}
.CMSListMenucss ul li ul li  {
padding-right:0px;
}
.CMSListMenucss ul li ul li ul li {
width:100%;
}
/**/
.CMSListMenucss ul{
	width:100%;
	display:block;
	}
	.navbar {
		height: auto !important;
		overflow: hidden;
	}
	.VAquicklinkBox {
	 	display: block !important;
	    float: none !important;   
	}
	.overflow-s {
		overflow: hidden;
	}
	#login-cont {
		float: none;
	}
	#login-cont a:link, #login-cont a:active, #login-cont a:hover, #login-cont a:visited {
		text-align: center;
	}
	#right-menu img {
		float: left;
		margin:3px;
	}
	.CMSListMenucss ul li{
		width:100%;
	}
	.CMSListMenucss ul li ul{
	position:relative;
	}
	/* added july 17 2014 nested mobile navigation*/
.CMSListMenucss ul li ul li ul {
    position: relative;
	left:0px;
	width:100%;
	tet-align:center;
}
.CMSListMenucss ul li ul li  {
padding-right:0px;
}
.CMSListMenucss ul li ul li ul li {
width:100%;
}
/**/
	
}

