.0
/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
    margin: 0; 
    padding: 0; 
}
/* Removes list-style from lists */
ol,ul { 
    list-style: none; 
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { 
    font-style: normal; 
    font-weight: normal; 
}
/* Removes list-style from lists */
table { 
    border-collapse: collapse;
    border-spacing: 0; 
}
/* Removes border from fieldset and img */
fieldset,img { 
    border: 0; 
}
/* Left-aligns text in caption and th */
caption,th { 
    text-align: left; 
}
.caption {
    font-family:Verdana,Geneva,sans-serif;    
    font-size:0.75em;
    padding-top:10px;
}

#Template_ctl12_ctl00_Iamaselectallthatapply{
    font-family:Verdana,Geneva,sans-serif;    
    font-size:0.75em;
    padding-top:10px;
}

#Template_ctl12_ctl00_Sendmecampaignupdates{
    font-family:Verdana,Geneva,sans-serif;    
    font-size:0.75em;
    padding-top:10px;
}


/* Removes quotation marks from q */
q:before, q:after { 
    content :''; 
}
/* Fix nested floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* misc */
.clear {clear:both;}
img {border:none;}

/*-------------------------------------------------------------------*/

html {
  font-size:100%;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  background: #fff;
  margin-top: 10px;
}

p {
  font-size: 0.812em;
}

a:link, a:visited {
  text-decoration: none;
  color: #006fb7;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}
/* basic layout positioning styles */
#header {
  padding-left: 28px;
}

#container {
  width: 970px;
  text-align: left;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 10px;
}
#wrapper{
  float:left;
  width:100%;
}
#content {
  margin: 0 225px 0 180px;
  padding: 0 10px 0 30px;
}
/*#content ul {
  margin: 0 0 10px 0;
}

#content ul li {
  background: transparent url(http://edcm.org.uk/images/blue_bullet.gif) no-repeat scroll 0 7px;
  padding: 8px 0 6px 22px;
  margin: 0 0 4px 0;
}*/

/* reset lists for content area */
#content ul {
  font-size:0.75em;
  list-style-position:inside;
  list-style-type:disc;
  margin:0px 12px 10px 0;
  padding:0 0 0 28px;
}
#content ol {
  font-size:0.75em;
  list-style-position:outside;
  list-style-type:decimal;
  margin:10px 12px 0 0;
  padding:0 0 0 28px;
}



#rightCol {
  float:left;
  width:209px;
  margin-left:-209px;
}
#footer {
  clear:left;
  width:100%;
  padding-top: 20px;
  /*padding-bottom: 10px;*/

}
/* ------------------------------------------------------- */

/* other styles */
/* header */     
.ncbLogo {
    float: left;
    display: inline;
    margin: 0 0 0 8px;
}
/* sefTagLine */
#sefTag {


}
#sefTag img {
    float: left;
}
#sefTag p {
    position: absolute;
    left: 150px;
    top: 20px;
    color: #003399;
    font-size: 0.9em
}
/* Search area */
#searchArea {
    position:relative;
    float: right;
    text-align:right;
    width: 199px;
    margin-right: 16px;
    font-family:Arial, Helvetica, sans-serif;
    
}
#searchArea label {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
#searchArea .searchField {
    padding: 0 60px 0 5px;
    width: 120px
}
                    
.membershipLog {
    font-size: 0.937em;
    font-weight: bold;
    color: #f37421;
    background: transparent url/images/elements.png) no-repeat scroll 272px 0;
    display: block;
    float: right;
    margin: 14px 0 0;
    padding: 0 40px 4px 0;
    text-align: right;
    width: 260px;
}
#searchArea .goBTN {
    position:relative;
    top:5px;
}
/* Top Navigation */
#navTop {
    clear: both;
    margin-top: 16px;
    width :970px;
    background: url(http://edcm.org.uk/images/partnerNavBottom.gif) no-repeat left bottom;
    
}
#navBottom {
    width :970px;
    background: url(http://edcm.org.uk/images/partnerNavtop.gif) no-repeat left top;
    min-height: 51px;
}
#topNav li:hover, #topNav li.hover {   
    position: static;   
} 
#topNav {
    width: 970px;
    font-family:Arial, Helvetica, sans-serif;
    background: none repeat scroll 0 0;    
    list-style-type: none;
    padding: 0.055em 0 0.75em 0;
    margin: 0 0 0 0.0em;
    overflow: hidden;
}

#topNav li {
    border-left: 1px solid #dbdada;
    float: left;
    line-height: 2.45em;
    margin: 0.25em 1em 0 -0.1em;
    padding: 0 0 0 1.375em;
}
#topNav li a {
    font-size: 0.937em;
    font-weight: bold;
    color: #727272;
}
#topNav li a:hover {
    text-decoration: none;
}
#topNav .nav_sel {
    color: #006fb7;
}

ul#topNav a.nav_sel, ul#topNav a:hover {
    color: #006fb7;
    text-decoration: none;;
}

/* Content Section */
#content p {
    padding-bottom: 25px;
}
#content img {
        float: left;
        margin-bottom:10px;
    
}
#content {
    width:60%;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding-bottom: 10px;
}
#hpcontent {
    width:auto;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding-bottom: 10px;
}
/* Left Nav section */
#leftCol {
    float:left;
    width:184px;
    margin-left:-968px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(http://edcm.org.uk/images/edcm_leftNavBG.jpg) no-repeat 0 0;
    height: auto;
    min-height: 730px;
}
#leftColhtml {
    float:left;
    width:184px;
    margin-left:-968px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(http://edcm.org.uk/images/edcm_leftNavBG.jpg) no-repeat 0 0;

}
#leftColhtml ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    font-size: 12px;
}
#leftColhtml ul li a {
    display:block;
    font-weight:bold;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -10;
}


#leftCol ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    font-size: 12px;
    font-weight: bold;
    margin-left:-30px;  
}



#leftCol ul li a {
    display:block;
    font-weight:bold;
    color: #fff;
    margin: 10px 0 0 0;
}

#leftColhtml ul li a:hover {
    text-decoration: none
}


#leftCol ul li a:hover {
    text-decoration: none
}

#leftCol ul .level0, #leftCol ul .level1, #leftCol ul .level2 {
    margin:0;
}

#leftCol ul .level0 li {
    line-height: 1.4em
}
#leftCol ul .level1 li {
    line-height: 1.4em;
}
#leftCol ul .level2 li {
    line-height: 1.4em;
}


#leftCol ul .level0 li a:link, #leftCol ul .level0 li a:visited {
    font-size: 12px;
    font-weight: normal;
    /*color: #f37421;*/
    margin: 0;
    
}

#leftCol ul .level1 li a:link, #leftCol ul .level1 li a:visited {
    font-size: 10px;
    font-weight: normal;
    /*color: #f37421;*/
    background: url(http://edcm.org.uk/images/lnDivider.gif) no-repeat;
}

#leftCol ul .level2 li a:link, #leftCol ul .level2 li a:visited {
    font-size: 10px;
    font-weight: normal;
    /*color: #f37421;*/
    background: url(http://edcm.org.uk/images/lnDivider.gif) no-repeat 0.2em;
 
}

#leftCol ul li a.LN_sel:link, #leftCol ul li a.LN_sel:visited {
    color: #221f72;
    font-weight: bold
}

/* right column modules */

.rightModule {
    width: 187px;
    background: url(http://edcm.org.uk/images/backG.jpg) no-repeat 0px 0px;
    margin: 0 -5px 20px 0;
    float: right;
    padding: 0;

}
.rightModBottom{
    background:  url(http://edcm.org.uk/images/rightBottom.jpg) no-repeat scroll 0 bottom;
    padding-bottom: 9px;
    height: auto;
    min-height: 270px;
    position: relative;
}

.rightModNoPic {
    padding-bottom: 40px;
}
.rightModule img {
    bottom: 9px;
    padding-top: 10px;
    vertical-align: bottom;
    margin-left: 20px;
    
}

.rightModule h3, .rightModule h2 {
    margin: 10px 0 0 10px;
}
.rightModule ul{
    margin: 10px 12px 0 0;
    padding: 0 0 80px 28px;
    list-style-position:outside;
    list-style-type: disc;
    font-size: 0.75em;
}
.rightModule p {
    margin: 10px 12px 16px 10px;
    padding-right: 12px;
    color: #000;
    font-size: 0.75em;
}
.rightModule a:link, .rightModule a:visited {
    color: #006fb7;
}
.rightModule ul li {
    color: #000;
}
#ypleftCol {
    float:left;
    width:184px;
    margin-left:-968px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(http://edcm.org.uk/images/edcm_yp_leftnavBG.jpg) no-repeat 0 0;
    height: auto;
    min-height: 730px;
}
#ypleftColhtml {
    float:left;
    width:184px;
    margin-left:-968px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(http://edcm.org.uk/images/edcm_yp_leftnavBG.jpg) no-repeat 0 0;

}
#ypleftColhtml ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    font-size: 12px;
}
#ypleftColhtml ul li a {
    display:block;
    font-weight:bold;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -10;
}


#ypleftCol ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    font-size: 12px;
    font-weight: bold;
    margin-left:-30px;  
}



#ypleftCol ul li a {
    display:block;
    font-weight:bold;
    color: #fff;
    margin: 10px 0 0 0;
}

#ypleftColhtml ul li a:hover {
    text-decoration: none
}


#ypleftCol ul li a:hover {
    text-decoration: none
}

#ypleftCol ul .level0, #leftCol ul .level1, #leftCol ul .level2 {
    margin:0;
}

#ypleftCol ul .level0 li {
    line-height: 1.4em
}
#ypleftCol ul .level1 li {
    line-height: 1.4em;
}
#ypleftCol ul .level2 li {
    line-height: 1.4em;
}


#ypleftCol ul .level0 li a:link, #leftCol ul .level0 li a:visited {
    font-size: 12px;
    font-weight: normal;
    /*color: #f37421;*/
    margin: 0;
    
}

#ypleftCol ul .level1 li a:link, #leftCol ul .level1 li a:visited {
    font-size: 10px;
    font-weight: normal;
    /*color: #f37421;*/
    background: url(http://edcm.org.uk/images/lnDivider.gif) no-repeat;
}

#ypleftCol ul .level2 li a:link, #leftCol ul .level2 li a:visited {
    font-size: 10px;
    font-weight: normal;
    /*color: #f37421;*/
    background: url(http://edcm.org.uk/images/lnDivider.gif) no-repeat 0.2em;
 
}

#ypleftCol ul li a.LN_sel:link, #leftCol ul li a.LN_sel:visited {
    color: #221f72;
    font-weight: bold
}


/* potential Articel Index styles */
#content ul.ArticleIndex {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left: -28px;
}

ul.ArticleIndex {
    margin: 20px 12px 0 0;
    padding: 0 0 0 0;
    font-size: 0.812em;

}
ul.ArticleIndex li {
    margin: 0 0 20px 0;
}
ul.ArticleIndex li div {
    margin-bottom: 8px;
}
.ArticleTitle, .ArticleTitle a:link, .ArticleTitle a:visited  {
    color: #221f72;
    font-weight: bold;
}
.ArticleDate {
    font-weight: normal;
    font-style:italic
}

/* Search Results */

.searchResultsHolder #Template_ctl15_ctl00_topprev, .searchResultsHolder #Template_ctl15_ctl00_bottomprev {
    margin-right: 10px;
    font-size: 0.9em;

}
.searchResultsHolder #Template_ctl15_ctl00_topnext, .searchResultsHolder #Template_ctl15_ctl00_bottomnext {
    font-size: 0.9em;
}


.searchResultsHolder table {
    border:    1px solid #221F72;
    width:500px;
}
.searchResultsHolder table td {
    padding: 5px;
}
.searchResultsHolder table table {
    border: none;
}
.searchResultsHolder table td label {
    font-size: 0.9em;
    color: #221F72;
    font-weight: normal;
}
.searchResultsHolder div {
    font-size: 0.8em;
    margin-bottom: 10px;
}
.searchResultsHolder p label {
    font-size: 1em;
    font-weight: normal
}
.searchResultsHolder span.relevance, .searchResultsHolder span.updated {
    font-style:italic;
    color:#888888;
} 

/* Contour */
#contour
{
        padding: 0px 0px 0px 0px;
}
#contour .contourPageName
{ 
         display:none;
}

#contour .contourField div label
{
        display: inline;
}

#contour label.fieldLabel
{
        font-family:Verdana,Geneva,sans-serif;
        font-size: 0.812em;
        font-weight: normal;
        display: block;
        width: 200px;
        float: left;
        clear: left;
        background: transparent !important;
}
#contour small
{
        display: block;
        float: left;
        clear: both;
        padding: 5px 5px 5px 200px;
}


#contour fieldset
{
        padding: 1.4em;
        margin: 0 0 1.5em 0;
        border: none !Important;
}

#contour legend
{
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.2em;
        display: block;
}

#contour input.text, #contour input.title, #contour textarea, #contour select
{
  margin: 0;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;        
  border: 1px solid #006fb7;
}
#contour input.text:focus, #contour input.title:focus, #contour textarea:focus, #contour select:focus
{
        border: 1px solid #666;
}
#contour input.text, #contour textarea
{
        width: 300px !important;
        padding: 5px;
}
#contour textarea
{
        height: 250px;
}
#contour input.fileupload
{
        height: auto !important;
}

#contour span.checkboxlist, #contour span.radiobuttonlist, #contour span.checkbox
{
        display: block;
        float: left;
        padding: 10px;
}

#contour .checkboxlist input, #contour .radiobuttonlist input, #contour .checkbox input
{
        width: auto !important;
        height: auto !important;
        border: none !important;
        display: inline !important;
}

#contour .hiddenfield
{
    display:none;
}

#contour .contourButton
{
  background: url (http://edcm.org.uk/images/submit-button.png);      
  margin-right: 10px;
  padding: 2px 10px;
        
  
}
#contour .contourErrorMessage
{
        padding: .8em;
        margin-bottom: .5em;
        border: 2px solid #FBC2C4;
}
#contour .contourErrorMessage, #contour .contourError
{
        background: #FBE3E4;
        color: #8a1f11;
}
#contour input.contourError, #contour textarea.contourError
{
        background: #FBE3E4;
        border-color: #FBC2C4;
}

#contour span.contourError
{
    color: #8a1f11 !important;
    background: transparent !important;
}

/* Footer */
#NCBfootDetail {
    float: left;
    color: #221e72;
    background: transparent url(http://edcm.org.uk/images/elements.png) no-repeat scroll 0 -50px;
    padding: 0px 0px 0px 57px;
 }

#NCBfootDetail p {
    font-size: 0.625em
}

#EDCMfootDetail p{
    color: #221e72;
    font-size: 0.625em
 }
#EDCMfootDetail {
    padding: 0px 0px 0px 57px; 
    margin-top: 15px;
 }

 
.polemarkCredit {
    float: right;
    vertical-align:baseline
}
.polemarkCredit a {
    font-size: 0.568em;
    color: #a4a3a3;
    margin-top: 25px;
    margin-right: 5px;
    text-decoration:none;
}
/* footer nav */
#footer ul {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.687em;
    list-style-type:none;
    padding:0;
    margin: 0 0 0 13%;
    overflow: hidden;
    width: 755px
}
#footer ul li {
    border-left: 1px solid #a4a3a3;
    float: left;
    line-height: 1em;
    margin: 0 0.75em 0 -0.5em;
    padding: 0 0.75em;
}
#footer ul li a:link, #footer ul li a:visited {
    color: #a4a3a3;
    font-weight: bold;
}
#footer ul li a:hover {
    text-decoration: underline;
}

#searchBox img{
    position:relative;
    top:5px;
}

/* site Map Styles */
.siteMap {
    margin-top: -10px
}

#content .siteMap ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-lefT: -28px;
}

.siteMap ul {
    margin: 0;    font-size: 1em;
}

.siteMap ul li {
    margin: 0 0 0 0;
    padding: 0 0 5px 20px;
    background: transparent url(http://edcm.org.uk/images/lnDivider.gif) no-repeat scroll 0.2em 50%
}
.siteMap ul li a {
    color: #221F72;
}
.siteMap ul li img {
    margin: 0 10px 0 0
}
.siteMap ul li a.sitmpA0:link, .siteMap ul li a.sitmpA0:visited {
    color: #003399;
}
.siteMap ul li.sitmp0 {
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 0 0 5px 0;
    background: none;
    border-bottom: 1px solid #CCCCCC;
}
.siteMap ul li.sitmp1 {
    margin: 0 0 0 20px;
    font-size: 0.9em;
}
.siteMap ul li.sitmp2 {
    margin: 0 0 0 40px;
    font-size: 0.75em
}
.siteMap ul li.sitmp3 {
    margin: 0 0 0 60px;
    font-size: 0.75em
}





























































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */