/* CSS Document */
html,body{
	margin:0;
	padding:0 0 30px 0;
	text-align:center; /* IE6 pre SP2 - page centering */
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	line-height:normal;
	color:#333333;
}
* {
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#F2015F;
}
a:hover{
	color:#000;
}
p{
	margin-bottom:10px;
}


/* Header tags misc */
h1{
	font-size:25px;
}


h2{
	font-size:18px;
	color:#FA0063;
	margin-bottom:5px;
}
h2.colHd{
	background:#efefef url(../images/bg_colhdr.gif) top left no-repeat;
	padding:10px;
	border-bottom:1px solid #ffffff;
	position:relative;
	margin-bottom:0;
}
h2.colHd.shrt{
	background-image:url(../images/bg_colhdr325.gif);
}
* html h2.colHd{/* IE6 - required for anchor tag to position correctly */
	height:1%;
}
div#homePanelL a.bulLink,
h2.colHd a{
	position:absolute;
	bottom:5px;
	right:10px;
}
h3{
	font-size:16px;
}
h4{
	font-size:15px;
}
h5{
	font-size:14px;
}
h6{
	font-size:13px;
	color:#FA0063;
	margin-bottom:5px;
}
li{
	list-style:none;
}
img{
	border:0 none;
	vertical-align:bottom;
}
legend{
	display:none;
}
fieldset{
	border:0 none;
}
input.text{
	padding:3px 0 3px 5px;
	border:1px solid #809DB9;
	font-size:11px;
}
input[type="checkbox"]{/* Non IE6 browsers */
	margin-right:3px;
	float:left;
}
input.radio{
	vertical-align:middle;
}
input.submit{
	border:0 none;
	width:auto;
	overflow:visible;/* for IE auto width to work */
}
select{
	font-size:11px;
}
textarea{
	border:1px solid #809DB9;
	overflow:auto;	
	padding:5px 0 0 5px;
}
cite{
	display:block;
	font-style:italic;
	font-weight:bold;
	color:#FA0063;
}
div#container{
	width:960px;
	margin:0 auto 0 auto;
	overflow:hidden;
	text-align:left;
	background:#ffFFFF url(../images/bg_botpagegrad.jpg) bottom left no-repeat;
	height:1%; /* For IE6 */
	padding-bottom:10px;
	/*position:static; for IE6 */
}


div#header{
	position:relative;
	background-position:top left;
	background-repeat:no-repeat;
	height:160px;
	margin-bottom:20px;
	padding-top:10px;
/*	border:1px solid transparent;*/
}
div#header h1{
	color:#F2015F;
}
div#header p.contactNo,
div#header h1 img{
	display:block;
	margin-bottom:10px;
}
div#header p.contactNo span,
div#header h1 span{
	color:#666666;
}

div#header p.contactNo
{
 font-size:31px;
 position: absolute;
 top: 13px;
 left: 350px;
 margin:0;
}

div#header p.contactNo span
{
 font-size: 20px;
}

div#header p{
	color:#F2015F;
	font-weight:bold;
	font-size:21px;
	margin:0 290px 100px 0;
}
div#header h1,
div#header p{
	margin-left:25px;
}

div#header h1 img
{
 position: relative;
 top: -5px;
}

/* Nav */
div#mainNav{
	background:#F2015F url(../images/bg_navgrad.jpg) bottom left repeat-x;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
div#mainNav ul{
	background:url(../images/bg_navrcorner.jpg) bottom right no-repeat;
	padding-right:15px;
	height:70px;
	font-size:14px;
}
div#mainNav li{
	float:left;
	line-height:70px;
	border-right:1px solid #D60154;
	border-left:1px solid #F6488C;
}
div#mainNav li.end{
	border-right:0 none;
}
div#mainNav li.start{
	border-left:0 none;
	background:url(../images/bg_navlcorner.jpg) left bottom no-repeat;
	padding-left:20px;
}
div#mainNav li a{
	color:#FFFFFF;
	float:left;
	padding:0 33px;
}
div#mainNav li a.current,
div#mainNav li a:hover,
div#mainNav li a:active{
	/*color:#FAA0C3;*/
	color:#F2015F;
	background:#FAA0C3 url(../images/bg_navgradhover.jpg) left bottom repeat-x;
}
div#leftCol{
	float:left;
	margin-left:25px;
	width:535px;
}
div#leftCol,
div#rightCol{
	display:inline;/* ie 6 double margin bug */
	padding-bottom:9px;
	position:relative;
}
div#rightCol{
	float:right;
	width:325px;
	margin-right:30px;
	background:url(../images/bg_botwht325.gif) left bottom no-repeat;
}
div#rightCol div.content img{
	display:block;
	margin:0 auto 15px auto;
}
div.content{
	overflow:hidden;
	height:1%;
	background:#FFFFFF;
	padding:15px;
}
div#footer{
	clear:both;
	padding:10px 25px 0 25px;
	height:1%;
	color:#FFFFFF;
}
div#footer p{
	margin-bottom:0;
}
div#footer p.floatL a{
	color:#FFFFFF;
}
div#footer p.floatR,
div#footer p.floatR a{
	color:#F2015F;
}

/* ########## SEO links at bottom of each page ########## */
div.seo{
    font-size: 10px;
    color: #999;
	width:960px;
	margin:0 auto;
	padding-top: 10px;
}


div.seo a:link,
div.seo a:visited
{
    font-size: 10px;
    color: #999;
}


div.seo a:hover,
div.seo a:active
{
    font-size: 10px;
    color: #666;
}


/* ########## Home page ########## */
body#homePage div#container{
	min-height:720px;
}
body#homePage div#header{
	height:410px;
	background-image:url(../images/bg_homehdr.jpg);
}

body#homePage div#header h1{
	position: relative;
	top:-60px;
	left:0;
}

body#homePage div#rightCol{
	background:none;
	margin-right:10px;
}
body#homePage div#leftCol,
body#homePage div#rightCol{
	width:460px;
}
body#homePage div#leftCol,
body#homePage div#rightCol{
	background:url(../images/bg_botwht460.gif) left bottom no-repeat;
	margin-left:10px;
}
body#homePage div.curtain{
	padding-bottom:9px;/**/
	position:absolute;
	background:url(../images/bg_botcolpink.gif) bottom left no-repeat;
	width:100%;
}
* html body#homePage div.curtain{ /*negates margin-bottom of body#homePage h2.colHd for IE6*/
	/*margin-top:-65px;*/
}
body#homePage ul.tickList{
	background:#FCD4E5 url(../images/bg_pinkgrad.jpg) top left repeat-x;
	font-size:14px;
	width:100%;
	border:0 solid transparent;
	margin-bottom:0;
}
body#homePage ul.tickList li{
	padding:10px 0 0 23px;
	border-top:1px solid #FFFFFF;
	margin:10px 20px 0 20px;
	position:static;/* for IE6, over rides inherited property  */
	font-weight:bold;
	display:none;
	background-position:0 14px;
}
body#homePage ul.tickList li.top,
body#homePage div.reveal ul.tickList li{
	display:block;
}
body#homePage ul.tickList li.top{
	padding-top:15px;
	padding-bottom:10px;
	margin-top:0;
	border:0 none;
	background-position:0 19px;
}
body#homePage div.reveal h2 a.bulLink{
	background-position:100% 100%;
}
div#homePanelR,
div#homePanelL{
	margin-top:65px;
}
div#homePanelL{
	background:url(../images/bg_topstar460.gif) left top no-repeat;
	padding-top:9px;
}
div#homePanelR{
	background:url(../images/bg_topstar460_alt.gif) left top no-repeat;
	padding-top:9px;
}
div#homePanelL div.content,
div#homePanelR div.content{
	padding:10px 10px 0 0;
}
div#homePanelL h5,
div#homePanelR h5{
	padding:5px 15px 10px 80px;
	margin:0 10px 0 10px;
	height:43px;
}

div#homePanelL h5 a,
div#homePanelR h5 a,
div#homePanelL h6 a,
div#homePanelR h6 a{
	color: #000;
}


div#homePanelL h6,
div#homePanelR h6{
	float:left;
	width:80px;
	text-align:center;
}
div#homePanelL p,
div#homePanelR p{
	margin-bottom:0;
	padding-left: 80px;
}
div#homePanelL p a,
div#homePanelR p a{
	color:#F2015F;
}

div#homePanelL p a:hover,
div#homePanelR p a:hover{
	color:#000;
}

div#homePanelL a.bulLink,
div#homePanelR a.bulLink{
	float:right;
}

a.bulLink:hover,
a.bulLink:active
{
 color: #000;
}

img#childrenstrustlogo
{
 float: right;
}


/*
div#homePanelR a img{
	margin-right:13px;
}
div#homePanelR a img.end{
	margin-right:0;
}
div#homePanelR p{
	color:#333333;
	margin:20px 0 0 0;
	font-size:12px;
}
*/
/* ########## Nutrition page ########## */
body#nutrition div#header{
	background-image:url(../images/bg_nutrihdr.jpg);
}
/* ########## Background page ########## */
body#background div#header{
	background-image:url(../images/bg_backgroundhdr.jpg);
}
body#background div#rightCol p{
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}
/* ########## News page ########## */
body#news div#header{
	background-image:url(../images/bg_newshdr.jpg);
}
/* ########## Testimonials page ########## */
body#testims div#header{
	background-image:url(../images/bg_testimonialshdr.jpg);
}
/* ########## Training page ########## */
body#training div#header{
	background-image:url(../images/bg_traininghdr.jpg);
}
/* ########## misc ########## */
.floatL{
	float:left !important;
}
img.floatL{
	margin:0 15px 15px 0;
}
.floatR{
	float:right !important;
}
p.intro{
	font-size:18px;
	font-weight:bold;
}
a.bulLink{
	font-size:12px;
	line-height:14px;
	color:#FA0063;
	padding-right:13px;
	background:url(../images/bul_pinkarr.gif) 100% 0 no-repeat;
	font-weight:bold;
}
ul.tickList{
	margin-bottom:10px;
}
ul.tickList li{
	background:url(../images/bul_tick.gif) 0 3px no-repeat;
	padding-left:35px;
	position:relative;/* IE bg display bug */
	font-size:13px;/**/
	margin-bottom:15px;
}
ul.numList li{
	list-style:decimal;
	color:#F2015F;
	margin-left:25px;/**/
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}
ul.numList li span{
	color:#333333;
	font-weight:normal;
}
.hideEle{
	display:none;
}
.botBrdr{
	border-bottom:1px solid #cccccc;
}
p.intro{
font-weight:bold;
/*color:#F2015F*/
font-size:18px;
}
.pinkText{
	color:#F2015F !important;
}
.lghtPinkText{
	color:#FCB1D0 !important;
}
.drkGreyText{
	color:#666666 !important;
}
.blackText{
	color:#000000 !important;
}