@charset "UTF-8";
/* CSS Document */

#flash_less
{
	background:url(../images/noflash_feature_lwpgi.jpg) 0 0 no-repeat;
	width:960px;
	height:253px;
}

ul.no_flash 
{
	list-style:none;
	padding:0;
	margin:0;
	
	margin-top:222px;
	margin-right:50px;
	float:right;
}

ul.no_flash li
{
	float:left;
}

ul.no_flash li a
{
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	height:22px;
	
}

li.about a:link, li.about a:visited { width:101px; background:url(../images/noflash_localsubnav_lwpgi.png) 0 0 no-repeat; }
li.about a:hover, li.about a:active { background-position:0 -22px; }

li.providers a:link, li.providers a:visited { width:106px; background:url(../images/noflash_localsubnav_lwpgi.png) -101px 0 no-repeat; }
li.providers a:hover, li.providers a:active { background-position:-101px -22px; }

li.services a:link, li.services a:visited { width:92px; background:url(../images/noflash_localsubnav_lwpgi.png) -207px 0 no-repeat; }
li.services a:hover, li.services a:active { background-position:-207px -22px; }

li.patientinfo a:link, li.patientinfo a:visited { width:122px; background:url(../images/noflash_localsubnav_lwpgi.png) -299px 0 no-repeat; }
li.patientinfo a:hover, li.patientinfo a:active { background-position:-299px -22px; }

li.contact a:link, li.contact a:visited { width:112px; background:url(../images/noflash_localsubnav_lwpgi.png) -421px 0 no-repeat; }
li.contact a:hover, li.contact a:active { background-position:-421px -22px; }

.flashwarning
{
	padding-top:5px;
	color:#fff;
	margin-bottom:-10px;
}

.flashwarning a:link, .flashwarning a:visited
{
	font-weight:bold;
	color:#fff;
}

.flashwarning a:hover, .flashwarning a:active
{
	text-decoration:none;
}

@media only screen and (max-device-width: 480px) {
  .flashwarning {
    display: none;
  }
}