﻿* {
	font-family: verdana, arial, sans-serif;
	color: #20206C;
	font-size: 12px;
}

html, body {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	height: 100%;
}

* html body {
	text-align: center; 		/* Centre IEn that don't understand margin: auto */
}

* html div.fullpage {
	height: 100%;				/* Acts like min-height on IE browsers */
}

body {
	font-family: verdana, arial, sans-serif;
	background: url(images/bg.jpg) repeat-x #3487d7;
}

img {
	border: none;
}

p {
	font-family: verdana, arial, sans-serif;
	color: #20206C;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 1.25em;
}

body#annualReport .headline {
	float: left;
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 14px;
}
body#annualReport .headlinePic {
	float: left;
	width: 132px;
	margin-bottom: 1em;
}

body#annualReport .headlinePic img {
	border: 2px solid grey;
}

p.byLine {
	margin-bottom: 0.25em;
	font-weight: bold;
	font-style: italic;
}

p.byLineJobTitle {
	margin-bottom: 0.5em;
	font-weight: bold;
}

ul {
	margin-top:0;
}

/* Home page "mission statement" */
body#homePage .leftColumn ul,
body#homePage .leftColumn p {
	margin-left: 3em;
}

body#homePage .leftColumn ul li {
	margin-bottom: 1em;
}

body#homePage td#linksTitle {
	background-image: url(images/news_07.gif);
	font-size: 16px;
	text-align: center;
}

body#homePage div.announcement {
	border: 1px solid #20206C;
	margin-left: 3em;
	margin-bottom: 1em;
	background: #E8EEF1;
	padding: 0;
}

body#homePage div.announcement .heading {
	margin: 6px 0;
	text-align:center;
}

body#homePage div.announcement .heading a {
	font-size: 14pt;
	font-weight:bold;
	text-decoration: none;
}

body#homePage .announcement .subHeading {
	font-size: 10pt;
	margin: 6px 0;
	text-align:center;
}

h1, h2, h3 {
	font-weight: bold;
	margin-bottom: 0.25em;
	clear: both;
}
p.heading1 {
	font-family: verdana, arial, sans-serif;
	color: #20206C;
	font-size: 12pt;
	font-weight: bold;
}

/* Paragraph sub-titles etc */
p.heading2 {
	font-family: verdana, arial, sans-serif;
	color: #20206C;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.25em;
}

p span.textHighlight, 
p a.textHighlight {
	font-weight:bold;	
}

table.contentBody {
	width: 729px;
	height: 100%;
	border: none;
}

table.contentBody td { 
	vertical-align:top;
}

table.tannerStages td {
	vertical-align:top;
	padding-bottom: 1em;
}

table.tannerStages td.stageNo {
	width: 5em;
}

p a, p a:hover, p a:visited, 
a, a:hover, a:visited {
	color: #20206C;
	text-decoration: underline;
}

body#homePage td#links p {
	margin-top: 0;
	margin-bottom: 0;
}

body#homePage td#links p.caption {
	margin-top: 0.5em;
}

body#homePage td#links hr {
	margin: 0.5em 1.5em;
	height: 1px;
	color: #d6d7d6;
}

body#homePage td#links a,
body#homePage td#links a:hover,
body#homePage td#links a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #20206C;
	text-align: center;
	text-decoration: none;
}

body#homePage td#links a:hover {
	text-decoration: underline;
}

ul a {
	text-decoration: none;
}
ul a:hover {
	text-decoration: underline;
}

.oldbrowsers, .hide { display: none; }

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 1px; 
	margin: 0;
}

#navbar {
	float:left;
	font: verdana, arial, sans-serif;
	font-size: 11px;
}

#navbar ul, #navbar li {
	margin: 0px; 
	padding: 0px;
  	display: inline;
  	list-style-type: none;
}

#navbar a:link, #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 8px 6px 8px;
	float: left;
	font-size: 11px;
}

#navbar a:hover {
	color: #000066;
	background-color: #eeeeee;
	text-decoration: none;
	font-size: 11px;
}



#navbar a.section:link, #navbar a.section:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	float: left;
	background-color: #3C3228;
}


.leftColumn {
	padding-left: 7px;
	padding-right: 10px;
}

.rightColumn {
	padding-left: 15px;
	padding-right: 10px;
}

.addressPadding {
	padding-right: 10px;
	padding-bottom: 10px;
}

.subTitlePadding {
	padding-right: 40px;
	padding-left: 50px;

}

/* Page heading bar (supersedes subTitlePadding) */
td.pageTitle {
	background: url(images/title_graphic.jpg);
	font-weight: bold;
	font-size: 12px;
	padding-right: 40px;
	padding-left: 50px;
	width: 729px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
}

div.fullpage {
	min-height: 100%;			/* Non IE browsers */
	text-align: left;
	margin: 0px auto;
	width: 735px;
	background-image: url(images/margin_735_1.gif);
}

div.footerspace {				/* Make space for and separate footer from content */
	height: 40px;
}

table.content {
	width: 735px;
}

div.footer {
	width: 735px;
	height:40px; 
  display: none;  				/* Hide on IE5 Mac */
/* \*/ 
  display: block; 				/* Visible except on IE5 Mac */
/* */ 
	position: relative; 		
	margin: -40px auto 0px auto;			/* Pull footer up so "floats" on bottom of div#content */
	background-image: url(images/footer_735_40.gif);
	background-repeat-y: repeat;
	text-align: center;
	color:#37373B;
	font-size: 12px;
}

div.footercopyright {
	font-size: 11px;
	font-weight: bold;
	color: #20206C;
	width: 100%;
	padding-top: 0.5em;
	text-align: center;
}

div.footermenu {
	text-decoration: none;
	font-size: 11px;
	color: #20206C;
	padding: 0.25em 0 0 0;
	width: 100%;
	text-align: center;
}

div.footermenu a,
div.footermenu a:visited {
	font-size: 11px;
	text-decoration: none;
 	color: #20206C;
}

div.footermenu a:hover {
	text-decoration: underline;
}

/****************************************
 * Condition description pages 			*
 ****************************************/
body.condition p.heading2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}

body.condition div.booklet {
	clear:both;
	margin-bottom: 1em;
	height: 141px;
}

body.condition div.booklet img {
	width: 100px;
	float: left;
	height:141px;
	margin-right: 0.5em;
	border: 1px solid black;
}

body.condition div.booklet a,
body.condition div.booklet a:hover,
body.condition div.booklet a:visited {
	text-decoration: none;
	color: blue;
}

/* Peronal story links in right hand column */
body.condition div.personalStory {
	clear:both;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

body.condition div.personalStory img {
	width: 100px;
	float: left;
	margin-right: 0.5em;
	border: 1px solid black;
	display: block;
}

body.condition div.personalStory a,
body.condition div.personalStory a:hover,
body.condition div.personalStory a:visited {
	text-decoration: none;
	color: blue;
}


/* Growth charts container */
body.condition div.growthChart {
	border: 2px outset #e0dfe3;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

body.condition div.growthChart p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin: 0.25em 0 0.25em 1em;
}

/* Container for diagnosis/treatment hanging indent heading and
   descriptive text block */
body.condition div.diagnosis {
	position: relative;		/* Sets positioning context for child elements */
	left: 0;				/* Align to left margin */
	margin-top: 0.5em;		
	margin-bottom: 1.25em;	
}

/* Hanging indent for diagnosis/treatment heading */
body.condition div.diagnosis div.indent {
	position: absolute;	/* Fix at 	   */
	top: 0;				/* top         */
	left: 0;			/* left margin */
	width: 85px;		/* Shouldn't be necessary, constrain to indent size in case heading ever exceeds it */
	font-style: italic;
}

/* Container for diagnosis/treatment descriptive text */
body.condition div.diagnosis div.bodytext { 
	position: relative; /* Fix at 									*/
	top: 0px;			/* top   									*/
	left: 85px;			/* and indent from left margin			 	*/
	width: 355px;		/* Stop from overlapping right hand column	*/
	font-style: italic;
}

/****************************************
 * Personal Story Pages					*
 ****************************************/
div.storyPic {
	float:left;
	margin-right: 1em;
	maring-bottom: 1em;
	border: 1px solid #20206C;
}    

div.storyPic img {
	border-bottom: 1px solid #20206C;
}

div.storyPic p.caption {
	font-size: 10px;
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/****************************************
 * Xmas Cards							*
 ****************************************/
div.xmascard {
	margin-top: 1em;
	clear: both;
}

div.xmascard p {
	margin: 0 0 0.5em 0;
}

div.xmascard span.name {
	font-weight:bold;
	color: red;
	font-size: 14px;
}

div.xmascard span.subtitle {
	font-weight:bold;
}

.xmascard img {
	border: 2px #20206C outset;
	margin-right: 1em;
	float: left;
}

.pressRelease p.intro {
	font-style: italic;
	font-weight: bold;
}

.pressRelease td.content p {
	margin-left: 5%;
	margin-right: 5%;
}

.pressRelease span.quote {
	font-style: italic;
}

/****************************************
 * CGF Booklets Page							*
 ****************************************/
table.cgf_booklets td {
	vertical-align: top;
	padding-bottom: 10px;
}	

table.cgf_booklets td.title {
	padding-top: 4px;
	padding-left: 4px;
	width: 150px;
	font-size: 10px;
}	

table.cgf_booklets td.title p {
	font-size: 10px;
	margin-bottom: 6px;
	font-weight: bold;
}	

