
/* Keep bullet points standard */
div.col ul, div.col ol,
div#module_container_inner ul, div#module_container_inner ol {
	margin-left:28px;
	margin-bottom:10px;
}
div.col ul li,
div#module_container_inner ul li {
	list-style:disc;
}
div.col ol li,
div#module_container_inner ol li {
	list-style:decimal;
}

/* Header Menu */
ul.jd_menu, ul.jd_menu_vertical {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.jd_menu ul, ul.jd_menu_vertical ul {
	display:none;
}
ul.jd_menu li {
	float:left;
}
ul.jd_menu_vertical {
	width:300px;
}
ul.jd_menu_vertical li {
	float:none;
}
/* -- Sub-Menus -- */
ul.jd_menu ul, ul.jd_menu_vertical ul {
	position:absolute;
	display:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:10000;
}
ul.jd_menu ul li, ul.jd_menu_vertical ul li {
	float:none;
	margin:0px;
}
ul.jd_menu, ul.jd_menu ul, ul.jd_menu_vertical, ul.jd_menu_vertical ul {
	background-color:#369;
	border:1px solid #036;
	border-top:1px solid #69C;
	border-left:1px solid #69C;
	height:20px;
}
ul.jd_menu_vertical {
	height:auto;
}
ul.jd_menu ul {
	height:auto;
}
* html ul.jd_menu ul {
	width:1%;
}
ul.jd_menu li {
	font-family:sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:14px;
	margin:0px;
	padding:4px 7px 3px 7px;
	height:13px;
	cursor:pointer;
	white-space:nowrap;
}
ul.jd_menu li li {
	width:200px;
}
ul.jd_menu li a {
	color:#FFF;
	text-decoration:none;
}
ul.jd_menu li.jdm_hover, ul.jd_menu li.jdm_active {
	background-color:#69C;
	color:#FFF;
	padding:3px 6px 2px 6px;
	border:1px solid #369;
	border-left:1px solid #9CF;
	border-top:1px solid #9CF;
}

/***************************************************************************
 Object class styles
***************************************************************************/
img.object_image {
	display:block;
}

/***************************************************************************
 One Column
***************************************************************************/
div#col_1 {
	width:700px;
	overflow:hidden;
}
/***************************************************************************
 Custom styles required by the site front-end
***************************************************************************/

/***************************************************************************
 Main styles
 
 Standard Text: 232323
 red highlight: d0213c
 black headings: 121212
 nav: 3f3f3f
***************************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	margin-top:0px;
}
hr {
	background-color:transparent;
	height:1px;
	border:none;
	border-bottom:1px solid #bbb
}
p {
	padding-bottom:5px;
}
strong {
	font-weight:Bold;
}
.mred,.mred a,.p1 a {
	color:#d0213c;
        text-decoration:none;
}
a:hover {
	color:#000;
}
a.std:link, a.std:visited {
	color:#00F;
	text-decoration:underline;
}
a.std:hover, a.std:active {
	color:#00F;
	text-decoration:underline;
}
div.clear, div.clear_height {
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:transparent;
}
div.clear_height {
	height:10px;
}

/* Common structure */
div#wrapper {
	width:970px;
	margin:0 auto;
	background:url(/images/bg.png) left top no-repeat;
}
#wrapper div#header {
	width:100%;
	height:60px;
	padding-top:70px;
	position:relative;
}
div#header_contact {
	background:#fff url(/images/bg_tel.png);
	width:510px;
	height:20px;
	margin-left:450px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	font-size:13px;
	color:#333333;
   
}
a.top_email_link {
background:url(/images/email.png);
width:145px;
height:17px;
display:block;
float:right;
margin-left:10px;
margin-top:-1px;
}
div#header_contact a {
	color:#333333;
}
div#header_contact a:hover {
	color:#000;
}
div#main {
	width:100%;
}

/* Left nav menu */
div#left_nav_inner {
	margin-top:15px;
}
div#left_nav_inner ul li {
	margin-top:1px;
}
div#left_nav_inner ul li a.sel {
}
div#left_nav a {
	display:block;
	padding:7px 40px 7px 15px;
	text-decoration:none;
	color:#000;
	background:url(/images/btn_left_nav.png) left -173px;
}
div#left_nav li li li a {
	display:block;
	padding:7px 40px 7px 15px;
	text-decoration:none;
	color:#472b30;
	background:url(/images/btn_left_nav.png) left -350px;
	font-weight:bold;
}
div#left_nav a:hover {
	color:#d0213c;
}
div#left_nav .sel:hover {
	color:#fff;
}
div#left_nav .sel {
	background:url(/images/btn_left_nav.png) left -73px;
	color:#fff;
}
div #left_nav .ln_parent {
	background:url(/images/btn_left_nav.png);
	font-weight:bold;
}
div#left_nav {
	float:left;
	width:270px;
}
div#left_nav_inner {
	padding:0px;
}
div#left_nav_bottom {
	background:url(/images/btn_left_nav.png) left -320px;
	height:30px;
	margin-top:1px;
}

div#left_nav li li li a:before {
	content:' - ';
}
div#bread_crumbs {
	background:url(/images/bg_breadcrumbs.png);
	height:33px;
	color:#e42547;
	font-weight:bold;
}
div#bread_crumbs a {
	color:#000;
	text-decoration:none;
}
div#bread_crumbs span {
	color:#000;
	padding: 0px 2px 0px 2px;
}
div#bread_crumbs_inner {
	padding:8px 8px 8px 15px;
}
div#footer {
	width:100%;
	background:url(/images/bg_footer.png);
	height:60px;
	margin-top:10px;
}
#footer_inner {
padding:10px;
font-size:11px;
}
#footer .iso {
float:left;
margin-right:10px;
}
#footer .links {
color:#373737;
padding-bottom:5px;
}
#footer .reg {
color:#7b7b7b;
}
#footer .links a {
color:#373737;
text-decoration:none;
}
.designed {
color:#7b7b7b;
font-size:11px;
clear:both;
padding-top:10px;
}
.designed a {
color:#7b7b7b;
text-decoration:none;
}
.designed a:hover {
color:#000;
}

/* Header Menu */
ul.jd_menu, ul.jd_menu_vertical {
	background:transparent url(/images/bg_nav.png) repeat-x;
}

/* -- Sub-Menus -- */
ul.jd_menu {
	height:36px;
	border:none;
}
ul.jd_menu ul, ul.jd_menu_vertical ul {
	background-color:#fff;
	border:1px solid #c7c7c7;
}
ul.jd_menu li li {
	width:186px;
}
ul.jd_menu li {
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	height:auto;
	white-space:normal;
	margin:0px;
	padding:9px 15px 10px 15px;
}
ul.jd_menu ul li {
	border-bottom:1px solid #ccc;
	background-color:#EDEDF5;
}
ul.jd_menu ul li.children {
	background:#EDEDF5 url(/images/arrow.jpg) no-repeat 200px 13px;
}
ul.jd_menu li.sel {
	border-left:1px solid #f00;
	border-right:1px solid #f00;
	padding-left:14px;
	padding-right:14px;
	background:transparent url(/images/bg_nav.png) repeat-x left -36px;
}
ul.jd_menu li a {
	color:#000;
	text-decoration:none;
}
ul.jd_menu li.jdm_hover, ul.jd_menu li.jdm_active,
ul.jd_menu li.jdm_hover.sel, ul.jd_menu li.jdm_active.sel {
	background-color:#f9f9f9;
	background-position:left -37px;
	color:#000;
	padding:8px 14px 9px 14px;
	border:1px solid #ccc;
}
ul.jd_menu li.jdm_hover.sel, ul.jd_menu li.jdm_active.sel {
	border-left-color:#f00;
	border-right-color:#f00;
	border-top-color:#B5BCCA;
	background:none;
	background-color:#f9f9f9;
}
ul.jd_menu ul li.jdm_hover, ul.jd_menu ul li.jdm_active {
	background-color:#EDEDF5;
	border-color:#EDEDF5;
	border-bottom-color:#ccc;
	padding-bottom:10px;
	background-position:199px 12px;
}
ul.jd_menu ul li:hover > a {
	color:#d0213c;
}

/*
Header Menu
ul.jd_menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.jd_menu ul {
	display:none;
}
ul.jd_menu li {
	float:left;
}

-- Sub-Menus --
ul.jd_menu ul {
	position:absolute;
	display:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	z-index:10000;
	
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-left:-1px;
}
ul.jd_menu ul li {
	float:none;
	margin:0px;
}
ul.jd_menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:transparent url(/images/bg_nav.png) repeat-x;
	height:36px;
	border-top:1px solid #fff;
}
* html ul.jd_menu ul {
	width:1%;
}
ul.jd_menu li li {
	width:186px;
        background:#f1f1f1;
        margin:2px;
        padding:0px;
}
ul.jd_menu li a {
	color:#FFF;
	text-decoration:none;
}
#wrapper ul.jd_menu a {
       display:block;
       float:left;
       padding-left:15px;
       padding-right:15px;
       padding-top:9px;
       padding-bottom:10px;
       color:#3f3f3f;
       font-weight:bold;
       font-size:12px;
}
#wrapper ul.jd_menu ul a,#wrapper ul.jd_menu ul .sel a {
        width:156px;
        padding:7px 30px 7px 13px;
        display:block;
        background:#fff url(/images/arrow.jpg) 183px 9px no-repeat;
	font-size:11px;
	margin:1px;
        border-bottom:1px solid #ccc;
}
#wrapper ul.jd_menu ul li:last-child a,#wrapper ul.jd_menu ul .sel:last-child a {
        border-bottom:0px none #ccc;  
}
#wrapper ul.jd_menu li li {
	    padding:0px;
		margin:0px;
		width:200px;
}
#wrapper ul.jd_menu .sel a {
       border-right:1px solid red;
border-left:1px solid red;       
background:url(/images/bg_nav.png) left -37px repeat-x;
}
#wrapper ul.jd_menu:first-child .sel {
border-left:none; 
}
#wrapper ul.jd_menu li a:hover {
	color:#d0213c;         
}
.jdm_active {
        background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
        margin-left:-1px;
        margin-top:-1px;
		margin-bottom:-1px;
        margin-right:-1px;
}

html #wrapper ul.jd_menu .jdm_active a {
        background:#fff url(/images/arrow.jpg) 183px 9px no-repeat;
        border:none;
		border-bottom:1px solid #ccc;
}
*/

/* Buttons */

.top_logos {
display:block;
position:absolute;
top:17px;
right:20px;
}




#subscribe {
width:180px;
height:19px;
display:block;
background:transparent url(/images/btn_signup.png) left 0px no-repeat;
text-decoration:none;
color:#121212;
font-size:13px;
font-weight:bold;
float:right;
margin-top:-2px;
margin-left:5px;
}
.btn_big {
margin-top:10px;
display:block;
height:30px;
margin-bottom:10px;
padding-right:14px;
background:transparent url(/images/btn_sprite.png) no-repeat scroll right -36px;
text-decoration:none;
color:#000;
font-size:13px;
font-weight:bold;
line-height:30px;
float:left;
}
.btn_big span {
height:23px;
padding-left:32px;
padding-top:7px;
padding-bottom:7px;
padding-right:20px;
background:transparent url(/images/btn_span_sprite.png) left -36px no-repeat;
}
.btn_big:hover {
background:transparent url(/images/btn_sprite.png) no-repeat scroll right -66px;
color:#fff;
}
.btn_big span:hover,.btn_big:hover span {
background:transparent url(/images/btn_span_sprite.png) left -66px no-repeat;
}
.btn_small {
margin-top:10px;
display:block;
height:18px;
margin-bottom:10px;
padding-right:14px;
background:transparent url(/images/btn_sprite.png) no-repeat scroll right 0px;
text-decoration:none;
color:#000;
font-size:13px;
font-weight:bold;
line-height:18px;
float:left;
font-size:11px;
}
.btn_small span {
padding-left:24px;
padding-top:2px;
padding-bottom:2px;
padding-right:10px;
background:transparent url(/images/btn_span_sprite.png) left 0px no-repeat;
}
.btn_small span:hover,.btn_small:hover span {
background:transparent url(/images/btn_span_sprite.png) left -18px no-repeat;
}
.btn_small:hover {
color:#fff;
background:transparent url(/images/btn_sprite.png) no-repeat scroll right -18px;
}

/* objects */

#col_1_inner,#col_2_inner {
line-height:16px;
color:#4a4949;
}
#col_2 p {
line-height:16px;
padding-bottom:10px;
}
.o_textimage_image {
margin:10px 0px 20px 0px;
line-height:16px;
}
#wrapper .o_textimage_text p {
line-height:16px;
padding-bottom:10px;
}
.o_textimage_text ul {
line-height:14px;
}
.image_inner {
padding:5px;
background:#f1f1f1;
float:left;
border:1px solid #ccc;
margin:10px 20px 10px 10px;
}
.imageright {
float:right;
padding:2px;
margin:0px;
}
.imageleft {
float:left;
padding:2px;
margin:0px;
border:1px solid #ccc;
}


/***************************************************************************
 Template common styles
***************************************************************************/
div#content_container {
	width:700px;
	float:right;
}
div#top_bar {
	width:700px;
	overflow:hidden;
}
div#bread_crumbs {
	width:100%;
	background-color:#ddd;
}
div#col_1_inner {
	margin:15px;
}
div#col_2_inner {
	margin:15px;
}
div.col p, div#module_container_inner p {
	/* Makes sure text wraps in IE6 */
	
}

/***************************************************************************
 Core Page Styles (also visible to TinyMCE)
***************************************************************************/
.page_normal {
	
}
.page_title {
	font-size:20px;
	font-weight:bold;
	padding-left:15px;
	padding-top:15px;
}
.standard-h1 {
	font-size:16px;
	font-weight:bold;
}
.standard-h2 {
	font-size:14px;
	font-weight:bold;
}
.standard-h3 {
	font-size:12px;
	font-weight:bold;
}
.greybox {
	background:#f1f1f1;
	color:#000;
	padding:15px;
}
.greybox-leftredbar {
	background:#f1f1f1;
	padding:15px;
	border-left:4px solid #dd2445;
	margin:10px 0px;
	font-size:16px;
	line-height:23px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#0a0a0a;
}
html .red-font {
color:#d31f40;
}

/* Seminar table */
table#seminars {
	width:100%;
}
table#seminars th, table#seminars td {
	padding:4px 8px;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
table#seminars th {
	font-weight:bold;
	text-align:left;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	background:#fff url(/images/seminar_tbl_header_bg.png) repeat-x left top;
}
table#seminars th#seminar_btns {
	width:85px;
	text-align:right;
}
table#seminars td {
	text-align:left;
	font-size:11px;
	background-color:#f1f1f1;
}
table#seminars td a {
	width:81px;
	height:22px;
	display:block;
	float:left;
	overflow:hidden;
	text-decoration:none;
	background:transparent url(/images/btn_enquire.png) no-repeat left top;
}
table#seminars td a:link, table#seminars td a:visited {
	text-decoration:none;
	
}
table#seminars td a:hover, table#seminars td a:active {
	text-decoration:none;
	background-position:left -22px;
}

