/* 
-----------------------------------------------
  worldofhealthit2007
  screen CSS
  design and markup - HIMSS web services
----------------------------------------------- 


Trebuchet MS – for the navigation items and content
dark aqua: #00a7b9
medium blue: #c4e3f5
light blue: #eefafc
white: #fff
black: #000


*/

/* 
-----------------------------------------------
  Global
----------------------------------------------- */

html, body{
margin: 0 ;
padding: 0 ;
}
body {
	background-color: #eefafc;
	color: #333;
	margin: 0;
	padding: 0;
	font: 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {background-color: #fff;text-align: center; margin: 0px auto; width: 950px; padding: 0px; border-left:1px solid #00a7b9; border-right:1px solid #00a7b9; }
#header {
	width: 950px;
	height: 191px;
	background: #00a7b9 url(../img/header_img.jpg) no-repeat center;
	clear: both;
}
p {
	margin: 10px;
}
h1 {
	font: italic bold 28px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #00A7B9;
	margin: 20px 10px;
}
h3 {
	font: italic bold 18px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #00A7B9;
	margin: 10px;
}
#footer {
	clear: both;
	font: bold 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
	border-top: 1px solid #00a7b9;
	border-bottom: 1px solid #00a7b9;
	line-height: 1.8em;
	background: #fff;
	padding: 10px;
}
#footer a {color: #00A7B9; text-decoration: none;}
#footer a:hover {color: #000; text-decoration: underline;}

.speaker_photo {margin:0px 15px 10px 0px;padding:5px; border:1px solid #efefef;}
#cleardiv {	clear: both;}
#sideBox {
	background-color: #fff;
	border: 1px solid #c4e3f5;
	width:200px;
	margin:20px;
}
#sideBox img { margin: 10px 17px;}

/* 
-----------------------------------------------
  Top Links
----------------------------------------------- */
div#toplinks {
	border-bottom: 1px solid  #00A7B9;
	color:#00a7b9; 
	padding: 0px 5px;
	height: 30px;
	margin: 0px;
}
#toplinks ul li {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin: 6px 1px;
}
#toplinks ul li a {text-decoration: none;color: #00A7B9;}
#toplinks ul li a:hover {text-decoration: underline;color: #00A7B9;}


/* 
-----------------------------------------------
  Nav Bar
----------------------------------------------- */

div#navbar {

	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #00A7B9;
	padding: 2px;
}
#navbar ul {
	margin: 0px;padding: 5px;
}
#navbar ul li {
	font-size: 13px;
	display: inline;
	margin: 0px 10px;
}
#navbar ul li a {color: #fff; text-decoration: none;}
#navbar ul li a:hover {color: #fff; text-decoration: underline;}


/* 
-----------------------------------------------
  Left Nav
----------------------------------------------- */

#leftRail {
	width: 251px;
	text-align: left;
	float: left;
	background: #fff url(../img/pg_body_bg.gif) no-repeat top left;
}
#leftRail ul {
	width:214px;
	margin:30px 14px;
	background-color: #eefafc;
	list-style: none;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding-left:0px;
	width:214px;
}
#leftRail ul li {
	font-weight: bold;
	color: #00A7B9;
	padding: 10px 12px;
	font-size:1.1em;
	border-bottom: 1px solid #c4e3f5;
	border-left: 1px solid #c4e3f5;
	border-right: 1px solid #c4e3f5;
	background: #f2fcfd url(../img/subBtnBg.gif) no-repeat bottom;

	}
#leftRail ul li a{
	text-decoration: none;
	color: #00A7B9;
}
#leftRail ul li a:hover{
	text-decoration: underline;
	color: #00A7B9;
	/*background: #caeaee url(../img/subBtnBg_hov.gif) no-repeat bottom;*/
}
#leftRail ul li.top {
	color: #fff;
	padding-left: 7px;
	background: #3fbdca url(../img/topBtnBg.gif) no-repeat bottom;
	border: 1px solid #3fbdca;
}
#leftRail ul li.top a{
	text-decoration: none;
	color: #fff;
}
#leftRail ul li.top a:hover{
	text-decoration: underline;
	color: #fff;
}

