.panel-leftSb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 40px;
}
.panel-leftSb h2 {
    color: #CA0000;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 5px;
}
.panel-leftSb li {
	list-style-type:none;
}
.panel-leftSb ul {
margin: 0;
}
#secondary ul.icons {
    margin: 10px 0 8px 30px;
    
}
#secondary ul.icons li {
    background: none;
    display: inline;
    margin-right: 0px;
    padding-right: 11px;
}
table.index tr td{
	border-bottom:1px solid #ccc;
	padding:4px 0;
}

/*****CHROME ONLY*****/
/*TOOLBAR TOOLTIP POSITION FOR CHROME ONLY__________FOR FireFox, EDIT FF_only.css IN CSS FOLDER_____________FOR Internet Explorer, EDIT IE_only.css IN CSS FOLDER*/
a.tooltip {color:#c00;}
a.tooltip b {display:none; }

a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {
	display:block;
	position:absolute;
	top:30px;/*THIS  CONTROLS THE BUBBLES FLOAT HEIGHT ABOVE ICON*/
	left:5px;
	padding: 2px 4px;
	font-weight:normal;
	color:#0099FF;
	border:1px solid #ccc;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
	behavior: url("/common/ieHack.htc");
	border-radius: 4px;
	white-space:nowrap;
}
a.tooltip:active b {
color:#333;
}
a.tooltip:hover b em {
	position:absolute; 
	left:4px; /*THIS  CONTROLS THE BUBBLES ALIGNMENT TO CENTER OF THE ICON*/
	top:-6px; 
	width:11px; 
	height:6px; 
	background: url(../images/tooltip2.png) 0 0; 
	display:block; 
	font-size:1px;}
	
	
	
.page-closure-wrapper {
		clear:left;
}

#panel-aboveLeft .panel-pane {
    margin-right: 20px;
}
.panel-display .grid_5 {
    width: 310px;
}


.panel-pane .pane-content .homebox{
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	padding:0 10px 10px 10px;
	margin:20px 0 0 0;
}
li.indent a{
	font-size:12px !important;
	padding:4px 5px 4px 25px !important;
	line-height:normal !important;
	
}
ul.none li{list-style-type:none; }

ul.none li ul li{ list-style-type:inherit;}

ul.none li ol li {
	list-style-type:lower-alpha;
}
ul.none li ol li ol li {
	list-style-type: lower-roman;
}
.page-closure-wrapper {
	background:none;
	border:none;
}
.page-closure-wrapper h2.pane-title{
	font-size:12px;
	font-weight:bold;
	color:#0099FF;
	float:left;
	margin:10px 15px 10px 0;
}


.pane-content form.top{
	float:right;
	padding-right:15px;
	}
.wsh_searchBox{
	width:160px;
}


h1.title2, .page-main-inner h1.title2 {
    color: #CA0000;
    font-size: 30px;
	font-weight:bold;
    margin: 10px 0 10px;
	/*overflow:visible;*/
    position: relative;
    text-decoration: none;
    top: -13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:32px;
}
.IR-1{
	padding:14px 0 0 35px;
	float:left;
}

.IR-1 li.small a {
    color: #0099FF !important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	padding:13px 0 0 75px;
}


.IR-1 li a {
    color: #D51C23 !important;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;

}

.pane-pane-header {
    background: url("../images/header-primary.png") no-repeat scroll 0 0 transparent;
    height: 66px;
    width: 616px;
    z-index: 101;
	float:left;
}
#secondary {
    background:none;
	float: right;
    height: 34px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 265px;
    z-index: 101;
	margin-right:30px;
}
html.js #wsh_ContactInfo textarea{
	max-width:none;
	
}

#ndq-pi table {overflow: hidden;position: relative;}
.ndq-pi-first {background-color:#626262 !important;color:#fff;font-weight:bold;text-align:center;}
#ndq-pi tr {vertical-align: middle !important;}
#ndq-pi td {vertical-align: middle !important;border-bottom:0 !important;border-top:1px Solid #CCC}
.ndq-no-top {border-top:none !important}
#ndq-pi caption {font-size:18px !important}
.ndq-sub-header {font-size:18px !important;border-bottom: 2px solid #CA0000; font-weight: bold;color: #666666;padding-top:15px}
.ndq-100 {font-size:100%}
.ios-table-fix {bottom: -1px;left: -1px;position: absolute;right: -1px;top: -1px;z-index: -1;}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
{

.ndq-pi-first {background-color:#dcdcdc !important;color:#000;}
#ndq-pi td {border-top:1px Solid #000}

}