﻿@charset "utf-8";
/* colors: grey/blue font > 646473; orange > efa214 ; blue > 3a3aab ; purple/blue > 7979cd; */
body {
	margin: 0 auto;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #646473;
	background-color: #ececec;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;	
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
	font-style: italic;
	color: #3a3aab;
}
h3 {
	font-size: 120%;	
}
a {
	color: #3a3aab;
	text-decoration: underline;
}
a:hover {
	color: #3a3aab;
	text-decoration: none;
}
#topper {
	width: 964px;
	height: 41px;
	margin: 0 auto;
	padding: 0 20px 0 0;
	text-align: right;
	background-image: url(../images/img_pg/topper_bk.jpg);
	background-repeat: no-repeat;	
}
#topper a {
	line-height: 35px;
	background-image: url(../images/img_pg/topper_a_bk.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#topper a:hover {
	color: #3a3aab;
}
#header {
	width: 984px;
	height: 125px;
	margin: 0 auto;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	border-right: solid 1px #3a3aab;
	border-left: solid 1px #3a3aab;
}
#header a {
	float:left;
	display:block;
	width: 206px;
	height: 91px;
	margin: 10px 0 0 20px;
	text-decoration: none;
}
#nav {
	width: 984px;
	height: 70px;
	margin: 0 auto;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: no-repeat;
	border-right: solid 1px #3a3aab;
	border-left: solid 1px #3a3aab;
}
#nav a {
	float:left;
	width: 191px;
	height: 68px;
	margin: 0 0 0 3px;
	display:block;
	border: solid 1px #3a3aab;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/img_pg/nav_a_bk.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	background-image: url(../images/img_pg/nav_a_bk-over.jpg);
}
#message {
	width: 984px;
	height: 249px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/img_pg/message_bk.jpg);
	background-repeat: no-repeat;	
	border-right: solid 1px #3a3aab;
	border-left: solid 1px #3a3aab;
}
#message h1 {
	margin: 0;
	display: block;
	padding: 130px 0 0 315px;
	font-size: 18px;
	font-style:italic;
	color: #372d2e;
}
/* content */
#contentwrap {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	border-right: solid 1px #3a3aab;
	border-left: solid 1px #3a3aab;
	border-bottom: solid 1px #3a3aab;
	background-color: #fff;
}
/* content right column */
#contentrighthome {
	float:right;
	width: 764px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#contentright {
	float:right;
	width: 704px;
	margin: 0 auto;
	line-height: 170%;
	padding: 60px 30px 30px 30px;
	background-image: url(../images/img_pg/content_right_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* floating right column for inside content pages - inside content container */
.insideright {
	float:right;
	width: 200px;
	margin: 0 0 20px 30px;
}
/* home column */
.homecolumn {
	float:left;
	width: 241px;
	background-image: url(../images/img_pg/home_column_middle.jpg);
	background-repeat: repeat-y;
	margin-right: 13px;
}
.homecolumn .hctitle {
	width: 230px;
	height: 46px;
	padding-right: 11px;
	background-image: url(../images/img_pg/home_column_top.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	line-height: 35px;
}
.homecolumn p {
	width: 190px;
	padding: 0 0 0 20px;
	margin-top: 0;
	line-height: 160%;
}
.homecolumn .hcbottom {
	width: 241px;
	height: 44px;
	background-image: url(../images/img_pg/home_column_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
.homecolumn .hcbottom a {
	float:left;
	display: block;
	width: 132px;
	height: 44px;
	margin-left: 50px;
	background-image: url(../images/img_pg/home_column_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 36px;
	font-size: 16px;
	font-style: italic;
}
.homecolumn .hcbottom a:hover {
	text-decoration: underline;	
}
.homecolumn .homelocation {
	clear: right;
	width: 210px;
	height: 45px;
	border-bottom: dotted 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-left: 10px;
	padding: 10px 0;
}
.homecolumn .homelocationtop {
	padding-top: 0;	
}
.homecolumn .homelocationbottom {
	padding: 10px 0 15px 0; /* added to address employment button top-padding need */
	border-bottom: none;
}
.homecolumn .homelocation .hltitle {
	font-size: 14px;
	font-weight: bold;
}
.homecolumn .homelocation img {
	float:right;	
}
/* end home */
/* conent left column */
#contentleft {
	float:left;
	width: 220px;
	margin: 0 auto;
}
#prescriptions {
	display:block;
	width: 206px;
	height: 133px;
	background-image: url(../images/img_pg/prescriptions_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#prescriptions a {
	display:block;
	width: 200px;/*206*/
	height: 37px;
	padding-right: 6px;
	background-image: url(../images/img_pg/prescription_bk.jpg);
	background-repeat: no-repeat;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
#prescriptions a.pre3 {
	height: 37px;
	background-image: url(../images/img_pg/prescription_3_bk.jpg);
}
#prescriptions a:hover {
	text-decoration: underline;	
}
.community {
	display:block;
	width: 206px;
	background-image: url(../images/img_pg/community_middle.jpg);
	background-repeat: repeat-y;
}
/*.community a.ctitle {
	font-size: 14px;
	font-style: italic;
	margin: 0 10px 0 5px;
	padding: 0 10px 5px 10px;
	border-bottom: dotted 1px #999;
	color: #3a3aab;
	display:block;
	background-image: url(../images/img_pg/community_top.jpg);
	background-repeat: no-repeat;
}*/
.community a.ctitle {
	font-size: 15px;
	font-style: italic;
	margin: 0;
	padding: 10px 10px 5px 15px;
	color: #3a3aab;
	display:block;
	background-image: url(../images/img_pg/community_top.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
.community a.ctitle:hover {
	text-decoration: underline;	
}
.community p {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 10px 0 15px;
	margin: 0 10px 0 5px;
	border-top: dotted 1px #999;
}
/* inside content left */
#delivery {
	display:block;
	width: 194px;/*206*/
	height: 80px;/*250*/
	padding: 170px 12px 0 0;
	margin: 0;
	background-image: url(../images/img_pg/inside-delivery.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3a3aab;
	text-align: center;
}
/* end content left */
#contentfooter {
	clear: both;
	width: 984px;
	margin: 0 auto;
	background-color: #efa214;
	border-top: solid 1px #3a3aab;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	padding: 15px 0;
	text-align: center;
}
#footer {
	width: 984px;
	margin: 0 auto;
	color: #666;
	font-size: 11px;
	padding: 20px 0;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
/* generic classes */
.aboutlocation {
	float:left;
	width: 170px;
	padding-bottom: 20px;
	font-size: 120%;
}
.h3topborder {
	border-top: dotted 1px #999;
	padding-top: 10px;
}
a.maplink {
	display:block;
	height: 40px;
	border: dotted 1px #999;
	padding: 20px 20px 20px 130px;
	background-image: url(../images/img_pg/map_icon.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 40px;
	font-size: 18px;
}
table.prescription-order-form td {
	padding: 5px 0;	
}
.highlight {
	clear:left;
	border: dotted 1px #999;
	background-color: #FF9;
	padding: 20px;
	font-size: 14px;
	color: #000;
}
.highlight h3,communityblock h3 {
	padding-top:0;
	margin-top:0;
}
.highlight p,communityblock h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.communityblock {
	border-bottom: dotted 1px #999;
	padding: 20px;
}
.imgflrt {
	float:right;
	margin: 0 0 20px 20px;
}
.column {
	width: 340px;
	float:left;	
}
.clearit {
	clear:both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.pharmacies {
	border-top: solid 1px #F90;
	border-bottom: solid 1px #F90;
	margin: 20px 0;
}
/* google maps */
#wagmp_map_1 {
	width: 600px;
	height: 400px;
	border: solid 1px #000;
}
a.pdf {
	display:block;
	border: dotted 1px #999;
	background-color: #fff;
	padding: 10px 10px 10px 60px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #c00;
	background-image: url(../images/img_misc/pdf.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
a.pdf:hover {
	border: solid 1px #000;
	color: #000;	
}