@charset "utf-8";
/* CSS Document */

/*---------------document basics--------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #77736c;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #333;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

h1 {
	font-size: 20px;
	color: #000;
}

h2 {
	font-size: 18px;
	color: #999;
}

h3 {
	font-size: 20px;
	color: #fff;
}

h4 {
	font-weight: bold;
	color: #fff;
}

h5 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

ul {
	list-style: url(img/assets/tick.png);
	margin-left: 25px;
}

#note {
	color: #666;
}

/*---------course headers---------*/

#course_content1 h1, #course_content1 h2 {
	color: #009344;
}

#course_content2 h1, #course_content2 h2 {
	color: #8dc63f;
}

#course_content3 h1, #course_content3 h2 {
	color: #005cab;
}

#course_content4 h1, #course_content4 h2 {
	color: #c4812f;
}

#course_content5 h1, #course_content5 h2 {
	color: #00aeef;
}

#course_content6 h1, #course_content6 h2 {
	color: #00a79d;
}

#course_content7 h1, #course_content7 h2 {
	color: #662d91;
}

#course_content8 h1, #course_content8 h2 {
	color: #f7931d;
}

/*--------end course headers------*/

#wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/assets/bkg.png);
	background-repeat: repeat-y;
}

#wrapper_home {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/main_bkg.png);
	background-repeat: repeat-x;
}


/*-----------------end document basics-----------*/

/*-----------------header------------------------*/

#header {
	width: 1152px;
	height: 20px;
	background: url(img/assets/header.png);
	background-repeat: no-repeat;
}

#white {
	width: 770px;
	height: 20px;
	background-color: #fff;
}

/*---------------end header-----------------------*/

/*-------------------maincontent----------------*/

#maincontent {
	width: 770px;
	min-height: 480px;
	background-color: #fff;
}

#maincontent_home {
	width: 750px;
	min-height: 480px;
	background-color: #fff;
}

#logo_top {
	width: 300px;
	height: 110px;
	margin-left: 50px;
	margin-top: 10px;
	float: left;
}

#phone {
	float: right;
	width: 250px;
	margin-right: 45px;
	margin-top: 45px;
	text-align: right;
}

#menu {
	float: left;
	width: 125px;
	height: 259px;
	margin-top: 30px;
	margin-left: 5px;
}

#main_img {
	float: right;
	margin-right: 45px;
	margin-top: 33px;
}

#main_img_home {
	float: right;
	margin-right: 15px;
	margin-top: 33px;
}

#holder_1 {
	width: 560px;
	height: 110px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}

#holder_2 {
	width: 560px;
	height: 110px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

#course {
	width: 125px;
	height: 95px;
	margin-right: 9px;
	margin-top: 5px;
	float: right;
}

#course img {
	margin-top: 10px;
}

#course_title {
	margin-top:400px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content1 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content2 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content3 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content4 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content5 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content6 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content7 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#course_content8 {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#breaker {
	margin-top: 380px;
	margin-left: 135px;
	float: none;
	width: 550px;
}

#breaker2 {
	margin-top: 450px;
	margin-left: 135px;
	float: none;
	width: 450px;
}

#team_info {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 540px;
	padding: 5px;
}

#team_info img {
	float: left;
	margin-right: 15px;
}

#about {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 540px;
	padding: 5px;
}

#contact {
	margin-top: 20px;
	margin-left: 135px;
	float: none;
	width: 540px;
	padding: 5px;
}

#terms_info {
	float: right;
	margin-right: 15px;
	margin-top: 33px;
	width: 575px;
}



/*-----------------end maincontent----------------*/


/*----------------------sidebar----------------*/

#sidebar {
	width: 270px;
	float: right;
	height: auto;
	margin-right: 100px;
}

#home_sidebar {
	width: 400px;
	height: 800px;
	float: right;
	background: url(img/sidebar.png);
}

#banner {
	margin-top: 105px;
}

#quote {
	min-height: 100px;
	font-size: 14px;
	color: #d9eac1;
	font-weight: bold;
	font-style: italic;
	margin-top: 220px;
	margin-bottom: 10px;
}

#other_info_c1 {
	margin-top: 290px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c2 {
	margin-top: 335px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c3 {
	margin-top: 275px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c4 {
	margin-top: 300px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c5 {
	margin-top: 230px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c6 {
	margin-top: 255px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c7 {
	margin-top: 295px;
	font-size: 11px;
	line-height: 15px;
}

#other_info_c8 {
	margin-top: 250px;
	font-size: 11px;
	line-height: 15px;
}

#yellow {
	color: yellow;
}

#plain {
	color: #FFF;
}

/*-----------------end sidebar----------------*/


/*------------------footer----------------*/

#footer {
	width: 1152px;
	height: 300px;
	background: url(img/assets/footer.png);
	background-repeat: no-repeat;
}

#logo {
	width: 500px;
	height: 150px;
	margin-left: 130px;
	color: #666;
}

#endorse {
	width: 600px;
	margin-left: 130px;
	margin-top: 20px;
	font-size: 11px;
	color: #999;
	line-height: 14px;
}

#terms {
	width: 400px;
	margin-left: 130px;
	font-size: 11px;
	color: #999;
	line-height: 14px;
}

#terms a {
	color: #820815;
	margin-left: 10px;
}

/*-----------------end footer----------------*/


/*---------------courses-------------------------*/

#c1_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/exa_bkg.png);
	background-repeat: repeat-y;
}

#c1_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/exa_header.png);
	background-repeat: no-repeat;
}

#c1_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/exa_footer.png);
	background-repeat: no-repeat;
}

#c2_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/assets/bkg.png);
	background-repeat: repeat-y;
}

#c2_header {
	width: 1152px;
	height: 20px;
	background: url(img/assets/header.png);
	background-repeat: no-repeat;
}

#c2_footer {
	width: 1152px;
	height: 300px;
	background: url(img/assets/footer.png);
	background-repeat: no-repeat;
}

#c3_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/mot_bkg.png);
	background-repeat: repeat-y;
}

#c3_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/mot_header.png);
	background-repeat: no-repeat;
}

#c3_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/mot_footer.png);
	background-repeat: no-repeat;
}

#c4_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/goa_bkg.png);
	background-repeat: repeat-y;
}

#c4_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/goa_header.png);
	background-repeat: no-repeat;
}

#c4_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/goa_footer.png);
	background-repeat: no-repeat;
}

#c5_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/team_bkg.png);
	background-repeat: repeat-y;
}

#c5_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/team_header.png);
	background-repeat: no-repeat;
}

#c5_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/team_footer.png);
	background-repeat: no-repeat;
}

#c6_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/lea_bkg.png);
	background-repeat: repeat-y;
}

#c6_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/lea_header.png);
	background-repeat: no-repeat;
}

#c6_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/lea_footer.png);
	background-repeat: no-repeat;
}

#c7_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/coa_bkg.png);
	background-repeat: repeat-y;
}

#c7_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/coa_header.png);
	background-repeat: no-repeat;
}

#c7_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/coa_footer.png);
	background-repeat: no-repeat;
}

#c8_wrapper {
	width: 1152px;
	min-height: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: url(img/courses/teac_bkg.png);
	background-repeat: repeat-y;
}

#c8_header {
	width: 1152px;
	height: 20px;
	background: url(img/courses/teac_header.png);
	background-repeat: no-repeat;
}

#c8_footer {
	width: 1152px;
	height: 300px;
	background: url(img/courses/teac_footer.png);
	background-repeat: no-repeat;
}
/*--------------------end courses-----------------*/


/****************** Contact_Us *******************/


form#contact_us_form {
	width: 540px;
	padding: 5px;
	float: left;
}

form#contact_us_form label {
	width: 60px;
	float: left;
	clear: left;
}

form#contact_us_form input {
	width: 300px;
	float: left;
	margin-bottom: 4px;
}

form#contact_us_form input#contact_sub {
	width: 60px;
	float: left;
	clear: left;
	margin-left: 60px;
}

form#contact_us_form textarea {
	width: 300px;
	height: 80px;
	float: left;
	margin-bottom: 4px;
}

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