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

* {
	margin:0;
	padding:0;
}
body {
	background-color:white;
	background-image:url(../images/bodyBackground.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:rgb(0,0,75);
}
#pageContainer {
	background-color:transparent;
	background-image:url(../images/pageContainerBackground.png);
	background-position:center top;
	background-repeat:repeat-y;
}
#headerArea {
	margin:0 auto;
	position:relative;
	width:800px;
	height:142px;
	background-color:rgb();
	background-image:url(../images/headerAreaBackground.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
#headerHomeLink {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	height:142px;
}
#headerHomeLink a {
	display:block;
	width:200px;
	height:142px;
	background-color:rgb();
	background-image:url(../images/headerHomeLink.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#weatherArea {
	position:absolute;
	top:0;
	left:200px;
	padding:0 10px;
	width:580px;
	text-align:right;
	font-size:12px;
	line-height:24px;
}
#contentContainer {
	margin:0 auto;
	width:800px;
}
#contentArea {
	float:right;
	width:600px;
}

#contentAreaInner {
	padding:20px;
	text-align:left;
}
#contentArea h1 {
	font-size:28px;
	line-height:34px;
}
#contentArea p {
	margin:7px 0;
	font-size:13px;
	line-height:21px;
}
#sidebarArea {
	float:left;
	padding-bottom:20px;
	width:200px;
}
#primaryNavigation {
	margin:0 auto 10px auto;
	width:165px;
	background-color:white;
	border-right:solid 1px rgb(0,0,75);
	border-bottom:solid 1px rgb(0,0,75);
	border-left:solid 1px rgb(0,0,75);
	list-style-type:none;
	text-align:left;
	font-size:20px;
	line-height:30px;
}
#primaryNavigation a:link, #primaryNavigation a:visited {
	display:block;
	padding:0 0 0 30px;
	width:135px;
	height:30px;
	background-color:transparent;
	background-image:url(../images/primaryNavigationLink.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:rgb(0,0,75);
	text-decoration:none;
}
#primaryNavigation a:hover, #primaryNavigation a:active {
	text-decoration:underline;
}
#secondaryNavigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(0,0,75);
	text-decoration:none;
}
#promotionArea {
	margin:40px auto 10px auto;
	width:165px;
	background-color:white;
	border:solid 1px rgb(0,0,75);
}
#promotionArea h1 {
	background-color:rgb(0,0,75);
	font-size:12px;
	line-height:24px;
	text-transform:uppercase;
	color:white;
}
#promotionArea ul {
	margin:10px 10px 0 30px;
	list-style-type:square;
	text-align:left;
	font-size:11px;
	line-height:14px;
}
#promotionArea ul li {
	margin:0 0 10px 0;
}
.promotionPrice {
	font-family:Arial, Helvetica, sans-serif;
}
#goodNeighborPharmacyLogo a {
	margin:10px auto;
	display:block;
	height:37px;
	background-color:white;
	background-image:url(../images/Good-Neighbor-Pharmacy-Logo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#footerArea {
	margin:0 auto;
	position:relative;
	padding:0 10px;
	width:780px;
	height:30px;
	background-color:rgb();
	background-image:url(../images/footerAreaBackground.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	text-align:left;
}
.clearBoth {
	clear:both;
}