/* =================== BASE STYLES ============== */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

b,strong {
	font-weight: bold;
}

p {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	color: #666;
}


h2{
	color: #008B00;
}
h1{
	color: #005884;
}
h3{
	color: #444;
}
h4{
	margin-top: 5px;
	color: #1B6708;
}



.back_link {
	color: blue;
}

.read_more_link {
	float: right;
	color: #FFF;
}

br.clear {
	clear: both;
}

a:hover {
	text-decoration: underline !important;
}

/* ================== Layout  ============= */
body {
	color: #333;
	background: url("../images/common/body_bg.png") top left repeat-x	#f1f1f1;
	width: 100%;
	height: 100%;
	display: block;
}

#wrapper {
	width: 1110px;
	padding: 0px;
	margin: auto;
	position: relative;
}

/* ======================================================================= HEADER ============== */
#header {
	display: block;
	height: 162px;
	overflow: hidden;
	/*	
	background-image: url("../images/common/header_bg.png");
	background-repeat: repeat-x;
*/
}

#home_logo {
	width: 360px;
	height: 150px;
	margin: 0px 0px 0px 71px;
	float: left;
}

#cart_summary {
	display: block;
	float: right;
	padding: 35px 120px 0px 34px;
	background: url("../images/common/cart_summary_bg.png") transparent 0px	34px no-repeat;
	height: 22px; 		
}

#cart_summary p {
	color: #FFF;
}

#util_nav {
	display: block;
	float: left;
	padding: 38px 20px 0px 15px;
	width: auto;
	height: 22px; 
}

ul#util_nav_ul {
	color: #fff;
	list-style: none;
}

ul#util_nav_ul li {
	float: left;
	width: auto;
}

#util_nav ul#util_nav_ul li a {
	width: auto;
	display: block;
	padding: 4px;
	color: #fff;
	text-decoration: none;
	float: left;
	clear: none;
	font-size: 10px;
	background: url("../images/common/utilbar.gif") 5px right no-repeat;
}

#util_nav ul#util_nav_ul li a.utilend {
	background-image: none;
}

/* ================================================== NAVIGATION =================================*/
#nav {
	width: 675px;
	display: block;
	height: 21px;
	float: right;
	margin: 15px 0px 0px 0px;
}

#nav ul#top_nav {
	color: #fff;
	list-style-type: none;
}

#nav ul#top_nav li {
	float: left;
	clear: none;
}

#nav ul#top_nav li a {
	font-weight: bold;
	color: #409e28;
	display: block;
	padding: 0px;
	background: #f5f5f5 url("../images/common/top_nav_left1.png") 0 -1px no-repeat;
	text-decoration: none;
	padding: 8px 0px 6px 10px;
	text-decoration: none;
	float: left;
	clear: none;
	font-size: 12px;
	margin: 0px 1px 0px 1px;
}

#nav ul#top_nav li a span:hover {
	text-decoration: underline;
}

#nav ul#top_nav li a span {
	background: #f5f5f5 url("../images/common/top_nav_right.png") 100% -1px no-repeat;
	padding-right: 10px;
	padding-top: 8px;
}

#nav ul#top_nav li a.active {
	color: #333;
	background-color: #fff;
}

#nav ul#top_nav li a.active {
	color: #ffffff;
	background: #1d6a0a url("../images/common/top_nav_left_active1.png")
		left top no-repeat;
}

#nav ul#top_nav li a.active span {
	background: #1d6a0a url("../images/common/top_nav_right_active1.png")
		right top no-repeat;
}

/* --------------------------------------------------------------SUB NAV-----------------------*/
#subnav {
	margin-bottom:40px;
}

#subnav ul {
	clear: both;
	list-style-type: none;
}

#subnav ul li {
	background-color: none;
}

#subnav ul li ul {
	list-style: none;
	padding-left: 20px;
}

#subnav li.subnav a {
	display: block;
	padding: 10px 14px 14px 28px;
	font-weight: bold;
	color: #429a2c;
	background-color: none;
	text-decoration: none;
	background: url("../images/common/subnav.png") top left no-repeat transparent;
	font-size: 13px;
}

#subnav li.subnav a.active {
	color: #ffffff;
	background-color: none;
	background: url("../images/common/subnav_active.png") top left no-repeat transparent;
	font-size: 13px;
}

#subnav li.subsubnav a {
	background-image: none;
	display: block;
	padding: 3px 14px 3px 28px;
	color: #666666;
	background: url("../images/sub_nav_bullet_off.png") 9px 6px no-repeat transparent;	
	font-weight: normal;
	font-size: 13px;
}

#subnav li.subsubnav a.active {
	background-image: none;
	color: #429a2c;
	font-weight: bold;
	font-size: 13px;
	background: url("../images/sub_nav_bullet_on.png") 9px 6px no-repeat transparent;	
}

#subnav li.level1_item a {
	display: block;
	padding: 10px 14px 14px 28px;
	font-weight: bold;
	color: #429a2c;
	text-decoration: none;
	background: url("../images/common/subnav.png") top left no-repeat
		transparent;
}

#subnav li.level1_item a.active {
	color: #ffffff;
	background: url("../images/common/subnav_active.png") top left no-repeat
		transparent;
}

#subnav li.level2_item a {
	background-image: none;
	display: block;
	padding: 3px 14px 3px 28px;
	color: #666666;
}

#subnav li.level2_item a.active {
	background-image: none;
	color: #429a2c;
}

ul.subsubnav{
	padding-bottom: 15px;
}



/* ======================== REMOVED / HIDDEN SECTIONS =============== */

#subnav li#nav_book_online,
#subnav li#nav_getting_started,
#subnav li#nav_why_choose_an_ism_instructor{
	display: none;
}




/*-------------------INSIDE PAGES --------------------------------*/
#midsection {
	width: 100%;
	margin: 0;
	clear: both;
	height: auto;
}

#sidebar {
	float: left;
	display: block;
	width: 235px;
	margin: 0px 0px 20px 70px;
}
#sidebar a img{
	margin-bottom: 15px;
}

#booknow {
	width: 235px;
	height: 193px;
}

/* ================================================== Breadcrumb  ==============*/
#breadcrumb {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	font-size: 11px;
	color: #fff;
	position: relative;
	top: -5px;
	left: 324px;
}

#breadcrumb a {
	color: #fff;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #fff;
}

#breadcrumb a:visited {
	text-decoration: none;
	color: #fff;
}

/* ============= SITE MAP ====== */
#site_map {
	padding: 10px;
	margin: 0px;
}

#site_map p {
	display: block;
	padding-top: 10px !important;
}

#site_map .summary {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

#site_map .topnav_level {
	margin-top: 8px;
	font-size: 12px;
}

#site_map .subnav_level {
	margin-top: 6px;
	padding-left: 15px;
	font-size: 11px;
}

#site_map .subsubnav_level {
	margin-top: 4px;
	padding-left: 30px;
	font-size: 10px;
}

/* ===================================== CONTENT BLOCKS ================ */
#content_section {
	width: 538px;
	float: left;
	display: block;
	border: none;
	min-height: 520px;
	margin: 12px 0px 70px 0px;
	background-color: none;
}

/* -- fix alignment -- */
#content ul, #content ol {
	margin-left: 30px;
}

#content_top {
	background: url("../images/common/contenttop_bg.png") right top	no-repeat transparent;
	height: 12px;
	width: 538px;
	float:left;
}

#content_title {
	background-color: none;
	background: url("../images/common/content_bg.png") right top repeat-y	transparent;
	padding-bottom: 15px;
	width: 538px;
	float:left;
}

#content_title h1 {
	padding: 5px 20px;
	margin: 0px 8px;
	color: #419e29;
	font-size: 27px;
	border-bottom: solid 1px #ededed;
	font-weight: 500;
}

#content_holder {
	padding-top: 4px;
	background: url("../images/common/content_bg.png") right top repeat-y	transparent;
	float:left;
	width: 538px;
}

#content {
	padding: 0px 28px 10px 28px;
	background-color: transparent;
	min-height: 350px;
	float:left;
	
}

#content img{
	padding: 0px;
	margin: 0px;

}

#content p,#content li {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 3px 2px;
	padding: 3px 2px;		
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 3px 2px;
	padding: 3px 2px;		
}



#content a{
	color: #327e00;
	text-decoration: underline;
}
#content a:hover{
	color: #5dbc1d;
	text-decoration: none !important;
}


#content_bottom {
	background: url("../images/common/contentbottom_bg.png") 4px 0px	no-repeat transparent;
	height: 12px;
	float:left;
	width: 538px;
}

/* ====================================================================== right side bar ================== */
#rightsidebar {
	width: 220px;
	float: left;
	display: block;
	margin: 2px 0px 20px 4px;
	min-height: 200px;
	border: none;
}
#callnow{
	background: url("../images/widgets/callnow.png") top left	no-repeat transparent;
	width: 176px;
	height: 110px;
	padding: 118px 5px 5px 5px;
	margin-bottom: 5px;
}
#callnow h4{
	color: #FFD800;
	text-align: center;
	width: 170px;
	margin: 8px 1px;
	font-size: 13px;
}
#callnow h1{
	color: #fff;
	text-align: center;
	width: 170px;
	margin: 8px 1px;
	margin-left: 16px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
}
#callnow h1 a{
	color: #fff;
	text-decoration: none;
}
#rightsidebar a img{
	margin: 10px 0px 5px 0px;
}	
	
#clearboth {
	clear: both;
	height: 15px;
	background-color: #f1f1f1;
	border-bottom: solid 1px #d2d2d2;
}

/* ==================================================================== FOOTER ================== */
#call_now {
	width: 100%;
	clear: both;
	display: block;
}

#call_now img {
	margin: 0px auto;
	clear: both;
	display: block;
}

#f_wrapper {
	width: 100%;
	clear: both;
	display: block;
	border-top: 1px solid #d2d2d2;
	background-color: #fff;
}

#footer {
	margin: 0px auto;
	width: 1000px;
	padding: 20px 10px 20px 10px;
	clear: both;
	display: block;
}

#footer #side_a{
	float: left;
	margin: 9px 20px;
	width: 200px;
	display: block;
}

#footer #mid_foot{
	width: 700px;
	float: left;
}

#footer p {
	margin: auto;
	text-align: left;
	font-size: 11px;
	color: #666;
	padding: 5px;
	font-size: 11px;	
}
#footer a{
	color: #666;
}

#footer p#site_by {
	clear: both;
	font-size: 10px;
	color: #999;
	text-align: right;
}

/*====================================================================== FORMS ========================*/
form {
	display: block;
	padding-top: 10px;
}

legend {
	display: none;
}

fieldset {
	border: 1px solid #f6f6f6;
	padding: 5px;
	margin: 0px;
}

form div {
	width: 100%;
	margin: 2px;
	padding: 2px;
	height: 30px;
}

form label {
	display: block;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-align: right;
	padding-right: 8px;
	color: #114C02;
}

form input {
	float: left;
	width: 200px;
	border: 1px solid #B0B0B0;
	font-size: 12px;
}

form select {
	float: left;
	width: 200px;
	border: 1px solid #B0B0B0;
	font-size: 12px;
}

form textarea {
	float: left;
	width: 200px;
	border: 1px solid #B0B0B0;
	font-size: 12px;
}

form label.error {
	color: red;
	font-size: 10px;
	width: 300px;
	float: right;
	text-align: left;
}

input.submit_button {
	margin-left: 188px;
	padding: 8px 0px;
	border: none;
	cursor: pointer;
	width: 185px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/widgets/book_lesson_button_off.png) no-repeat	top left transparent;
}

input.submit_button:hover {
	background: url(../images/widgets/book_lesson_button_on.png) no-repeat top left transparent;
}



input.back_button {
	margin-left: 188px;
	padding: 8px 0px;
	border: none;
	cursor: pointer;
	width: 185px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/widgets/back_button_off.png) no-repeat	top left transparent;
}

input.back_button:hover {
	background: url(../images/widgets/back_button_on.png) no-repeat top left transparent;
}

form div.spacer_textarea {
	border: none;
}

.required_star {
	font-weight: bold;
	color: #900;
	padding: 2px;
}

.holder {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

div#questions_holder {
	clear: both;
	display: block;
	height: auto;
}

p.q {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

fieldset.question {
	clear: both;
	display: block;
}

fieldset.question label {
	width: 400px;;
	float: left;
}

fieldset.question input {
	float: left;
	width: 30px;
}


select.date1, select.date2, select.date3{
	width: 80px;	
}


/* =========================== Booking form block ============ */
#booking_form {
	background: url(../images/widgets/book_lesson_small_bg.png) top left no-repeat transparent;
	padding: 50px 27px 20px 11px;
	width: 195px;
	margin-left: 2px;
}

#booking_form h3 {
	color: #FFF;
	font-size: 18px;
}

#booking_form h4 {
	color: #ffd800;
	font-size: 17px;
	margin: 10px 0px 12px 0px;
}

#booking_form p {
	color: #FFF;
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 50px;
}

#booking_form span.phone {
	font-size: 30px;
	font-weight: bold;
}

#booking_form a {
	clear: both;
	width: 170px;
	height: 31px;
	display: block;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 14px;
	margin: 4px;
	background: url(../images/widgets/book_lesson_button_off.png) top left
		no-repeat transparent;
}

#booking_form a:hover {
	background: url(../images/widgets/book_lesson_button_on.png) top left no-repeat transparent;
}

/* ========================= TESTIMONIALS ============================ */
div.testimonial_widget {
	background: url(../images/widgets/testimonial_bg.png) top left transparent no-repeat;
	width: 190px;
	height: 279px;
	margin: 1px;
	padding: 8px;
}

div.testimonial_widget h4 {
	color: #FFF;
	margin: 12px 2px 2px 2px;
	font-size: 19px;
}

div.testimonial_widget p {
	color: #bcd8f3;
}

div.testimonial_widget p.quote_by {
	color: #FFF;
	padding-top: 6px;
}

/* ======================= INSTRUCTORS ==================== */
div.instructor_widget a img {
	border: 0;
	margin: 6px 0px;
	padding: 2px;
}

div.instructor_item {
	padding: 5px;
	margin: 5px;
	border: 1px solid #1B6708;
	padding-bottom: 16px;
	width: 220px;
	float: left;
}

#instructor_single_view {
	padding: 5px;
	margin: 5px;
	border: 1px solid #1B6708;
	padding-bottom: 16px;
}

div.instructor_item img,#instructor_single_view img {
	float: right;
	padding: 2px;
	margin: 2px;
	border: 1px solid #dedede;
}

div.instructor_item div.name,#instructor_single_view div.name {
	font-size: 16px;
	font-weight: bold;
	color: #1B6708;
}

div.instructor_item a.read_more_link {
	color: #1B6708;
}




#thank_you_box{
	background: url(../images/thank_you.png) bottom right no-repeat transparent;
	width: 100%;
	height: 200px;
	display: block;
	clear: both;	
}


#thank_you_box h1{
	padding: 10px 5px;
	color: #1B6708;
}
#thank_you_box p{
	padding: 10px 5px;	
	width: 250px;
}


p.cart_summary, p.cart_summary a{
	color: #FFF !important;
}	





.theorytest_result_correct{
	padding: 5px 60px 5px 5px; 
	margin: 10px;
	border: 1px solid #3D9B26;	
	background: url(../images/correct.png)  98% 50% no-repeat #FFF;
}
.theorytest_result_incorrect{
	padding: 5px 60px 5px 5px; 
	margin: 10px;
	border: 1px solid #F00;	
	background: url(../images/incorrect.png)  98% 50% no-repeat #FFF;
}
p.q{
	font-size: 14px !important;
	font-weight: bold;
	margin: 2px 0px;
}
p.number{
	float: right;
	background-color: #dedede;
	padding: 2px; margin: 10px;
	clear: both;
}
p.correct{
	color: #3D9B26 !important;
}	
p.incorrect{
	color: #f00 !important;
}



.back_and_forth{
	display: block;
	width: auto;	
	margin: 5px auto;
}
.question input.submit_button, .question input.back_button{
	width: 200px !important;
	margin: 4px !important;
}






.testimonials{
	background: url(../images/testimonial_bg.jpg) top left no-repeat #F2F2F2;
	padding: 20px 50px;
}
.testimonials p.quote{
	color: #666;
	font-style: italic;
}
.testimonials p.quote_by{
	color: #409E29 !important;
	font-weight: bold;
	text-align: right;
}






/* ================ PHOTO Album ========== */
.photoalbum_item {
	background-color: #f2f2f2;
	padding: 10px;
	margin: 4px;
	height: 120px;
}
.photoalbum_item img{
	float: left;
	margin-right: 10px;
}
#photoalbum_single_view .title, .photoalbum_item .title{
	font-size: 16px;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	color: #1B6708;
	float: left;
	width: 310px; 
}
#photoalbum_single_view .description,
.photoalbum_item .description{
	font-size: 12px;
	color: #333;
	float: left;
	width: 320px; 
}

.photoalbum_item .read_more_link{
	padding: 8px;
	margin: 0px;
	float: right;
	background-color: #1B6708;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.photoalbum_item .read_more_link:hover{
	text-decoration: none;
	cursor: pointer;
}

#photoalbum_single_view{
	margin-top: 10px;
}

#photoalbum_single_view p {
	padding: 4px;
	background-color: #999;
}

.photo {
	padding: 5px;
	margin: 7px;
	border: 1px solid #999;
	float: left;
	width: 130px;
}

#photoalbum{
	clear: both;
	margin-top: 10px;
}
#photoalbum .back_link{
	clear: both;
	padding: 8px;
	margin: 8px;
	float: right;
	background-color: #1B6708;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#photoalbum .back_link:hover{
	text-decoration: none;
	cursor: pointer;
}
#photoalbum_single_view .back_link{
	display: none;
}

#lightbox-overlay-text{
	display: none !important;
}

