body {
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
a {
	border: 0px;
}




div#background-gradient {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    z-index: 0;
}
div#hplogo_glow {
    position: absolute;
    top: 0px;
    left: 0px;
    
    z-index: 1;
}
div#hplogo {
    position: absolute;
    top: 20px;
    left: 76px;
    
    z-index: 3; /* Nod to the crappy support for IE6. Put the HP logo over the content box. */
}
div#mhlogo {
	position: absolute;
	top: 17px;
	right: 72px;
}



/* 
 * Rounded rectangle with drop shadows. This is an adaptation of the method available at
 * http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
 * 
 * liquidcorners-extended.css; feel free to adapt the style!
 * ================================================
 * use: 4 corners with painted border outside a contentbox with class="inside"; 
 *      image1 = upper half: top left corner, long top border, top right corner
 *               under half: bottom left corner, long bottom border, bottom right corner
 *      image2 = left half: left border; right side: right border
 *               because repeat-y: image2 can be reduced in height!
 *      CHANGE = you have to change this for fitting to your image
 *      YCC    = You Can Change (or omit), if wanted
 *      DNC    = Do Not Change
 * credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
 *          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
 * adapted by: Brian Kim (bkim@myhealthincorporated.com)
 */
div#box{ /* rounded rect position div */
    position: absolute;
    top: 60px;
	width:99%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
div#top-left, div#top-right, div#bottom-left, div#bottom-right { 
	height: 62px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
}
div#top-left, div#bottom-left { 
	margin-right: 62px; /* CHANGE: replace by the width of one of your corners */
}
div#top-right, div#bottom-right { 
	margin-left: 62px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -62px;  /* CHANGE: replace by the height of one of your corners */
}
div#inside {
	margin-left: 50px;               /* CHANGE: replace by the width of one of your corners */
	margin-right: 50px;              /* CHANGE: replace by the width of one of your corners */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right:0px;             /* YCC: all texts at some distance of the right border */
}



/* 
 * Three-column holy grail layout
 * http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
 * 
 * liquidcorners-extended.css; feel free to adapt the style!
 * ================================================
 * use: 4 corners with painted border outside a contentbox with class="inside"; 
 *      image1 = upper half: top left corner, long top border, top right corner
 *               under half: bottom left corner, long bottom border, bottom right corner
 *      image2 = left half: left border; right side: right border
 *               because repeat-y: image2 can be reduced in height!
 *      CHANGE = you have to change this for fitting to your image
 *      YCC    = You Can Change (or omit), if wanted
 *      DNC    = Do Not Change
 * credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
 *          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
 * adapted by: Brian Kim (bkim@myhealthincorporated.com)
 */

/*** The Essential Code ***/

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	top: -13px;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding: 0px;
	margin: 0px;
}

#container {
	/* padding-left: 150px;      /* LC fullwidth */
	padding-right: 180px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
	padding-bottom: 0px;
}

#center {
	padding: 0 15px;       /* CC padding */
	width: 93%;
}

#left {
	width: 126px;			/* LC width */
	padding: 12px;			/* LC padding */
	padding-top: 15px;
	right: 180px;			/* LC fullwidth + CC padding */
	margin-left: -100%;
	left: 150px;			/* RC fullwidth for IE6 */
}
#container > #left {
  left: -180px;             /* -(LC fullwidth + CC padding) */
  margin-left: expression(
	document.all.center.offsetWidth * -1 +
	parseFloat(document.all.center.currentStyle.paddingLeft) +
	4*parseFloat(document.all.left.currentStyle.paddingLeft) - 1 +
	parseFloat(document.all.left.currentStyle.paddingRight)
	); /* Fix for IE7 */
}

#right {
	width: 120px;             /* RC width */
	padding: 0 15px;         /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}



/*
 * Done with the (modified) CSS taken from others.
 */



#vertical_stroke_left {
	position: absolute;
	left: 150px;
	top: 29px;
	height: 100%;
	width: 1px;
	z-index: 30;
}
#vertical_stroke_right {
	position: absolute;
	right: 150px;
	top: 29px;
	height: 100%;
	width: 1px;
	z-index: 30;
}
div#sections_bottomstroke {
	position: absolute;
	top: 38px;
	left: 15px;
	width: 118px;
	height: 1px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}
div#left_ad_stroke {
	position: relative;
	left: 0px;
	width: 118px;
	height: 1px;
	margin: 0px;
	margin-top: 15px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}


div#footer_links_content {
	position: relative;
	clear: both;
	margin-left: 46px;
	margin-right: 46px;
	padding-top: 16px;
	
	text-align: center;
}
div#footer_links_stroke {
	position: absolute;
	top: 10px;
	left: 25%;
	width: 50%;
	height: 1px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}


#container .column {
	padding-top: 1em;
}






h1 {
	margin-top: 15px;
	margin-bottom: 5px;
}
h1.section_head {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}
.no_bottom_margin {
	margin-bottom: 0px;
}
.no_top_margin {
	margin-top: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
img.floatright {
	border: 0px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
img.floatleft {
	border: 0px;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
}
ul.sections {
	margin: 0px;
	padding: 0px;
}
p#byline {
	padding: 0px;
	margin: 0px;
}
p.advertisements {
	margin-top: 2px;
	margin-bottom: -2px;
}

img.advertisement {
	margin-top: 7px;
}


.clear {
	clear: both;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}






/* Comments: */
div.comment_box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	width: 500px;
	padding: 0px;
}
div.comment_content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	width: 484px;
}
div.comment_head {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 2px;
	padding-left: 7px;
	width: 491px;
}
div.timestamp {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	width: 160px;
}
div.comment_moderation {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 491px;
	padding: 2px;
	padding-right: 7px;
	text-align: right;
}
span.comment_id {
	font-size: -1;
}




/* Story Elements */
table.article_table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
div.table_caption {
	position: relative;
	text-align: center;
}
.article_table {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
ol.references {
	margin-top: 0px;
	padding-left: 20px;
}
div.table_caption {
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Related Items */
div#featured_video {
	float: left;
}


th {
	border: 1px solid;
}
td {
	border: 1px solid;
}


.no_top_border {
	border-top: 0px;
}
.no_left_border {
	border-left: 0px;
}
.no_right_border {
	border-right: 0px;
}
.no_bottom_border {
	border-bottom: 0px;
}
.no_border {
	border: 0px;
}


.menutext {
    color:#fff; 
    font-weight:600;
	text-decoration:none; 
	font-family:'Verdana'; 
	font-size:12px; 
}

.menutabledata {
	padding:4px 5px;  
	border-collapse: collapse; 
	border-spacing:0px; 
	border: 0px;
	border-left: 1px solid #EEE;
	vertical-align:middle;
	text-align:center;
}

.menutabledata:hover {
    background: #cf7110;
    color:#fff;
    padding-bottom:-6px;
}