/* CSS Document */

/* BASIC */

* 	{
	margin: 0;
	padding: 0;
	}

body {
	background-color: #FFFFFF;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 130%;
	}
		
h1 {
	font: bold 2.8em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-transform: uppercase;
	margin-bottom: 10px;
	}	
		
h2 {
	font: bold 1.6em/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #CC0000;
	}
	
h2.smallHeadline {
	font: bold 1.6em/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #003366;
	padding-top: 10px;
	}	
		
h3 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #CC0000;
	text-transform: uppercase;
	}
	
h4 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #336699;
	}		
	
p {
	font-size: 1em;
	margin-bottom: 10px;
	}
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	}
	
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	}
	
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	}			
		
ul {
    list-style-type: none;
	}
	
ul.bulletList, ul.bulletList1 {
	list-style: url(../images/bullet.gif) outside;
	margin-left: 22px;
	margin-top: 8px;
	margin-bottom: 10px;
	}

ul.bulletList li {
	margin-bottom: 11px;
	font-size: 1em;
	font-weight: bold;
	}	
	
ul.bulletList1 li {
	margin-bottom: 11px;
	font-size: 1em;
	font-weight: normal;
	}	
	
ol {
	list-style-position: outside;
	margin: 10px 0px 10px 20px;
	}		
	
.lineAbove {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999999;
	clear: both;
	}
	
.lineBelow {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	}	
		
.redUppercase {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	}
	
.redText {
	color: #CC0000;
	}
	
.blueText {
	color: #003366;
	}	
	
.whiteText {
	color: #FFFFFF;
	}		
	
#wrapper .blackText {
	color: #000000;
	}
	
.bold {
	font-weight: bold;
	}
	
.boldBlue {
	font-weight: bold;
	color: #336699;
	margin-bottom: 0px;
	padding-top: 0px;
	}		
	
.bigger {
	font-size: 1.2em;
	line-height: 150%;
	}
	
.smaller{
	font-size: 0.9em;
	}	
	
.spaceAbove {
	padding-top: 20px;
	clear: both;
	}	
	
.spaceAbove10 {
	padding-top: 10px;
	clear: both;
	}	
	
.spaceBelow {
	margin-bottom: 10px;
	clear: both;
	}	
	
.superscript {
	font-size: 0.7em;
	vertical-align: super;
	}
	
.reference {
	font-size: 0.7em;
	}	

.hidden {
	display: none;
	}	
	
#wrapper .noBottomMargin {
	margin-bottom: 0px;
	}	
	
.floatLeft {
	float: left;
	margin-right: 8px;
	}
	
.floatLeftFooter {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	clear: left;
	}
	
.floatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
.floatRightNoMargin {
	float: right;
	margin-left: 15px;
	margin-bottom: 0px;
	}		
	
.floatRightFooter {
	padding-top:25px;
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
	border: none;
	}		
	
.clearRight {
	clear: right;
	display: inline;
	}

.clearBoth {
	clear: both;
	}
	
/* LAYOUT */

#container {
	background: #FFFFFF;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

#wrapper {
	background: #FFFFFF;
	text-align: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 20px auto;
	padding: 8px;
	width: 750px;
	}	
	
#banner {
	width: auto;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	margin-bottom: 8px;
	}

#bannerPic {
	position: absolute;
	height: 131px;
	width: 225px;
	right: 0px;
	top: -21px;
	}	
		
#content, #contentWider, #contentFull {
	width: 750px;
	padding: 0;
	margin: 0;
	float: right;
	margin-bottom: 0px;
	background: url(../images/column-bg.gif) repeat-y left top;
	position: relative;
	}
	
#headline {
	width: 550px;
	float: left;
	margin-left: 20px;
	}
	
#main {
	width: 270px;
	padding: 0;
	margin: 0;
	float: left;
	padding-right: 0px;
	margin-left: 20px;
	}
	
#right {
	float: right;
	width: 250px;
	margin-right: 10px;
	display: inline;
	}	
	
body#pripsen #right {
	float: right;
	width: 120px;
	margin-right: 10px;
	background-color: #c4d9f2;
	padding: 15px;
	display: inline;
	}
	
body#pripsen #right .boldBlue {
	font-weight: bold;
	color: #336699;
	padding-top: 8px;
	}
	
body#fred #right {
	float: right;
	width: 150px;
	margin-right: 10px;
	position: relative;
	margin-top: 113px;
	display: inline;
	}
	
#fredRoundel {
	position: absolute;
	top: -130px;
	right: 17px;
	}	
	
#freeRoundel {
	position: absolute;
	top: 156px;
	right: 100px;
	}	
	
#ageRoundel {
	position: absolute;
	top: 175px;
	right: 31px;
	}		
	
#contentWider #main {
	width: 375px;
	padding: 0;
	margin: 0;
	padding-right: 0px;
	margin-left: 20px;
	float: left;
	}		
	
#contentWider #right {
	float: right;
	width: 150px;
	margin-right: 10px;
	display: inline;
	}
	
#contentFull #main {
	width: 550px;
	padding: 0;
	margin: 0;
	float: left;
	padding-right: 0px;
	margin-left: 20px;
	}
	
#contentFull #main.poster {
	background: #1D3561 url(../images/girl-illustration-250.gif) no-repeat right bottom;
	padding: 0px 200px 20px 20px;
	width: 330px;
	color: #FFFFFF;
	line-height: 150%;
	}	
	
.featureBox {
	border: 1px solid #003366;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	width: auto;
	}
	
#contentFull #main.poster div.featureBox {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
	width: 295px;
	}	
	
#content .featureBox {
	border: 1px solid #003366;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 0px;
	width: 230px;
	}	
	
.featureBox h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	}	
	
.featureBoxBlue {
	border: 1px solid #003366;
	padding: 10px;
	margin-top: 10px;
	background: #003366;
	float: left;
	width: 230px;
	}	
	
	.featureBoxRed {
	border: 1px solid #ee1615;
	padding: 10px;
	margin-top: 10px;
	background: #ee1615;
	float: left;
	width: 230px;
	}	
	.featureBoxRed p {
	color: #FFFFFF;
	}
	
.featureBoxRed a:link {
	color: #FFFFFF;
	}
	
.featureBoxRed a:visited {
	color: #FFFFFF;
	}
	
.featureBoxRed a:hover {
	color: #336699;
	}
	
.featureBoxRed a:active {
	color: #336699;
	}	
	
	.featureBoxRed h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	}
	
.featureBoxBlue h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	}	
	
.featureBoxBlue p {
	color: #FFFFFF;
	}
	
.featureBoxBlue a:link {
	color: #FFFFFF;
	}
	
.featureBoxBlue a:visited {
	color: #FFFFFF;
	}
	
.featureBoxBlue a:hover {
	color: #336699;
	}
	
.featureBoxBlue a:active {
	color: #336699;
	}	
	
#wrapper img {
	border: none;
	}	
			
	
/* NAVIGATION */				
		
#nav ul {
	width: 750px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	float: left;
	}
	

#nav li {
	float: left;
	width: 179px;
	margin-right: 10px;
	background: url(../images/tab-right.gif) no-repeat right top;
	}
	
#nav li.lastNav {
	margin-right: 0px;
	}	
		
#nav a {
	display: block;
	padding: 8px 8px 16px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #3366CC;
	line-height: 120%;
	background: url(../images/tab-left.gif) no-repeat left top;
	}
	
#nav a:visited {
	color: #3366CC;
	}

#nav a:hover {
	color: #CC0000;
	}
	
#nav a:active {
	color: #CC0000;
	}	
        
/* YOU ARE HERE LINKS */	
	
body.schools li#schoolTab, 
body.parents li#parentTab,
body.healthcare li#healthcareTab {
	float: left;
	width: 181px;
	margin-right: 8px;
	background: url(../images/tab-right-on.gif) no-repeat right top;
	}	
body#home li#pharmacyTab {
	width:183px;
}
	
body.pharmacy li#pharmacyTab {
	float: right;
	width: 181px;
	margin-right: 0px;
	background: url(../images/tab-right-on.gif) no-repeat right top;
	}	
	
body.schools #nav a#schoolsLink, 
body.parents #nav a#parentsLink,
body.healthcare #nav a#healthcareLink, 
body.pharmacy #nav a#pharmacyLink {
	display: block;
	padding: 8px 8px 16px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120%;
	background: url(../images/tab-left-on.gif) no-repeat left top;
	}				
		
/* NEWS BANNER */	
	

#news {
	padding: 8px 0px;
	width: 750px;
	background: url(../images/red-bg.gif) repeat left top;
	margin-bottom: 8px;
	}	
	
#news a:link {
	color: #FFFFFF;
	}	
	
#news a:visited {
	color: #FFFFFF;
	}
	
#news a:hover {
	color: #FFFFFF;
	}
	
#news a:active {
	color: #FFFFFF;
	}
		
#news p {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
	font-size: 1.2em;
	}	
			
	
/* LEFT COLUMN NAV */
	
#left {
	width: 180px;
	padding: 0;
	margin: 0;
	float: left;
	}	
	
#left ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	}			
	
#left li {
	margin: 0px;
	padding: 0px;
	}
	
* html #left li {height: 25px;}	
	
#left a {
	display: block;
	padding: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #003366;
	background-color: #C4D9F2;
	border-bottom: 8px solid #FFFFFF;
	}	
	
#left a:visited {
	color: #003366;
	}

#left a:hover {
	color: #FFFFFF;
	background-color: #003366;
	}
	
#left a:active {
	color: #FFFFFF;
	}
	
/* YOU ARE HERE LINKS */	
	
body#home a#homeLink, 
body#about a#aboutLink,
body#fred a#fredLink, 
body#pripsen a#pripsenLink,
body#week a#weekLink,
body#cycle a#cycleLink,
body#prevention a#preventionLink,
body#articles a#articlesLink,
body#resources a#resourcesLink,
body#treatment a#treatmentLink,
body#prevention a#preventionLink,
body#media a#mediaLink,
body#hygiene a#hygieneLink,
body#links a#linksLink, 
body#contact a#contactLink {
	display: block;
	padding: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	border-bottom: 8px solid #FFFFFF;
	}	
	
	
/* MAIN CONTENT */

.topPadding {
	padding-top: 10px;
	}
	
.cycleImage {
	position: absolute;
	left: 70px;
	top: 42px;
	}	

ul.featureLinks {
	list-style-type: none;
	float: left;
	width: 375px;
	}

ul.featureLinks li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #336699;
	float: left;
	display: block;
	width: 270px;
	}	
	
body#home ul.featureLinks  {
	list-style-type: none;
	float: left;
	width: 275px;
	}
	
ul.featureLinks a.title {
	color: #003366;
	}
	
ul.featureLinks a:hover.title {
	color: #CC0000;
	}	

ul.featureLinks a.descriptor {
	color: #000000;
	font-weight: normal;
	}	
	
.reference {
	font-size: 0.9em;
	clear: both;
	}	
	
.label {
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
	}	

.label1 {
	width: 250px;
	margin-right: 15px;
	text-align: left;
	font-weight: bold;
	clear: left;
	}
	
.label2 {
	width:65px;
	float:left;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	}

.labelwhite {
	width:60px;
	float:left;
	text-align:right;
	margin-right:0px;
	margin-left:30px;
	font-weight:bold;
	color:#fff;
	clear:left;
	}

#form p {margin-bottom:10px;}
	
.labelbox {
	margin-left:10px;
	margin-right:30px;}

.labelbox input {border: thin solid #D00;}

.textArea {
	margin-left:10px;	
	clear:left;
	}
	
#submit {margin-left: 110px;}	
	

#mc_embed_signup label {
	font-weight: bold;
	margin-right: 8px;
	}
	
#mce-GROUP, #mc-embedded-subscribe {
	margin-left: 40px;
	margin-top: 5px;
	}
	
/* FOOTER */	
	
#footer {
	width: 750px;
	padding-top:60px;
	vertical-align:bottom;
	height:90px;
	margin: 0;
	text-align: right;
	float: left;
	background-image:url(../images/newfooter.gif);
	background-repeat:no-repeat;
	background-position:top;
	}	
	
#footerContent {
	padding-left:10px;
	padding-right:10px;
	}

#footer p {
	font-size: 0.8em;
	color: #FFFFFF;
	margin-bottom: 0px;
	}
	
.sponsoredBy {
	float: left;
	padding-left: 10px;
	padding-bottom: 0px;
	}	
		
		
		
/* FLOAT DROP FIX */

br.clear {
	clear: both;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}	
       

/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 20px;
	}
	
	
/* ADD ON FOR POPUP QUIZ*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #EE1615;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 0px 0 0 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:0px 0px 0px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
