/*********************************************************************/
/* HTML tag styles                                                        										*/
/*********************************************************************/

body{
	color: #7F7F7F;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles ***********************************/

a:link, a:visited{
	color: #09AAD6;
	text-decoration: none;
	border-style: none;
}

a:hover{
	text-decoration: none;
	color: #F98B33;
}
img {
	border-style: none;
}


/************** header tag styles ***************************************/

h1{
	font: bold 16px Arial, sans-serif;
	color: #00AED9;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

h2{
	font: bold 14px Arial, sans-serif;
	color: #F78B33;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px 0px 0px 15px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px 0px 0px 15px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px 0px 0px 15px;
 padding: 0px;
}

#content p {
	margin: 10px 10px 10px 15px;


}

/*************** list tag styles ********************************************/

ul{
 list-style-type: square;
}


/***********************************************/
/*form Styles                                  */
/***********************************************/
form {
	margin: 0px auto;
	padding: 0px;
	width: 95%;
	font: 11px Arial, Helvetica, sans-serif;
}

form fieldset {
	clear: both;
	font-size: 100%;
	padding: 10px;
	margin: 0 0 0 0;
	border-top: 1px solid #032D69;
	border-right: 0 none #032D69;
	border-bottom: 0 none #032D69;
	border-left: 0 none #032D69;
}

form fieldset legend {
	font-size: 150%;
	font-weight: bold;
	color: #F78B33;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 369px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 5px;
	padding: 5px;
	border: 1px solid #1BB7EA;
	color: #666666;
	font-size: 88%;
	background: #D8F3FC;
}

form fieldset div.notes h4 {
	padding: 3px 0 3px 10px;
	color: #666666;
	font-size: 110%;
	border-top: 0 solid #1BB7EA;
	border-right: 0 solid #1BB7EA;
	border-bottom: 1px solid #1BB7EA;
	border-left: 0 solid #1BB7EA;
}

form fieldset div.notes p {
  margin: 0px;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0px;
}

form div fieldset {
	clear: none;
	margin: 0 0 0 144px;
	padding: 0 5px 5px 5px;
	width: 197px;
	border: 1px solid #17B7E9;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 100px;
	padding: 3px 5px;
	text-align: right;
	height: 20px;
	margin: 0px 0px 5px 0pt;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: inline;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 10px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
	width: 180px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/*********************************************************************/
/* Layout Divs                                 						  */
/*********************************************************************/

#container {
	width:793px;
	background-color: #ffffff;
	margin: auto;
	padding: 0px;
}

#Nav {
	width:140px;
	padding: 0px;
	margin: 0px;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 568px;
	background: url(../img/top2.jpg) no-repeat top;

}
#rightcol {
	background: #DAF1F7;
	color: #0999BE;
	float: right;
	width: 200px;
	margin: 5px 5px 5px 10px;
	padding: 4px;
}
#rightcol h1 {
	color: #FFFFFF;
	background: #03BBEC;
	margin: 0px;
	padding: 4px 0px 4px 15px;
	font-size: 12px;
}
#rightcol p {
	font-size: 10px;
}
#head {
	height: 183px;
	width: 793px;
	background: url(../img/top.jpg) no-repeat;
}
#footer {
	width: 793px;
	background: url(../img/foot_bg.jpg) repeat-y;
	color: #FDD9BB;
}
.footxt {
	padding-left: 40px;
}

div.footxt a, div.footxt a:active, div.footxt a:visited {
	color: #F78B33;

}
div.footxt a:hover {
	color: #FFFFFF;
}

/*********************************************************************/
/* Component Divs                                                     */
/*********************************************************************/



/************* breadCrumb styles ****************************************/

#breadCrumb{
	padding: 2px 0px 2px 4px;
	font: 11px Verdana, sans-serif;
	color: #AAAAAA;
	text-transform: none;
	margin: 25px 10px 10px;
}

#breadCrumb a{
	color: #00B2E2;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: none;
}
.navbot {
	background: url(../img/bot_nav.jpg) no-repeat bottom;
}
.contbot {
	background: url(../img/bot_content.jpg) no-repeat bottom;
}



/************* Navigation styles ****************************************/
#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px;
}
#navigation li {
	margin-bottom: 2px;
	list-style-type: none;
	line-height: 18px;

	width: 130px;
}
#navigation a {
	background: #E1F8FF;
	color: #039CC5;
	display: block;
	width: 100%;
	border-left: 5px solid #E1F8FF;
	padding-left: 6px;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	background: #1199C9;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 5px solid #F78B33;
}
#banner {
	background: url(../img/banner_home.png) no-repeat;
	height: 250px;
	width: 250px;
	left: 0px;
	top: 0px;
}
.leftcol {
	text-align: center;
	font-size: 11px;
	color: #18ABD7;
	margin: 25px 0px 0px;
	padding: 0px;
	border-right: 1px solid #E4E4E4;
}
div.leftcol h1{
	font-size: 13px;
	color: #EB7219;
	margin: 0px;
}
div.leftcol h2{
	font-size: 15px;
	color: #EB7219;
	margin: 0px;
}
div.leftcol h3{
	font-size: 13px;
	color: #EB7219;
	margin: 0px;
}
div.leftcol h4{
	font-size: 16px;
	color: #FFFFFF;
	margin: 10px 0px 0px;
	background: #EE7219;
	padding: 4px 0px;
	font-weight: bold;
}
div.leftcol a, div.leftcol a:active, div.leftcol a:visited {
	color: #EE7219;
}
.vat {
	font-size: 10px;
	font-weight: normal;
}
#peopbanner {
	background: url(../img/home_peopbanner.jpg);
	height: 110px;
	width: 565px;
}
#peopbanner h5 {
	width: 180px;
	padding: 10px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #18ABD7;
}
.familyhead {
	font-size: 14px;
	background: #F78B33;
	margin-right: 5px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.personblock {
	height: 250px;
	width: 220px;
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
#content.family p {
	margin-left: 20px;
}
.h1border {
	border: 1px solid #00AED9;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-right: 5px;
}
.empowering {
	font-size: 22px;
	color: #F78B33;
}
.empowering2 {
	font-size: 22px;
	color: #18ACD2;
}
.orange {
	color: #F78B33;
}
.blue {
	color: #0999BE;
}
.gray {
	color: #7F7F95;
}

.schoollist {
	margin-left: -10px;
	list-style: disc;
}
.feedback {
	background: #FFFFFF url(../img/feedbackBG.jpg) repeat;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 5px;
	color: #05A3D0;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
.feedbacktitle {
	font-size: 18px;
	text-align: center;
	color: #EE7219;
	font-style: italic;
	font-weight: bold;
}
.feedback .orange {
	color: #F78B33;
	font-size: 10px;
}
.priceblock {
	font-size: 16px;
	color: #FFFFFF;
	background: url(../img/pricebg.jpg) no-repeat;
	height: 90px;
	width: 565px;
	font-weight: bold;
}
.priceblocktxt {
	padding: 20px 70px 0px 95px;
	font-size: 16px;
}
.priceblocktxt2 {
	font-size: 11px;
}
.titleblock {
	font-size: 16px;
	color: #FFFFFF;
	background: url(../img/titlebg.jpg) no-repeat;
	height: 90px;
	width: 565px;
	font-weight: bold;
}
.titleblock2 {
	font-size: 16px;
	color: #FFFFFF;
	background: url(../img/courseBarBG2.jpg) no-repeat;
	height: 85px;
	width: 565px;
	font-weight: bold;
}
.titleblocktxt {
	padding: 18px 75px 0px 40px;
	font-size: 16px;
}
.titleblocktxt2 {
	font-size: 16px;
	color: #C4ECF7;
}
#happinessblock {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px;
	background: #76CDE0;
	border: 1px solid #0E98BC;
}
#happinessblock h1 {
	color: #FFFFFF;
	font-size: 17px;
	padding-bottom: 10px;
}
#happinessblock p {
	color: #FFFFFF;
}
#eventbox, #eventbox2 {
	border: 1px solid #00A4C3;
	padding: 5px;
	background: #FFFFFF;
	margin: 10px 10px 0px;
	text-align: left;
}
#testimonialbox {
	padding: 5px;
	background: #FFFFFF url(../img/testimonialbg.jpg) no-repeat center top;
	margin: 10px 10px 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 186px;
}
