                                        /* Start of CMSMS style sheet 'ncme-main' */
/* Northern Continuing Medical Education ncme.ca */
/* Author: ro dolman ~ www.allegrodesign.ca */
/* Created: Oct 10, 2009 */
/*==========================================*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

/* main site styles */

body {
  margin:0;
  padding: 0;
  text-align: center;   /* you need this to center your page in IE6 */
  color: #000; background: #6689cc url(uploads/images/bg_body.jpg) repeat-x;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;  
  font-size: 80%;
}  
 
/* general link formatting */
a:link {
  color: #688d96; background: #fff;
}

a:visited {
  color: #688d96; background: #fff;
}

a:hover {
  color: #069; background: #fff;
}

a:active {
  color: #5E635C; background: #fff;
}


a[href$=".pdf"]:after { /* adds pdf logo to any linked documents */
  content: " " url("uploads/images/pdf.gif");
}

#wrapper {
  width: 960px;
  margin: 0 auto; /* this will center your page in all other browsers ie - firefox & IE7 */
  overflow: hidden;
  text-align: left;
  color: #000; 
  background: #fff url(uploads/images/bg_wrapper) repeat-y;
}

#header {
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff; background: #444f53 url(uploads/images/bg_header.jpg) no-repeat;
  height: 290px; width: 960px;
}
#header.image2 {
  color: #fff; background: #444f53 url(uploads/images/bg_header2.jpg) no-repeat;
}
#header.image3 {
  color: #fff; background: #444f53 url(uploads/images/bg_header3.jpg) no-repeat;
}
#header.image4 {
  color: #fff; background: #444f53 url(uploads/images/bg_header4.jpg) no-repeat;
}
#header.image5 {
  color: #fff; background: #444f53 url(uploads/images/bg_header5.jpg) no-repeat;
}
#header.image6 {
  color: #fff; background: #444f53 url(uploads/images/bg_header6.jpg) no-repeat;
}
#header.image7 {
  color: #fff; background: #444f53 url(uploads/images/bg_header7.jpg) no-repeat;
}
#header.image8 {
  color: #fff; background: #444f53 url(uploads/images/bg_header8.jpg) no-repeat;
}

#header img {
  position: absolute;
  top: 90px; left: 770px;
}

#header img.title {
  position: absolute;
  top: 34px; left: 0;
}

#header h1 {
  text-indent: -9999px;
}

#sidebar {
  margin: 0;
  width: 210px;
  float: left;
  color: #000; background: transparent;
}

#sidebar p {
  padding: 15px;
}

#search {
  position: relative;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #cad1c1; background: transparent;
  border-top: 1px solid #949da2;
}

#search label {
  padding-left: 4px;
  font-size: 110%;
}

#search input.search-input {
  margin: 0 4px 0 0;
  padding: 4px 0 4px 2px;
  vertical-align: middle;
  color: #fff;
  background: #444f51/* url(uploads/images/bg_search.jpg) no-repeat*/;
  /*width: 194px; height: 46px;*/
  border: 1px solid #8cb8c3;
}

input.search-button {
  border: none;
  height: 30px;
  width: 85px;
  margin: 6px 0 0 55px;
  padding: 0px 2px 2px 0px;
  cursor: pointer;
  background: url(uploads/images/bg_submit.jpg) no-repeat;
}

#content {
  width: 750px;
  float: right; 
  background: #fff; color: #000;
  border-top: 2px solid #424d52;
}

#content img.right {
  float: right;
  margin: 20px 50px 10px 10px;
}

#content img.left {
  float: left;
  margin: 10px 20px 20px 20px;
}    


#content h2 {
  font-size: 160%;
  color: #0b245a;
  font-weight: normal;
  padding: 20px 0 10px 30px;
} 

#content h3 {
  font-size: 130%;
  color: #000;
  font-weight: normal;
  padding: 10px 0 5px 30px;
} 

#content h4 {
  font-size: 120%;
  color: #000;
  font-weight: normal;
  padding: 10px 0 5px 40px;
} 

#content h5 {
  font-size: 110%;
  color: #6689cc; background: #fff;
  font-weight: bold;
  padding: 15px 0 0 50px;
} 

#content h5.bios { /* Expanding Bios on Our Team page */
cursor:hand; 
cursor:pointer;
text-decoration: underline;
color: #688d96; background: #fff;
}

#content h5.bios:hover {
text-decoration: none;
color: #069; background: #fff;
}

#content p {
  padding: 10px 80px 0 50px;
  line-height: 140%;  
  font-size: 105%;
  text-align: left;
} 

#content ol {
  padding: 14px 20px 20px 60px;
}

#content ol li {
  line-height: 200%;
}

#content ul {
  padding: 5px 20px 5px 60px;
}

#content ul li {
  line-height: 200%;
}

#content img.horiz {
  margin-left: 60px;
}       

#footer {
  clear: both;
  padding: 0;
  margin:0 auto;
  color: #000; background: transparent url(uploads/images/bg_footer.jpg);
  height: 150px;
  width: 960px;
} 

#footer p {
  margin: 0;
  padding-top: 80px;
  line-height: 200%;
  text-align: center;
  color: #fff; background: transparent;
}  

table#cmecoord {
  border-collapse: collapse;
  width: 450px;
  border: 1px solid #92c6cc;
  margin: 10px 0 0 50px;
}

table#cmecoord th {
  background: #444f51; color: #fff;
  text-align: center;
  padding: 6px 0;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#cmecoord td {
  padding: 2px 4px;
  border-right: 1px solid #92c6cc; /* fix for ie6 */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#cmecoord td li{
  margin: 0 0 0 -20px;
  padding: 0;
  line-height: 150%;
}
/* End of 'ncme-main' */

