body {
	margin:0;
	padding:0;
	text-align:center;
	font:0.8em Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#fff;
	background-image:url(http://bsolutions.org.uk/inc/html/bsolutions/pix/wave_bg_inner.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapper {
	width:900px;
	text-align:left;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
} 

img {
	border:none;
}

/* ================================ HEADER */

#header {
	width:100%;
}

#logo-container {
	float:left;
	margin:20px 20px 20px 0;
}

#top-menu {
	float:right;
}

#top-menu ul {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	color:#333;
	font-size:1.1em;
}

#top-menu li {
	display:inline;
	text-align:center;
}

#top-menu li a, #top-menu li a:visited {
	color:#333;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:2px;	
}

#top-menu li a:hover {
	text-decoration:underline;
}

#logo-container a, a:visited {
	color:#000;
}

/* ========================================= BREADCRUMB */

#breadcrumb {
	margin:20px 0 10px 0;
	padding:7px 10px 7px 20px;
	background-color:#efefef;
	text-decoration:none;
	font-size:1.2em;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
	color:#00498f;
}

#breadcrumb a, #breadcrumb a:visited {
	color:#00498f;
	font-weight:bold;
}

#breacrumb a:hover {
	text-decoration:underline;
}

/* ================================ LEFT CONTENT */

#left-content-container {
	background-color:#efefef;
	padding:10px;
	width:220px;
	float:left;	
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#left-content {
	width:210px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
}

#left-content h2 {
	font-size:1.1em;
	color:#fff;
	background-color:#00498f;
	background-image:url(/inc/html/bsolutions/pix/h2_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	margin:0;
	padding:8px 8px 7px 20px;
	border-bottom:1px solid white;
}

/* top level */

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content ul li {
	border-bottom:2px solid #fff;
}

#left-content ul li a, #left-content ul li a:visited {
	color:#666;
	text-decoration:none;	
	display:block;
	padding:7px 10px 7px 20px;
	background-color:#efefef;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;		
} 

#left-content ul li a:hover {
	text-decoration:none;
	background-color:#00498f;
	color:#fff;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet_on.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;	
}

#left-content ul li a.current, #left-content ul li a:visited.current {
	background-color:#00498f;
	color:#fff;
/*	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet_on.gif);*/
	background-repeat:no-repeat;
	background-position:7px 13px;	
}

/* 2nd level */

#left-content ul ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}

#left-content ul ul li a, #left-content ul ul li a:visited {
	padding-left:25px;
	padding-right:2px;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet_on.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;	
}

#left-content ul ul li a:hover {
	background-color:#ccc;	
}

#left-content ul ul li a.current, #left-content ul ul li a:visited.current {
	background-color:#d1d1d1;
	color:#666;
}

/* 3rd level */

#left-content ul ul ul li a, #left-content ul ul ul li a:visited {
	padding-left:45px;
	padding-right:2px;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet_on.gif);
	background-repeat:no-repeat;
	background-position:27px 13px;	
}

#left-content ul ul ul li a:hover {
	background-color:#d1d1d1;
	color:#000;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet_on.gif);
	background-repeat:no-repeat;
	background-position:27px 13px;	
}

/* ================================ CENTER CONTENT */

#center-content {
	float:left;
	width:420px;
	margin:2px 20px 0 30px;
	color:#000333;
	line-height:1.7em;
	font-size:0.9em;
	padding-bottom:20px;
}

#center-content h1 {
	color:#114878;
	font-size:1.7em;
	margin:0 0 3px 0;
	line-height:1.3em;
}

#center-content h2 {
	color:#333;
	font-size:1.2em;
	line-height:1.4em;
	margin:10px 0 10px 0;
}

#center-content h3 {
	color:#114878;
	font-size:1.1em;
	margin:0 0 3px 0;
}

#center-content a, #center-content a:visited {
	color:#114878;
}

#center-content a:hover {
	text-decoration:none;
}

#center-content img {
	margin:15px;
}

#center-content ul {
	list-style:none;
	padding:0;
	margin:10px 0 10px 0;
}

#center-content ul li {
	background-image:url(/inc/html/bsolutions/pix/center_bullet.gif);
	background-position:10px 7px;
	background-repeat:no-repeat;
	padding-left:26px;
}

/* ================================ CENTER CONTENT WIDE */

#mailer-content-wide {
	float:left;
	width:900px;
	margin:2px 20px 0 30px;
	color:#000333;
	line-height:1.7em;
	font-size:1.2em;
	padding-bottom:20px;
}


#center-content-wide {
	float:right;
	width:600px;
	margin:2px 20px 0 30px;
	color:#000333;
	line-height:1.7em;
	font-size:0.9em;
	padding-bottom:20px;
}

#center-content-wide h1 {
	color:#114878;
	font-size:1.7em;
	margin:0 0 3px 0;
	line-height:1.3em;
}

#center-content-wide h2 {
	color:#333;
	font-size:1.2em;
	line-height:1.4em;
	margin:10px 0 10px 0;
}

#center-content-wide h3 {
	color:#114878;
	font-size:1.1em;
	margin:0 0 3px 0;
}

#center-content-wide a, #center-content-wide a:visited {
	color:#114878;
}

#center-content-wide a:hover {
	text-decoration:none;
}

#center-content-wide ul {
	list-style:none;
	padding:0;
	margin:10px 0 10px 0;
}

#center-content-wide ul li {
	background-image:url(/inc/html/bsolutions/pix/center_bullet.gif);
	background-position:10px 7px;
	background-repeat:no-repeat;
	padding-left:26px;
}

/* ================= CENTER CONTENT WIDE course sidebar */

#course_sidebar {
 	width:50%;
	float:right;
/*	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;*/
	border-left: 1px solid #ccc;
	padding:10px;
	margin:0 0 15px 20px;
 }

#center-content-wide  #course_sidebar ul li {
	margin:0;	
	margin-right:0;	
	list-style-image:none;
	background-image:none;
	padding:0;
	padding-bottom:3px;
}

#center-content-wide  #course_sidebar ul li h3 {
	margin:0;
	padding:0;
}
/* ==================== CENTER CONTENT UPCOMING */

a.upcoming-courses, a.upcoming-courses:visited {
	text-decoration:none;
	font-weight:700;
}
a.upcoming-courses:hover {
	text-decoration:underline;

}

li.upcoming  {
		padding:0 0 5px 0;
} 
/* ================================ RIGHT CONTENT */

#right-content-container {

	padding:0 0 10px 10px;
	width:175px;
	float:right;	
}

#right-content {
	border:1px solid #ccc;
	padding:3px;
	height:auto;
}

#right-content h2 {
	color:#fff;
	font-size:1.2em;
	margin:0 0 3px 0;
	font-weight:bold;
	background-color:#184a8f;
	padding:7px;
	background-image:url(/inc/html/bsolutions/pix/rightcontent_h2_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}

#right-content h3 {
	font-size:1.2em;
	color:#996633;
	margin-top:8px;
	margin-bottom:5px;
}

#right-content a, #right-content a:visited {
	color:#996633;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.9em;
}

#right-content ul li {
	border-bottom:3px solid #fff;
}

#right-content ul li a, #right-content ul li a:visited {
	color:#666;
	text-decoration:none;	
	display:block;
	padding:7px 10px 7px 20px;
	background-color:#efefef;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;		
} 

#right-content ul li a:hover {
	text-decoration:none;
	background-color:#ccc;
	color:#fff;
	background-image:url(/inc/html/bsolutions/pix/leftcontent_bullet_on.gif);
	background-repeat:no-repeat;
	background-position:7px 13px;	
}

#right-content ul li a.current, #right-content ul li a:visited.current {
	background-color:#002f65;
	color:#fff;
}

.scm-sidebar-upcoming p {
	font-size:1em;
	padding:5px 10px 5px 10px;
}

#right-content .scm-sidebar p {
	font-size:0.85em;
	padding:5px 10px 5px 10px;
	line-height:1.5em;
}



/* ================================ FOOTER */ 

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:20px;
	line-height:1.3em;
	border-top:2px solid #336699;
}


#footer-left {
	float:left;
	font-size:0.85em;
}

#footer-left a, #footer-left a:visited {
	color:#666;
}

#footer-left a:hover {
	text-decoration:underline;
}

#credit-card-logos {
	background-image:url(/inc/html/bsolutions/pix/cards_accepted.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:272px;
	height:30px;
	margin-top:15px;
}

#footer-right {
	float:right;
	font-size:0.8em;
	text-align:right;
}

#footer-right a, #footer-right a:visited {
	color:#666;
}



.article {
	margin-top:10px;
}

.article a, .article a:visited {
	color:#000066;
	font-size:.85em;
	font-weight:bold;
	text-decoration:none;
}

.article a:hover {
	text-decoration:underline;
}
/* ================================FOOTER UPCOMING */

#footer-upcoming {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	color:#666;
	font-size:0.85em;
	line-height:1.3em;

}

#footer-upcoming-left {
	float:left;
	font-size:0.85em;
	border-top:2px solid #336699;
	width:240px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:20px;
}
#footer-upcoming-left a, #footer-upcoming-left a:visited {
	color:#666;
}

#footer-upcoming-left a:hover {
	text-decoration:underline;
}


#footer-terms-left {
	width:272px;
	font-size:0.8em;
	text-align:left;
}

#footer-terms-left a, #footer-terms-left a:visited {
	color:#666;
}

/* ================================ OTHER */

.clear {
	clear:both;
}

#sitemap ul {
	list-style-image:none;
}

.view-courses-btn {
	padding:10px 10px 10px 0;
	text-align:right;
}

table#booking_options {
	border-top:solid 1px #ccc;
	margin-top:20px;
}
table#booking_options td {
	border-bottom:solid 1px #ccc;
}
.invalid {
	font-weight: bold;
	color: #ff6600;
}
