* {
  margin: 0px;
  padding: 0px;
}
html {
  background: #efefef url(../images/html_bg.gif) repeat-x;
}
body {
  font: normal 11px verdana, arial, sans-serif;
}
h1 {
  color: #003d7d;
  font: bold 17px georgia;
  padding-bottom: 8px;
  text-transform: uppercase;
}
h2 {
  font: bold 14px/18px georgia;
  margin: 14px 0px;
  padding-top: 10px;
  color: #003d7d;
}

#middle h2 a{color: #003D7D;}

h3 {
  color: #003d7d;
}
h4 {
  font: bold 14px arial;
  color: #343230;
  line-height: 140%;
  border-top: 1px solid #343230;
  padding-top: 4px;
  margin: 30px 0px 10px;
}
blockquote{
	padding-left: 16px;
	border-left: 5px solid #ccc;
}
p {
  line-height: 160%;
  margin: 10px 0px 15px;
  color: #343230;
}
ul {
  list-style: none;
}
img {border: none;}
a img {border: none;}

table {border-collapse: collapse;}
table td {padding: 0px;}
table tr {vertical-align: top;}

/***************  banner ******************/
#banner {
  width: 959px; 
  margin: 0px auto;     
}
#banner img {
  float: left;        
}   

/***************  cta ******************/
img.cta{
	padding-bottom: 7px;	
}

/***************  navbar ******************/
#navbar {
  background: url(../images/navbar_bg.gif) repeat-x;
  width: 959px;
  margin: 0 auto;
}

#navbar li {float: left; height: 22px; padding-top: 5px;}

#navbar li a{color: #FFF; font-weight: bold; text-decoration: none; font-size: 12px; padding: 5px 26px;}

#navbar li:hover, #navbar li.current_page_item{background: url(../images/nav_hover.gif) top left repeat-x;}

/***************  content ******************/
#contentbody{
  clear: both;
  width: 959px;
  margin: 0 auto 0px;
  padding-top: 25px;
  background: white url(../images/content_bg.gif) no-repeat;
}
#content {
  width: 959px;
  clear: both;
  margin: 0 auto 0px;
}
#left {
/*  float: left;*/
  width: 180px;
  margin-left: 25px;
  padding-right: 20px;
}
#left h2{
  text-transform: uppercase;
  font: bold 14px georgia;
  padding-left: 8px;
  color: #fb0f0c;
  padding-top: 0px;
  margin-top: 0px;
}
#left ul {
  margin-bottom: 40px;
  font-family: georgia;
  border-bottom: 1px dotted #808080;  
}
#left ul li a {
  border-top: 1px dotted #b5b5b5;
  font-size: 13px;
  color: #003d7d;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0 8px 10px;
}
#left ul li a:hover {
  background: #fa0f0c;
  color: white;
}
#left ul li#selected a {
  background: #fa0f0c;
  color: white;
  border: none;
}
#left ul ul {
  margin-bottom: 0px;
  margin-left: 0px;
  border: none;
}
#left ul li#selected ul {
  padding: 5px 0px;
  background: white;
}
#left ul li ul li a{
  padding-left: 30px;
  background: none;
}
#left ul li ul li a:hover{
  color: #a80213;
}
#left ul li#selected ul li a {
  color: #003d7d;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: normal;
  background: white;
}
#left ul li#selected ul li#selectedSubnav a {
  color: #a80213;
  background: url(../images/submenu-check.gif) no-repeat 10px center;
}
#left ul li#selected ul li a:hover {
  color: #a80213;
}

#middle {
  float: left;
  width: 509px;
  margin: 0px;
  margin-bottom: 30px;
vertical-align:top;
}
#middle a{
  color: #fb0f0c;
  text-decoration: none;
  font-weight: bold;
}
#middle a:hover{
  text-decoration: underline;
}
#middle ul{
	list-style-type: square;
	margin-left: 16px;
	line-height: 160%;
	color: #343230;
}
#middle li{
	padding-bottom: 8px;
}
#middle ol{
	margin-left: 20px;
	line-height: 160%;
	color: #343230;
}

#right {
/*  float: left; */
  padding-left: 20px;
  width: 180px;
  padding-right:20px;
}

/***************  footer ******************/      
#footer {
  clear: both;
  background: url(../images/footer_bg.gif) repeat-x;
}
#footer div {
  width: 959px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#footer h2 {
  float: left;
  padding-top: 10px;
  padding-left: 14px;
  color: white;
  font-size: 16px;
}
#footer div.mission p{
  margin-top: 0px;
  clear: left;
  float: left;
  width: 380px;
  padding-left: 14px;
  color: white;
}
#footer #contactUs {
  background: url(../images/footer_contact_bg.jpg) no-repeat 0 17px;
  width: 531px;
  padding: 17px 0px 18px 122px;
  margin-left: 428px;  
  * margin-left: 413px;
}
#footer #contactUs h3 {
  padding-top: 18px;
  font: bold 15px georgia;
  margin: 0px;
}
#footer #contactUs p {
  padding: 0px;
  margin: 5px 130px 5px 0px;
	line-height: 130%;
}
#footer #contactUs a{
  text-decoration: none;
  color: #fb0f0c;
  font-weight: bold;
}

.post_date {
  text-transform: uppercase;
  font: bold 12px arial;
  color: #343230;
  line-height: 140%;
  margin: 10px 0px 10px;
}


/***************  sitemap ******************/
#sitemap {
  clear: both;
  width: 959px;
  margin: 0 auto 0px;
  padding-top: 25px;
  background: white;
	padding-bottom: 25px;
}
#sitemap div {
}

#sitesummary{
  clear: both;
  width: 959px;
  margin: 0 auto 0px 20px;
  padding-top: 25px;
}

#sitesummary h3{
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 8px;
  color: #fb0f0c;
  font-weight: bold;
}
#sitesummary h3 a{
  color: #fb0f0c;
  text-decoration: none;
}
#sitesummary h3 a:hover{
  text-decoration: underline;
}

#sitesummary p {
  margin-top: 5px;
  background: white;
  margin-right: 42px;
}

#sitesummary .column{
  width: 198px;
}

/* From TimelyMedical.ca
#sitemap h3 {
  font-size: 10px;
  margin: 20px 0px 5px;
  text-transform: uppercase;
  background: white;
}
#sitemap p {
  margin-top: 5px;
  background: white;
}
#sitemap .column {
  display: inline;  // for IE 6.0
  width: 170px;
  float: left;
  margin-right: 25px;
  background: white;
}
#sitemap a {
  text-decoration: none;
  color: #000;
}
#sitemap a:hover {
  text-decoration: underline;
}
#sitemap ul {
  margin-bottom: 20px;
}      
#sitemap ul li {
  background: url(../images/bullet.gif) no-repeat left center;
  padding-left: 10px;
  margin-bottom: 5px;
}
#last {
  margin-top: 20px;
}
#sitemap #last ul li {
  background: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#sitemap #last ul li a {
  color: #a80213;
  font-weight: bold;
} */

/*************** contactForm ******************/

#contactForm table {
	position: relative;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0px;
//	background: lightgray url(../images/contact-us/background.gif) no-repeat;
	width: 509px;
}
#contactForm td.fieldlabeltop{
	padding-left: 40px;
	padding-top: 15px;
	padding-right:  10px;
	width: 180px;
	text-align: right;
} 
#contactForm td.fieldlabel{
	padding-left: 40px;
	padding-right:  10px;
	width: 180px;
	text-align: right;
} 
#contactForm td.fieldvaluetop{
	width: 325px;
	padding-top: 15px;
	padding-bottom: 8px;
} 
#contactForm td.fieldvalue{
	width: 325px;
	padding-bottom: 8px;
} 
#contactForm input{
	width: 200px;
}
#contactForm textarea{
	width: 150px;
	height: 30px;
}

/*************** bioPhoto ******************/

img#bioPhotoLeft{
	float: left;
	border: 1px solid #c0c0c0;
	padding: 4px;
	margin-right: 8px;
}

/***************  copyright ******************/      

#copyright {
  width: 919px;
  margin: 0 auto;
  clear: both;
  border-bottom: 2px dotted #afafaf;
  background: white;
	padding: 20px 20px 12px;
}
#copyright .red {
  color: #fb0f0c;
  font-weight: bold;
}
#copyright a{
  color: black;
  font-weight: normal;
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
table#copyrighttable{
  width: 100%;
}

ul.footer_list{
	list-style-type: square;
	margin-left: 14px;
}

ul.footer_list li a{padding: 2px 0px; color: #343230; text-decoration: none;}
ul.footer_list li a:hover{text-decoration: underline;}