
#navigation {
	margin: 0;
	padding: 3px 0 10px 0;
	font-size: 80%;
}

/* start */

#start_top {
	margin: 0 auto;
	width: 840px;
	}

	#start_flash {
		float: left;
		width: 500px;
		}

	#start_topics {
		float: right;
		width: 270px;
		}

		#start_study {
			display: block;
			margin: 0 auto;
			}

	#start_topics dl {
			margin: 0;
			padding: 0;
		}

		#start_topics dl dt {
			margin: 10px 0 0 0;
			padding: 0;
/*
			padding: 1px 5px;
			color: #fff;
			background-color: #0071bc;
			text-align: center;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
*/
			}

		#start_topics dl dd {
			margin: 0;
			padding: 5px 5px 0 5px;
			}

.start_info_bar {
	margin: 0;
	padding: 0;
	clear: both;
/*
	color: #fff;
	background-color: #0071bc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
	}


#start_middle {
	margin: 0 auto;
	width: 840px;
	padding-top: 15px;
	}

	#start_new {
		float: left;
		width: 440px;
		}

	#start_new dl {
		margin: 0;
		padding: 7px;
		float: left;
		width: 206px;
		}

		#start_new dl dt {
			margin: 0;
			padding: 0;
			font-size: 110%;
			font-weight: bold;
			color: #998680;
			}

		#start_new dl dd {
			margin: 0;
			padding: 2px;
			font-size: 90%;
			line-height: 125%;
			}

	#start_circle {
		padding: 5px 10px;
		float: right;
		width: 360px;
		border: 1px solid #998680;
		}

		#start_circle dl {
			margin: 0;
			padding: 0;
			float: left;
			width: 160px;
			}

			#start_circle dl dt {
				margin: 0;
				padding: 5px 0;
				font-weight: bold;
				color: #998680;
				}

			#start_circle dl dd {
				margin: 0;
				padding: 0 0 15px 0;
				font-size: 90%;
				line-height: 110%;
				}

		#start_circle img {
			margin: 0;
			padding: 8px 0 0 0;
			float: right;
			}

#start_boxes {
	margin: 0;
	padding: 15px 25px 0 26px;
	width: 840px;
	}

	#start_boxes ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

		#start_boxes ul li {
			margin: 0 13px 0 0;
			padding: 0;
			display: block;
			width: 200px;
			height: 220px;
			float: left;
			}

			#start_boxes ul li a {
				display: block;
				width: 200px;
				height: 220px;
				background: url(images/top_boxes_new.jpg);
				}

		#start_boxes ul #start_box_1 a {
			background-position: 0 0;

			}

		#start_boxes ul #start_box_1 a:hover {
			background-position: 0 -220px;
			}

		#start_boxes ul #start_box_2 a {
			background-position: -200px 0;
			}

		#start_boxes ul #start_box_2 a:hover {
			background-position: -200px -220px;
			}

		#start_boxes ul #start_box_3 a {
			background-position: -400px 0;
			}

		#start_boxes ul #start_box_3 a:hover {
			background-position: -400px -220px;
			}

		#start_boxes ul #start_box_4 {
			margin: 0;
			}

		#start_boxes ul #start_box_4 a {
			background-position: -600px 0;
			}

		#start_boxes ul #start_box_4 a:hover {
			background-position: -600px -220px;
			}

/* about */

#about {
	padding: 0 30px;
	margin: 0 auto;
	}

	#about #about_text {
		width: 400px;
		margin: 0;
		padding: 05px;
		line-height: 150%;
		}

.about_bullet1, .about_bullet2, .about_bullet3, .about_bullet4, .about_bullet5, .about_bullet6, .about_bullet7 {
	margin: 20px 5px;
	padding: 7px 0 7px 45px;
	}

.about_bullet1 {	background: #fff url(images/about_bullet1.gif) no-repeat top left;	}
.about_bullet2 {	background: #fff url(images/about_bullet2.gif) no-repeat top left;	}
.about_bullet3 {	background: #fff url(images/about_bullet3.gif) no-repeat top left;	}
.about_bullet4 {	background: #fff url(images/about_bullet4.gif) no-repeat top left;	}
.about_bullet5 {	background: #fff url(images/about_bullet5.gif) no-repeat top left;	}
.about_bullet6 {	background: #fff url(images/about_bullet6.gif) no-repeat top left;	}
.about_bullet7 {	background: #fff url(images/about_bullet7.gif) no-repeat top left;	}


/* faq */

#faq {
	padding: 0 30px;
	margin: 0 auto;
	width: 840px;
	}

	.general_separator {
		padding: 0 0;
		margin: 10px auto;
		display: block;
		width: 95%;
		height: 0;
		border: 0;
		border-bottom: 1px dotted #958c83;
		}

	#faq #faq_map {
		padding: 0 30px;
		margin: 0 auto;
		}

		#faq #faq_map li {
			padding: 10px 0;
			margin: 0;
			}

			#faq #faq_map li a:link, #faq #faq_map li a:visited, #faq #faq_map li a:active {
				color: #333;
				}

			#faq #faq_map li a:hover {
				color: #dc614d;
				}

	.faq_to_top {
		margin: 0;
		padding: 5px 0;
		text-align: right;
	}

	.general_question {
		margin: 0;
		padding: 4px 8px;
		width: 20px;
		font-size: 130%;
		font-weight: bold;
		color: #7f5f3f;
		float: left;
		clear: left;
		}

	.general_question a:link, .general_question a:visited, .general_question a:active, .general_question a:hover {
		color: #7f5f3f;
		}

	.general_question_text {
		margin: 0;
		padding: 4px 8px;
		width: 788px;
		font-size: 110%;
		font-weight: bold;
		color: #0071bc;
		float: left;
		}

	.general_answer {
		margin: 0;
		padding: 4px 8px;
		width: 20px;
		font-size: 130%;
		font-weight: bold;
		color: #0071bc;
		float: left;
		clear: left;
		}

	.general_answer_text {
		margin: 0;
		padding: 4px 8px;
		width: 788px;
		float: right;
		}


/* contact */

#contact {
	padding: 0 30px;
	margin: 0 auto;
	}

#contact_explaination {
	margin: 0;
	padding: 5px 0px;
	width: 500px;
	}

	#contact table {
		padding: 20px 0;
		margin: 0 auto;
		width: 580px;
		}

		#contact table tr {
			}

			#contact table tr td {
				padding-bottom: 15px;
				vertical-align: top;
				}

				#contact table tr td .input_textbox {
					border: 1px solid #b4b4b4;
					width: 250px;
					background-color: #f2f2f2;
					}

	#contact #contact_submit {
		margin: 0 auto 30px auto;
		display: block;
		width: 100px;
		}

	.contact_thankyou {
		margin: 0;
		padding: 40px 0;
		clear: both;
		}

/* method */

#method {
	padding: 0 30px;
	margin: 0 auto;
	}

	#method .method_thin_blue_bar {
		height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		border-bottom: 1px solid #0071bc;
		}

	#method #method_flash {
		width: 840px;
		margin: 0 auto;
		}

	.method_bullet1, .method_bullet2, .method_bullet3, .method_bullet4, .method_bullet5, .method_bullet6 {
		margin: 10px 30px;
		padding: 0 0 5px 45px;
		}

	.method_bullet1 {	background: #fff url(images/method_bullet1.gif) no-repeat top left;	}
	.method_bullet2 {	background: #fff url(images/method_bullet2.gif) no-repeat top left;	}
	.method_bullet3 {	background: #fff url(images/method_bullet3.gif) no-repeat top left;	}
	.method_bullet4 {	background: #fff url(images/method_bullet4.gif) no-repeat top left;	}
	.method_bullet5 {	background: #fff url(images/method_bullet5.gif) no-repeat top left;	}
	.method_bullet6 {	background: #fff url(images/method_bullet6.gif) no-repeat top left;	}

	#method #method_left {
		width: 500px;
		float: left;
		}

		#method #method_left div {
			margin: 0;
			padding: 5px;
			line-height: 150%;
			}

	#method #method_right {
		width: 290px;
		float: right;
		}

		#method #method_right img {
			padding: 20px 40px 0 0;
			float: right;
			}


/* guide */

#guide {
	padding: 0 30px;
	margin: 0 auto;
	width: 840px;
	}

	#guide #guide_left {
		width: 490px;
		float: left;
		}

	#guide #guide_right {
		width: 300px;
		float: right;
		}

		#guide #guide_right div {
			padding: 20px 0 0 0;
			width: 190px;
			float: right;
			}

	#guide #guide_info {
		margin: 0;
		padding: 10px 40px 10px 5px;
		}


#ul_courses {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	#ul_courses li {
		margin: 0;
		padding: 7px 0 5px 40px;
		background-image: url(images/courses.jpg);
		background-repeat: no-repeat;
		}

		#ul_courses #ul_courses_a {
			background-position: 0 0;
			}

		#ul_courses #ul_courses_b {
			background-position:  0 -36px;
			}

		#ul_courses #ul_courses_c {
			background-position: 0 -72px;
			}


#guide_points {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	}

	#guide_points li {
		margin: 0;
		padding: 7px 0 5px 40px;
		background-image: url(images/numbers.gif);
		background-repeat: no-repeat;
		}

		#guide_points #guide_points_1 {
			background-position: 0 -3px;
			}

		#guide_points #guide_points_2 {
			background-position: 0 -35px;
			}

		#guide_points #guide_points_3 {
			background-position: 0 -66px;
			}

		#guide_points #guide_points_4 {
			background-position: 0 -96px;
			}

		#guide_points #guide_points_5 {
			background-position: 0 -127px;
			}

		#guide_points #guide_points_6 {
			background-position: 0 -160px;
			}


#courses {
	padding: 0 30px;
	margin: 0 auto;
	}

	#courses #courses_left {
		float: left;
		width: 250px;
		}

	#courses #courses_right {
		float: left;
		padding-left: 20px;
		width: 570px;
		}

	.courses_hr_a {
		margin: 0 0 8px 0;
		padding: 0;
		height: 0;
		border: 0;
		border-bottom: 3px solid #0071BC;
		}

	.courses_hr_b {
		margin: 0 0 8px 0;
		padding: 0;
		height: 0;
		border: 0;
		border-bottom: 3px solid #A1DD7F;
		}

	.courses_hr_c {
		margin: 0 0 8px 0;
		padding: 0;
		height: 0;
		border: 0;
		border-bottom: 3px solid #F79654;
		}

	#courses #courses_selection1 {
		display: block;
		float: left;
		width: 260px;
		margin: left: 0;
		margin-right: 30px;
		clear: left;
		}

	#courses #courses_selection2 {
		display: block;
		float: left;
		width: 260px;
		margin: left: 0;
		margin-right: 30px;
		}

	#courses #courses_selection3 {
		margin: 0;
		display: block;
		float: left;
		width: 260px;
		}

	#courses #courses_sel1 {
		display: block;
		border: 0;
		border-left: 2px;
		border-right: 2px;
		border-color: #0071BC;
		border-style: solid;
		}

	#courses #courses_sel2 {
		display: block;
		border: 0;
		border-left: 2px;
		border-right: 2px;
		border-color: #A1DD7F;
		border-style: solid;
		}

	#courses #courses_sel3 {
		display: block;
		border: 0;
		border-left: 2px;
		border-right: 2px;
		border-color: #F79654;
		border-style: solid;
		}

	#courses #courses_sel1 span, #courses #courses_sel2 span, #courses #courses_sel3 span {
		display: block;
		margin: 0 auto;
		padding: 0 20px 5px 20px;
		color: #333;
		width: 216px;
		}

	#courses #courses_sel1 span img, #courses #courses_sel2 span img, #courses #courses_sel3 span img {
		border: 0;
		padding-bottom: 5px;
		line-height: 0;
		display: block;
		}

	.courses_dotted_hr {
		margin: 5px 20px;
		padding: 0;
		height: 0;
		border: 0;
		border-bottom: 2px dotted #876542;
		}

	#courses #courses_sel1 .courses_incl_a1,
	#courses #courses_sel1 .courses_incl_a2,
	#courses #courses_sel1 .courses_incl_a3,
	#courses #courses_sel2 .courses_incl_b1,
	#courses #courses_sel2 .courses_incl_b2,
	#courses #courses_sel2 .courses_incl_b3,
	#courses #courses_sel3 .courses_incl_c1,
	#courses #courses_sel3 .courses_incl_c2,
	#courses #courses_sel3 .courses_incl_c3 {
		background-repeat: no-repeat;
		background-position: 17px 2px;
		display: block;
		padding: 5px 0 5px 40px;	/* no more than 40px or IE6 behaves strange*/
		}

	#courses #courses_sel1 .courses_incl_a1 {
		background-image: url(images/method_bullet1.gif);
	}

	#courses #courses_sel1 .courses_incl_a2 {
		background-image: url(images/method_bullet2.gif);
	}

	#courses #courses_sel1 .courses_incl_a3 {
		background-image: url(images/method_bullet3.gif);
	}

	#courses #courses_sel2 .courses_incl_b1 {
		background-image: url(images/bullet_green_1.gif);
	}

	#courses #courses_sel2 .courses_incl_b2 {
		background-image: url(images/bullet_green_2.gif);
	}

	#courses #courses_sel2 .courses_incl_b3 {
		background-image: url(images/bullet_green_3.gif);
	}

	#courses #courses_sel3 .courses_incl_c1 {
		background-image: url(images/bullet_orange_1.gif);
	}

	#courses #courses_sel3 .courses_incl_c2 {
		background-image: url(images/bullet_orange_2.gif);
	}

	#courses #courses_sel3 .courses_incl_c3 {
		background-image: url(images/bullet_orange_3.gif);
	}

	#courses #courses_right #class_provided {
		margin: 0;
		padding: 10px 0;
		list-style-type: none;
		}

		#courses #courses_right #class_provided li {
			background-repeat: no-repeat;
			background-position: 0px 0px;
			padding: 2px 0 10px 25px;
			}

		#courses #courses_right #class_provided .course_a_num1 {
			background-image: url(images/method_bullet1.gif);
			}
		#courses #courses_right #class_provided .course_a_num2 {
			background-image: url(images/method_bullet2.gif);
			}
		#courses #courses_right #class_provided .course_a_num3 {
			background-image: url(images/method_bullet3.gif);
			}
		#courses #courses_right #class_provided .course_a_num4 {
			background-image: url(images/method_bullet4.gif);
			}
		#courses #courses_right #class_provided .course_a_num5 {
			background-image: url(images/method_bullet5.gif);
			}
		#courses #courses_right #class_provided .course_a_num6 {
			background-image: url(images/method_bullet6.gif);
			}
		#courses #courses_right #class_provided .course_a_num7 {
			background-image: url(images/method_bullet7.gif);
			}

		#courses #courses_right #class_provided .course_b_num1 {
			background-image: url(images/bullet_green_1.gif);
			}
		#courses #courses_right #class_provided .course_b_num2 {
			background-image: url(images/bullet_green_2.gif);
			}
		#courses #courses_right #class_provided .course_b_num3 {
			background-image: url(images/bullet_green_3.gif);
			}
		#courses #courses_right #class_provided .course_b_num4 {
			background-image: url(images/bullet_green_4.gif);
			}

		#courses #courses_right #class_provided .course_c_num1 {
			background-image: url(images/bullet_orange_1.gif);
			}
		#courses #courses_right #class_provided .course_c_num2 {
			background-image: url(images/bullet_orange_2.gif);
			}
		#courses #courses_right #class_provided .course_c_num3 {
			background-image: url(images/bullet_orange_3.gif);
			}

.simple_list {
	clear: left;
	margin: 0;
	padding: 5px 0 5px 30px;
	}

#courses .lesson_out {
	width: 420px;
	float: left;
	}

	#courses .lesson_out img {
		margin: 0 auto;
		display: block;
		}

	#courses .lesson_out .lesson_title {
		padding: 0 0 10px 0;
		margin: 0;
		color: #644a2f;
		font-weight: bold;
		font-size: 120%;
		text-align: center;
		}

	#courses .lesson_out .lesson_text {
		padding: 0;
		margin: 0;
		text-align: center;
		}

.passport_out {
	clear: left;
	}

	.passport_out img {
		float: left;
		padding-right: 50px;
		}

	.passport_out .passport_title {
		margin: 0;
		padding: 15px 0 0 0;
		float: left;
		width: 400px;
		clear: right;
		color: #644a2f;
		font-weight: bold;
		}

	.passport_out .passport_text {
		margin: 0;
		padding: 15px 0 0 0;
		width: 400px;
		float: left;
		}

.passport_line {
	clear: both;
	margin: 0 400px 0 200px;
	width: 240px;
	float: left;
	padding: 0;
	height: 0;
	border: 0;
	border-bottom: 2px dotted #876542;
}

