/* CSS Document */

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000099;
}

#wrapper {
	width:770px;
	margin: 10px auto;
	text-align: left;
	background-color: #ffffff;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
}
/* Banner */

#banner {
	width: 770px;
	height: 140px;
	background-image: url(images/Access%20Pharmacy%20NEWlogo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
}

#smallerbanner {
	width: 770px;
	height: 35px;
	padding-top: 10px;
	background-image: url(images/smallbanner-bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

#smallerbanner h1 {
	color: #333333;
	text-align: left;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	}

#smallerbanner a {
color: #333333;
font-size: 13px;
font-style: italic;
text-decoration: none;
}

#smallerbanner a:hover {
	color: #000099;
	}
/* Navigation Bar */

#nav {
	width: 770px;
	height: 35px;
	text-align: center;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	padding-right: 5px;
	padding-top: 10px;
}

#nav p {
line-height: 150%;

}

#nav a {
	color: #000099;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;		
}

#nav a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #ffffff;
}



/* Sidebar */


#sidebar {
	width: 225px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	padding-bottom: 10px;
		background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;		
}

#sidebar a {
	color: #000099;
	text-decoration: none;
	margin-left: 25px;	
		
	
}
#sidebar a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* Main Content */
#content {
	width: 490px;
	padding: 10px;
	margin-left: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
	font-size: 12px;
}

#content p {
color: #000000;
	line-height: 130%;
	list-style: circle;	
	
	
}
#content ul {
padding-left: 30px;
	padding-right: 15px;
	list-style: circle;	
	line-height: 130%;
}

#content ol {
	padding-left: 30px;
	padding-right: 15px;
	line-height: 140%;
	list-style-type: decimal;
}
#content h1 {
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
#content h2 {
	color: #666666;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
#content a {
	color:#000099;
	text-decoration:none;
	font-weight: bold;	
}

#content a:hover {
	color:#666666;
	text-decoration: none;
	
}

hr {
	color: #CCCCCC;
}
/* Block quote box */

.blockquote {
	width: 200px;
	margin: 0px;
	float: right;
	text-align: left;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	line-height: 130%;
	background-image: url(images/blockquote-bg.gif);
	padding: 10px;
}


/* Images within Main Content */

.leftimage {
float: left;
margin: 0 10px 20px 0;
}

.rightimage {
	width:265px;
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.smallrightimage {
	width: 200px;
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

.smallestrightimage {
	width:150px;
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

/* Footer */

#footer {
	width: 750px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000099;
	background-image: url(images/body-bg.gif);		
}

#footer p {
	margin: 0;
	line-height: 140%;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #000099;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}