	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{ margin:0; padding:0; }
	fieldset, img { border:0; }
	ul { list-style:none; }
	caption, th { text-align:left; }
	h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
	abbr, acronym { border:0; }
	

	/* ----======== HTML Selectors ========---- */
	
	body
	{
	text-align: center;
	margin: auto;
	background: #fff url(../images/bg.jpg) repeat-x top center;
	color: #333;
	font-size: 12px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a
	{
	color: #508239;
	text-decoration: underline;
	}
	
	a:hover { color: #333; }
	
/* heading class to remove default 'a' tag styling defined above, i.e. for use with anchors that aren't links */
a.heading, a.heading:hover
{
   color: #333;
   text-decoration: none;
}
   
	h1
	{
	color: #508239;
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	line-height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h2
	{
	color: #333;
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: bold;
	}
	
	h2 a
	{
	color: #333;
	text-decoration: underline;
	}
	
	h3
	{
	color: #508239;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h5 { color: #888888; }
	
p, .paragraph
{
	margin-bottom: 14px;
	line-height: 18px;
}
	
	
	/* ----======== Custom Selectors ========---- */
	
	#content ul { margin-bottom: 5px; }
	
#content li
{
	background: url(../images/bullet.gif) no-repeat;
	background-position: 3px 6px;
	padding-bottom: 5px;
	padding-left: 14px;
	line-height: 16px;
	/*font-size: 11px;*/
}

#details
{
   margin-bottom: 10px; 
   border: 0px dotted red; 
   border-top: 2px solid green; 
   padding-top: 5px;
   background-image: url(../images/leaves0.01_300x97.png); 
   background-repeat: no-repeat; 
   background-position: right top;
}


.director 
{
	display: block;
	clear: both;
   padding-bottom: 10px; 
	border-bottom: 1px dashed #eee;
	margin-bottom: 15px;
   /*border: 0px dotted #f00;
   height: 15px;*/
}   
.director .bio
{
   margin-left: 130px; 
   border: 0px dotted #f00;
}
	
	.floatRight
	{
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
	position: relative;
	}
	
	.floatLeft
	{
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
	}

.emphasize
{
   color: green; 
   font-style: italic; 
   font-weight: bold;   
}
   
/* */
#footnotes .footnote .fn_number
{
   float: left;
}

#footnotes .footnote .fn_number .fn_nwidth
{
   width: 2.5em;
}

#footnotes .footnote .fn_number .fn_nlink
{
   font-size: 9pt; 
   line-height: 115%; 
   font-family: Calibri,sans-serif;
}

#footnotes .footnote .fn_text
{
   margin-left: 2.5em;
}
   
/* replicates enclosing 'p' tags, which may no longer function correctly when combined with other markup for inpageheadings */   
.inpageheading
{
   margin-top: 20px; 
   margin-bottom: 20px;
}

	.noMargin { margin: 0 !important; }
	
	.clearer { clear: both; }
	
.line
{
	border-top: 1px dashed #eee;
	/*margin-top: 15px;*/
   height: 15px;
	clear: both;
	display: block;
}
	
	#profiles
	{
	padding-left: 145px;	
	}
	
	#profiles .line
	{
	border: none;	
	}
	
	#profiles img
	{
	margin-left: -145px;	
	}
	
	#header
	{
		
	}
	
	
   
   
   
	/* ----======== Layout and Styling ========---- */
	
	#wrapper
	{
	width: 918px;
	margin: auto;
	position: relative;
	z-index: 99;
   /*border: 1px dotted #0f0;*/
	}
	
	#logo { text-align: left; height: 104px; padding: 20px 0 15px 0; }
	
	#logo img {
	float:left;
	padding-right: 25px;
	}
	
	#breadCrumbs { }
	
	#search
	{
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	width: 270px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 28px;
	}
	
	#searchField
	{
	height: 20px;
	width: 185px;
	background-image: url(../images/search_field.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	#searchBtn
	{
	border: none;
	cursor: pointer;
	width: 66px;
	height: 20px;
	float: right;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.imageLeft
	{
	float: left;
	margin-right: 13px;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
	}
	.imageRight
	{
	float: right;
	margin-left: 13px;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
	}	
	
	/* ----======== Main Menu ========---- */
	
	#mainMenu
	{
	height: 47px;
	width: 616px;
	text-align: left;
	background: url(../images/main_menu_background.jpg);
	position: absolute;
	top: 76px;
	right: 0;
	}
	
	#mainMenu ul
	{
	padding-top: 10px;
	padding-left: 3px;
	}
	
	#mainMenu ul li
	{
	display: inline;
	background: url(../images/main_separator.jpg) no-repeat right center;
	padding: 10px 12px 10px 10px;
	}
	
	#mainMenu ul li a
	{
	color: #333;
	font-size: 14px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 5px;
	}
	
	a span.shadow
	{
	color: #ccc !Important;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 66;
	cursor: pointer;
	}
	
	a:hover span.shadow, li.active a span.shadow
	{
	color: #fff !Important;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 66;
	}
	
	li.last { background: none !important; padding: 10px; }
	
	#mainMenu ul li a:hover, #mainMenu ul li.active a
	{
	color: #333;
	}
	
	
	#subMenu
	{
	height: 47px;
	width: 918px;
	text-align: left;
	background-image: url(../images/sub_menu_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	}
	
	#subMenu ul
	{
	padding-top: 10px;
	padding-left: 3px;
	width: 628px;
	display: block;
	float: left;
	}
	
	#subMenu ul li
	{
	display: inline;
	background: url(../images/sub_separator.jpg) no-repeat right center;
	padding: 10px 10px 10px 8px;
	}
	
	#subMenu ul li a
	{
	color: #1f2d05;
	font-size: 12px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 5px;
	}
	
	#subMenu ul li a:hover, #subMenu ul li.active a
	{
	color: #fff !important;	
	}
	
	.leftTop
	{
	height: 6px;
	background: #ECECEC url(../images/left_top.gif) no-repeat top;
	}
	
	.leftBottom
	{
	height: 6px;
	background: #ECECEC url(../images/left_bottom.gif) no-repeat bottom;
	margin-top: -1px;
	}
	
	.rightTop
	{
	height: 6px;
	background: #ECECEC url(../images/right_top.gif) no-repeat top;
	}
	
	.rightBottom
	{
	height: 6px;
	background: #ECECEC url(../images/right_bottom.gif) no-repeat bottom;
	margin-top: -1px;
	}
	
	.item
	{
	padding: 10px 15px 5px 15px;
	margin-bottom: 1px;
	clear: both;
	background-color: #ECECEC;
	}
	
	.item h2
	{
	color: #333;
	font-size: 13px;
	margin-bottom: 5px;
	}
	
	.item p
	{
	margin-bottom: 5px;	
	}
	
	#contentRight .item
	{
	font-size: 10px;
	text-align: center;
	}
	
	#contentRight a
	{
	text-decoration: none;
	}
	
	.item ul
	{
	margin-bottom: 0;	
	padding: 0;
	}
	
	#content {
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
   /*border: 1px dotted #f00;*/
}
	
#contentLeft 
{
	float: left;
	width: 208px;
	margin-right: 20px;
   /*border: 1px dotted #00f;*/
}

#contentLeft #productLinks
{
   border-bottom: 1px solid #d7e3bc; /**/
   margin-top: 20px; 
   padding: 0px 0px;
}

#contentLeft #productLinks .typeHeading, #contentLeft #infoLinks .typeHeading
{
   background-color: #d7e3bc; 
   padding: 5px; 
   text-align: center; 
   font-weight: bold; 
   color: #508239;
   font-variant: small-caps;
   letter-spacing: 2px;
}

#contentLeft #productLinks .buy-books a:hover
{
   font-weight: bold;
}
	
   
#contentMiddle 
{
	/*float: left;*/
	/*width: 530px;*/
	margin-right: 5px;
   /*border: 1px dotted #f00;*/
   margin-left: 230px;
   overflow: hidden;
}
	
	#contentRight {
	float: left;
	width: 140px;
   border: 1px dotted #f00;
}
	
	#footer {
	background: url(../images/footer.jpg) no-repeat top;
	height: 32px;
	color: #ccc;
	text-align: center;
	padding: 13px 15px 0px 15px;
}
	
	#footer a { color: #fff; border-bottom: 1px solid #6F787F; padding-bottom: 1px; text-decoration: none; }
	
	#footer a:hover { color: #fff; border-bottom: 1px solid #fff; padding-bottom: 1px;}
	
	
	/* ----======== Table and Form Elements ========---- */	
	
	table { margin-bottom: 10px; }
	
	th
	{
	background: #173e61;
	padding: 8px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	}

/*	
	td
	{
	padding: 4px;
	background: #eee;
	line-height: 18px;
	}
*/	
	input, textarea, select
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 12px;
	}
	
	.noStyle td
	{
	background: #fff;
	padding: 0 15px 0 0;
	margin: 0;
	}
	
	#ajaxSearch_input
	{
	border: 1px solid #000;
	background: #fff;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
	#ajaxSearch_submit
	{
	border: 1px solid #000;
	background: #4F585F;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	}
	
	.ajaxSearch_resultsInfo
	{
	margin-top: 15px;
	font-weight: bold;
	}
	
	.ajaxSearch_resultExtract
	{
	margin-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 5px;
	}
	
	.ajaxSearch_resultLink
	{
	font-size: 14px;
	display: inline-block;
	background: #eee;
	padding: 5px;
	font-weight: bold;
	}
#logo h1 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

/* Accordion menu */

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin:0px;
  padding: 0px;
  background-image:none;
}

ul#menu li a {
color:#333333;
text-decoration:underline;
  padding: 0.5em;
  font-size:13px;
	font-weight: bold;
}

ul#menu li a:hover {
color:#333333;
}

ul#menu li ul li a {
	background:transparent url(../images/bullet.gif) no-repeat scroll 3px 6px;
	font-size:11px;
	line-height:16px;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:0px;
	color:#508239;
	font-weight:normal;
	margin: 0px;
}

ul#menu li ul li a:hover 
{
  color:#777777;
}

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

/* hide all sidebar sub-menu's */
ul#menu li ul#sidebarL_subHealthInformatics, 
ul#menu li ul#sidebarL_subHealthInformatics li ul#sidebarL_subEducationalFramework,
ul#menu li ul#sidebarL_subHealthInformatics li ul#sidebarL_subhealth-systems-data-framework, /*  */
ul#menu li ul#sidebarL_subConsumers,
ul#menu li ul#sidebarL_subCareProviders,
ul#menu li ul#sidebarL_subHealthCareManagers,
ul#menu li ul#sidebarL_subICTProfessionals,
ul#menu li ul#sidebarL_subUniversities,
ul#menu li ul#sidebarL_subEmployers
{
   display: none;
}

/* indent sidebar menu links that are internal to the page */
ul#menu ul.internal-page-links
{
   margin-left: 1em;
}

/* color for sidebar menu links that are internal to the page */
ul#menu ul.internal-page-links a
{
   color: #09735E; 
}

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


.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

