/* generic links */
a {
  color:          #3A67A1;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

.confirm_email {
  display:      none;
}

/* generic heading */
h1 {
  line-height:    120%;
}

/* generic paragraph styles */
#encouraging_learning p, .panel_content p, .basiccontent p {
  margin-top: 1em;
}

/* in table paragraph styles */
table p {
  margin:     0 0 0.25em 0 !important;
}

/* editor styles */
img.floatleft {
  float:        left  !important;
  margin:       0 15px 15px 0 !important;
}
img.floatright {
  float:        right !important;
  margin:       0 0 15px 15px !important;
}


/*... Header ...*/
#header #search {
	height:47px;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:5px 0 0 0;
	line-height:20px;
	}
#header #search input {
	width:130px;
	height:20px;
	line-height:20px;
	border:0;
	margin:0 0 0 5px;
	padding:0;
	float: left;
}
#header #search form {
  float:          right;
  width:          320px;
}

#socials {
	float:					left;
	position:				relative;
	top:						-2px;
}
.social a {
	margin:					0;
	padding:				0;
	border:					0;
}
.social {
	float:					left;
	display:				inline-block;
	width:					24px;
	height:					24px;
	margin:					0 0 0 4px;
	padding:				0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size:  24px 24px;
}	
.social-tw {
	background-image: url(../images/social-icons/twitter.png);
}
.social-fb {
	background-image: url(../images/social-icons/facebook.png);

}



/* login button in form */
#header #search input.submit {
  display:        block;
  float:          right;
  clear:          none;
  background:     url(../images/login-button.gif) top left no-repeat;
  width:          40px;
  line-height:    20px;
  height:         20px;
  margin:         0;
  padding:        0 0 4px 0;
  font-size:      10px;
  color:          white;
  cursor:         pointer;
  border:         0;
}

/* logout link */
#header #search a {
  color:          white;
  margin-left:    20px;
  font-weight:    bold;
}

#header #search p {
	float:right;
	color:#fff;
	}
#header #logo {
	float:left;
	height:78px;
	}
#header .contactus {
	width:87px;
	height:31px;
	text-align:center;
	color:#fff;
	font-size:11px;
	line-height:28px;
	float:right;
	margin:18px 0 0 0;
	text-decoration:none;
	background:url(../images/button_contactus.gif) no-repeat left top;
	}
#header p.caption {
	float:left;
	width:477px;
	height:46px;
	text-indent:-9999em;
	background:url(../images/caption.gif) no-repeat 25px 22px;
	}
#header #menu {
	height:46px;
	width:956px;
	clear:both;
	background:url(../images/bg_menu.gif) no-repeat left top;
	}
#header #menu li {
	list-style:none;
	float:left;
	line-height:46px;
	}
	
	/*
#header #menu li.devider {
	width:2px;
	height:46px;
	background:url(../images/devider_menu.gif) no-repeat left top;
	}
	*/

/* nav item dividers */
#header #menu li {
	background:url(../images/devider_menu.gif) no-repeat left top;
}
#header #menu li.first {
	background:none;
}



#header #menu li a {
	height:46px;
	float:left;
	text-decoration:none;
	color:#4f4f4f;
	padding:0 27px 0 28px;
	}
#header #menu li.current a,  #header #menu li.ancestor a{
	color:#fff;
	background:url(../images/selected_menu.gif) repeat-x center top;
	}
#header #menu li.current.first a {
	color:#fff;
	background:url(../images/selected_menu.gif) no-repeat left top;
	}
	/*
#header #menu li.current.last a {
	color:#fff;
	padding:0 29px 0 28px;
	background:url(../images/selected_menu.gif) no-repeat right top;
	}
	*/
/*... Footer ...*/
#footer_sub {
	width:916px;
	min-height:255px;
	margin:0 auto;
	padding:0 20px;
	color:#fff;
	font-size:10px;
	background: #7A7A7A url(../images/bg_footer2.gif) repeat-x left top;
	}
#footer_sub h1 {
	font-size:18px;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	background:url(../images/footer_heading_bg.gif) repeat-x left bottom;
	}
#footer_sub ul {
	float:left;
	padding:0 45px 0 0;
	}
#footer_sub ul li {
	list-style:none;
	padding:0 0 10px 0;
	}
#footer_sub ul.last {
	padding:0;
	}
#footer_sub ul li a {
	padding:0 0 0 10px;
	color:#fff;
	text-decoration:none;
	background:url(../images/arrow_footer.gif) no-repeat left 5px;
	}
#footer_sub ul li a:hover {
  text-decoration:underline;
}
#footer_sub ul li.no_arrow a {
	background:none;
	/*
	padding:0 0 0 25px
	*/
	padding:0 0 0 10px;
	}
#footer_sub ul.last li a {
	background:none;
	padding:0;
	}
/*... Leftstrip Content ...*/
#leftstrip {
	width:630px;
	float:left;
	}
#leftstrip #encouraging_learning {
	clear:both;
	overflow:hidden;
	padding:13px 0 10px 0;
	}
#leftstrip #encouraging_learning img {
	float:left;
	margin:0 28px 0 0;
	border:1px solid #c0c0c0;
	}
#leftstrip  h1 { color:#3a67a1; }
#leftstrip h2.heading1 {
	width:630px;
	height:37px;
	background:url(../images/heading_bg1.jpg) no-repeat left top;
	line-height:37px;
	color:#fff;
	text-indent:15px;
	}

#leftstrip .content1 {
	background:#f5f5f6;
	clear:both;
	overflow:hidden;
	padding:5px 20px;
	margin:5px 0 0 0;
	width:590px;
	} 
#leftstrip .content1 ul {
	width:280px;
	float:left;
	}
#leftstrip .content1 ul.right { float:right; } 
#leftstrip .content1 ul { float:left; 	}
#leftstrip .content1 ul li {
	list-style:none;
	color:#6d6e71;
	width:100%;
	float:left;
	padding:10px 0;
	}
/*
#leftstrip .content1 ul li strong  { color:#193784; }
*/
/* event title links */
#leftstrip .content1 ul li a  { 
  font-weight:  bold;
  color:        #193784; 
}


/* original style calendar icons */
#leftstrip .content1 ul li p {
	float:left;
	width:55px;
	height:42px;
	background:url(../images/bg_event_date.gif) no-repeat left top
	}
#leftstrip .content1 ul li p span {
	width:37px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#fff;
	line-height:19px;
	}
#leftstrip .content1 ul li p strong {
	width:37px;
	float:left;
	font-size:13px;
	text-align:center;
	
	color: #193784;
	}


/* new calendar icons */
/*
#leftstrip .content1 ul li p, #rightstrip  .content2 ul li p.date {
  width:      38px;
  height:     38px;
  border:     1px solid #DEDEDE;
  float:      left;
  margin-right:15px;
}

#leftstrip .content1 ul li p span, #rightstrip  .content2 ul li p.date span {
	float:left;
	text-align:center;
	font-size:10px;
	color:#fff;
	line-height:14px;
	display:   block;
	width:     38px;
	background:#C00029;
	margin-bottom: 4px;
	}
#leftstrip .content1 ul li p strong, #rightstrip  .content2 ul li p.date strong {
	width:37px;
	float:left;
	font-size:13px;
	text-align:center;
	color:     #444;
	}
  */


/* main content bulleted lists */
.left_panelcontent ul, .left_panelcontent ol, .panel_content ul, .panel_content ol, .basiccontent ul, .basiccontent ol, .content3 ul, .content3 ol {
  margin:     0.5em 0;
  padding:    0;
}
.left_panelcontent ul li, .left_panelcontent ol li, .panel_content ul li, .panel_content ol li, .basiccontent ul li, .basiccontent ol li, .content3 li {
  margin:     0 0 0 1.8em;
  padding:    0 0 0 0.2em;
}
.left_panelcontent ul li, .panel_content ul li, .basiccontent ul li {
  margin:     0 0 0 1.5em;
  padding:    0 0 0 0.5em;
}




/* main content area paragraphs */
.left_panelcontent p, .panel_content p, .basiccontent p {
  margin:     0 0 1em 0;
  padding:    0;
}
.left_panelcontent br, .panel_content br, .basiccontent br {
  clear:      left;
  line-height:1em;
}
.left_panelcontent h2, .panel_content h2, .basiccontent h2 {
  margin:     1em 0 0.5em 0;
}





.panel_nav {
	clear:both;
	overflow:hidden;
	height:34px;
	border-bottom:8px solid #0d3d79;
	}
.panel_nav li {
	list-style:none;
	float:left;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin:0 3px 0 0;
	background:url(../images/panel_nav_bg.gif) no-repeat left top;
	}
.panel_nav li a {
	text-decoration:none;
	color:#4f4f4f;
	margin:0 0 0 3px;
	/*
	padding:0 13px 10px;
	*/
	padding:0 7px 10px;
  float:left;
	background:url(../images/panel_nav_bg.gif) no-repeat right top;
	}
.panel_nav li:hover, .panel_nav li.selected { background:url(../images/panel_nav_bg.gif) no-repeat left -35px; }
.panel_nav li a:hover, .panel_nav li.selected a{ background:url(../images/panel_nav_bg.gif) no-repeat right -35px; color:#fff; }
.panel_content {
	border:1px solid #dcdcdc;
	border-top:0;
	width:588px;
	padding:10px 20px;
	clear:both;
	overflow:hidden;
	}
	

.panel_content .left_panelcontent {
	float:left;
	width:350px;
	}
.panel_content .right_panelcontent {
	float:right;
	width:204px;
	margin:    0 0 20px 40px;
	}
.panel_content .left_panelcontent h1 { color:#193784; }
.panel_content .left_panelcontent a { color:#193784; text-decoration:none; font-weight:bold; }
.panel_content .right_panelcontent .sponsers {
	clear:both;
	overflow:hidden;
	height:56px;
	background:#0e3e7a;
	margin:15px 0 0 0;
	}
.panel_content .right_panelcontent .sponsers img { float:right;}
.panel_content .right_panelcontent .sponsers p { 
	float:left; 
	width:96px;
	color:#fff;
	padding:0 0 0 10px;
	font-size:10px;
	}
.panel_content .right_panelcontent .sponsers p strong { font-size:12px; }
.panel_content .right_panelcontent .sponsers p a {
	text-decoration:none;
	color:#fff;
	}
/*... Rightstrip Content ...*/
#rightstrip {
	width:306px;
	float:right;
	}
#rightstrip h2.heading2 {
	width:306px;
	height:37px;
	background:url(../images/heading_bg2.gif) no-repeat left top;
	line-height:37px;
	color:#fff;
	text-indent:15px;
	margin:10px 0 8px 0;
	}

#rightstrip h2.heading3 {
	width:306px;
	height:37px;
	background:url(../images/heading_bg3.gif) no-repeat left top;
	line-height:37px;
	color:#4f4f4f;
	text-indent:15px;
	margin:10px 0 4px 0;
	}
#rightstrip  .content2 {
	background:#f5f5f6;
	clear:both;
	overflow:hidden;
	padding:5px 10px;
	margin:5px 0 0 0;
	}
	
/* make links bold */
#rightstrip a {
  font-weight:  bold;  
  color: #193784;
}
#rightstrip  .content2 strong { color:#193784; float:left; }
#rightstrip  .content2 img { float:left; padding:0 12px 0 0; }
#rightstrip  .content2 span { float:left; }
#rightstrip  .content2 span.right {
	float:right;
	color:#193784;
	font-weight:bold;
	}
#rightstrip  .content2 .rerlated_sources {
	clear:both;
	overflow:hidden;
	height:35px;
	line-height:35px;
	padding:3px 0;
	}
#rightstrip  .content2 ul.events {
	clear:both;
	overflow:hidden;
	}
#rightstrip  .content2 ul.events li {
	list-style:none;
	width:100%;
	float:left;
	padding:5px 0;
	}

/* google map container for fancybox */
.eventmap {
  display:    none;
}

#rightstrip  .content2 ul li p { float:left; width:140px }


#rightstrip  .content2 ul li p.date {
	width:55px;
	height:42px;
	background:url(../images/bg_event_date.gif) no-repeat left top
	}
#rightstrip  .content2 ul li p.date span {
	width:37px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#fff;
	line-height:19px;
	}
#rightstrip  .content2 ul li p.date strong {
	width:37px;
	float:left;
	font-size:12px;
	text-align:center;
	}


#rightstrip  .content2 ul li p a {
	text-decoration:underline;
	color:#6d6e71;
	}
#rightstrip  .content2 ul li p a:hover { text-decoration:none; }

#rightstrip  .content2 ul li a.button_booknow, a.button_booknow, input.submit  {
	width:78px;
	height:30px;
	float:right;
	text-align:center;
  line-height:  normal;
  color:#fff;
	text-decoration:none;
	background:url(../images/button_booknow.gif) no-repeat left top;
	}
/* links need different linespacing to buttons */
a.button_booknow {
  line-height: 30px !important;
}

.popup a.button_booknow   {
  margin-top: 20px;
}

/*...Inner 2 ... */
.content3 {
	clear:both;
	overflow:hidden;
	background:#f1f1f1;
	padding:15px 40px;

	/* james mod */
	padding: 15px 21px;
	}
.content3 h1 { color:#3a67a1; }
.content4 {
	clear:both;
	overflow:hidden;
	}
.content4 .block1 {
	width:300px;
	float:left;
	font-size:11px;
	padding:25px 0;
	}
.content4 .block1 img {
	padding:0 20px 0 0;
	float:left;
	}
.content4 .block1 p {
	float:right;
	width:190px;
	padding-right: 20px;
	}
	
/* make even width */
.content4 .block1 {
  width:    318px;
}
.content4 .block1 p {
  width:    198px;
}

.content4 .block1 a.title {
	color:       #193784;
	font-size:   12px;
	font-weight: bold;
	}
.content4 .block1 a {
	color:#be1e2d;
	font-weight:bold;
	text-decoration:none;
	}
.content4 .block1 a:hover { text-decoration:underline; }
.content4 .block1_1 {
	padding:25px 25px;
	}
	
	
/**
 * Consultant enquiry form
 */
#rightstrip label {
  font-size:    0.88em;
  display:      block;
}
#rightstrip input, #rightstrip textarea {
  width:        300px;
  padding:      4px 2px;
  border:       1px solid #ddd;
  font-size:    1.2em;
  margin:       0 0 4px 0;
  font-family:  sans-serif;
  color:        #444;
}
.invalid {
  font-weight:  bold;
  color:        #c00;
  display:      block;
}
#rightstrip input.submit {
  float:        none;
  border:       0;
  color:        white;
  margin:       0;
	width:        78px;
}

/* List of INSET talks */
ul.linklist {
  list-style:   none;
}


/**
 * Expanding rollover nav menu
 */

#menu li {
  position:     relative;
}
#menu ul li ul {
  position:     absolute;
  margin-top:   46px;
  font-size:    0.88em;
  background:   #F1F1F1;
  width:        250px;
  border:       1px solid #9F9F9F;
  border-top:   0;
  left:         -999em;
  z-index: 300;
}
#menu ul li:hover ul {
  display:      block;
  left:         auto;
}
#header #menu ul li ul li  {
  float:        left;
  border:       0;
  margin:       0;
  padding:      0;
  background:   none;
  clear:        left;
}
#header #menu ul li ul li a, #header #menu ul li.current ul li a, #header #menu ul li.ancestor ul li a, #header #menu ul li.ancestor ul li.first a  {
  display:      block;
  height:       auto;
  line-height:  18px;
  border:       0;
  border-top:   1px dashed #9f9f9f;
  width:        230px;
  padding:      8px 10px;
  background:   none;
  color:        #4F4F4F;
}
#header #menu ul li ul li.first a {
  border-top:   0 !important;
}
#header #menu ul li ul li a:hover, #header #menu ul li ul li.current a {
  background:   #ddd !important;
}


/**
 * Large event boxes
 */
.largepanel {
  width:        300px;
  float:        left;
  margin-left:  28px;
  margin:       15px 0 0 28px;
}
.largepanel:first-child {
  margin-left:  0;
}
.largepanel h2 {
  padding:      0 20px;
}

/*
.imagecont h2 {
  background:   url(../images/opacity.png);
  position:     absolute;
  width:        280px;
  padding:      10px 20px;
  line-height:  20px;
  margin-top:   160px;
}
*/
.imagecont {
    position:   relative;
    height:     200px;
}
.imagecont h2 {
  background:   url(../images/opacity.png);
  position:     absolute;
  width:        280px;
  padding:      10px 20px;
  line-height:  20px;
  margin:       0;
  /*
  margin-top:   160px;
  */
  bottom:       0;
}



.largepanel p {
  padding:      10px 20px;
}
.largepanel p a {
	color:#be1e2d;
	font-weight:bold;
	text-decoration:none;
}

/* for pages with simple layout */
.basiccontent {
  padding-top: 12px;
  
  /* ensure footer is at bottom */
  min-height:  300px;
}

/* more accessible links */
#encouraging_learning a, .basiccontent  a {
  text-decoration:  underline;
}
#encouraging_learning a:hover, .basiccontent  a:hover  {
  color:            #f00;
}

/* blog style */
.nextpost {
  float:            right;
}

        
/* forum post forms */
.basiccontent label {
  display:          block;
  clear:            both;
}
.basiccontent textarea {
  border:           1px solid #ccc;
  padding:          1%;
  width:            98%;
  height:           150px;
  font-size:        0.92em;
  font-family:      sans-serif;
}
.basiccontent input {
  border:           1px solid #ccc;
  padding:          0.5%;
  width:            99%;
}
.basiccontent input.submit {
	width:            78px;
  border:           0;
  float:            none;
  margin-top:       0.5em;
}
.basiccontent fieldset, .flash_message {
  background:       #F5F5F6;
  padding:          1em;
  margin:           1em 0;
  border:           1px solid #ccc;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.flash_message {
  font-size:        1.4em;
}
.basiccontent legend {
  font-weight:      bold;
}


/**
 * Contact popup
 */
#contactwrapper {
  display:    none;
}
#contactpopup p {
  margin:     0 0 1em 0;
}
#contactpopup {
  width:      300px;
}
#contactpopup h1 {
  color:      #3A67A1;
}

/**
 * Credits
 */

#credits a {
  color:      #aaa !important;
}

/* latest news */
.latest-news a {
  display: inline-block;
  max-width: 230px;
}
.content2 {
  position: relative;
}
.latest-news-expandable {
  padding-top: 4px;
  padding-bottom: 4px;
}
.latest-news-expandable .read-more a {
  background: url(../images/plus.gif) no-repeat left;
}

.latest-news-expandable .read-less a {
  background: url(../images/minus.gif) no-repeat left;
}

.latest-news-expandable .read-more a,
.latest-news-expandable .read-less a {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
/* feedback home page */
.feedback-section {
  background: url(../images/quotes.gif) no-repeat left !important;
  height: 100px;
}

.feedback-section ul {
  list-style: none;
  font-weight: bold;
}
.feedback-section ul li {
  padding: 10px;
  
}

.feedback-section .tname {
  color: #4F4F4F;
  font-weight: bolder;
  font-style: italic;
  padding-top: 2px;
  padding-left: 15px;
}

/* featured partners home page */
#leftstrip h2.heading3-1 {
	width:630px;
	height:37px;
	background:url(../images/heading_bg3-wide.gif) no-repeat left top transparent !important;
	line-height:37px;
	color:#4f4f4f;
	text-indent:15px;
	margin:10px 0 8px 0;
}

#leftstrip .connections-section ul {
  clear:both;
  width: 590px;
  margin: auto;
  
}
#leftstrip .connections-section ul li {  
  float: left;
  width: 128px;
  padding: 9px;
}
#leftstrip .connections-section span.partner-name {
  display: block;
  padding: 20px 0;
  
}

#leftstrip .connections-section .white-spacer {
  display: inline-block;
  position: relative;
  background-color: #fff;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
  width:630px;
  min-width:630px;
  max-width:630px;
  float:left;
  margin-left: -20px;
}

/* cpd secion home page */
.cpd-section ul {
  list-style: none;
}

.cpd-section ul li {
  float: left;
  padding: 10px;
}


