

/*  Font Face -----------------------------------------------------------------------------------------------------------------
 */

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('/CSS/Fonts/BBB/proximanova-bold-webfont.eot');
    src: url('/CSS/Fonts/BBB/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/CSS/Fonts/BBB/proximanova-bold-webfont.woff') format('woff'),
         url('/CSS/Fonts/BBB/proximanova-bold-webfont.ttf') format('truetype'),
         url('/CSS/Fonts/BBB/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('/CSS/Fonts/BBB/proximanova-light-webfont.eot');
    src: url('/CSS/Fonts/BBB/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/CSS/Fonts/BBB/proximanova-light-webfont.woff') format('woff'),
         url('/CSS/Fonts/BBB/proximanova-light-webfont.ttf') format('truetype'),
         url('/CSS/Fonts/BBB/proximanova-light-webfont.svg#proxima_nova_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('/CSS/Fonts/BBB/proximanova-reg-webfont.eot');
    src: url('/CSS/Fonts/BBB/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/CSS/Fonts/BBB/proximanova-reg-webfont.woff') format('woff'),
         url('/CSS/Fonts/BBB/proximanova-reg-webfont.ttf') format('truetype'),
         url('/CSS/Fonts/BBB/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*  CLEARFIX -----------------------------------------------------------------------------------------------------------------
 *	Used to correct floated content box model issues in most browsers. 
 */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0; /* Fix to prevent padding at bottom of page. */
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
:first-child + html .clearfix {
    min-height: 1%;
}


/*  HTML RESET -----------------------------------------------------------------------------------------------------------------
 */

html, body, div {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit; 
  font-weight: bold;
}

a, ul, ol, li, img, span, strong, em {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

table, tbody, tfoot, thead, tr, th, td {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, caption, fieldset, form, label, legend {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

article, aside, figure, footer, header, hgroup, section {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0;
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

canvas, details, embed, figcaption, menu, nav, output, ruby, summary, time, mark, audio, video {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  font: inherit;
}

/* HTML5 display-role reset ------------------------------------------------
 * Needed for older browsers
 */
 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*
 * **** GLOBAL ****
 */

body {
	background: #ffffff; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;	
	color: #333;
}


img {
	max-width: 100%;	
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: #66793a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005a78;
}

.left {
	float: left;
}

.right {
	float: right;
}

input {
	border: 1px solid #e8e8e8;
	background-color: transparent;
	padding: 3px 0 0 5px;
	font: 17px "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #e8e8e8;
}

/*
 * **** HEADER AREA ****
 */

#global {
	position: relative;
}

#globalnav {
	height: 100px;
	padding-top: 10px;
}

#globalnav a{
	color: #000;
	font-size: 12px;
}

#globalnav a:hover {
	color: #005a78;
}

#globalnav_left {
	float: left;
	width: 120px;
}

#globalnav_right {
	float: right;
	width: 120px;
}

#globalnav_left li, #globalnav_right li {
	padding: 0 8px 0 10px;
	line-height: 17px;
	text-align: center;
}

h1 {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -27px;
	width: 55px;
}


.copyright {
	font-size: 75%;
	vertical-align:text-top;
}

/*
 * **** SEARCH AREA ****
 */

#search_area {
	text-align: center;
}

#bbb_name {
	font: 17px "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	color: #005a78;
	text-shadow: 0 0 4px #ffffff;
}

#tagline {
	font: 38px "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
	color: #005A78;
	text-shadow: 0 0 0px #474747;
	margin: -5px 0 0;
	padding: 0;
	line-height: 45px;
}

#choosestate {
	padding: 0 20px;
	margin: 0 auto;
	display: inline;
	position: relative;
}

#choosestate a.choosestatelink {
	font: 16px "proxima_nova_rgbold",Arial,Helvetica,sans-serif;
	color: #005A78;
	background: url(/Images/BBB/state-drop.png) no-repeat 0 1px;
	background-size: 15px;
	padding: 0 0 0 20px;
}

#choosestate a:hover {
	opacity: .85;
}

#search {
	position: relative;   
	clear: both;
	width: 288px;
	margin: 20px auto;
	text-align: center;
	height: 70px;
}

  #search ul.tabs li:last-child a.question-tag{cursor: pointer; height:17px; width:19px; background: url('/images/BBB/q2.png') left bottom no-repeat;}
  .question-tag img{ margin-bottom:-5px;}
  #search ul.tabs li:last-child{margin:-1px 1px 3px 1px !important; position: relative;}
  #search ul.tabs li:last-child a{ border:0px !important; padding-right:0px !important; padding-left:5px;margin-bottom: -7px;margin-left: 2px;}
  .question-lft{ float:right; margin-top:-11px; margin-right:-15px; }
  .question-lft a.question-tag{cursor: pointer; height:19px; width:19px; display:block; background: url('/images/BBB/q2.png') left bottom no-repeat;}

    
/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
}

ul.tabs {
	text-align:center;
}

/* single tab */
ul.tabs li {
	float: none;
	display: inline-block;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e1f1f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1f1f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e1f1f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e1f1f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e1f1f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e1f1f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1f1f4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d0d4d6; 
	border-bottom: 1px solid #e1f1f4;
	font: 13px "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	color: #005a78;
    display: block;
    text-align:center;
    text-decoration:none;
	padding: 2px 10px; 
	margin: 0 -3px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #e1f1f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1f1f4 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1f1f4), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1f1f4 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1f1f4 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1f1f4 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1f1f4 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f1f4', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #0d7c99; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d7c99 0%, #005a78 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d7c99), color-stop(100%,#005a78)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d7c99 0%,#005a78 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d7c99 0%,#005a78 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d7c99 0%,#005a78 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d7c99 0%,#005a78 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d7c99', endColorstr='#005a78',GradientType=0 ); /* IE6-9 */
	border: 1px solid #005a78;
    cursor:default !important;
    color:#fff !important;
}

ul.tabs a.current span{
	padding: 0 0px 0 0;
	color: #fff;
}

/* tab pane styling */
.panes div {
    display:none;
	border: 4px solid #005a78;
	width: 280px;
	height: 30px;
    font-size:14px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaf7fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf7fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf7fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaf7fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaf7fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaf7fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf7fa',GradientType=0 ); /* IE6-9 */
}

.searchleft {
	float: left;
}

.searchleft input {
	border: 0px;
	height: 31px;
	width: 240px;
	background-color: transparent;
	font: 17px Arial, Helvetica, sans-serif;
	padding: 0 0 0 8px;
}

.searchright {
	float: right;
}

.searchright input[type=submit] 
{
    border: 0;
	background: url(/Images/BBB/magnifying_glass_sm.png) no-repeat;
	width: 22px;
	height: 22px;
	margin: 4px 5px 0 0;
	text-indent: -9999px;
	display: block;
}

/*
 * **** MAIN NAVIGATION BAR ****
 */
 
#mainnav ul {
}

#mainnav li a{
	display: block;
	height: 30px;
	padding: 10px 0 0;
	font: 17px "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #005a78;
	border-top: 1px solid #037297;
	background: #037297; /* Old browsers */
	background: -moz-linear-gradient(top,  #037297 0%, #005a78 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#037297), color-stop(100%,#005a78)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #037297 0%,#005a78 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #037297 0%,#005a78 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #037297 0%,#005a78 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #037297 0%,#005a78 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037297', endColorstr='#005a78',GradientType=0 ); /* IE6-9 */
}

#mainnav li a:active {
	background: #005a78; /* Old browsers */
	background: -moz-linear-gradient(top,  #005a78 1%, #037297 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#005a78), color-stop(100%,#037297)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #005a78 1%,#037297 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #005a78 1%,#037297 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #005a78 1%,#037297 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #005a78 1%,#037297 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a78', endColorstr='#037297',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #005a78;
	border-top: 1px solid #037297;
}
 
/*
 * **** Superfish styling ****
 */

.sub #container #sidebar ul {
}

#mainnav .sf-menu li.active a.active {
	color: #badee5;
}


/*
 * **** Superfish controls at tablet and movile site - controlled by JS in scripts.js which adds classes to the div at each side ****
 */

#mainnav ul.sf-menu li ul.sf-nav-m li a{
	background: #fff;
	color: #005A78;
}

#mainnav ul.sf-menu li ul.sf-nav-t {
	display: none !important;
}

 
 

/*
 * **** CONTAINER ****
 */
	
#container {
	margin: 0 auto;
}

/*
 * **** FOOTER ****
 */


footer {
	margin: 0px auto 40px;
	width: 287px;
	text-align: center;
}

#footer_logo {
	display: none;
}

footer nav {
	font-size: 13px;
	line-height: 21px;
	border-bottom: 4px double #e8e8e8;
	border-top: 4px double #e8e8e8;
	padding: 10px 0 10px 0;
	margin: 0 auto 20px;
}

footer nav ul {
	text-align: center;
	width: 286px;
}

footer nav ul li {
	padding: 5px 10px 0 10px;
}

footer ul li.copy {
	color: #8c8c8c;
}

ul.googletranslate {
	margin: 10px 0 0 0;
	border-top: 4px double #e8e8e8;
	padding: 10px 0 0 0;
}

#social_network {
	text-align: center;
}

#social_network ul li {
	display: inline;
}
	
#facebook, 
#twitter, 
#linkedin, 
#pinterest, 
#flickr, 
#youtube, 
#foursquare, 
#googleplus,#instagram, #tumblr, #vimeo, #businessblog, #consumerblog {
	width: 25px;
	height: 25px;
	display: inline-block;
	text-indent: -9999px;
	background: url(/Images/BBB/social_networks.png);
}

#facebook {
	background-position: 0 0;
}

#twitter {
	background-position: -32px 0;
}

#linkedin {
	background-position: -65px 0;
}

#pinterest {
	background-position: -97px 0;
}

#flickr {
	background-position: -129px 0;
}

#youtube {
	background-position: -161px 0;
}

#foursquare {
	background-position: -193px 0;
}

#googleplus {
	background-position: -224px 0;
}
#instagram {
        background-position: -255px 0;
}

#tumblr {
    background-position: -287px 0;
}
#vimeo { background-position: -319px 0;  }
#businessblog { background-position: -351px 0; } 
#consumerblog { background-position: -383px 0;}

/*
 * **** SUBPAGES ****
 */
 
/*
 * **** Sidebar ****
 */



/*
 * **** Choose a new Location dropdown ****
 */

#statedropdown {
	width: 240px;
	z-index: 9999;
	position: absolute;
	color: #fff;
	text-align: left;
	padding: 0;
	display: none;
	top: 0;
	left: 0;
	margin: -3px 0 0 12px;
}

#statedropdown #statedropdowntab {
	background: #006E8A url(/Images/BBB/state-drop.png) no-repeat 8px 4px;
	width: 30px;
	height: 20px;
	background-size: 15px;
	position: relative;
	z-index: 1;
}

#statedropdown #statedropdowntab a{
	background: none;
	text-indent: -9999px;
	width: 40px;
	display: block;
}

#statedropdown #dropdowncontent {
	background: #006E8A;
	height: 140px;
	padding-top: 10px;
	box-shadow: 0 1px 3px #CCCCCC;
}


#statedropdown #dropdowncontent a.changelocation {
	font: 16px "proxima_nova_rgbold",Arial,Helvetica,sans-serif;
	color: #BADEE5;
	padding: 0 0 0 14px;
	background: none;
}

#statedropdown input {
	border: 0px;
	height: 28px;
	background-color: #fff;
	padding: 0 0 0 8px;
	width: 150px;
	margin: -5px 0 0 25px;
	font: 15px Arial, Helvetica, sans-serif;
}

#statedropdown p{
	padding: 0 20px 0 14px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 5px 0 14px;
}

#statedropdown #zipsearch {
	border: 4px solid #005a78;
	width: 205px;
	margin-left: 14px;
	height: 30px;
    font-size:14px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaf7fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaf7fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaf7fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaf7fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaf7fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaf7fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaf7fa',GradientType=0 ); /* IE6-9 */
}

#statedropdown .searchleft input {
	border: 0px;
	height: 28px;
	width: 160px;
	background-color: transparent;
	font: 17px Arial, Helvetica, sans-serif;
	padding: 0 0 0 8px;
	margin: 0;
}

#statedropdown #dropdowncontent input[type="submit"] {
	background: url(/Images/BBB/magnifying_glass_sm.png) no-repeat;
	width: 22px;
	height: 22px;
	margin: 4px 5px 0 0;
	text-indent: -9999px;
	display: block;
	padding: 0;
	cursor: pointer;
}

#statedropdown #dropdowncontent input[type="submit"]:active {
	background-position: 1px 1px;
}

#cancelzipsearch {
	text-align: right;
	padding-right: 14px;
	font-size: 12px;
	padding-top: 2px;
}

#cancelzipsearch a.cancel {
	color: #BADEE5;
	text-decoration: underline;
}
#location-hide{ position:fixed; width:100%; top:0; background: transparent; height:100%; z-index:9997;}
     /* Auto Complete */
/* Autocomplete
----------------------------------*/
 .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
 }
 
.ui-autocomplete-loading { background: white url('/images/BBB/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	margin: 0;
	display:block;
	 z-index: 99999 !important;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	z-index:1;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	
} 
.ui-menu .ui-menu-item a.ui-state-hover {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #ffffff;
    white-space: nowrap;
    margin: -1px;
    background-color:#BDBDBD;
    cursor: hand;
        
 }
.ui-menu .ui-menu-item a.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    }
  
.ui-state-focus,
.ui-menu .ui-menu-item a:hover
{
    color:#ffffff !important;
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    background-color: #0088cc;
}
li.ui-menu-header 
{
    background: #006E8A;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: small;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -2px;
}

.ui-widget-content a
{
    color: #222222;
}
.ui-widget-content a:hover
{
    color: #ffffff;
}
.ui-helper-hidden-accessible { display:none; }

 /* responsive design changes */
 @media all and (max-width:1024px) and (min-width:320px) {
#content_area #leftcolumn[style] { width:100% !important;}
#content_area #rightcolumn[style] { width:100% !important;}
.search #content_area #rightcolumn{float: right !important;}
.search #content_area{ width:700px !important; }

}
