﻿* {
    margin: 0 auto 0 auto;
}

body {
    margin: 0 auto 0 auto;
}

.ItemLink
{
	font-family:Arial;/* MS Reference Sans Serif;*/
	color: #003399;
	background-color: inherit;
	font-size: 13px;
}

.Item
{
	font-family: Arial;/*MS Reference Sans Serif;*/
	color: #5a5a5b;
	background-color: inherit;
	font-size: 13px;
	text-decoration: none;
}
.ItemBlue
{
	font-family: 'Trebuchet MS', Tahoma;
	color: #003399;
	background-color: inherit;
	font-size: 9pt;	
}
.ItemColor
{
	font-family: MS Reference Sans Serif;
	color: #456701;
	background-color: inherit;
	font-size: 11px;
	text-decoration: none;
}
.ItemQuestion
{
	font-family: MS Reference Sans Serif;
	color: black;
	background-color: inherit;
	font-size: 11px;
	text-decoration: none;
}
.ItemBold
{
	font-family: MS Reference Sans Serif;
	color: black;
	background-color: inherit;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
}



.pinStyle1{ position:relative; background:url('../images/PushPinRed.png') no-repeat 0 0; height:30px; width:25px; top:-15px; color:#fff; text-align:center; font: bold 12px Arial; cursor: pointer;}
.pinStyle1 .text{ position: relative; top: 2px; }


/*** small grey box***/
.sls {background: url(../images/sls.gif) 0 0 repeat-y}
.srs {background: url(../images/srs.gif) 100% 0 repeat-y}

.sb {background: url(../images/sb.gif) 0 100% repeat-x}
.sbl {background: url(../images/sbl.gif) 0 0 no-repeat}
.sbr {background: url(../images/sbr.gif) 100% 100% no-repeat}

.st {background: url(../images/st.gif) 0 100% repeat-x}


.stl {background: url(../images/stl.gif) 0 0 no-repeat} 
.str {background: url(../images/str.gif) 100% 0 no-repeat}


#top-branding
{
    position: relative;
	width: 985px;
	height: 138px;
	/*background: url('../images/header_round_blank.png') no-repeat 0 0;*/
	color: #999999;
	background-color: #ffffff;
}

#pharmacy-header
{
	width: 985px;
	height: 136px;
	background: url('../images/NPAHeader.jpg') no-repeat 0 0;
	color: #999999;
}


#navigation-links
{
	/*width: 65%;*/
	padding: 0 0 0 10px;
	text-align: left;
}

.pharmacy_item {
    cursor:pointer;
    opacity:0.6;
}

    .pharmacy_item:hover {
        opacity:1;
    }