@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-size: 12px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border: none;
	outline: none;
	text-align: left;
	vertical-align: middle;
}

body, form, div, img, table, tr, p, span, h1, h2, h3, h4, h5, hr, textarea {
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #005588;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin-left: 25px;
}

input, select, option, textarea {
	color: #005588;
	font-size: 0.9em;
}

p, span {
	font-size: 1em;
}

div {
	position: relative;
}

a { text-decoration: underline; color: #005588; }
a:hover { text-decoration: none; }

a.whiteLink { color: #FFFFFF; }
a.whiteLink:hover { text-decoration: none; }

h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
}

hr {
	color: #005588;
	background-color: #005588;
	height: 1px;
	margin-bottom: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.largerText {
	font-size: 1.1em;
}

.smallerText {
	font-size: 0.9em;
}

.lightFont {
	color: #88BBDD;
}

.darkFont {
	color: #005588;
}

.leftAlign {
	text-align: left;
}

.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.noMargin {
	margin: 0px;
}

.noPadding {
	padding: 0px;
}

.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.halfWidthLeft {
	float: left;
	width: 49%;
	margin-right: 1%;
}

.halfWidthRight {
	float: right;
	width: 49%;
	margin-left: 1%;
}

.headerTopContainer {
	background-color: #FFFFFF;
	background-image: url(../images/topHeadBack.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

.headerTop {
	width: 850px;
	margin: 0px auto;
}

.PNWLogo {
	float: left;
	text-align: left;
}

.PNWContact {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 1.6em;
}

.PNWContact a { text-decoration: none; }
.PNWContact a:hover { text-decoration: underline; }

.topMenuContainer {
	background-color: #AABBCC;
	border: 1px solid #FFFFFF;
}

.topMenu {
	background-color: #AABBCC;
	background-image: url(../images/topMenuBack.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 850px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
	border-width: 0px 1px;
}

.topMenu td {
	text-align: center;
	height: 33px;
	padding: 0px 4px;
}

.topMenu td a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.topMenu td a:hover {
	text-decoration: underline;
}

.topMenu td.divider {
	width: 2px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

.CMStopMenu {
	background-color: #AABBCC;
	background-image: url(../images/topMenuBack.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 850px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
	border-width: 0px 1px;
}

.CMStopMenu table {
	
}

.CMStopMenu td {
	text-align: center;
	height: 33px;
	padding: 0px 4px;
}

.CMStopMenu td a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.CMStopMenu td a:hover {
	text-decoration: underline;
}

.CMStopMenu td.divider {
	width: 2px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

.headUnderMenuContainer {
	background-color: #D9E0E9;
}

.headUnderMenu {
	background-color: #D9E0E9;
	background-position: top;
	background-repeat: no-repeat;
	width: 852px;
	height: 136px;
	margin: 0px auto;
}

.humCaption {
	position: absolute;
	top: 87px;
	left: 15px;
}

.humCaption h1 {
	color: #FFFFFF;
}

.humCaption .lowerLine {
	font-size: 1.3em;
	color: #FFFFFF;
}

.humLogin {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 200px;
}

.humLogin .title {
	font-size: 1.4em;
	font-weight: bold;
	color: #005588;
	margin-bottom: 5px;
}

.humLogin .inputMask {
	background-color: #FFFFFF;
	border: 1px solid #005588;
	padding: 0px 4px;
	margin-bottom: 3px;
	width: 170px;
}

.humLogin .inputMask input {
	border: none;
	background-color: #FFFFFF;
	width: 90px;
	color: #005588;
	font-size: 0.9em;
}

.humLogin .imText {
	float: left;
	padding-top: 2px;
	width: 75px;
	text-transform: uppercase;
	font-size: 1em;
}

.humLogin .imBox {
	float: left;
}

.humLogin .rememberMe {
	font-size: 1em;
	padding-left: 10px;
	margin-bottom: 4px;
}

.humLogin .submitButton {
	text-align: right;
	padding-right: 20px;
}

.humLogout {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 180px;
	font-size: 1.1em;
}

.humLogout p {
	margin-bottom: 15px;
}

.footerContainer {
	background-color: #D9E0E9;
	clear: both;
}

.footer {
	background-color: #D9E0E9;
	background-position: top;
	background-image: url(../images/footerBack.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 30px;
	margin: 0px auto;
	font-size: 1em;
}

.footer a {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footerLeft {
	float: left;
	padding-top: 7px;
	padding-left: 15px;
	color: #FFFFFF;
}

.footerRight {
	float: right;
	padding-top: 7px;
	padding-right: 15px;
	color: #FFFFFF;
}

.mainContentAreaContainer {
	background-color: #FFFFFF;
	padding: 15px 0px;
}

.mainContentArea {
	width: 850px;
	margin: 0px auto;
}

.mainContentArea h2 {
	text-transform: lowercase;
	color: #88BBDD;
	margin-bottom: 10px;
}

.mainContentArea p {
	margin-bottom: 15px;
}

.CMSmainContentArea {
	width: 850px;
	margin: 0px auto;
}

.CMSmainContentArea h2 {
	text-transform: lowercase;
	color: #88BBDD;
	margin-bottom: 10px;
}

.CMSmainContentArea p {
	margin-bottom: 15px;
}

.fadedBox {
	background-color: #EEF3F7;
	padding: 15px;
	margin-bottom: 5px;
}

.fadedBoxTopLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 4px;
	background-image: url(../images/fadedBoxTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.fadedBoxTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 4px;
	background-image: url(../images/fadedBoxTopRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.fadedBoxBottomLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 4px;
	height: 4px;
	background-image: url(../images/fadedBoxBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.fadedBoxBottomRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 4px;
	height: 4px;
	background-image: url(../images/fadedBoxBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.fadedBoxHead {
	font-size: 1.2em;
	font-weight: bold;
}

.fadedBox th, .fadedBox td {
	padding: 2px 3px;
}

.blueBorder th, .blueBorder td {
	border: 1px solid #99CCDD;
}

.fadedBox th {
	font-size: 1.2em;
}

.fadedBox td {
	font-size: 1.1em;
}

.blueBox {
	background-color: #005588;
	background-image: url(../images/blueBoxFade.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 7px 4px;
	margin: 10px 0px;
	text-align: center;
}

.blueBoxTopLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background-image: url(../images/blueTopLeft.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.blueBoxTopRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	background-image: url(../images/blueTopRight.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.blueBoxBottomLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background-image: url(../images/blueBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.blueBoxBottomRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	background-image: url(../images/blueBottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.blueBox p, .blueBox a, .blueBox span {
	color: #FFFFFF;
}

.blueBoxHead {
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	font-weight: bold;
}

.blueBoxText {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

.homeLeft {
	float: left;
	width: 315px;
	margin-left: 15px;
	_margin-left: 5px;
}

.homeMiddle {
	float: left;
	width: 230px;
	margin-left: 25px;
	_width: 228px;
	_margin-left: 20px;
}

.homeRight {
	float: left;
	width: 240px;
	margin-left: 25px;
	_width: 220px;
	_margin-left: 20px;
}

.homeVan {
	left: -15px;
}

.homeVan .moreAboutUsButton {
	position: absolute;
	top: 10px;
	right: 0px;
}

.homeLatestHead {
	font-weight: bold;
	text-transform: uppercase;
}

.homeLatestContent {
	margin-bottom: 5px;
}

.homeLatestContent p {
	margin-bottom: 10px;
}

.homeBullList {
	left: -34px;
	width: 255px;
	#left: -35px;
}

.mainLeft {
	float: left;
	width: 200px;
}

.mainMiddle {
	float: left;
	width: 400px;
	margin-left: 25px;
}

.mainRight {
	float: left;
	width: 200px;
	margin-left: 25px;
}

.sideMenu {
	
}

.sideMenu a {
	text-decoration: none;
}

.sideMenu ul {
	list-style-image: url(../images/sideMenuBullet.gif);
}

.sideMenu li {
	text-transform: uppercase;
	border-bottom: 1px dotted #005588;
	font-size: 1em;
	vertical-align: bottom;
	padding: 2px 2px;
	padding-top: 1px;
	#padding: 0px 2px;
	#padding-top: 5px;
}

.sideMenu li:hover {
	background-color: #005588;
	border-bottom: 1px dotted #88BBDD;
}

.sideMenu li:hover>a {
	color: #FFFFFF;
}

.mainLeftWide {
	float: left;
	width: 560px;
	margin-left: 15px;
	_margin-left: 5px;
}

.mainRightWide {
	float: left;
	width: 250px;
	margin-left: 25px;
}

.newsArticle {
	
}

.newsHead {
	float: left;
	width: 70%;
	font-weight: bold;
	font-size: 1.1em;
}

.newsDate {
	float: right;
	width: 25%;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 10px;
}

.newsStory {
	clear: both;
	margin-top: 5px;
}

.newsArticle img {
	margin: 10px;
	margin-top: 0px;
	padding: 1px;
	border: 1px solid #99CCDD;
	float: right;
}

.regTable {
	width: 400px;
}

.regTable th, .regTable td {
	padding: 1px 3px;
}

.regTable th {
	width: 125px;
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-size: 1.1em;
}

.regTable input[type="text"] {
	
}

.regTable input, .regTable select {
	color: #005588;
	font-size: 1em;
}

.required {
	color: #CC0000;
	font-size: 1.4em;
	font-weight: bold;
}

.regTable td {
	text-align: left;
}

.tableBreak {
	
}

.errMsg {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.posMsg {
	color: #009900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.address {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}

.addressName {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.defAddress {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}

.setDef {
	margin-top: 10px;
}

.addressTable {
	width: auto;
}

.addressTable th, .addressTable td {
	padding: 1px 3px;
}

.addressTable th {
	width: 100px;
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-size: 1.1em;
}

.addressTable input[type="text"] {
	
}

.addressTable input, .addressTable select {
	color: #005588;
	font-size: 1em;
}

.addressTable td {
	text-align: left;
}

.smallGreyText {
	color: #666666;
}

.exemptTable {
	width: auto;
}

.exemptTable th, .exemptTable td {
	padding: 1px 3px;
	vertical-align: top;
}

.exemptTable th {
	width: 15px;
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-size: 1.1em;
}

.exemptTable td {
	padding-top: 4px;
}

.exemptTable input[type="text"] {
	
}

.exemptTable input, .exemptTable select {
	color: #005588;
	font-size: 1em;
}

.exemptTable td {
	text-align: left;
}

.exemptStatus {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.8em;
	padding-left: 30px;
}

.docTable {
	width: auto;
}

.docTable th, .docTable td {
	padding: 1px 3px;
	vertical-align: top;
}

.docTable th {
	width: 15px;
	text-align: right;
	padding-right: 5px;
	font-weight: normal;
	font-size: 1.1em;
}

.docTable td {
	padding-top: 0px;
}

.docTable input[type="text"] {
	
}

.docTable input, .docTable select {
	color: #005588;
	font-size: 1em;
}

.docTable td {
	text-align: left;
}

.special {
	
}

.specImgLeft, .specImgRight {
	width: 127px;
}

.specImgLeft img, .specImgRight img {
	border: 1px solid #005588;
}

.specImgLeft {
	float: left;
	padding-right: 10px;
}

.specImgRight {
	float: right;
	padding-left: 10px;
}

.specTitle {
	font-size: 1.4em;
	font-weight: bold;
}

.specBody {
	
}

.testimonial {
	
}

.testFrom {
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	padding-right: 40px;
}

.testBody {
	
}

.accSumDetails {
	
}

.accSumDetails th, .accSumDetails td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	padding-bottom: 5px;
}

.accSumDetails th {
	font-size: 1em;
	width: 110px;
}

.accSumDetails td div.floatRight {
	margin-left: 3px;
}

.addToOrder th, .addToOrder td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	padding-bottom: 2px;
}

.addToOrder th {
	font-size: 1em;
	padding-right: 5px;
}

.loginTable {
	width: auto;
}

.loginTable th {
	text-align: right;
	padding-right: 5px;
}

.loginTable td {
	
}

.CMSUsersTable {
	width: auto;
	border: 1px solid #005588;
}

.CMSUsersTable th, .CMSUsersTable td {
	padding: 2px 3px;
}

.CMSUsersTable th {
	border: 1px solid #66AADD;
}

.CMSUsersTable td {
	border: 1px solid #66AADD;
}

.editPageTopTable th, .editPageLowerTable th {
	width: 140px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.editPageTopTable td, .editPageLowerTable td {
	vertical-align: top;
}

.surgTable {
	width: 825px;
}

.surgTable th, .surgTable td {
	border: 1px solid #005588;
	padding: 3px 5px;
	vertical-align: top;
}

.surgTable th {
	font-size: 1.1em;
}

.surgTable td {
	
}

.CMSdocTable {
	width: 725px;
}

.CMSdocTable th, .CMSdocTable td {
	border: 1px solid #005588;
	padding: 3px 5px;
	vertical-align: top;
}

.CMSdocTable th {
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

.CMSdocTable td {
	
}

.exemptionTable {
	width: 600px;
}

.exemptionTable th, .exemptionTable td {
	border: 1px solid #005588;
	padding: 3px 5px;
	vertical-align: top;
}

.exemptionTable th {
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
}

.exemptionTable td {
	
}

.usersTable {

}

.usersTable th, .usersTable td {
	border: 1px solid #005588;
	padding: 2px 3px;
}

.usersSubTable {
	
}

.usersSubTable th, .usersSubTable td {
	border: 1px solid #6699CC;
}

.editMember {
	
}

.editMember th {
	width: 125px;
	text-align: right;
	padding-right: 10px;
}

.ordersTable {
	
}

.ordersTable th, .ordersTable td {
	border: 1px solid #005588;
	padding: 2px 3px;
}

.ordersTable td {
	vertical-align: top;
}

.newRegReminders {
	width: 800px;
}

.newRegReminders th, .newRegReminders td {
	border: 1px solid #005588;
	padding: 2px 3px;
}

.newReminders {
	width: 800px;
}

.newReminders th, .newReminders td {
	border: 1px solid #005588;
	padding: 2px 3px;
}

.specialsTable {
	
}

.specialsTable th {
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	width: 100px;
}

.specialsTable td {
	
}

.orderDetailTable {
	width: 750px;
	margin-left: 35px;
}

.orderDetailTable th, .orderDetailTable td {
	border: none;
	vertical-align: top;
}

.orderDetailTable th {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}