/* Structure
--------------------------------*/

body{
  background: #7fa5c8;
  text-align: center;
  margin: 0;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  height: 100%;
  padding: 0;
  }

#wrap{
  background: url(../images/bg.gif) repeat-y;
  text-align: left;
  width: 950px;
  padding: 0 6px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  }

#head{
  background: #6491bc url(../images/head_bg.gif);
  height: 90px;
  border-bottom: 1px solid #6794bd;
  }

#head span{
  float: right;
  padding-right: 30px;
  padding-top: 32px;
  }

#splash{
  width: 950px;
  height: 271px;
  border-bottom: 1px solid #fff;
  }

#breadcrumb{
  background: #7591ab url(../images/mid_bg.gif);
  height: 26px;
  clear: both;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  }

#breadcrumb a{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  }

#main{
  }

#content{
  width: 745px;
  float: left;
  padding: 20px;
  padding-top: 17px;
  }

#content em{
  text-decoration: underline;
  }

#content a{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #5e8ab3;
  }

#content ul li{
  margin-top: 10px;
  margin-bottom: 10px;
  }

#content img{
  border: none;
  }

#content img.border{
  border: 1px solid #5e8ab3;
  }

#content img.top-left{
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.middle-left{
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.bottom-left{
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.bottom-center{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.bottom-right{
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid #5e8ab3;
  }

#foot{
  background: url(../images/foot_bg.gif);
  clear: both;
  height: 38px;
  margin: 0 auto;
  text-indent: -9000px;
  position: relative;
  margin-top: -38px;
  width: 950px;
  padding: 0 6px;
  }

#foot p{
  float: left;
  margin: 0;
  }

#foot a{
  display: block;
  text-indent: -9000px;
  height: 38px;
  padding: 0;
  margin: 0;
  width: 170px;
  float: right;
  overflow: hidden;
  }

/* Nav
--------------------------------*/

#nav{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  list-style-type: none;
  height: 26px;
  padding: 0;
  margin: 0;
  background-color: #87aacb;
  }

#nav li, #nav li a{
    display: block;
    height: 26px;
    text-indent: -9000px;
    overflow: hidden;
    }

#nav li{
  float: left;
  background-position: 0 -26px;
  }

#nav li a:hover{ background-position: 0 -26px;}

#nav-home{background: url(../images/nav_home.gif); width: 106px;}
#nav-about{background: url(../images/nav_about.gif); width: 96px;}
#nav-patients{background: url(../images/nav_patients.gif); width: 150px;}
#nav-contact{background: url(../images/nav_contact.gif); width: 159px;}
#nav-examples{background: url(../images/nav_examples.gif); width: 136px;}
#nav-links{background: url(../images/nav_links.gif); width: 81px;}
#nav-news{background: url(../images/nav_news.gif); width: 81px;}
#nav-acknowledge{background: url(../images/nav_acknowledge.gif); width: 141px;}


#subnav{
  background: #87aacb;
  list-style-type: none;
  width: 164px;
  padding: 0;
  margin: 0;
  margin-left: 1px;
  float: left;
  }

#subnav li{
  height: 46px;
  }

#subnav li.short, #subnav li a{
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: -1px;
  height: 36px;
  background: url(../images/snav_bg.gif) no-repeat;
  padding-top: 13px;
  overflow: hidden;
  }

#subnav li.short{
  background-position: 0 -46px;
  }

#subnav li.long, #subnav li a.long{
  line-height: 16px;
  padding-top: 5px;
  height: 41px;
  }

#subnav li a:hover{ background-position: 0 -46px; }


/* Headings
--------------------------------*/

h1{
  background: url(../images/logo.gif) no-repeat;
  height: 90px;
  width: 300px;
  text-indent: -9000px;
  overflow: hidden;
  margin: 0;
  float: left;
  }

h2{
  background: url(../images/h2_icon.gif) 6px 5px no-repeat;
  height: 26px;
  font-size: 11px;
  color: #fff;
  margin: 0;
  line-height: 26px;
  padding-left: 26px;
  }
  
h3{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  }

/* Common
--------------------------------*/
  p{
    color: #5f5f5f;
    margin-top: 0;
    }

/* Forms
--------------------------------*/

/* Links
--------------------------------*/

#head span a, #head span{ 
  color: #FFF;
  text-decoration: none;
  }

#head span a:hover{
  text-decoration: underline;
  }
  

#warning{
	margin-bottom: 5px;
	}

#warning .error, #warning .message{
	height: 17px;
	background: #eef3f8;
	border: 1px solid #a3a3a3;
	padding: 5px 4px 4px 8px;
	margin-bottom: 2px;
	}

#warning .error .icon, #warning .message .icon{
	background: url(../images/delete.gif);
	width: 16px;
	height: 16px;
	float: left;
	}
	
#warning .message .icon{
	background: url(../images/help.png);
	}

#warning .error .label, #warning .message .label{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 1px 2px 0px 25px;
	}

