/**
 * $Header: /discyphor.com/css/index.css 3     11/19/08 4:06p Robinp2 $
 *
 * @name	index.css
 * @package	Discyphor.com
 * @author	Phil Robinson <phil.robinson@medtronic.com>
 * @version	$Revision: 3 $
 * @updated	$Modtime: 11/19/08 4:05p $
 */

/* flash banner
   ---------------------------------------------------------------------------*/
#flash-banner {
	height: 200px;
	background: #007baa url(/img/bg_lrd_logo.gif) no-repeat scroll bottom right;
}


/* main page body container
   ---------------------------------------------------------------------------*/
#main {
	width: 720px;
	margin: 0 auto;
}


/* index sitemap linkapalooza
   ----------------------------------------*/
#sitemap {
	width: 720px;
	margin: 24px 0;
}

#sitemap li.col {
	width: 350px;
}

#sitemap li.left { float: left; }
#sitemap li.right { float: right; }

#sitemap h2 {
	height: 23px;
	margin: 0 0 3px 0;
	padding: 0 12px;
	background: #a0bc8d url(/img/bg_sitemap_col_heading.jpg) no-repeat scroll 0 0;
	color: #fff;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
}

#sitemap li.module {
	height: 107px;
	margin: 0 0 20px;
	border-bottom: 1px solid #dde9d5;
}

#sitemap li.module h3 {
	margin: 0 0 0 12px;
	padding: 12px 0 0 0;
	color: #666;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
}

#sitemap li.module ul {
	margin: 6px 0 0 12px;
	color: #82ba9e;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
}

#sitemap li.module ul li {
	margin: 0 0 4px 0;
}

#sitemap li.module ul a {
	color: #82ba9e;
	text-decoration: none;
	font-weight: bold;
}

/* specific module styles */
#sitemap li#product			{ background: transparent url(/img/bg_module_product.jpg) no-repeat scroll 0 0; }

#sitemap li#fad				{ background: transparent url(/img/bg_module_fad.jpg) no-repeat scroll 0 0; }

#sitemap li#links			{ background: transparent url(/img/bg_module_links.jpg) no-repeat scroll 0 0; }

#sitemap li#anatomy			{ background: transparent url(/img/bg_module_anatomy.jpg) no-repeat scroll 0 0; }

#sitemap li#health			{ background: transparent url(/img/bg_module_health.jpg) no-repeat scroll 0 0; }

#sitemap li#patientinfo		{ background: transparent url(/img/bg_module_patientinfo.jpg) no-repeat scroll 0 0; }
#sitemap li#patientinfo	ul	{ width: 190px; }


#flash-discyphor {
	height: 27px;
	margin: 0 0 24px;
	background-color: #dde9d5;
	line-height: 27px;
	text-align: center;
}


/* miscellaneous
   ---------------------------------------------------------------------------*/
/* self-clearing floats; replaces .clearfix classes */
#sitemap:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
