/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	background: #bfd72f;

}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 11px/120% "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
label {
	clear: both;
	float: left;
	width: 60px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #A7BD3F;
	font-weight: bold;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a,
h6 a,
h1 a:link, 
h2 a:link, 
h3 a:link, 
h4 a:link, 
h5 a:link,
h6 a:link 
{
	padding: 0px;
	color: #bdd748;
}
h2 a, 
h3 a, 
h2 a:link, 
h3 a:link
{
	padding: 0px;
	color: #4573b4;
}

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 19px;
	color: #4573b4;
}
h3 {
	font-size: 14px;
	color: #4573b4;
}

h4
{
	font-size: 14px;
}
h5
{
	font-size: 13px;
}
h6
{
	font-size: 12px;
	padding: 0;
	margin: 0 0 8px;
	color: #000000;
}
h1 + h2, h2:first-child, h3:first-child {
	margin-top: 0;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: underline;
	color: #315A9B;
	padding: 0 2px;
}

a:hover
{
	color: #BFD72F;
	text-decoration: underline;
}
a:selected {
	text-decoration: underline;
}
ul
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 10px;
}
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 25px;
}
ul li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(../images/Li.gif) no-repeat left 1px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/LiLi.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	width: 870px;
	margin: 0 auto;
	
	}
#content {
	width: 850px;
	padding: 0 10px;
	float: left;
	background: url(../images/BgContent.gif) repeat-y;
}
#header {
	background: url(../images/Header.jpg);
	width: 850px;
	height: 183px;
	float: left;
	clear: both;
	}
/*-------------- start styles for  menu ---------------*/
#menu {
	float: left;
	clear: both;
	background: url(../images/Menu.jpg);
	height: 45px;
	width: 850px;
}
#menu ul {
	padding: 0 0 0 7px;
	margin: 0;
	list-style: none;
}
#menu li {
	float: left;
	padding: 15px 0 0;
	margin: 0;
	line-height: 30px;
	list-style: none;
	text-align: center;
	text-indent: 0;
}
#menu li.btnHome {
	width: 55px;
}
#menu li.btnTFT {
	width: 140px;
}
#menu li.btnKids {
	width: 45px;
}
#menu li.btnEES {
	width: 40px;
}
#menu li.btnFaqs {
	width: 55px;
}
#menu li.btnCourses {
	width: 65px;
}
#menu li.btnResearch {
	width: 70px;
}
#menu li.btnTestimonials {
	width: 85px;
}
#menu li.btnCorporate {
	width: 70px;
}
#menu li.btnContact {
	width: 75px;
}
#menu li.btnHome,
#menu li.btnTFT,
#menu li.btnKids,
#menu li.btnEES,
#menu li.btnFaqs,
#menu li.btnCourses,
#menu li.btnResearch,
#menu li.btnTestimonials,
#menu li.btnCorporate,
#menu li.btnContact {
	background: url(../images/MenuDiv.gif) no-repeat right 18px;
}
#menu li.btnHome a:hover,
#menu li.btnTFT a:hover,
#menu li.btnKids a:hover,
#menu li.btnEES a:hover,
#menu li.btnFaqs a:hover,
#menu li.btnCourses a:hover,
#menu li.btnResearch a:hover,
#menu li.btnTestimonials a:hover,
#menu li.btnCorporate a:hover,
#menu li.btnContact a:hover {
	color: #bdd748;
	
}
/*styles for rollover and active states*/
#menu li.btnHome:hover,
#menu.home li.btnHome{
	background: #FFF url(../images/MenuRo.jpg) no-repeat 0px top;
}
#menu li.btnTFT:hover,
#menu.tft li.btnTFT {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -55px top;
}
#menu li.btnEES:hover,
#menu.EES li.btnEES {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -195px top;
}
#menu li.btnKids:hover,
#menu.kids li.btnKids {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -231px top;
}
#menu li.btnFaqs:hover,
#menu.faqs li.btnFaqs {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -276px top;
}
#menu li.btnCourses:hover,
#menu.courses li.btnCourses {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -331px top;
}
#menu li.btnResearch:hover,
#menu.research li.btnResearch {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -396px top;
}
#menu li.btnTestimonials:hover,
#menu.testimonials li.btnTestimonials {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -466px top;
}
#menu li.btnCorporate:hover,
#menu.corporate li.btnCorporate {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -551px top;
}
#menu li.btnContact:hover,
#menu.contact li.btnContact {
	background: #FFF url(../images/MenuRo.jpg) no-repeat -632px top;
}
/*styles for active link states*/
#menu.contact li.btnContact a,
#menu.corporate li.btnCorporate a,
#menu.testimonials li.btnTestimonials a,
#menu.research li.btnResearch a,
#menu.courses li.btnCourses a,
#menu.faqs li.btnFaqs a,
#menu.kids li.btnKids a,
#menu.tft li.btnTFT a,
#menu.home li.btnHome
 {
	color: #000;	
}
#menu a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	background-color: transparent;
	display: block;
	
}
/*-------------- end styles for  menu ---------------*/
#text {
	width: 810px;
	float: left;
	clear: both;
	padding: 20px;
}
.twoColLeft {
	padding-right: 15px;
	width: 390px;
	background: url(../images/vertLine.gif) repeat-y right 25px;
	float: left;
}
.twoColRight {
	padding: 0px 0 0 15px;
	width: 390px;
	float: left;
}
#footer {
	padding: 0 30px 5px 30px;
	clear: both;
	float: left;
	font-size: 10px;
	width: 810px;
	line-height: 27px;
	background: url(../images/BgFooter.jpg);
	text-align: right;
	color: #999999;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #999999;
	background-color: transparent;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: transparent;
}
.altRow {
	background-color: #E0E0E0;
}
.imgSpacingRight {
	margin-right: 10px;
	float: left;
	}
.Testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
}
.imgSpacingleft {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}
#testimonialsQuickMenu,
#faqsQuickMenu {
	border: dashed 1px #ccc;
	padding: 8px;
	clear: both;
	background-color: #f2f7d5;
	}
#testimonialsQuickMenu ul,
#faqsQuickMenu ul {
	margin: 0;
	padding: 0;
	}
#testimonialsQuickMenu li {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
	background-image: none;
	text-align: center;
	line-height: 150%;
	}
#faqsQuickMenu li {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;
	background-image: none;
	text-align: left;
	font-size: 10px;
	line-height: 150%;
	}
.top {
	text-align: right;
	font-size: 10px;
}
.coursesBox {
	background-color: #ECF1F8;
	border: solid 1px #4A7ABB;
	padding: 8px;
	margin: 20px 0;
}
.coursesBox h2{
	margin-top: 0;
}

p.divider {
	text-align: center;
}

p.divider img {
	margin: 0 auto;
	padding: 0;	
}
#prompt {
	border: dashed 1px #ccc;
	padding: 8px;
	background-color: #f2f7d5;
	margin: 25px 0 0 0;
	color: #000;
}

/* ----------------- end skin specific ------------------------ */
/* --- */
.small {
	font-size: 10px;
}

.alignRight {
	text-align: right;
}

/* ----------------- form ------------------------ */

input {
	margin: 5px;
}

p.small {
	padding: 10px;
	float: right;
	width: 150px;
}

label {
	float: left;
	width: 200px;
	height: auto;
	clear: both;
	display: block;
	line-height: 25px;
}

form {
	float: left;
	height: auto;
	clear: both;
	background-color: #678DC2;
}
.freeReportBox {
	background-color: #678DC2;
	padding: 10px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	width: 270px;
	background-image: url(../images/FeatureBoxBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.freeReportBox form {
	margin: 0px;
	padding: 0px;
	background-color: #B8CAE2;
	color: #000000;
	display: block;
	width: 100%;
}
.freeReportBox table {
	padding: 5px;
}
.freeReportBox table td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.freeReportBox #submit {
	color: #000000;
	background-color: #BFD72F;
}
.freeReportBox form p {
	color: #000000;
}
.freeReportBox strong, .freeReportBox p {
	color: #FFFFFF;
}
.freeReportBox h2 {
	color: #FFFFFF;
}
td {
	padding: 2px;
}
.myForm textarea,
.myForm input,
.myForm select {
	width: 230px;	
	margin: 0;
	padding: 0;
}
form.PayNow {
	margin: 0 0 20px 0px;
	padding: 0px;
	background-color: Transparent;
	width: 100%;
	text-align: center;
	width: auto;
}
.Pay,
input.Pay  {
	margin: 0px;
	padding: 0px;
	background-color: #4573b4;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	float: none;
	font-weight: bold;
	width: auto;
}
