/*this stylesheet accompanies intheknowpeel.ca*/
html {
	min-width: 760px;
}

body {
	font: normal 80% verdana, arial, helvetica, serif;
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 { 
	font-size: 1.1em;
	padding-top: .5em;
} 

h2 { 
	font-size: 1em;
	padding-top: .4em;  
}

h3 { 
	font-size: .9em;
	padding-top: .5em;  
}



p { 
	line-height: 1.5em;
}

/*
ul, li, ol {
	margin-left: 10%;
	margin-right: 10%;
}
*/

.right{ float: right; }
.left{ float: left; }
.bold{ font-weight: bold; }
	
#container {
	width: 760px;
	padding: 0 0 3% 0;
	margin: 0px auto;
	text-align: left;
	position: relative;
	height: 500px;
	}

#topstuff{
	min-width: 470px;
	}
	
#topstuff.home{
	background-color: #fff;
	background-image: url(art/home/home-roll.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 135px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#toplogo{
	background-color: #fff;
	background-image: url(art/home/top-logo.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 65px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
	
#topsti {
	background-color: #F9EC2B;
	background-image: url(art/inside/backstii.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 99px;
	border: 1px solid #000;
	}	

#top-bcpreg {
	background-color: #0099FF;
	background-image: url(art/inside/backbcpreg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 99px;
	border: 1px solid #000;
	}	
	
#top-glossary {
	background-color: #009900;
	background-image: url(art/inside/backglossary.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 99px;
	border: 1px solid #000;
	}	
	
#top-contact {
	background-color: #333333;
	background-image: url(art/inside/backcontact.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 99px;
	border: 1px solid #000;
	}	

#top-clinics {
	background-color: #EB2A2D;
	background-image: url(art/inside/backclinics.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 99px;
	border: 1px solid #000;
	}
	
#search{
	clear: left;
	background: url(/health/drugs/art/searchback.gif);
	height: 2em;
	vertical-align: middle;
}

#search_box { 
	display: block;
	width: 198px;
	text-align: right;
	float: left;
	padding: 1px 0 1px 0;
	font-size: small;
	z-index: 10;
	}

#search_box .search_text {
	width: 45%;
}

#nosearch {
	clear: left;
	background: url(/health/drugs/art/searchback.jpg);
	height: 2em;
}


#leftnav {
	clear: left;
	text-align: left;
	margin: 2em -9% 2em -5%;
	width: 110%;
	font-size: 90%;
}

/*content*/
#content{
	clear: left;
	width: 80%;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
	padding: 0 10% 0 10%;
	}

#content li, ol, ul { 
	line-height: 1.5em;
}

#content-condy{
	clear: left;
	width: 96%;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0 2% 0 2%;
	}

#contentcontact ul li { padding-bottom: 4px; }

/*
#contentsti, #contentbcpreg, #content {
	line-height: 1.5em;
}
*/
#bottomnav{
	text-align: center;
   	margin-top: 2em;
	width: 100%;
}	

/*extras*/
a.pdf-link, a.pdf-link:visited, a.pdf-link:hover { 
	padding-left: 35px; background: url(/art/adobe-pdf-icon.gif) no-repeat; 
} 

a.printer-link, a.printer-link:visited, a.printer-link:hover { 
	padding-left: 35px; background: url(/art/adobe-pdf-icon.gif) no-repeat; 
} 

#toggleable div {
	display: none;
	width: 100%;
}

/* Navigation */

/*Stylesheet for intheknowpeel.ca */

#nav, #nav ul { /* all lists */
	clear: left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
	text-align: left; /*nav needs to be aligned left */
	width: 760px;
	background-color: #000;
	border: 1px solid #000;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 10;
	width: 8em;
	/* height: 11em; for homepage block */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	border: 0px;
	background-image: url(/art/nav-border.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover { position: static; } /* IE7 freeze fix */

/* home*/

#home, #home ul { /* all lists */
	margin: 0;
	list-style: none;
	background: #000000;
	}

#home ul {
	background: #EA582F;/*for homepage block*/
}

#home a {
	display: block;
	width: 6em;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#home a:hover{
	color: #EA582F;
}

#home li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
}

#home li ul { /* second-level lists */
	position: absolute;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by 	screen readers */
}

#home li:hover ul, #home li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
 }
 
#home ul li a:hover {
	color: #000;
}
#home ul li {
	background-color: #EA582F;
	line-height: 2em;
}

#home li:hover { position: static; } /* IE7 freeze fix */

/* clinics*/

#clinics, #clinics ul { /* all lists */
	margin: 0;
	list-style: none;
	background: #000;
}

#clinics ul{
	background: #EB2A2D;/*for homepage block*/
}

#clinics a {
	display: block;
	width: 7em;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#clinics a:hover{
	color: #EB2A2D;
}

#clinics li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}

#clinics li ul { /* second-level lists */
	position: absolute;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#clinics li:hover ul, #clinics li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
 }
 
#clinics ul li a:hover {
	color: #000;
}
#clinics ul li {
	background-color: #EB2A2D;
	line-height: 2em;
}

#clinics li:hover { position: static; } /* IE7 freeze fix */

/* STI's and HIV Aids */

#hiv, #hiv ul { /* all lists */
	margin: 0;
	list-style: none;
	background: #000;
	}

#hiv ul{
	background: #F9EC2B;/*for homepage block*/
}

#hiv a {
	display: block;
	width: 11em;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#hiv a:hover{
	color: #F9EC2B;
}

#hiv li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
}

#hiv li ul { /* second-level lists */
	position: absolute;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by 	screen readers */
}

#hiv li:hover ul, #hiv li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
 }
 
#hiv ul li a {
	color: #666;
}
 
#hiv ul li a:hover {
	color: #000;
}

#hiv ul li {
	background-color: #F9EC2B;
	line-height: 2em;
}

#hiv li:hover { position: static; } /* IE7 freeze fix */

/* birth control and pregnancy*/

#birthpreg, #birthpreg ul { /* all lists */
	margin: 0;
	list-style: none;
	background: black;
	}

#birthpreg ul{
	background: #0099FF; /*for homepage block*/
}

#birthpreg a {
	display: block;
	width: 14em;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#birthpreg a:hover{
	color: #0099FF;
}

#birthpreg li { /* all list items */
	float: left;
	width: 14em; /* width needed or else Opera goes nuts */
}

#birthpreg li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#birthpreg li:hover ul, #birthpreg li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
 }
 
#birthpreg ul li a:hover {
	color: black;
}
#birthpreg ul li {
	background-color: #0099FF;
	line-height: 2em;
}

#birthpreg li:hover { position: static; } /* IE7 freeze fix */

/* Sexual Orientation (replacing Glossary - Aug. 28, 2006) */

#glossary, #glossary ul { /* all lists */
	margin: 0;
	list-style: none;
	background: black;
	}

#glossary ul{
	background: #009900;/*for homepage block*/
}

#glossary a {
	display: block;
	width: 12em;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

#glossary a:hover{
	color: #009900;
}

#glossary li { /* all list items */
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
}

#glossary li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by 	screen readers */
}

#glossary li:hover ul, #glossary li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
 }
 
#glossary ul li a:hover {
	color: black;
}
#glossary ul li {
	background-color: #009900;
	line-height: 2em;
}

#glossary li:hover { position: static; } /* IE7 freeze fix */

/* contact us*/

#contact, #contact ul { /* all lists */
	margin: 0;
	list-style: none;
	background: black;
	}

#contact ul{
	background: #333;/*for homepage block*/
}

#contact a {
	display: block;
	width: 9.1em !important;
	width: 8.5em;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#contact a:hover{
	color: #ccc;
}

#contact li { /* all list items */
	float: left;
	width: 8.5em; /* width needed or else Opera goes nuts */
}

#contact li ul { /* second-level lists */
	position: absolute;
	width: 8.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by 	screen readers */
}

#contact li:hover ul, #contact li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
 }
 
#contact ul li a:hover {
	color: #ccc;
}
#contact ul li {
	background-color: #333;
	line-height: 2em;
}

#contact li:hover { position: static; } /* IE7 freeze fix */


A.top-link {
	background: url(/art/blue-arrow-up.gif) no-repeat;
	padding-left: 15px;
	float: right;
}


a.highlight {
	padding: 2px 10px 5px 10px;
	border: 1px solid #000;
	background-color: #fff;
	font-weight: bold;
	color: #000;
	}

/* breadcrumbs */

#bread {
	text-align: right;
	float: right;
	color: #000;
	padding: 3px;
	font-size: 80%;
	margin-right: 13px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#bread a {
	color: #000;
	text-decoration: none;	
	}
	
#bread ul li a:hover {
	color: #0066FF;
	text-decoration: none;	
	}

/* end breadcrumbs */

#printtop {
	display: none;
	}
	
/* pdf */

a.pdf-link { 
padding-left: 35px; background: url(/art/adobe-pdf-icon.gif) no-repeat; 
} 
a.pdf-link:visited { 
padding-left: 35px; background: url(/art/adobe-pdf-icon.gif) no-repeat; 
} 
a.pdf-link:hover { 
padding-left: 35px; background: url(/art/adobe-pdf-icon.gif) no-repeat; 
}

/* Form */

.frmPlace {
	width: 300px;
	margin: 0px auto;
	}

.lbl {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


.put {
	display: block;
	margin-bottom: 1.25em;
	width: 300px;
	border: 1px solid black;
}


.button {
	width: 100px;
	margin-left: 100px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: x-small;
}


/* end form style */

	
#bottom {
	padding-top: 30px;
	padding-bottom: 0;
	}	
	
/* Start Facts Box */	
	
.boxbody p {font-size:76%}
.boxbody a {color: #990000;}
.boxbody a:hover {color: #009900;}		
.h3 { color: #888; font-size:1.4em; }
		
/* Show only to IE PC \*/
* html .boxhead h3 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center */
	width: 22em;
	background: url(/art/facts/btm-r.gif) no-repeat bottom right;
	font-size: 90%;
	float: left;
	}
	
.boxhead {
	background: url(/art/facts/top-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	}
		
.boxhead h3 {
	background: url(/art/facts/top-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	}
	
.boxbody {
	background: url(/art/facts/btm-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	}
		
/* End Facts Box */

/* Start Thumbs Box */	
	
.boxbody p {font-size:76%}
.boxbody a {color: #990000;}
.boxbody a:hover {color: #009900;}		
.h3 { color: #888; font-size:1.4em; }
		
/* Show only to IE PC \*/
* html .boxhead h3 {height: 1%;} /* For IE 5 PC */

.sidebox2 {
	margin: 0 auto; /* center */
	width: 22em;
	background: url(/art/thumbs/btm-r2.gif) no-repeat bottom right;
	font-size: 90%;
	float: right;
	}
	
.boxhead2 {
	background: url(/art/thumbs/top-r2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	}
		
.boxhead2 h3 {
	background: url(/art/thumbs/top-l2.gif) no-repeat top left;
	margin: 0;
	padding: 20px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	}
	
.boxbody2 {
	background: url(/art/thumbs/btm-l2.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	}
		
/* End Thumbs Box */

.sidebox3 {
	margin: 0 auto; /* center */
	width: 335px;
	height: 168px;
	float: right;
	padding: 0;
	background: url(/art/thumbs/2thumbs.gif) no-repeat;
	}



#wrapperBox {
	height: 170px;
	}

.thumbs {
	float: right;
	padding: 10px;
	}		
		
.highPhoto {
	border: 2px solid #EB582F;
	margin: 3px 3px 0 3px;
	}		
	
#imgLink {
	position:relative;
	left:6px;
	top:-110px;
	width:70px;
	height:51px;
	z-index:1;
	}
	

#faqNav { float: right; width: 160px; border: 1px solid #666; background-color: #F5F5F5; margin: 0 -40px 10px 10px; } 

#faqNav ul { margin: 0 0 10px 10px; padding: 0; }

#faqNav ul li { list-style: none; padding-bottom: 4px; font-weight: bold; font-size: 0.85em; }

#faqNav ul li a:link { text-decoration: none; color: #666; }
#faqNav ul li a:visited { text-decoration: none; color: #666; }
#faqNav ul li a:hover { text-decoration: none; color: #000; }
#faqNav ul li a:active { text-decoration: none; color: #000; }

#faq-btm-nav { clear: both; text-align: right; margin-top: 0; font-size: 0.85em; }

#qa-box {
	width:600px;
	height:300px;
	padding:5px;
	margin-bottom: 10px;
	float:left;
	border: 1px solid #999;
	overflow: auto;	
	scrollbar-3dlight-color:#e4e4e4;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#e4e4e4;
	scrollbar-darkshadow-color:#e4e4e4;
	scrollbar-face-color:#999;
	scrollbar-hxighlight-color:#999;
	scrollbar-shadow-color:#999;
	}
	
	
.question { font-weight: bold; color: #666; }
	
A.next-link {
	background: url(/art/blue-arrow-next.gif) no-repeat right;
	padding-right: 15px;
}

A.previous-link {
	background: url(/art/blue-arrow-previous.gif) no-repeat left;
	padding-left: 15px;
}
	
.alert {
	background-color: #eee;
	border: 2px solid red;
	line-height: 150%;
	padding:8px;
	font-weight:bold;
	font-size:13px;
}


#colLeft { float: left; width: 250px; margin-top: 20px; }

#colRight { float: right; width: 350px; margin-top: 20px; }

.faqHome { margin: 10px 0; }


