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

/*
link blue: #3399cc
text: #666
nav: #999
a link: #666
a active: #336666
a hover focus: #3399cc
a visited: #99cccc
*/
/* SITE-WIDE _______________________________________ */

* { font-size: 100%; margin: 0; padding: 0; }

html { height: 100%; }

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #FFF;
	color: #666;
	font: 13px Verdana, Geneva, sans-serif;
}
p, em, ol, ul, li, h1, h2, h3, h4, blockquote {
	margin: 0em 0 0.9em;
}

/* Headings ________ */
h1, h2 {
	font-size: 14px;
}
h3, h4 {
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-weight: normal;
	padding-top: 2px;
	margin-bottom: 8px;
}
h2 {
	font-weight: bold;
	}
h3 {
	line-height: 1.5em;
}
h4 {
	font-style: italic;
	text-align: center;
}
#pharm-header h1 {
	font-weight: bold;
	}


/* Class ________ */
a.external {
	padding-right: 15px;
	background: url(../images/i_cons/Icon_External_Link.png) no-repeat right top;
}  

.lowercase {
	text-transform: lowercase;
}
.sideheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #3399cc;
	text-decoration: underline;
}
.sideheader2 {
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
.titles {
	text-decoration: underline;
	font-weight: bolder;
	line-height: 1.9em;
	}
.indent {
	margin-left: 15px;
}
.indent-deep {
	margin-left: 35px;
}
.small {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #600;
}
.continue {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.notation {
	font-size: 12px;
	font-style: italic;
	text-align: left;
	border: thin double #C00;
	margin-right: 5px;
	padding: 5px 15px 5px 25px;
}

.cite  {
	text-align: right;
	font-style: italic;
	color: #00F;
}
.q-color {
	color: #900;
	font-weight: bolder;
	font-style: oblique;
	line-height: 1.5em;
}
.a-color {
	color: #3399CC;
	font-style: oblique;
	font-weight: bolder;
}
.button {
	font-weight: bold;
	color: #CCC;
	text-align: center;
	margin-left: 235px;
	padding-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
/* Containers and Content ____ */
#container {
	text-align: center;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper {
	height: auto;
	width: 890px;
	text-align: left;
	clear: both;
	margin: 0px 2px 15px 3px;
	
}
#content-box {
	height: auto;
	width: 890px;
	text-align: left;
	clear: both;
	margin: 0px 2px 15px 3px;
}
#content-left,  #content-right, #content-helpers {
	height: auto;
	float: left;
}
#content-left {
	width: 565px;
	padding-left: 30px;
	padding-top: 25px;
	}
#content-right {
	width: 250px;
	margin: 20px 15px 0px 20px;
	}
#content-left-side, #content-right-side {
	height: auto;
	float: left;
}
#content-left-side {
	width: 550px;
	padding-left: 30px;
	padding-top: 25px;
	}
#content-right-side {
	width: 250px;
	margin: 30px 5px 0px 30px;
	text-align: center;
	padding-left: 20px;
	display: inline;
	height: auto;
}
#content-right-side p a {
	line-height: 1.5em;
}
#content-helpers {
	width: 650px;
	padding-left: 150px;
	padding-top: 25px;
	}
#translate {
	text-align: center;
	padding-bottom: 25px;
	margin-right: 20px;
	margin-left: 15px;
}
#translator {
	text-align: center;
	padding-bottom: 25px;
	margin-right: 20px;
	margin-left: 220px;
}
#translate-right {
	text-align: right;
	margin-left: 225px;
	height: auto;
	width: 500px;
}
#rec-reading {
	background: url(../addisons/comptherapy/images/labradoodle.jpg) no-repeat center 13px;
	padding-left: 10px;
	padding-right: 0px;
}
#rec-reading2 {
	padding-left: 10px;
	padding-right: 0px;
}
#notation {
	font-size: 12px;
	font-style: italic;
}
/* Headers ____ */
#master-header {
	background-color: #FFF;
	height: 200px;
	width: 900px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
}
#mainlogo-left {
	text-align: center;
	float: left;
	height: 68px;
	width: 320px;
	padding-top: 50px;
	text-decoration: none;
}
#headercenter-img {
	width: 245px;
	float: left;
	height: 174px;
	padding-top: 0px;
}
#header-rightbox {
	text-align: right;
	height: 35px;
	padding-top: 155px;
	padding-right: 20px;
}

/* Quotations _______________________________________ */
.blockquote-right, .blockquote-left {
	color: #600;
    text-align: center;
	width: 225px;
	margin: 2px;
	padding: 6px 3px 3px;
	display: inline;
	background: #F0F0F0;
	border: 1.2px solid #666;
	font-size: 10px;
	font-style: normal;
	line-height: 1.2em;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blockquote-right {
	float: right;
		}
.blockquote-left {
	float: left;
	margin-right: 6px;
	clear: both;
}
.pullquote, .pullquote-l {
	width: 45%;
	float:right;
	font-size:125%;
	line-height:115%;
	margin:10px;
	background: url(../addisons/comptherapy/images/quotes_b.jpg) no-repeat right bottom    !important;
	background /**/:url();
	height: auto;
	padding:0px 0px 5px;
}
.pullquote {
	float:right;
	display: inline;
}
.pullquote-l {
	float:left;
	}
.pullquote:first-letter {
	background: url(../addisons/comptherapy/images/quotes_t.jpg) no-repeat left top    !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url();
}
#block-q-highlight {
	background: #ECFFFF;
	height: auto;
	width: 450px;
	border: medium double #3399cc;
	margin-left: 90px;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Navigation Top _______________________________________ */
#navigation {
	width: 890px;
	text-align: center;
	height: auto;
	clear: both;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#whatis, #faqs, #support, #about, #contact, #store {
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 0px;
	font-style: normal;
	color: #999;
}
#whatis {
	padding: 0px 2px 0px 0px;
}
#faqs, #support, #about, #store, #contact {
	padding: 0px 0px 0px 5px;
}
#navigation li a {
	color: #999;
	text-decoration: none;
}
#navigation li a:hover, #navigation  li a:focus {
	color: #3399cc;
}
#navigation  li a:active {
	color: #336666;
}

/* Navigation Print Page To Top Site Map Contact US _______________________________________ */
ul#nav-footer li {
	background: none;
	display: inline;
	padding: 0;
	margin-left: 0px;
}
#nav-footer li a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
	padding: 15px 5px 3px 5px;
	border-width: 1px 1px 1px 1px;
	border-style: none;

}
#nav-footer li a:hover, #nav-footer li a:focus, #nav-footer li a:active {
	color: #3399cc;
}
#top a {
	background-repeat: no-repeat;
	background-position: center -2px;
	background-image: url(../images/i_cons/up-to-top-icon.jpg);
}
#print_page a {
	background-image: url(../images/i_cons/print-icon.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
}

#site_map a {
	background-image: url(../images/i_cons/site-map-icon.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
}
#contact_us a {
	background-image: url(../images/i_cons/email-icon.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
}
#privacy_policy a {
	background-image: url(../images/i_cons/privacy-icon.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
}
/* Footer ____ */
#footer-nav {
	height: auto;
	width: 860px;
	padding: 7px 18px 0;
	text-align: center;
	clear: both;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}
#footer-all {
	height: auto;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #666;
	text-align: center;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #09F;
	padding-top: 15px;
	padding-bottom: 10px;
}
/* =Anchors
----------------------------------------------- */
a img { border: none; }

a:link {
	text-decoration: none;
	line-height: 1.3em;
	font-size: 12px;
	color: #666;
}

a:active {
	color: #336666;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:focus {
	color: #3399cc;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #99cccc;
	text-decoration: none;
	font-size: 12px;	
}
.alt-link-color {
	color: #006666;
}
.read a {
	color: #3399cc;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}

/* =Floats
----------------------------------------------- */
.float-left {
	float: left;
	margin-right: 10px;
	width: 1px;
}

.float-right { float: right; margin-left: 10px; width: 1px;  }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.align-center {
	text-align: center;
}

/* GoodSearch Additional _______________________________________ */
#goodsearch-wrap {
	padding-left: 55px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #goodsearch-wrap {
	margin-left: 15px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

/* Sitemap _______________________________________ */
#content-sitemap  {
	clear: both;
	height: auto;
	width: 800px;
	text-align: left;
	margin-top: 15px;
	padding-right: 25px;
	padding-left: 45px;
	float: left;
}
#sitemap-box {
	height: Auto;
	width: 325px;
	margin-left: 50px;
	line-height: 1.3em;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
	}
.indent-sitemaph3 {
	margin-left: 75px;
	font-weight: bold;
}
	
.indent-sitemap {
	margin-left: 35px;
	font-weight: bold;	
	font-size: 16px;
	
}
.indent-sitemapL2 {
	margin-left: 75px;
}
.indent-sitemapmore {
	margin-left: 55px;
	font-weight: bold;	

}
/* Pharmacy _______________________________________ */
#pharm-header {
	clear: both;
	height: auto;
	width: 800px;
	text-align: left;
	margin-top: 15px;
	padding-right: 25px;
	padding-left: 45px;
	float: left;
}

#content-canada, #content-usa {
	height: auto;
	width: 400px;
}
#content-canada {
	float: left;
}
#content-usa {
	float: right;
}
#divider {
	height: auto;
	width: 75px;
	float: left;
}
#box, #box-ribbon, #box-top, #box-last {
	text-align: center;
	width: 325px;
	margin-left: 50px;
	line-height: 1.3em;
	padding-top: 5px;
}
#box {
	height: 200px;
	border-bottom: thick groove #3399cc;
	
}
#box-ribbon {
	height: 200px;
	border-bottom: thick groove #3399cc;
	background-attachment: scroll;
	background-image: url(../addisons/helpers/pharmacies/images/adogs-ribbon.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
#box-top {
	height: auto;
	border-bottom: thick groove #3399cc;
	color: #3399cc;
	font-weight: bold;
}
#box-last{
	height: 175px;
	
	}
/* Footer Articles  ____ */
#footer-nav-art {
	height: auto;
	width: 610px;
	padding: 7px 18px 0;
	text-align: center;
	clear: both;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}
#footer-all-art {
	height: auto;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #666;
	text-align: center;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #09F;
	padding-top: 15px;
	padding-bottom: 10px;
}

ul#nav-footer-art li {
	background: none;
	display: inline;
	padding: 0;
	margin-left: 0px;
}

#nav-footer-art li a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav-footer-art li a:hover, #nav-footer li a:focus, #nav-footer li a:active {
	color: #3399cc;
}
