/*

BODY
{
	margin: 0px;
	font-family: Tahoma;
	font-size: 0.9em;
}

#headerLogo 
{
	width: 1000px;
	background-color: White;
	padding: 10px;
}
#headerMenu
{
	width: 1000px;
	background-color: #340066;
	color: White;
	padding: 3px 0 3px 10px;
}

#headerMenu A 
{
	color: White;
}
#headerBreadcrumbs 
{
	width: 1000px;
	background-color: #BDE129;
	padding: 3px 0 3px 10px;
}
#main
{
	width: 1000px;
	background-image: url(../files/background.gif);
	background-repeat: repeat-y;
}
#branchmenu 
{
	float: left;
	width: 200px;
}
#branchmenuInner
{
	padding: 20px;
}

#branchmenuInner 
{
  background-color: #FF0000;
}


#branchmenu A
{
	color: White;
}
#content 
{
	float: left;
	padding: 20px;
	min-height: 300px;
	width: 590px;
}
#snapshots 
{
	float: right;
	width: 250px;
}
#footer 
{
	background-color: #93077E;
	padding: 3px 0 3px 10px;
	width: 1000px;
	color: White;
	font-size: 0.7em;
	clear: both;
}

*/
H1 
{
	font-size: 1.5em;
	color: #93077E;
}
H2
{
	font-size: 1.2em;
	color: #93077E;
}

HR
{
	color: #94CFED;
}


.purpleBold
{
	color: #93077E;
       font-weight: 600;
}

.floatImageLeft
{
  float: left;
  padding-right: 10px;
}



/*-------------------- Heroes & Stars -------------------------*/

.vig-panel{
width:700px;
}

.gradbox {
	width: 335px;
	min-height: 190px;
	background: #e6f7fe url(../files/smallbox.jpg) repeat-x bottom;
	margin: 14px 15px 0 0;
	float: left;
	padding: 0;
	overflow: hidden;

}

.gradbox div.inner {
	width: 312px;
	min-height: 165px;
	padding: 12px;
}

.last {
	margin: 14px 0 0 0;
}

.gradbox p {
	line-height: 1.2em;
	margin-bottom: 5px;
width:160px;
}

.gradbox p.link {
	color: #70266c;
	margin-top: 10px;
	clear: both;
}

.gradbox#stars div.inner {	background: url(/content/files/stars-bg.png) no-repeat right;}
.gradbox#stars div.inner div {	width: 165px;}
.gradbox#heroes div.inner {	background: url(/content/files/heroes-bg.png) no-repeat bottom right;}
.gradbox#heroes div.inner div {	width: 173px;}
.gradbox#famous div.inner {	background: url(/content/files/famous-bg.png) no-repeat bottom right;}
.gradbox#famous div.inner div {	width: 165px;}
.gradbox#videos div.inner {	background: url(/content/files/video-bg.png) no-repeat bottom right;}
.gradbox#videos div.inner div {	width: 165px;}

/*-------------------- Information Tab -------------------------*/
#infoPage{width:680px; margin-top:-20px;}
#infoPagePanel{width:750px; margin-left:-45px; clear:both; margin-top:20px;}
#infoPage #banner {margin-bottom:20px;}

#infoPagePanel ul{list-style-type:none; }
#infoPagePanel ul li{display:block;float:left;width:215px;height:100px;margin-bottom:20px;}
#infoPagePanel ul li h3{text-align:center;color:#FFF;font-family:'MeloriacRegular', tahoma, sans-serif;font-weight:normal;letter-spacing:1px;padding-top:25px;}		
#infoPagePanel ul li h3 a { color: white; }
.downs{background:#692266 no-repeat url(/content/files/info/downs.png);margin-right:20px;}
.cerebal{background:#692266 no-repeat url(/content/files/info/cerebal.png);margin-right:20px;}
.autism{background:#692266 no-repeat url(/content/files/info/autism.png);}
.adhd{	background:#692266 no-repeat url(/content/files/info/adhd.png);margin-right:20px;}
.dyslexia{background:#692266 no-repeat url(/content/files/info/dyslexia.png);margin-right:20px;}
.other{background:#692266 no-repeat url(/content/files/info/other.png);}
.sport{background:#692266 no-repeat url(/content/files/info/sport.png);margin-right:20px;}
.music{background:#692266 no-repeat url(/content/files/info/music.png);margin-right:20px;}
.arts{	background:#692266 no-repeat url(/content/files/info/arts.png);}


/*-------------------- Features Page -------------------------*/


#features ul{
	list-style-type:none;
margin:0;
padding:0;
	}

#features li{
	margin-bottom:15px;
	clear:both;
	}
	
#features ul li h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#802f7c;
	}
	
#features img{
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}

.team-pic{
float:left;
margin: 0 10px 10px 0;
border:2px solid #fff;
}

.team-member{
clear:both;
margin-bottom:10px;
}



