/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}

a img{
	border:none;
}

.clear{
	clear:both;
	overflow:hidden;
	height:0;
}

.divider{
	width:237px;
	height:10px;
	margin-bottom:10px;
	border-bottom:1px solid #8787D0;
}

body{
	background-image:url(images/header_bg_slice.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#222222;
	background-color:#F1F1F9;
}

body a{
	color:#5B5BB4;
	text-decoration:none;
}

body a:hover{
	text-decoration:underline;
}

#header{
	margin-left:auto;
	margin-right:auto;
	width:940px;	
}

#logo{
	float:left;
}

#search{
	float:right;
	margin-top:5px;
}

input,select,textarea
{
	color: #000000;
	background-color: #dcddfb;
	border: 1px solid #7878BF
}

input[type=radio], input[type=checkbox] {
    border:none;
    background:none;
}

.headerSearch{
	padding-top:1px;
	padding-bottom:1px;
	width:200px;
	margin-right:5px;
}

.searchSubmit{
	border: none;
	vertical-align:-3px;
}
	

#menu{
	margin-top:10px;
	height:39px;
	color:#ffffff;
	font-size:12px;
	overflow:visible;
}

#menu a{
	color:#ffffff;
}

#menu .mainMenu{
	list-style:none;
	padding:0;
	margin:0;
}

#menu .mainMenu li{
	float:left;
}

#menu .mainMenu li a {
	height:26px;
	float:left;
	display:block;
	text-decoration:none;
	padding-top: 11px;
	padding-left:8px;
	padding-right:8px;
}

#menu .mainMenu li a:hover{
	background-color:#4648f4;
}

#menu .subMenu a{
	color:#ffffff;
}

#menu .subMenu{
	margin-top:10px;
	height:39px;
	color:#ffffff;
	font-size:12px;
	list-style:none;
	padding:0;
	margin:0;
	width:280px;
}

#menu .subMenu li{
	float:none;
}

#menu .subMenu li a {
	width:280px;
	height:26px;
	float:none;
	display:block;
	text-decoration:none;
	padding-top: 11px;
	padding-left:8px;
	padding-right:8px;
	background-color:#0002b7;
}

#menu .subMenu li a:hover{
	background-color:#4648f4;
}

#containerWrapper{
	background-color:#ffffff;
}

#breadcrumbs{
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding-top:10px;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding-bottom:10px;
}

#leftCol{
	float:left;
	margin-top:17px;
	margin-right:20px;
	width:257px;
}

#leftColWide{
	float:left;
	margin-top:12px;
	margin-right:27px;
	width: 650px;
}

#fullColWide{
	float:left;
	margin-top:12px;
	width: 800px;
}

#pageTitle{
	width:650px;
	height:61px;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.aboutTitle{
	background-image:url(images/about_title.jpg);
}

.conferencedocsTitle{
	background-image:url(images/title_water.jpg);
}

.eventManagementTitle{
	background-image:url(images/title_event_management.jpg);
}

.trainingTitle{
	background-image:url(images/title_training.jpg);
}

.ourTeamTitle{
	background-image:url(images/title_our_team.jpg);
}

.confrencesTitle{
	background-image:url(images/title_conferences.jpg);
    border: 1px solid #c9c9c9;
}

.contactTitle{
	background-image:url(images/title_contact.jpg);
}

.publicationsTitle{
	background-image:url(images/title_publications.jpg);
}

.title{
	padding-top:15px;
	margin-left:10px;
}

h1 {
	font-size:22px;
	line-height:26px;
	color:#0002b7;
	font-weight:normal;
}

h2 {
	font-size:16px;
	color:#5B5BB0;
	font-weight:normal;
    margin-bottom:3px;
}

h3 {
	font-size:14px;
	color:#5B5BB0;
	font-weight:normal;
    margin-bottom:3px;
}

.colText{
	margin-top:5px;
	margin-left:12px;
}

#conferences{
	margin-bottom:10px;
}

#conferences ul{
	list-style: none;
	padding: 0;
	margin:0;
}

#conferences li{
	padding-top:12px;
	padding-left:10px;
	font-size:16px;
	background:url(images/sector_bg.gif);
	border:1px solid #c9c9c9;
	border-top:none;
	height:31px;
	width:245px;
}

#publications{
	margin-bottom:10px;
}

#documentation{
	margin-top:10px;
}

.sectors{
	margin-bottom:10px;
}

#midCol{
	float:left;
	margin-top:17px;
	margin-right:20px;
	margin-bottom:10px;
	width:380px;
}

#blurb{
	margin-bottom:15px;
}
#blurb h1{
	float:left;
}
#blurbLogo{
	float:left;
	margin-right:5px;
}

#comingUp{
	margin-bottom:15px;
}

#comingUp h2{
	font-weight:normal;
	font-size:14px;
}

#ads{
	text-align:center;
}

#rightCol{
	float:left;
	margin-top:12px;
	width:257px;
}

#internalSearch{
	margin-bottom:20px;
}

#rightColAds{
	
}

#rightColAds img{
	margin-bottom:20px;
}

#spotlights{
	margin-bottom:10px;
}

#spotlights h2{
	font-weight:normal;
	font-size:18px;
	color:#5B5BB4;
}

#spotlights hr{
	width:232px;
	float:left;
	text-align:right;
}

#footer{
	background-color:#F1F1F9;
	background-image:url(images/footer_bg_slice.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#2A2B69;
	font-size:10px;
}

#footer a{
	color:#2A2B69;
}

#footerInternal{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#footerLinks{
	text-align:center;
	padding-top:10px;
}

#footerLeft{
	float:left;
	width:300px;
	margin-right:20px;
	margin-top:10px;
	padding-bottom:10px;
}

#footerMid{
	float:left;
	width:300px;
	margin-right:20px;
	margin-top:10px;
	padding-bottom:10px;
}

#footerRight{
	float:left;
	width:300px;
	margin-top:10px;
	padding-bottom:10px;
}

#footer h1{
	font-size:14px;
	color:#2A2B69;
	font-weight:normal;
}

#wokingDetails{
	width:145px;
	float:left;
	margin-right:10px;
}

#londonDetails{
	width:145px;
	float:left;
}

.conferenceLink{
	font-size:16px;
}

.publication-list-item {
    position: relative;
    /*border:1px solid green;*/
    /*overflow:hidden;*/
    padding:10px;
    /*margin-bottom:15px;*/
}

.publication-list-item .details {
    padding-bottom:30px;
}

.publication-list-item .image {
    width:125px;
    display:block;
    float:left;
    margin-right:10px
}

.publication-list-item ul {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
}

.publication-list-item li {
    float:left;
    width:165px;
    text-align:center;
}

.publication-list-item li:first-child {
    text-align: left;
}

.publication-list-item .button {
    /*display: block;*/
    background:#7878c0;
    color:#ffffff;
    text-align:center;
    padding:4px;
    font-weight:bold;
}

* html .publication-list-item .button {
    zoom:1;
}

.publication-list-item .button:hover {
    text-decoration:none;
}

.publication-list-item .links {
    position:absolute;
    /*border:1px solid red;*/
    bottom:25px;
    left:160px;
    /*right:0;*/
    width:480px;
    /*padding-left:145px;*/

}

/*.publication-list-item .icon {
    vertical-align:-3px;
    margin-right:3px;
}*/

a.icon-link {
    margin-right:25px;
}

a.icon-link:hover {
    text-decoration: none;
}

a.icon-link img {
    vertical-align:-3px;
    margin-right:6px;
}

a.icon-link span {
    /*font-weight:bold;*/
}

a.icon-link:hover span {
    text-decoration:underline;
}
.searchTitle {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #5B5BB0;
}
.searchContainer .recordCount {
	font-weight: bold;
	color: #5B5BB0;
	margin-top: 5px;
}
.searchContainer .navLinks {
	font-weight: bold;
	margin-top: 10px;
}


.searchContainer .resultTitle {
	margin-top: 10px;
}
#docSectors {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5B5BB4;
	padding-top: 10px;
}


#mini-cart.floating #mini-cart-inner {
    border-color: #4a4bb1;
}
#mini-cart-shadow {
    background-color:#cfd0ff;
}
#brochureForm {
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#brochureForm p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#brochureForm form {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#brochureForm td {
	margin: 0px;
	padding: 3px;
}
#brochureForm table {
	margin-top: 10px;
	padding-bottom: 20px;
}
#brochureForm #brochureFormButton {
	margin-left: 5px;
}
.notValidated {
	background-color:#FB7676;
}#brochureForm #brochureFormValidation {
	margin-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
#brochureForm #brochureFormEmailValidation {
	font-size: 10px;
	color: #CC0005;
}
.disabled label,.disabled p,.disabled input {
    color: #bbb;
}
#alert {
	margin: 30px 10px 10px 10px;
}