@font-face {
  font-family: HelveticaNeue;
  src: url('../fonts/hlr_____.eot?') format('embedded-opentype'), url('../fonts/hlr_____.ttf') format('opentype');
}
/* removed 7/21/20 - this was blocking the display of community resource library documents
ul li ul li ul li{display:none}
*/


.yui-gc .yui-u {
margin-left: 5px;
}

#SimpleSearchBlock input[type="submit"]{
margin-left: 10px;

}
html,body{
	margin: 0px;
	padding: 0px;
	/*font-family: HelveticaNeue, Arial, sherif ;*/
	/*font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;*/
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.3em;	
	
		
}
#VAHTML {
	
	/*background-image:url('/App_Themes/ONPHA/images/Homebackground1.jpg');*/
	
	background-image:url('/images/Interiorbackground1.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	
}
a, img {
	border: none;
}

a:active, a:visited, a:link {
color: #EC008C;
text-decoration:none;
font-weight:100;
}

a:hover{
color: #64a935;
text-decoration:none;
font-weight:100;
}


.SideBarCallout a:active, .SideBarCallout  a:visited, .SideBarCallout  a:link {
color: #000000;
text-decoration:none;
font-weight:bold;
}

.SideBarCallout a:hover{
color: #0078a9;
text-decoration:none;
font-weight:bold;
}

h1 {
	font-size: 1.8em !important;
	color: #EC008C;
	margin-bottom: 1em;

}
p , h1, h2, h3 {	
	margin: 5px 10px 5px 0px; 	

}

.page-content-div p, p {
	font-size: 1em;
	line-height:1.2em;

	margin-bottom: 1em;
}
h1, h2, h3 {
	color: #cccccb;
	font-weight: normal;
}

 h1{
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	font-weight:bold;
	color: #EC008C;
	line-height:1.2em;
	margin-bottom:0.5em;
}

h2{
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	/*font-weight:bold;*/
	font-weight: normal !important;
	color: #EC008C;
	padding-left: -40px;
	padding-bottom: 5px !important;
	margin-bottom: 1em;
}

h3{
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	margin-bottom: 1em;
}

.page-content-div  h2{
	font-size: 1.4em;
	font-weight:bold;
	color: #EC008C;
	/*padding-left: -40px;*/
}

.login-input {
	width:100px;
	height:15px;
	border: solid 1px #505050;
}
.search-input {
	float:left;
	width:150px !important;
	height:19px !important;
	border: solid 1px #505050;
}

#container {
    margin: 0 auto;
    width: 1000px;
}
#header {
    background: url(/App_Themes/ONPHA/images/bg-header.png) left top no-repeat;
    height: 251px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
	
}
.header_cont{
	width: 1000px;
	height: 251px;
	margin-left: auto;
	margin-right: auto;	
}
#header-page {
   /* background: url(/App_Themes/ONPHA/images/bg-header-page.jpg) left top no-repeat;*/
	 background: url(/images/bg-header-Interior.jpg) left top no-repeat;
	
   /* height: 250px;*/
	 height: 170px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
	
}



.header_cont-page{
	width: 1000px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;	
}
/* #header_cont_right {
	float: right;
	width: 250px;	
	margin-top: 15px;
} */


/* Gary Added */
#header_cont_right {
    float: right;
    width: 500px;
    margin-top: 15px;
    }
	
#headerSocialButtons {
    float: left
    }
    #headerSocialButtons img{
    padding-right: 10px;
    }	
	

#logo {
	width: 265px;
	height: 90px;
	margin-left: 10px;
	padding-top: 30px;
	float:left;
}

#main {     
    width: 1000px;	
	background: url(/App_Themes/ONPHA/images/bg-main.png) left top repeat-y;
	overflow:hidden;
	
}
#main-page {     
    width: 1000px;	

	overflow:hidden;
	/*
	background-image: url(/onpha/images/greenSideBar.jpg);
	*/

	background-repeat:repeat-y;
	background-position:left top;
	
	
}

#banner {
    margin: 0 auto;
    width: 1000px;
	height: 450px;
	background: url(/App_Themes/ONPHA/images/banner-bg.png) center bottom no-repeat;
}
.menu, .menu-page {
	/*
   background: url(/App_Themes/ONPHA/images/nav-bg.jpg) repeat-x;
   */
 
    height: 55px;
    width: 1000px;
	position:relative;
	z-index:2;
}

.menu ul, .menu-page ul {
	float: left;
	margin: 0px; 
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
/*
.menu ul li, .menu-page ul li {
	position: relative;
	display: inline;
	float: left;
	text-align:center;	
}*/

/*Top level menu link items style*/
/*
.menu ul li a, .menu-page ul li a {
	font-size: 14px;	
	display: block;
*/
	/*width: 100px; Width of top level menu link items*/
/*
	height: 30px;
	vertical-align: middle;
	padding: 5px 0px;
	border-left-width: 0;
	text-decoration: none;
	color: #ffffff;
	line-height: 28px;
*/
	/*width: 200px;*/
/*
}*/


.menu-page ul li a {
	/*padding-left: 25px;
	padding-right: 25px;*/
	width:auto;
}
	
/*Sub level menu*/
.menu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.menu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
.menu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	background: #e3f1bd;
	border-width: 0 1px 1px 1px;
}

.menu ul li a:hover{
	/*background: #5c4a1f;	*/
}

.menu ul li ul li a:hover{
	background: #cde686;
}

.sidebar {
	float:left;
	width:225px;
	display:block;
	overflow:hidden;
	margin:15px 0 5px 30px;		

}
.sidebar-menu-cont {
	overflow:hidden;
	margin-bottom:40px;
}
.white-sidebar {
	float:right;
	margin-top:15px;
	background-color: #fff;
	width: 220px;
}
.white-sidebar img {float:left;}
.black-sidebar p {font-size: 12px; color: #fff; line-height:14px;}
.black-sidebar {
	float:right;
	/*margin-right: 5px;*/
	background-color: #000;
	width: 213px !important;
	color:#ffffff!important;
}
.social-sidebar {
padding-left: 40px;
	width: 220px;
	background-color:white;
	height:100%;
}
.social-sidebar h2 {
	color: #EC008C;
	font-size:21px;
	font-weight:bold;
	padding-top: 200px;
}
.blue-h1 {
	font-size: 21px;
	color: #EC008C;
	font-weight:bold;	
}
a.sidebar-menu:link {
	font-size:0.7em;
	color: #000;
	text-decoration:none;
	line-height: 1.5em;
	padding-right:20px;
}
a.large-menu:link, a.large-menu:active, a.large-menu:hover, a.large-menu:visited {
	font-size:20px;
	font-weight:bold;
	color: #000;
	text-decoration:none;
	line-height: 28px;	
	text-align:right;
	display:block;
	margin:10px 10px 0 0;
}
.heading-div {
	float:left;
	width:370px;
	display:block;
	overflow:hidden;
	margin:80px 0 60px 50px;	
	
}
.image-top-div {
	float:left;
	width:320px;
	display:block;
	overflow:hidden;
	margin:20px 0 0px 0px;	
}

.page-content-div {
	float:left;
	/*width:720px;*/ /*CHANGE*/
	width:100%;
	display:block;
	overflow:hidden;
	margin:20px 0px;
	
	
}

.heading-div  h1{
	font-size: 36px;
	font-weight:bold;
	color: #0078a9;
	line-height:45px;
	margin:0px;
}
.center-img {
	margin:0px auto;
	width:320px;
	text-align:center;
}
.center-img img {
	float:none;
}
a.download:link{
	display:block;
	float:right;
	width:200px;
	height:165px;
	text-decoration:none;
	background:url(/App_Themes/ONPHA/images/download.jpg) left top no-repeat;
}

.content-div {
	float:left;
	width:360px;
	display:block;
	overflow:hidden;
	margin:10px;
}
.content-div  h1{
	font-size: 21px;
	color: #000;
	padding-left: -40px;
}

fieldset {
	border-right:solid 1px #000000;
	border-top:solid 1px #000000;
	border-bottom:none;
	border-left:none;
	width:auto;
	padding: 0px;
	margin: 0px;
}
fieldset  p {
	font-size: 12px;
	line-height: 12px;
}
fieldset div {
	/*float:left;*/
	width: auto;
	margin:0px;	
}
fieldset img {
	float:left;
	margin:20px 5px 0px 10px;	
}

.summary-content-div {
	float:left;
	width:215px;
	display:block;
	overflow:hidden;
	margin:10px 10px 10px 0px;
}
.summary-content-div-el{
	 overflow:auto;
}
.summary-content-div h4{
	font-size: 12px;
	color: #000;
	margin-top: 5px;
}
.summary-content-div  hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #000; 
	
}
.summary-content-div  p {
	float:right;	
	display:block;
	width: 110px;
	text-align:right;
	font-size: 10px;
	line-height: 12px;
}
.summary-content-div  img {
	float:left;
}
/*Gary added*/

.footer-menu {   
    height: 65px;	
	width: 980px;
	text-align:right;
}

/* .footer-menu {   
    height: 25px;	
	width: 1000px;
	text-align:center;
} */

.footer-menu-icons {   
    height: 25px;	
	width: 180px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.footer-menu ul {	
	overflow:auto;
	margin-top:0px;		
	list-style-type: none;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
}

/*Top level list items*/
.footer-menu ul li {		
	float: left;	
	
}
#footer hr {
	width:100%;
	height: 0px;
	border:0px;
	border-bottom: 1px solid #969696; 
	
}

/*Top level menu link items style*/
.footer-menu ul li a{
	font-size: 11px;	
	display: block;
	float:left;
	height: 30px;	
	padding: 0px 20px;
	border-left-width: 0;
	text-decoration: none;
	color: #969696;
	
}
.footer-menu p {
	font-size: 10px;
	line-height: 12px;
	color: #969696;
}
/*Gary added */
#socialbuttonsfooter img{
    padding-right: 10px;
	
	
    }
 #socialbuttonsfooter {
    
	width: 400px;
	float: left;
	
    }  

/* .top-menu {  
	margin-left:-250px; 
    	height: 25px;	
	text-align:center;
	width: 490px;	
} */

/*Gary added */
.top-menu {
    /*margin-left: -100px;*/
    height: 25px;
    text-align: right;
    width: 520px;
    }

.top-menu ul {	
	overflow:auto;
	margin:0px;		
	padding:0px;
	list-style-type: none;
	float:right;
	
}

/*Top level list items*/
.top-menu ul li {		
	float: left;		
}

/*Top level menu link items style*/
.top-menu ul li a{
	font-size: 11px;	
	display: block;
	float:left;
	height: 25px;		
	padding: 0px 10px;
	border-left-width: 0;
	text-decoration: none;
	color: #000000;
	
}
a.login:link {
	font-size: 10px;
	color: #000000;
	text-decoration:none;	
	margin-left:20px;
	margin-top: -2px;
}
a.login:visited{
	font-size: 10px;
	color: #000000;
	text-decoration:none;	
	margin-left:20px;
	margin-top: -2px;
}
a.go-btn:link {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/go-btn.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.go-btn:visited {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/go-btn.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.facebook:link {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/facebook.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.facebook:visited {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/facebook.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.youtube:link {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/youtube.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.youtube:visited {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/youtube.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.twitter:link {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/twitter.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.twitter:visited {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/twitter.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.email:link {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/email.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.email:visited {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/email.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.print:link {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/printer.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
a.print:visited {
	float:left;
	display:block;
	margin:0px;
	background:url(/App_Themes/ONPHA/images/printer.png) left top no-repeat;
	text-decoration:none;
	width: 35px;
	height:18px;
}
.login-item {
	margin-left: 50px;
}
.login-item p {
	font-size: 10px;
	font-weight:bold;
	color: #0078a9;
	line-height:10px;
	margin-top:0px;	
	margin-bottom:2px;
	margin-left: 50px;
}
.margin5 {
	margin-top:5px;
}
.slideerwrapper {
	
	width: 960;
	height: 360px;
	margin:10px 20px;
}
.slide-left {
	width: 710px;
	height: 360px;
	float:left;
}
.slide-left a{
font-weight: 100 !important;
}
.slide-right {
	width: 250px;
	height: 360px;
	float:left;
	background: #000000;
	margin-top:7px;
}
.slide-right  .white-heading{
	margin-top: 90px;
}
.slide-right  .green-heading{
	margin-top: 40px;
}
.green-heading {
	font-size: 30px;
	color: #EC008C;
	text-align:right;
	line-height: 35px;
}
.white-heading {
	font-size: 30px;
	color: #ffffff;
	text-align:right;
	line-height: 35px;
}

a.read-more:link {
	font-size: 18px;
	color: #8bbe3c;
	text-decoration:none;
}
a.read-more:active {
	text-decoration:none;
	color: #8bbe3c;
}
a.read-more:hover {
	text-decoration:none;
	color: #8bbe3c;
}
a.read-more:visited {
	text-decoration:none;
	color: #8bbe3c;
}
/* Slideshow nav links*/
a.nav:link {
	font-size: 20px;
	color: #ffffff;
	text-decoration:none;
}
a.nav:active {	
	color: #ffffff;
	text-decoration:none;
}
a.nav:hover {	
	color: #ffffff;
	text-decoration:none;
}
a.nav:visited {	
	color: #ffffff;
	text-decoration:none;
}
/*End Slideshow links*/
.menu-bar-search {
	overflow:auto;
	width:210px;
	float:right;
	margin: 15px 10px;
}
a.facebook-large:link, a.facebook-large:active, a.facebook-large:visited, a.facebook-large:hover  {
	display:block;
	background:url(/App_Themes/ONPHA/images/sprites.png) -8px -9px no-repeat;
	width:40px;
	height:40px;
	float:left;
	margin:10px;
}
a.twitter-large:link, a.twitter-large:active, a.twitter-large:visited, a.twitter-large:hover  {
	display:block;
	background:url(/App_Themes/ONPHA/images/sprites.png) -70px -9px no-repeat;
	width:40px;
	height:40px;
	float:left;
	margin:10px;
}
a.youtube-large:link, a.youtube-large:active, a.youtube-large:visited, a.youtube-large:hover  {
	display:block;
	background:url(/App_Themes/ONPHA/images/sprites.png) -128px -11px no-repeat;
	width:40px;
	height:40px;
	float:left;
	margin:10px;
}




#main-content
{
clear:both;

}
#footer
{
clear:both;
background-color:#ffffff;
}

#main-content
{
    /* min-height:600px;
     height:100% !important;
     height:600px; */
}

.rmText
{
background-color:#000000!important;
}
.rmSlide
{
background-color:#000000!important;
}
legend
{
display:none;
}
.rmSelected .rmText
{
/*VA EDIT
background-color:#008000!important;*/
color:rgb(236,0,140);
}
.rmFocused .rmText
{
/*VA EDIT
background-color:#008000!important;*/
color:rgb(236,0,140);
}
.sidemenu-cont {
background-image: url(/App_Themes/ONPHA/images/white_background.jpg);
margin: 15px 0 5px 3px;

padding-left:30px;
margin-left:-20px;



background-position:bottom;

}

#va_sidebar{
/*
background-color:#96C63F;
*/
background-image: url(/images/greenSideBar.jpg);
background-repeat:repeat;
/*
background-position:-24;
*/
margin-top:5px;
min-height:500px;
height:100%;
}

.sidebar
{

background-position:bottom;
margin: 15px 0 5px 3px;


}

.sidebar a {
font-size:14px !important;
font-weight:100 !important;
font-family:arial;
}

.SubNavPanel
{

margin-left:20px;
padding-bottom:0px;
overflow:visible;
}

.SubNavPanelHead {
    color: #222222;
    background:#98c63f;
	background:#ffffff;
    font-size: 1.3em;
    font-weight: bold;
	margin-bottom:10px;
	width:90%;
	padding-left:10px;
	padding-top:10px;
font-family:Tahoma, sans-serif;
margin-left: -10px;

	
}

.SubNavPanelBody

{
padding-bottom:50px;
}

.SubNavPanelBody img {

display:none;
}
.SubNavPanelBody table {

margin-bottom: 0px !important;
margin-top: 0px !important;


}
.SubNavPanelBody td {
padding-bottom:4px !important;
padding-top:4px !important;
}
.SubNavPanelBody tr {

border-bottom: 1px solid #efefef;


}
.PageSubNavMenu {

border-top: 1px solid #efefef;

}
.SubNavPanelBody tr:hover {

background-color:#efefef;
cursor:pointer;
}
.PageSubNavMenu {
	margin-left: -10px;
	margin-right:10px;
}
.PageSubNavMenu a:link, .PageSubNavMenu a:visited, .PageSubNavMenu a:active{
	color:#000000;
	
}

.PageSubNavMenu a:hover{
/*
	color: #0078A9;
	*/
}

.PageSubNavMenu a {

padding:0px !important;
}

#va_sidebar
{
    display: block;
    float: left;
    
    overflow: hidden;
    width: 250px;
    /*VA EDIT
background: url(/App_Themes/ONPHA/images/sidebar-modified.gif) left no-repeat;
*/
}

#va_sidebar
{
 /*min-height:600px;
     height:100% !important;
     height:600px; 
	 */
}



.panelhead.distinguish {
	font-size: 19px;
	font-weight:bold;
	color: #0078a9;
	min-height: 1em !important;


}

.paneltitle {
font-family: arial,helvetica,clean,sans-serif;
padding-left: 0;
background-repeat: no-repeat;
background-position: 0px -181px;
background-image:url() !important;
font-size: 19px !important;
min-height: 1em !important;

}

.displaynone {
display:none;
}

.newstitle a {
text-decoration:none;
color: #333333;
font-weight:bold;
font-size:15px;


}
.newstitle a:hover{
color: #0078a9;
}

h3{
	font-size: 1em;
	font-weight:bold;
	color: #EC008C;
	margin:0px;
	padding-left: -40px;
}

.ctl00_PageSubNavigationPlaceHolder_Secondary_NavTree_1 {
white-space:normal !important;
}


#VAMENU.rmItem:hover {
background-color:#111111 !important;
}

.rmItem:hover {
background-color:#111111 !important;
}

.radmenu .rmgroup .rmtext {
padding: 0 20px 0 20px !important;
margin: 0 0 0 4px;
}
.simpletaglist
{
Background-color:white !important;
}

#ctl00_SearchField_GoSearch {
margin-left:10px;
}

#ctl00_SearchField_SearchTerms {

height:23px !important;

}



/*  -  css added by Nilesh VA Jan 2014 -- */


.typicalTable
{
                border: 1px solid black;
                margin-bottom: 1em;
}

.typicalTable tr.odd
{
                background:#dddddd;
}

.typicalTable tr.even
{
                background:#ffffff;
}

.typicalTable tr.header
{
                background:#d6ebff;
}

.typicalTable tr.header2
{
                background:#7392ad;
}

.typicalTable td
{
                padding: 5px;
                border-bottom: 1px solid black;
                vertical-align: top;
                font-family: verdana, geneva, sans-serif;
                font-size: 1em; 
}

.storePrices
{
	width:90px;
	font-size: 8pt;
	color: #4B4B4B;
	line-height: 12pt;
	font-family: verdana, helvetica, sans-serif;
  	border: 1px solid #7392ad;
	vertical-align: middle;
	text-align:center;
	background: #d6ebff;
}



.cartSprite {
   background-image: url("../images/CommonSprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    top: 6px;
    vertical-align: top;
}
.cartFull {
 /*background-image: url("../images/CommonSprite.png");
 background-position: -15px;
 */
}
.cartLeft.cartSprite {
    background-position: -55px 0;
    width: 11px;
}
.cartRight.cartSprite {
    background-position: -170px 0;
    width: 9px;
}

.cartCenter span {
    
    font-weight: bold;
    position: relative;
    top: -8px;
}
.cartCenter.cartSprite {
    background-position: -66px 0;
}