

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #000000;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 25px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 25px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img{border:none;}

/* Header */

#header {
	width: 900px;
	height: 175px;
	margin: 0px auto;
	background-image: url(images/noflashtopimage.jpg);
	background-repeat: no-repeat;
}

#topnav {
width: 900px;
	height: 45px;
	margin: 0px auto;
}

#pharmheader {
	width: 900px;
	height: 205px;
	margin: 0px auto;
	background-image: url(images/pharmacy/pharmacyheader2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#labheader {
	width: 900px;
	height: 205px;
	margin: 0px auto;
	background-image: url(images/laboratory/labheader.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#mainheader {
	width: 900px;
	height: 205px;
	margin: 0px auto;
	background-image: url(images/noflashtopimage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header h1, #header h2 {
	
	font-weight: normal;
	color: #FFFFFF;
}

#header h1{
	margin: 0px;
	padding: 0px;
	float: left;	
}


#header h2 {
	float: right;
	font-size: 22px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 125px;
}


/* Menu */
#menu {
	width: 900px;
	height: 31px;
	top: 248px;
	padding-top: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Search */

#search {
	float: right;
	height: 44px;
}

#search form {
	float: right;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	padding: 0;
	height: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
}

#search .text {
	width: 115px;
	height: 20px;
	color: #333333;
}

#search-submit {
	padding: 0px;
	margin: 0px;
	height: 20px;
	color: #39561D;
}

/* page */

#page {
width: 850px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
	top: 250px;
}


/* Content */

#content {
float: left;
	width: 600px;	
}

.post {
	
}

.post .title {
	height: 49px;
	color: #666666;
}

.post .title h2, .post .title h3 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 24px;
	
	color: #666666;
}

.post .title a {
	text-decoration: none;
	color: #666666;
}

.post .title a:hover {
	color: #003366;
}

.post .title p {
	float: right;
	padding: 12px 24px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}

.post .entry {
	padding: 30px 23px 0px 23px;
}

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.post .meta .credit {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(images/img04.gif) no-repeat left center;
}

.hrule {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.navigation {
	padding: 20px 0;
	font-size: 14px;
}

.commentlist {
	float: left;
	width: 500px;
}

.commentlist li {
	padding-top: 20px;
	float: left;
	}

.commentlist .meta {
}

.commentlist .entry {
	float: left;
}

#comment {
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	background: url(images/img05.gif) repeat-y;
	padding-left: 10px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 10px;
	padding-left: 23px;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sidebar h2 {
	
	font-size: 14px;
	color: #000000;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/sidebarheaderbkgrnd.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}

/* Footer */

#footer {
height: 500px;
	background: url(images/footerbkgrnd.gif) repeat-x;
	background-color: #003366;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;	
}

#footer h1 {
	font-size: 11px;
}
#footerinfo {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 240px;
	padding-bottom: 40px;
}
#footerbox {
	float: left;
	width: 180px;
	list-style-type: none;
	padding-bottom: 20px;
	height: 220px;
	padding-left: 10px;
}


#footerbox li{
	list-style-type: none;
	text-transform: capitalize;
	color: #CCCCCC;
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footerbox li a {
	text-decoration: none;
}

#footerbox li a:hover {
	color: #FFFFFF;
}

#footer p {
	text-align: center;
	color: #999999;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}
#footer a {
	text-align: center;
	color: #999999;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#footer address {
	text-align: center;
	color: #FFFFFF;
	word-spacing: 20px;
	font-size: 12px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/* Submenu */

#submenu {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/submenu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}



#submenu-inner {
    position: relative;
}

#submenu ul {
	float: left;
	margin: 0;
	list-style: none;
	width: 650px;
	height: 68px;
	
}


#submenu li {
  display: inline;

  
}


#submenu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #002E5C;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;
	font-weight: bold;
	background-image: url(menuline.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}



#submenu a:hover {
	text-decoration: underline;
	color: #4F798F;
	
	}
	
	#submenu .home a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	
	}

#submenu .active_blog a{
	text-decoration: underline;
	color: #4F798F;
	
}

#breadcrumb{
	clear: both;
	width: 600px;
}