@import "reset-min.css";
@import "base-min.css";

/* bondwithbaby.css */
/* Home Page */
/* <strong><em>text</em></strong> does now work with YUI CSS 
strong, b, strong *, b * { font-weight: bold !important; }
em, i, em *, i * { font-style: italic !important; } */

strong { font-weight: bold; }
em, em * { font-style: italic; }

body {
}

#doc {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #000000; /*#5D5D5D;*/
  /*Supported Windows and Mac fonts:
  Andale Mono,Arial,Arial Black,Comic Sans MS,Courier New,Georgia,Impact,Times New Roman,
  Trebuchet MS,Verdana, Webdings*/
  font-family: "Times New Roman", Arial, Georgia;
}

.indent-h1 {
  font-size: 220%;
  font-weight: bold;
  text-align: center;
  color: #E63E00; /*red #FF0000; red orange #FF4500; red orange darker #E63E00*/
  padding: 6px 0px 10px 0px;
}

h2 {
  color: #FF6600;
  height: 8px;
  margin: 30px 0px 30px 0px;
  font-size: 180%;
}

h3 {
  font-size: 160%;
  color: #FF9933;
}

#hd1 {
  vertical-align: middle;
  padding: 13px 0px 14px 0px;
}

#hd1 p {
	font-size: 50px;
	color: #8A2BE2;/*blue violet*/
	float: left;
	margin: 0px 0px 0px 100px; 
}

#hd2 {
	float: right;
	padding: 22px 100px 0px 0px;
}

#hd2-2 {
	float:left;
	border: 1px solid #000000;
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius:10px; /* CSS3 */
}

#hd2-2-1 {
  width: 150px;
  background-color: #FFFFFF;
  color: #5D5D5D;
  padding: 0px 0px 0px 5px;
  -webkit-border-radius: 10px; /* Safari and Chrome */
  -moz-border-radius: 10px; /* Firefox */
  -khtml-border-radius: 10px; /* Linux browsers */
  border-radius:10px; /* CSS3 */
  border: 0px;
}

#hd2-3 {
	float:right;
	margin: -4px 0px 0px 5px;	
}

#hd2-3 input:hover {text-decoration:underline; color:#8A2BE2;}

#hd2-3-1 {
  color: #8A2BE2;
  background-color: #FFFFFF;
  font-weight: bold;
  -webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  border: 0px;
  font-size: 13px;
}
/********************************************/

#hd3 {
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	height: 150px;
  	background-color: #F7F7F7; /*#F5F5F5;*/
}
/*******************************************************************************************/
.hd3-nav-1 span {font-size: 14px;}

.hd3-nav-1 a:link {text-decoration:none; color: #FFFFFF; display: block; height: 60px; width: 100px;}
.hd3-nav-1 a:visited {text-decoration:none; color: #FFFFFF; display: block; height: 60px; width: 100px;}
.hd3-nav-1 a:hover {text-decoration:none;  color: #0D98BA; background-color: #FFFFFF; display: block; height: 60px; width: 100px; -webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	border: 1px solid #FFFFFF;}
.hd3-nav-1 a:active {text-decoration:none; display: block; height: 60px; width: 100px;}
.hd3-nav-1 a:focus {text-decoration:none; display: block; height: 60px; width: 100px;}

.hd3-nav-1 {
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	/*border: 1px solid #9933BB; skews alignment so adjust for 1px on eaxh edge*/
}
/*******************************************************************************************/
.hd3-nav span {font-size: 14px;}

.hd3-nav a:link {text-decoration:none;  color: #FFFFFF; display: block; height: 60px; width: 100px;}
.hd3-nav a:visited {text-decoration:none; color: #FFFFFF; display: block; height: 60px; width: 100px;}
.hd3-nav a:hover {text-decoration:none;  color: #F43E71; background-color: #FFFFFF; display: block; height: 60px; width: 100px; -webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	border: 1px solid #FFFFFF;}
.hd3-nav a:active {text-decoration:none; display: block; height: 60px; width: 100px;}
.hd3-nav a:focus {text-decoration:none; display: block; height: 60px; width: 100px;}

.hd3-nav {
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	/*border: 1px solid #9933BB; skews alignment so adjust for 1px on eaxh edge*/
}

/*Pure colours: Red #FF0000; red-orange #FF4500; red-violet #F43E71; orange #FFA500; grey #808080*/
/*Used colours: Red #FF0000; red-orange-lighter #FF6A33; red-violet #F43E71; orange-darker #E69400; grey-lighter #F7F7F7*/
#hd3-nav-1 {position: relative; top: 10px; left: 1%; width: 100px; height: 60px; text-align: center; background-color: #0D98BA;}/*yellow-green*/
#hd3-nav-1 span {position: relative; top: 20px;	width: 100px; height: 60px;}

#hd3-nav-2 {position: relative; top: -50px; left: 13.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}/*red-violet*/
#hd3-nav-2 span {position: relative; top: 2px; width: 100px; height: 60px;}

#hd3-nav-3 {position: relative; top: -110px; left: 26%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-3 span {position: relative; top: 20px; width: 100px; height: 60px;}

#hd3-nav-4 {position: relative; top: -170px; left: 38.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-4 span {position: relative; top: 12px; width: 100px; height: 60px;}

#hd3-nav-5 {position: relative; top: -230px; left: 51%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-5 span {position: relative; top: 12px; width: 100px; height: 60px;}

#hd3-nav-6 {position: relative; top: -290px; left: 63.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-6 span {position: relative; top: 4px; width: 100px; height: 60px;}

#hd3-nav-7 {position: relative; top: -350px; left: 76%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-7 span {position: relative; top: 18px; width: 100px; height: 60px;}

#hd3-nav-8 {position: relative; top: -410px; left: 88.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-8 span {position: relative; top: 20px; width: 100px; height: 60px;}

/*#hd3-nav-9 {position: relative; top: -470px; left: 99%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-9 span {position: relative; top: 20px; width: 100px; height: 60px;}*/


/*#hd3-nav-10 {position: relative; top: -440px; left: 1%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-10 span {position: relative; top: 20px; width: 100px; height: 60px;}*/

#hd3-nav-11 {position: relative; top: -400px; left: 13.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-11 span {position: relative; top: 12px; width: 100px; height: 60px;}

#hd3-nav-12 {position: relative; top: -460px; left: 26%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-12 span {position: relative; top: 20px; width: 100px; height: 60px;}

#hd3-nav-13 {position: relative; top: -520px; left: 38.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-13 span {position: relative; top: 20px; width: 100px; height: 60px;}

#hd3-nav-14 {position: relative; top: -580px; left: 51%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-14 span {position: relative; top: 12px; width: 100px; height: 60px;}

#hd3-nav-15 {position: relative; top: -640px; left: 63.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-15 span {position: relative; top: 20px; width: 100px; height: 60px;}

#hd3-nav-16 {position: relative; top: -700px; left: 76%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-16 span {position: relative; top: 20px; width: 100px; height: 60px;}

#hd3-nav-17 {position: relative; top: -760px; left: 88.5%; width: 100px; height: 60px; text-align: center; background-color: #F43E71;}
#hd3-nav-17 span {position: relative; top: 20px; width: 100px; height: 60px;}
/**********************************************/
#bd {
  width: 100%;
  margin: 0 auto;
}

.bd-sub-nav {
	margin: 10px 0px 20px 0px;
	/*width: 100%;*/
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	background-color: #F7F7F7;
}

.bd-nav span {font-size: 14px;}

.bd-nav a:link { text-decoration:none; color: #FFFFFF; display: block; height: 60px; width: 100px;}
.bd-nav a:visited { text-decoration:none; color: #FFFFFF; display: block; height: 60px; width: 100px;}
.bd-nav a:hover {text-decoration:none; color: #FFA500; background-color: #FFFFFF; display: block; height: 60px; width: 100px; -webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	border: 1px solid #FFFFFF;}
.bd-nav a:active { text-decoration:none; display: block; height: 60px; width: 100px;}

.bd-nav {
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	/*border: 1px solid #9933BB; skews alignment so adjust for 1px on eaxh edge*/
}

#nav-begin-top {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-begin-1 {position: relative; top: 0px; left: 1%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-begin-1 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-begin-2 {position: relative; top: -60px; left: 12%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-2 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-begin-3 {position: relative; top: -120px; left: 23%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-3 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-begin-4 {position: relative; top: -180px; left: 34%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-4 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-begin-5 {position: relative; top: -240px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-5 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-begin-6 {position: relative; top: -300px; left: 56%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-6 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-begin-7 {position: relative; top: -360px; left: 67%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-7 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-begin-8 {position: relative; top: -420px; left: 78%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-8 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-begin-9 {position: relative; top: -480px; left: 89%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-begin-9 span {position: relative; top: 12px; width: 100px; height: 60px;}
/**********************************************/
#nav-parent-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-parent-1 {position: relative; top: 0px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-parent-1 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-parent-2 {position: relative; top: -60px; left: 32%; width: 100px; height: 60px; text-align: center; background-color:	#FFA500;}
#nav-parent-2 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-parent-3 {position: relative; top: -120px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-parent-3 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-parent-4 {position: relative; top: -180px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-parent-4 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-parent-5 {position: relative; top: -240px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-parent-5 span {position: relative; top: 8px; width: 100px; height: 60px;}
/********************************************/
#nav-bonding-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-bonding-1 {position: relative; top: 0px; left: 10%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-bonding-1 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-bonding-2 {position: relative; top: -60px; left: 24%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-bonding-2 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-bonding-3 {position: relative; top: -120px; left: 38%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-bonding-3 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-bonding-4 {position: relative; top: -180px; left: 52%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-bonding-4 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-bonding-5 {position: relative; top: -240px; left: 66%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-bonding-5 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-bonding-6 {position: relative; top: -300px; left: 80%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-bonding-6 span {position: relative; top: 12px; width: 100px; height: 60px;}
/********************************************/

#nav-comms-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-comms-1 {position: relative; top: 0px; left: 10%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-comms-1 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-comms-2 {position: relative; top: -60px; left: 24%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-comms-2 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-comms-3 {position: relative; top: -120px; left: 38%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-comms-3 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-comms-4 {position: relative; top: -180px; left: 52%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-comms-4 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-comms-5 {position: relative; top: -240px; left: 66%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-comms-5 span {position: relative; top: 12px; width: 100px; height: 60px;;}

#nav-comms-6 {position: relative; top: -300px; left: 80%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-comms-6 span {position: relative; top: 12px; width: 100px; height: 60px;}
/********************************************/

#nav-dep-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-dep-1 {position: relative; top: 0px; left: 24%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-dep-1 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-dep-2 {position: relative; top: -60px; left: 38%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dep-2 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-dep-3 {position: relative; top: -120px; left: 52%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dep-3 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-dep-4 {position: relative; top: -180px; left: 66%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dep-4 span {position: relative; top: 12px; width: 100px; height: 60px;}
/********************************************/

#nav-shape-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-shape-1 {position: relative; top: 0px; left: 31%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-shape-1 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-shape-2 {position: relative; top: -60px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-shape-2 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-shape-3 {position: relative; top: -120px; left: 59%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-shape-3 span {position: relative; top: 20px; width: 100px; height: 60px;}
/********************************************/
#nav-care-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-care-1 {position: relative; top: 0px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-care-1 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-care-2 {position: relative; top: -60px; left: 32%; width: 100px; height: 60px; text-align: center; background-color:	#FFA500;}
#nav-care-2 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-care-3 {position: relative; top: -120px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-care-3 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-care-4 {position: relative; top: -180px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-care-4 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-care-5 {position: relative; top: -240px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-care-5 span {position: relative; top: 20px; width: 100px; height: 60px;}
/********************************************/

#nav-sleep-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-sleep-1 {position: relative; top: 0px; left: 31%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-sleep-1 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-sleep-2 {position: relative; top: -60px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-sleep-2 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-sleep-3 {position: relative; top: -120px; left: 59%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-sleep-3 span {position: relative; top: 12px; width: 100px; height: 60px;}
/********************************************/

#nav-cry-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-cry-1 {position: relative; top: 0px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-cry-1 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-cry-2 {position: relative; top: -60px; left: 32%; width: 100px; height: 60px; text-align: center; background-color:	#FFA500;}
#nav-cry-2 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-cry-3 {position: relative; top: -120px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-cry-3 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-cry-4 {position: relative; top: -180px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-cry-4 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-cry-5 {position: relative; top: -240px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-cry-5 span {position: relative; top: 2px; width: 100px; height: 60px;}
/********************************************/

#nav-play-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-play-1 {position: relative; top: 0px; left: 6%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-play-1 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-play-2 {position: relative; top: -60px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-play-2 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-play-3 {position: relative; top: -120px; left: 32%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-play-3 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-play-4 {position: relative; top: -180px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-play-4 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-play-5 {position: relative; top: -240px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-play-5 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-play-6 {position: relative; top: -300px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-play-6 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-play-7 {position: relative; top: -360px; left: 84%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-play-7 span {position: relative; top: 2px; width: 100px; height: 60px;}
/********************************************/

#nav-dev-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-dev-1 {position: relative; top: 0px; left: 6%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-dev-1 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-dev-2 {position: relative; top: -60px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dev-2 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-dev-3 {position: relative; top: -120px; left: 32%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dev-3 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-dev-4 {position: relative; top: -180px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dev-4 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-dev-5 {position: relative; top: -240px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dev-5 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-dev-6 {position: relative; top: -300px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dev-6 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-dev-7 {position: relative; top: -360px; left: 84%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-dev-7 span {position: relative; top: 2px; width: 100px; height: 60px;}
/********************************************/

#nav-safe-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-safe-1 {position: relative; top: 0px; left: 6%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-safe-1 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-safe-2 {position: relative; top: -60px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-safe-2 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-safe-3 {position: relative; top: -120px; left: 32%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-safe-3 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-safe-4 {position: relative; top: -180px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-safe-4 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-safe-5 {position: relative; top: -240px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-safe-5 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-safe-6 {position: relative; top: -300px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-safe-6 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-safe-7 {position: relative; top: -360px; left: 84%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-safe-7 span {position: relative; top: 20px; width: 100px; height: 60px;}
/********************************************/
#nav-videos-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
#nav-videos-1 {position: relative; top: 10px; left: 3%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-videos-1 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-videos-2 {position: relative; top: -50px; left: 15%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-2 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-videos-3 {position: relative; top: -110px; left: 27%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-3 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-videos-4 {position: relative; top: -170px; left: 39%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-4 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-videos-5 {position: relative; top: -230px; left: 51%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-5 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-videos-6 {position: relative; top: -290px; left: 63%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-6 span {position: relative; top: 20px; width: 100px; height: 60px;}

#nav-videos-7 {position: relative; top: -350px; left: 75%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-7 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-videos-8 {position: relative; top: -410px; left: 87%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-videos-8 span {position: relative; top: 12px; width: 100px; height: 60px;}

/********************************************/
#nav-songs-top {
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
}

#nav-songs-1 {position: relative; top: 0px; left: 6%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}/*orange*/
#nav-songs-1 span {position: relative; top: 2px; width: 100px; height: 60px;}

#nav-songs-2 {position: relative; top: -60px; left: 19%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-songs-2 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-songs-3 {position: relative; top: -120px; left: 32%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-songs-3 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-songs-4 {position: relative; top: -180px; left: 45%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-songs-4 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-songs-5 {position: relative; top: -240px; left: 58%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-songs-5 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-songs-6 {position: relative; top: -300px; left: 71%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-songs-6 span {position: relative; top: 12px; width: 100px; height: 60px;}

#nav-songs-7 {position: relative; top: -360px; left: 84%; width: 100px; height: 60px; text-align: center; background-color: #FFA500;}
#nav-songs-7 span {position: relative; top: 12px; width: 100px; height: 60px;}
/******************End nav**************************/

.clear-float {
  clear: left;
}

#copyright {
	 color: #A99999;
}

#ft {
  height: 20px;
  margin: 0px 0px 30px 0px;
  width: 100%;
}

#ft1 {
  float: left;
  margin: 0px 0px 0px 20px;
  font-size: 20px;
}

#ft2 {
	float: right;
	margin: 0px 30px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

/* Start Footer Lists*/
.ftlists li {
  float:left;
}

.ftlists ul li {
  list-style:none;
}

.ftlists ul li a {
  padding:0px 10px 0px 0px;
  float:left;
  color: #796E6E;
}

/* This is the correct order to be effective & is supported in all browsers */
.ftlists li a:link { text-decoration:none;}
.ftlists li a:visited { text-decoration:none;}
.ftlists li a:hover { text-decoration:underline; color: #796E6E;}
.ftlists li a:active { text-decoration:none;}
/* End */
/***************END footer***********************/
/**************Start Blog Heading************************/
.access {
	background-color: #FFA500;
	margin: 0px 20px 0px 40px;
	width: 92%;
	-webkit-border-radius: 10px; /* Safari and Chrome */
  	-moz-border-radius: 10px; /* Firefox */
  	-khtml-border-radius: 10px; /* Linux browsers */
  	border-radius: 10px; /* CSS3 */
  	height: 30px;
}

div.menu {
	font-size: 16px;
	margin-left: 10px;
	width: 100%;
}

div.menu li {
	float: left;
	position: relative;
}

div.menu ul li {
	list-style: none;
}

div.menu ul li a {
	color: #FFFFFF;
	display: block;
	padding: 4px 10px 0px 10px;
	text-decoration: none;
}

div.menu li:hover > a,div.menu ul ul:hover > a {text-decoration:underline; color: #FFFFFF;}
div.menu ul li:hover > ul {display: block; text-decoration:underline; color: #FFFFFF;}
/**************End Blog************************/


/* Login */
#generic-login-message {
	text-align: center;
	margin-bottom: 20px;
}

#generic-login {
	width: 49%;
	margin: 0 auto;
	height: 120px;
	padding: 20px 0px 0px 120px;
	background-color: #0D98BA; /*#F2DBDB;#F3DFDF;*/
	-webkit-border-radius: 10px; /* Safari and Chrome */
	-moz-border-radius: 10px; /* Firefox */
	-khtml-border-radius: 10px; /* Linux browsers */
	border-radius:10px; /* CSS3 */
	clear: both;
}

/* To stop link outlines appearing when clicked
#generic-login-third-div-inner a {
  outline: none;
}*/

.generic-login-text {
	clear: both;
	float: left;
	width: 120px;
	margin-left: 20px;
	color: #FFFFFF;
	padding-top: 3px;
}

.generic-login-input {
	float: left;
}

#generic-login-submit {
  margin: 80px 0px 0px 40px;
  color: #FFFFFF;
}

.generic-login-error {
	float: left;
	text-indent: 20px;
}

.generic-login-error span {
  color: #FFFFFF;
}

#generic-login-submit a:link { text-decoration:none; color: #FFFFFF;}
#generic-login-submit a:visited { text-decoration:none; color: #FFFFFF;}
#generic-login-submit a:hover { text-decoration:underline; color: #FFFFFF;}
#generic-login-submit a:active { text-decoration:none; color: #FFFFFF;}
/* End */

/* Contact */
#contact-wrapper {
	margin-left: 20px;
}

.contact {
  float:left;
  width:600px;
}
/* End */

/* Forgot Password */
#pass-first-div {
	width: 75%;
	height: 230px;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 40px 126px;
	background-color: #0D98BA; /*#F2DBDB;*/
	-webkit-border-radius: 10px; /* Safari and Chrome */
	-moz-border-radius: 10px; /* Firefox */
	-khtml-border-radius: 10px; /* Linux browsers */
	border-radius:10px; /* CSS3 */
}

#pass-second-div {
	margin: 0px 0px 0px 130px;
}

.pass-para {
	margin-left: 17%;
}

.pass-text {
  float: left;
  width: 480px;
  color: #FFFFFF;
}

.pass-float-left {
  float: left;
  margin-left: 20px;
  width: 180px;
}

.pass-input {
  text-indent: 10px;
}

.pass-clear-float {
  clear: left;
  height: 20px;
}

#pass-submit {
  margin-left: 40px;
}

.pass-error {
	float: left;
	text-indent: 20px;
}

.pass-error span {
  color: #FFFFFF;
}

#pass-submit a:link { text-decoration:none; color: #FFFFFF;}
#pass-submit a:visited { text-decoration:none; color: #FFFFFF;}
#pass-submit a:hover { text-decoration:underline; color: #FFFFFF;}
#pass-submit a:active { text-decoration:none; color: #FFFFFF;}
/* End */

/* Registration */
/********************************************/
.spacer {
  height: 20px;
}

.index-spacer {
  height: 21px;
}

.reg-para {
	margin-left: 60px;
	margin-right: 20px;
}

#reg-wrapper {
	margin: 20px 0px 0px 40px;
}

#reg-wrapper p {
	text-align: left;
}

#reg-input-wrapper {
	padding: 20px 0px 20px 80px;
	margin: 0px 100px 40px 60px;
	background-color: #0D98BA; /*#0D98BA;*/
	-webkit-border-radius: 10px; /* Safari and Chrome */
	-moz-border-radius: 10px; /* Firefox */
	-khtml-border-radius: 10px; /* Linux browsers */
	border-radius:10px; /* CSS3 */
}

#reg-input-wrapper p {
	color: #FFFFFF;
}

.reg-input {
  float: left;
}

#reg-input-lname {
	float: left;
	margin-left: 20px;
}

#enter_pass {
	margin: 0px 0px 5px 0px;
}

#re_enter_pass {
	margin: 5px 0px 5px 0px;
}

#reg-text-country {
	margin: 0px 0px 0px 0px;
}

.reg-error {
	float: left;
	text-indent: 20px;
}

#reg-input-captcha {
	float: left;
}

#reg-captcha {
  float: left;

}

#reg-submit {
  margin-left: 20px;
}

.reg-error span {
  color: #FFFFFF;
}

#reg-submit a:link { text-decoration:none; color: #FFFFFF;}
#reg-submit a:visited { text-decoration:none; color: #FFFFFF;}
#reg-submit a:hover { text-decoration:underline; color: #FFFFFF;}
#reg-submit a:active { text-decoration:none; color: #FFFFFF;}
/* End */

/************************************************************************/
/* For 'content' files to complete border to footer need two divs */
/* Div width set to 780px for all content */

#img10,#img19  {width: 14%; height: 14%; border-radius: 50%;}
#img1,#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9,#img11,#img12,#img13,#img14,#img15,#img16,
#img17,#img18,#img20,#img21,#img22,#img23,#img24,#img25,#img26,#img27,#img28,#img29,
#img30,#img31 {width: 16%; height: 16%; border-radius: 50%;}
#img32,#img33,#img34,#img35,#img36,#img39,#img50 {width: 20%; height: 20%; border-radius: 50%;}
#img37,#img38,#img40,#img41,#img42,#img43,#img44,#img45,#img46,#img47,#img51,#img71,#img77,#img78,#img79,#img112 {width: 24%; height: 24%; border-radius: 50%;}
#img48,#img52,#img53,#img54,#img55,#img56,#img57,#img58,#img59,#img60,#img61,#img62,#img63,#img64,#img65,#img66,#img67,#img68,#img69,#img70,#img73,#img76 {width: 26%; height: 26%; border-radius: 50%;}
#img72,#img74,#img75,#img81,#img82,#img83,#img84,#img85,#img86,#img87,#img88,#img89,#img90,#img91,#img106,#img107,#img108,#img109,#img110,#img111,#img113 {width: 28%; height: 28%; border-radius: 50%;}
#img95 {width: 60%; height: 60%; border-radius: 50%;}
#img92,#img93,#img94,#img97,#img98,#img99,#img100,#img101,#img102,#img103,#img104,#img105 {width: 80%; height: 80%; border-radius: 50%;}
#img96 {width: 90%; height: 90%; border-radius: 50%;}
#img80 {width: 100%; height: 40%; border-radius: 50%;}
#img49 {width: 90%; height: 90%; border-radius: 50%;}
#img81 {width: 21%; height: 15%; border-radius: 50%;}

/*#img10,#img39,#img41,#img54,#img55,#img56
#img63,#img64,#img66*/

.indent-header {
  	text-align: left;
  	color: #9D38B4;
  	padding: 10px 0px 0px 35px;
}

.content {
	margin: 0px 10px 0px 10px;
	font-size: 16px;
}

.content a:link {text-decoration:underline; font-style: italic; font-size: 16px;}
.content a:visited {text-decoration:underline; font-style: italic; color: #8A2BE2;}
.content a:hover { text-decoration:underline; font-style: italic; color: #8A2BE2; font-weight: bold;}
.content a:active { text-decoration:underline; font-style: italic; color: #8A2BE2;}
.content a:focus {text-decoration:underline; font-style: italic; color: #8A2BE2;}

.content p {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 150%;
  text-align: justify;
}

.content .box-gradient {
  -webkit-border-radius: 10px; /* Safari and Chrome */
  -moz-border-radius: 10px; /* Firefox */
  -khtml-border-radius: 10px; /* Linux browsers */
  border-radius: 10px; /* CSS3 */
  background-color: #F2E6F5; /* Old Browsers */
  background-image: -moz-linear-gradient(top, #F2E6F5, #FBF7FC); /* Firefox 3.6+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2E6F5), to(#FBF7FC));/* Safari 4+; chrome 1-9 */
  background-image: -webkit-linear-gradient(top, #F2E6F5, #FBF7FC);/* Safari 5.1+; chrome 10+*/
  background-image: -o-linear-gradient(top, #F2E6F5, #FBF7FC);/* Opera 11.10+ */
  background: linear-gradient(to bottom, #F2E6F5 0%, #FBF7FC 100%); /* W3C */
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Comes after .content p to align para and colour box */
.content .box-gradient p {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A2BE2; /*#9933BB;*/
  font-size: 18px;
}

.content .box-gradient ul {
  margin-left: 40px;
  margin-right: 10px;
  line-height: 150%;
  text-align: justify;
}

.content .box-gradient li {
  color: #8A2BE2;
  font-size: 16px;
}

.content #box-grad {
	width: 99%;
}

.content #box-gradient-iphone-1 p {
	font-size: 160%;
}

.content .box-gradient a:link {
  font-weight: 600;
  color:#8A2BE2;
  font-style: normal;
  font-size: 16px;
}

.content .box-gradient a:visited {
  font-weight: 600;
  color:#8A2BE2;
  font-style: normal;
  font-size: 16px;
}

.content .box-gradient a:hover {
  font-weight: bold;
  font-style: italic;
  color:#8A2BE2;
  font-size: 17px;
}

.content .box-gradient a:focus {
  font-weight: 600;
  color:#8A2BE2;
  font-style: normal;
  font-size: 16px;
}

.content .content-spacer {
  height: 4px;
}

/* Required for Safari */
.content sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  top: -0.6em;
}

.content .image_align {
  margin: 5px 20px 10px 20px;
}

.content .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content h2 {
  margin-left: 10px;
  margin-right: 20px;
  text-align: center;
}

.content h3 {
  margin-left: 10px;
  margin-right: 20px;
  text-align: justify;
}

.content .ct-ol-1 {
  margin-left: 42px;
  margin-right: 10px;
  line-height: 150%;
  text-align: justify;
}

.content .ct-ul-1 {
  margin-left: 30px;
  margin-right: 10px;
  line-height: 150%;
  text-align: justify;
}

.content .ct-ul-1-1 {
  margin-left: 35px;
  margin-right: 10px;
  line-height: 150%;
  text-align: justify;
}

/* For bullets in content.txt */
.content .circle li {
  list-style-type: circle;
  margin-left: -22px;
}

.content ul .zero li {
  list-style-type: circle;
  margin-left: 20px;
}

.content .ct-ul-p {
  margin-left: 30px;
}

.content .ct-ul-1 li {
  padding-bottom: 5px;
}

.content .ct-ul-2 {
  list-style-type: none;
  margin-left: 20px;
}

.content .ct-ul-2 li {
  list-style-type: none;
}

.content .ct-ol-1 li {
  padding-bottom: 5px;
}

/* Shaping=5 */
.content .ct-ol-p {
  margin-left: 40px;
  margin-bottom: 5px;
}

/* IE7 Beyond=10 */
.content .ct-ol-p1 {
  margin-left: 40px;
}

.content .para-no-bottom {
  margin-bottom: 5px;
}

/********************************************************************/
.single-box {
  margin: 5px 0px 5px 0px;
}

.single-box .bbs {
  padding-left: 10px;
  padding-right: 20px;
}

.single-box td {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  text-align: justify;
  line-height: 150%;
}

.single-box {
  border-collapse: collapse;
}

.single-box p {
  margin: 0px 10px 0px 10px;
  padding-bottom: 5px;
}

.single-box ol {
  margin-left: 30px;
}

.single-box ul li {
  margin-left: 8px;
  padding-bottom: 5px;
}

.single-box-indent td {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  text-align: justify;
  line-height: 150%;
}

.single-box-indent p {
  margin: 0px;
  padding-bottom: 5px;
}

.single-box-indent {
  margin-left: 50px;
}
/****************************************************/

/* Content divs */
#intro {
  padding-bottom: 20px;
  text-align:center;
}

#started1 {
  text-align:center;
  background-color:	#F7E9E9;
}

#begin {
  padding-bottom: 20px;
  text-align:center;
}

#parent {
  padding-bottom: 20px;
  text-align:center;
}

#bond {
  padding-bottom: 20px;
  text-align:center;
}

#com {
  padding-bottom: 20px;
  text-align:center;
}

#dep {
  padding-bottom: 20px;
  text-align:center;
}

#shape {
  padding-bottom: 20px;
  text-align:center;
}

#care {
  padding-bottom: 20px;
  text-align:center;
}

#play {
  padding-bottom: 20px;
  text-align:center;
}

#relax {
  padding-bottom: 20px;
  text-align:center;
}

#sleep {
  padding-bottom: 20px;
  text-align:center;
}

#cry {
  padding-bottom: 20px;
  text-align:center;
}

#safe {
  padding-bottom: 20px;
  text-align:center;
}

#learn {
  padding-bottom: 20px;
  text-align:center;
}

#dev {
  padding-bottom: 20px;
  text-align:center;
}

#srm {
  padding-bottom: 20px;
  text-align:center;
}

.videos video {width: 340px; height: 191px; margin: 0px auto;} /*width="640" height="360"*/
.videos object {width: 340px; height: 200px; margin: 0px auto;} /*width="640" height="376" or  width="556" height="376" for IE10,11,12*/

.videos {
  padding-bottom: 20px;
  text-align:center;
}

.play-video {
  text-align: left;
  margin-left: 40px;
  margin-right: 20px;
}

.video-margin {display: inline-block; text-align:center; margin: 20px auto;}

.videos a:link {text-decoration:underline; color: #8A2BE2;}

/*************************************************************************/

/* Play Activities Table */
.activities th,td {
  border: 1px solid #000000;
}

.activities {
  border-collapse: collapse;
}

.activities td,th {
  border: 1px solid #000000;
}

.activities tr td {
  padding: 4px;
}

.activities tr {
  vertical-align: text-top;
}

.activities p {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}

.activities .table-head {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #000000;
  font-size: 24px;
}

.iphone-bold {
  font-size: 24px;
}

.iphone-normal {
  font-size: 24px;
}

/* End */

/* Develop & Learn Physical Table */
.physical td {
  border: 1px solid #000000;
}

.physical {
  border-collapse: collapse;
}

.physical tr td {
  padding: 4px;
}

.physical tr {
  vertical-align: text-top;
}

.physical p {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 24px;
}

.physical .table-head {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.physical .phycol1 {
  font-size: 24px;
}

/* End */

/* Develop & Learn Cognitive Table */
.cognitive td {
  border: 1px solid #000000;
}

.cognitive {
  border-collapse: collapse;
}

.cognitive tr td {
  padding: 4px;
}

.cognitive tr {
  vertical-align: text-top;
}

.cognitive p {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}

.cognitive .table-head {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.cognitive .cogcol1 {
  font-size: 24px;
}
/* End */

/* Develop & Learn Language Table */
.language td {
  border: 1px solid #000000;
}

.language {
  border-collapse: collapse;
}

.language tr td {
  padding: 4px;
}

.languagee tr {
  vertical-align: text-top;
}

.language p {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}

.language .table-head {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.language .lancol1 {
  font-size: 24px;
}
/* End */

/* Develop & Learn Social Table */
.social td {
  border: 1px solid #000000;
}

.social {
  border-collapse: collapse;
}

.social tr td {
  padding: 4px;
}

.social tr {
  vertical-align: text-top;
}

.social p {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}

.social .table-head {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.social .soccol1  {
  font-size: 24px;
}

/* End */

/* Start */
#email1 p {
  margin-left: 20px;
}
/* End */

/*paging*/
.previous-next {
  padding-bottom: 20px;
  text-align:center;
  font-size: 12px;
}

.previous-next a:link {text-decoration:underline; color: #8A2BE2;}
.previous-next a:visited {text-decoration:underline; color: #8A2BE2;}
.previous-next a:hover { text-decoration:underline; color: #8A2BE2; font-weight: bold;}
.previous-next a:active { text-decoration:underline; color: #8A2BE2;}
.previous-next a:focus {text-decoration:underline; color: #8A2BE2;}

/* Error Handling */
.error_box {
  color: #DC143C;
  margin: 0px auto;
  overflow: auto;
  position: relative;
  text-align: left;
  padding: 10px;
  z-index: 5;
}
