










@charset "UTF-8";

/* RESET AND SETUP ======================================================== */

* {
	margin: 0;
	padding: 0;
}

body { 
	background:#46727f url(http://partnersforcare.ca/images/interface/mainback.jpg) no-repeat top center fixed; 
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	line-height:1.3em;
	text-align: left;
	color:#333333;
	z-index: -5;
}

html {min-width:980px;}

html, 
body {height:100%;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* DEFAULT STYLES ======================================================== */

a {
	color: #095284;
	text-decoration: none;
}

a:hover {
	color: #3478ff;
	text-decoration: none;
}

h1 {
	text-align: left;
	font-size: 2.0em;
	color: #095284;
	font-weight: normal;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.3em;
	color: #095284;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 1.2em;
	padding: 0 0 20px 0;
	line-height: 1.2em;
	color: #095284;
}

h4 {
	font-size: 1.0em;
	padding: 0 0 20px 0;
	line-height: 1.2em;
	color: #095284;
}

p {
	margin: 0 0 20px 0;
	text-align: left;
}

img {
	border: none;
}

.thumbnail {
	border: 1px solid #000000;
}


/* extra top margin for headers preceded by other text-based elements */
p + h2, div + p + h2, ul + h2, ol + h2, dl + h2, table + h2, blockquote + h2, hr + h2, h3 + h2,
div + p + h3, ul + h3, ol + h3, dl + h3, table + h3, blockquote + h3, hr + h3, h4 + h3,
p + h4, ul + h4, ol + h4, dl + h4, table + h4, blockquote + h4, hr + h4, h5 + h4,
p + h5, ul + h5, ol + h5, dl + h5, table + h5, blockquote + h5, hr + h5, h6 + h5
p + h6, ul + h6, ol + h6, dl + h6, table + h6, blockquote + h6, hr + h6 {
	margin-top: 1.8em;
	}

/* GLOBAL CONTAINERS ======================================================== */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

#logobar {
	width: 960px;
	height: 110px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menubar {
	width: 960px;
	height: 49px;
	margin: 0;
	padding: 0;
	z-index: 900;
	background: url(http://partnersforcare.ca/images/interface/menuback.png) no-repeat top center;
}

#herobar {
	width: 960px;
	height: 398px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
}

#maincontentbar {
	width: 960px;
	margin: 0;
	padding: 0;
	background: #ffffff url(http://partnersforcare.ca/images/interface/horshadow.png) no-repeat top center;
	z-index: -10;
}

#sectionheadbar-shadow {
	position: relative;
	width: 920px;
	height: 100px;
	margin: 0;
	background: transparent url(http://partnersforcare.ca/images/interface/horshadow.png) no-repeat top center;
}

#sectionheadbar {
	position: relative;
	width: 920px;
	height: 100px;
	margin: 0;
	padding: 0 20px 20px 20px;
	background-position: centre top;
	background-repeat: no-repeat;
	background-color: #095284;
	overflow: hidden;
}

#sectionheadbar img {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 140px;
	z-index: 2;
}

#sectionheadbar h1 {
	position: absolute;
	line-height: 1.3em;
	bottom: 20px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-shadow: #000000 1px 1px 2px;
	z-index: 5;
}

#col-left {
	width: 200px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	background: #cccccc;
}

#col-right {
	width: 720px;
	margin: 0;
	padding: 20px 20px 20px 0;
	float: right;
}

#col-right ul {
	margin: 			0;
	padding: 			0 0 20px 0;
}

#col-right li {
	list-style-type:		disc;
	margin: 			0 0 0 20px;
	padding: 			0;
}

#col-right img.right {
	float: right;
	margin: 0 0 30px 30px;
}

#col-right img.left {
	float: left;
	margin: 0 30px 30px 0;
}

#featureblock {
	width: 960px;
	margin: 0;
	padding: 20px 0 20px 0;
	background: #ffffff url(http://partnersforcare.ca/images/interface/horshadow.png) no-repeat top center;
	z-index: -10;
}

#tag-search-block {
	margin: 20px 20px 0 20px;
	width: 920px;
	padding: 20px 0 0 0;
	background: #ffffff url(http://partnersforcare.ca/images/interface/horline.png) repeat-x top center;
}

#featurebar {
	width: 960px;
	min-height: 300px;
	margin: 0;
	padding: 0;
	background: #ffffff url(http://partnersforcare.ca/images/interface/bg-featurebar.png) repeat top center;
}

#footerbar {
	width: 920px;
	margin: 0;
	padding: 20px;
	overflow: hidden;
	background: #095284 url(http://partnersforcare.ca/images/interface/horshadow.png) no-repeat center top ;
}

#fineprintbar {
	width: 940px;
	margin: 0;
	padding: 10px 10px;
	overflow: hidden;
	font-size: 0.8em;
	color: #095284;
	background: url(http://partnersforcare.ca/images/interface/horshadow.png) no-repeat center top ;
	text-shadow: #ffffff 1px 1px 3px;

}

#fineprintbar a {
	color: #095284;
}

#fineprintbar a:hover {
	color: #3399cc;
	text-decoration: none;
}

#fineprintbar a:visited {
	color: #333333;
}


/* MAIN STYLES ======================================================== */

#pfclogo h1 {
	width: 355px;
	height: 58px;
	background: url(http://partnersforcare.ca/images/interface/logo_pfc.png) no-repeat center center; 
	float: left;
	padding: 0;
	margin: 25px 10px 20px 10px;
	text-indent: -9999px;
	}
	
#logobarleft {
	width: 500px;
	height: 52px;
	float: right;
	padding: 0;
	margin: 10px 10px 20px 10px;
	}

#cdhalogo h2 {
	width: 108px;
	height: 52px;
	background: url(http://partnersforcare.ca/images/interface/cdha_logo.gif) no-repeat center center; 
	float: right;
	padding: 0;
	margin: 10px 0 40px 10px;
	text-indent: -9999px;
	}

#copyright {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#sitecredit {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	}


/*===============================================================

	U T I L I T Y    N A V I G A T I O N  
	
=================================================== = UTILITY NAVIGATION */


#nav-utility {
	width: 400px;
	font-size: 0.9em;
	text-align: right;
	float: right;
	color: #095284;
	margin: 0 0 10px 0;
	padding: 0;
	}

#nav-utility ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#nav-utility li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
	float: right;
	}

#nav-utility li a {
	color: #095284;
	display: inline-block;
	text-decoration: none;
	}

#nav-utility li a:hover {
	color: #3399cc;
	}

#nav-utility li a:visited{
	color: #666666;
	}

/* @end UTILITY NAVIGATION
--------------------------- */


/*===============================================================

	M A I N    N A V I G A T I O N  
	
=================================================== = MAIN NAVIGATION */

#nav-main-container {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 980px;
	display: block;
	}

#nav-main {
	margin: 0 auto;
	padding: 0 0 0 0;
	z-index: 800;
	position: relative;
	display: block;
	}

#nav-main ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 900;
	}

#nav-main li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	position: relative;
	}

#nav-main li a, #nav-main li a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	font-size: 1.0em;
	width: 160px;
	text-align: center;
	line-height: 49px;
	margin: 0 0 0 0;
	background: url(http://partnersforcare.ca/images/interface/menurollovers.png) no-repeat right top;
	text-shadow: #000000 1px 1px 2px;
	display: inline-block;
	}

#nav-main li a:hover {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers.png) no-repeat right center;
	color: #ffffff;
	text-shadow: #000033 1px 1px 2px;
	}

#nav-main li a.active {
	color:#ffffff;
	text-shadow: #000000 1px 1px 2px;
	background: url(http://partnersforcare.ca/images/interface/menurollovers.png) no-repeat right bottom;
	}

#nav-main a.last {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers-last.png) no-repeat right top;
	}
	
#nav-main a:hover.last {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers-last.png) no-repeat right center;
	}

#nav-main a:active.last {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers-last.png) no-repeat right bottom;
	}
	
#nav-main a.first {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers-first.png) no-repeat left top;
	}
	
#nav-main a:hover.first {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers-first.png) no-repeat left center;
	}

#nav-main a:active.first {
	background:  url(http://partnersforcare.ca/images/interface/menurollovers-first.png) no-repeat left bottom;
	}

/* Submenu */



#nav-main li ul {
 display: none;
 position: absolute;
 left: 0;
 background: #7ccff1;
 font-size: 0.9em;
 line-height: 1.0em;
 top: 100%;
 padding: 0;
 margin: 0;
}

#nav-main li:hover > ul {
 display: block;
 margin: 0;
 padding: 0;
}

#nav-main li ul li a, #nav-main li ul li a:visited {
	padding: 10px 10px 10px 10px;
	width: 170px;
	text-align: left;
	line-height: 1.2em;
	display: block;
	margin: 0;
	color: #333333;
	font-weight: normal;
	background: #eeeeee;
	text-shadow: #ffffff 1px 1px 2px;
	border-bottom: 1px solid #999999;

}

#nav-main li ul li a:hover {
	color: #000000;
	background: #e1e1e1;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 2px;
}


#nav-main li ul li {
 _display: inline; /* for IE6 */
}



/* SUBSUB Menu */

#nav-main li ul li ul {
 font-size: 0.9em;
 display: none;
 margin: 0;
}

#nav-main li ul li:hover ul {
 left: 100%;
 top: 0;
 margin: 0;
 padding: 0;

}

#nav-main li ul {}


/* @end MAIN NAVIGATION
--------------------------- */


/*===============================================================

	S E C T I O N    N A V I G A T I O N  
	
=================================================== = SECTION NAVIGATION */


#nav-section {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	}

#nav-section ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#nav-section li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	}

#nav-section li a, #nav-section li a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 1.0em;
	margin: 0 0 0 0;
	padding: 5px;
	background: #e1e1e1;
	text-shadow: #ffffff 1px 1px 2px;
	}

#nav-section li a:hover {
	background:  #eeeeee;
	color: #000000;
	text-shadow: #fffffff 1px 1px 2px;
	}

#nav-section li a.active {
	color:#ffffff;
	text-shadow: #000000 1px 1px 2px;
	background: #095284;
	}

/* Submenu */



#nav-section li ul {
 display: none;
 position: absolute;
 left: 0;
 background: #7ccff1;
 font-size: 0.9em;
 line-height: 1.0em;
 top: 100%;
 padding: 0;
 margin: 0;
}

#nav-section li:hover > ul {
 display: block;
 margin: 0;
 padding: 0;
}

#nav-section li ul li a, #nav-section li ul li a:visited {
	padding: 10px 10px 10px 10px;
	width: 170px;
	text-align: left;
	line-height: 1.2em;
	display: block;
	margin: 0;
	color: #333333;
	font-weight: normal;
	background: #eeeeee;
	text-shadow: #ffffff 1px 1px 2px;
	border-bottom: 1px solid #999999;

}

#nav-section li ul li a:hover {
	color: #000000;
	background: #e1e1e1;
	text-decoration: none;
	text-shadow: #ffffff 1px 1px 2px;
}


#nav-section li ul li {
 _display: inline; /* for IE6 */
}



/* SUBSUB Menu */

#nav-section li ul li ul {
 font-size: 0.9em;
 display: none;
 margin: 0;
}

#nav-section li ul li:hover ul {
 left: 100%;
 top: 0;
 margin: 0;
 padding: 0;

}

#nav-section li ul {}


/* @end SECTION NAVIGATION
--------------------------- */


/*===============================================================

	H O M E    H E R O    B L O C K  
	
=================================================== = HOME HERO BLOCK */


.heroslide {
	width: 960px;
	height: 398px;
	overflow: hidden;
	background: #ffcc00;
}

.captionblock {
	background: url(http://partnersforcare.ca/images/interface/bg-hero-caption.png) repeat top left;
	text-shadow: #000 1px 1px 2px;
	color: #ffffff;
}
	
.caption-right {
	margin: 0 0 0 30px;
	padding: 20px;
	width: 250px;
	height: 358px;
	float: right;	
}

.caption-bottom {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 780px;
	padding: 20px 20px 20px 160px;
	margin: 0;
}

.caption-left {
	margin: 0 30px 0 0;
	padding: 20px 20px 100px 20px;
	width: 250px;
	height: 398px;
	float: left;	
}

.caption-top {
	position: absolute;
	display: block;
	top: 0px;
	width: 960px;
	padding: 20px;
	margin: 0;
}

.captionblock h2 {
	color: #ffffff;
	font-size: 2.0em;
	line-height: 1.0em;
}

.captionblock h2 a {
	color: #ffffff;
}

.captionblock h2 a:hover {
	color: #5ba4d7;
}

.captionblock p {
	line-height: 2.0em;
	}

#nav { z-index: 50; position: absolute; bottom: 20px; left: 20px }
#nav a { display: inline-block; width: 21px; height: 19px; margin: 0 2px 0 0; background: url(http://partnersforcare.ca/images/interface/slidenav.png) no-repeat center center; text-decoration: none; font-size: 0.8em; color: #ffffff; line-height: 19px; text-align: center;}
#nav a:hover { background: url(http://partnersforcare.ca/images/interface/slidenav.png) no-repeat bottom center; }
#nav a.activeSlide { background: url(http://partnersforcare.ca/images/interface/slidenav.png) no-repeat top center; }
#nav a:focus { outline: none; }


/* @end HOME HERO BLOCK
--------------------------- */





/*===============================================================

	H O M E    F E A T U R E    B L O C K S  
	
=================================================== = HOME FEATURE BLOCKS */


.feature {
	margin: 0 19px 0 20px;
	padding: 0 0 0 0;
	width: 280px;
	float: left;
	}

.feature h2 {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	line-height: 1.0em;
	color: #095284;
	}

.feature h2 a {
	color: #095284;
	}

.feature h2 a:hover {
	color: #3478ff;
	}
	
.imageblock {
	margin: 0;
	padding: 0 0 0 0;
	width: 280px;
	height: 157px;
	background: url(http://partnersforcare.ca/images/interface/feature_photo_box.png) no-repeat top center;
	}

.imageblock img {
	margin: 15px;
	padding: 0 0 0 0;
	width: 250px;
	height: 120px;
	overflow: hidden;
	}

.content {
	margin: 20px 20px 0 20px;
	padding: 0 0 0 0;
	}

a.button {
    background: transparent url('http://partnersforcare.ca/images/interface/bg_button_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
	text-shadow: #000 1px 1px 2px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://partnersforcare.ca/images/interface/bg_button_span.png') no-repeat;
    display: block;
    font-size: 0.9em;
	line-height: 12px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: -24px right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: -24px left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

a.button:active {
    background-position: -48px right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: -48px left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.feature-last {
	margin: 0 20px 0 20px;
	}	

.larger {
	font-size: 1.2em;
}

/* @end HOME FEATURE BLOCKS
--------------------------- */



/*===============================================================

	H O M E    T A G - S E A R C H    B L O C K  
	
=================================================== = HOME TAG-SEARCH BLOCK */


#tagcloud-block {
	width: 500px;
	float: left;
	}

#search-block {
	width: 300px;
	float: right;
}

#social-links ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#social-links li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
	line-height: 60px;
	}

#social-links li a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	padding: 0 0 0 30px;
	}
	
.facebook {
	height: 60px;
	background: url(http://partnersforcare.ca/images/interface/icon-facebook.png) no-repeat center left;
	}	

.twitter {
	height: 60px;
	background: url(http://partnersforcare.ca/images/interface/icon-twitter.png) no-repeat center left;
	}	

.share {
	height: 60px;
	background: url(http://partnersforcare.ca/images/interface/icon-share.png) no-repeat center left;
	}
	
#social-links li a:hover {
	color: #3399cc;
	}

#social-links li a:visited{
	color: #eeeeee;
	}

	

/* @end HOME TAG-SEARCH BLOCK
--------------------------- */



/*===============================================================

	F O R M S  
	
=================================================== = FORMS */

textarea {
    font-size: 12px;
    border: 1px solid #4a3321;
    background-color: #eeeeee;
    /* width: 100%; */
    padding: 4px;
    margin-bottom: 0.5em;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
    color: #666666;
}

select, option {
    font-family: "futura book condensed","arial narrow","arial condensed","helvetica condensed",tahoma,arial,helvetica;
    font-size: 0.9em;
    background-color: #eeeeee;
    padding: 3px;
    margin-bottom: 3px;
    color: #666666;
}

input {
    font-family: "futura book condensed","arial narrow","arial condensed","helvetica condensed",tahoma,arial,helvetica;
    visibility: visible;
    border: 1px solid #095284;
    font-size: 0.9em;
    background-color: #eeeeee;
    padding: 3px;
    margin-bottom: 3px;
    color: #666666;
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
}

input.hiddenfield {
    display: none;
}

input.error {
    border-color: #933415;
    color: #9d3333;
}

input.radio,
input.checkbox {
    border: 0;
    background: none;
    outline: none;
}

input.submit {
    border: 1px solid #095284;  
    background-color: #095284;
    padding: 5px;
    margin-top: 2px;
    font-size: 0.9em;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    
    text-shadow: 0 -1px 1px #000000;

    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */

    background-image: -moz-linear-gradient(top, #3478ff, #095284); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3478ff),color-stop(1, #095284)); /* Saf4+, Chrome */
}

input:focus.submit {
    background-color: #000000 !important;
}

input:hover.submit {
    border-color: #4a3321 !important;
    background-color: #6a96bd;
    color: #ffefc7;
}

input:focus {
    border-color: #6a96bd !important;
    border-width: 1px;
    color: #6a96bd;
}

/* @end FORMS
--------------------------- */

/*===============================================================

	H E A L T H I E R    W E I G H T    S E C T I O N    S T Y L E S  
	
=================================================== = HEALTHIER WEIGHT */

.team-row {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}

.last-row {
	border-bottom: none;
}

.team-photo-col {
	width: 100px;
	float: left;
}

.team-bio-col {
	width: 600px;
	float: right;
}

.team-bio-col h1 {
	margin: 0;
	padding: 0;
}

.team-bio-col h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.4em;
}

.team-bio-col h3 {
	margin: 0;
	padding: 0;
}

.team-bio-col p {
	padding: 0 0 20px 0;
	margin: 0;
}

.contact-block {
	margin-top: 10px;
	font-size: 0.8em;
}

.contact-label {
	color: #095284;
}


.blog-row {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

.blog-meta {
	display: 		block;
	margin:			0 0 20px 0;
	padding: 		0;
}

.date {
	font-size: 0.8em;
	color: #999999;
}

.social-block {
	width: 120px;
	height: 70px;
	background: url(http://partnersforcare.ca/images/interface/bg-social-block.png) no-repeat top right;
	float: right;
	display: inline-block;
}

.pagination-links {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 0.8em;
}

.pagination-links strong {
	padding: 3px 8px;
	border: #999999 1px solid;
	background: #ffffff;
	margin: 0 5px;
	display: inline-block;
}

.pagination-links a {
	padding: 3px 8px;
	border: #999999 1px solid;
	background: #eeeeee;
	margin: 0 5px;
	display: inline-block;
}

.pagination-links a:hover {
	border-color: #095284;
	background: #e1e1e1;
}

.link {
	padding: 0 0 0 45px;
}

.faq {
	padding: 0 0 0 45px;
}

.video {
	padding: 0 0 0 45px;
}

.photo {
	padding: 0 0 0 45px;
}

.article {
	padding: 0 0 0 45px;
}

.quote {
	padding: 0 0 0 45px;
}

/* @end HEALTHIER WEIGHT
--------------------------- */

/*===============================================================

	R E T A I L    D I R E C T O R Y  
	
=================================================== = RETAIL DIRECTORY */

.grouping-row {
	margin-bottom: 30px;
}

.directory-row {
	padding: 			20px;
	margin: 			0;
	border-bottom: 			1px solid #cccccc;
}

.directory-row.last {
	border-bottom: 			none;
}

.directory-row.odd {
	background-color: 		#eeeeee;
}

.directory-row.even {
	background-color: 		#ffffff;
}

.retailer-photo {
	width: 				200px;
	height: 			160px;
	border: 			1px solid #666666;
	background-color: 		#eeeeee;
	line-height: 			160px;
	font-size: 			0.8em;
	text-shadow: 			1px 1px 3px #ffffff;
	color: 				#666666;
	text-align:			center;
}

.payment-methods ul {
	padding: 			0;
	margin:				0;
}

.payment-methods li {
	list-style-type:		none;
	display:			block;
	width: 				30px;
	height: 			21px;
	float: 				left;
	margin-right: 			8px;
	text-indent:			-9999px;
	padding: 			0;
}


#col-right ul.category_tabs {
	width:				300px;
	display: 			block;
	float: 				left;
	margin: 			0 60px 0 0;
	padding: 			0;
}

#col-right ul.category_tabs li, #col-right ul.location_tabs li {
	list-style-type:		none;
	margin:				0;
	padding:			0;
	display:			block;
	font-size:			0.8em;
}

#col-right ul.category_tabs li a, #col-right ul.location_tabs li a {
	display:			block;
	padding:			0;
	margin				0;
}

#col-right ul.category_tabs li a.active-category, #col-right ul.location_tabs li a.active-category {
	font-weight:			bold;
}

.directory-contents {
	margin-bottom: 			20px;
	padding-bottom: 		20px;
	border-bottom: 			1px solid #e1e1e1;
}

h2.category-heading{
	margin-top: 			20px;
}

#col-right ul.location_tabs {
	width:				300px;
	display: 			block;
	float: 				left;
	margin: 			0;
	padding: 			0;
}

/* @end RETAIL DIRECTORY
--------------------------- */


/*===============================================================

	C L E A R  
	
=================================================== = CLEAR */

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
	}

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
	}

* html .clearfix,*:first-child+html .clearfix{zoom:1}

/* @end CLEAR
--------------------------- */

ul#mangomenu {
	padding:		0 0 30px 0;
	margin:			0;
}

ul#mangomenu li {
	font-size:		1.0em;
	list-style-type:	none;
	padding-left:		20px;
	margin:			0;
}

ul#mangomenu li h3 {
	font-size:		1.5em;
	list-style-type:	none;
	padding:		0;
	margin:			30px 0 30px 0;
	display:		block;
}

ul#mangomenu li ul {
	padding:		0 0 30px 0;
	margin:			0 0 30px 0;
}

ul#mangomenu li ul li {
	font-size:		1.0em;
	list-style-type:	none;
	padding-left:		20px;
	margin:			0;
}

ul#mangomenu li ul li h3 {
	font-size:		1.2em;
	color:			#666666;
	list-style-type:	none;
	padding:		0;
	margin:			20px 0 20px 0;
	display:		block;
}

.comment_entry {
	padding: 2.0em 2.0em 2.0em 4.0em;
	background: #eeeeee url(http://partnersforcare.ca/images/interface/icon-quotes.png) no-repeat 10px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.comment_entry span.meta {
	font-size: 0.8em;
	display: block;
	color: #666666;
}

form#comment_form input[type=text] {
	width: 300px;
}

form#comment_form textarea {
	width: 600px;
}

span.note {
	font-size: 0.8em;
	font-style: italic;
	color: #095284;
}
/*
     FILE ARCHIVED ON 23:00:13 Apr 19, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:33:17 Apr 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 91.074
  exclusion.robots: 0.083
  exclusion.robots.policy: 0.071
  RedisCDXSource: 0.663
  esindex: 0.014
  LoadShardBlock: 64.062 (3)
  PetaboxLoader3.datanode: 75.48 (5)
  load_resource: 196.408 (2)
  PetaboxLoader3.resolve: 111.026 (2)
*/