body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
	
}
h1 {
font-size:16px;
color:#000000;
}
h2 {
font-size:14px;
color:#373f94;
}
h3 {
font-size:12px;
color:#373f94;
font-weight:bold;
}
h4 {
font-size:12px;
color:#373f94;
font-weight:bold;
}
h5 {
font-size:12px;
color:#373f94;
font-weight:bold;
}
h6 {
font-size:12px;
color:#373f94;
font-weight:bold;
}

hr {
color:#e9e9e9;
}

a:link { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: none }


/*left column*/
.twoColFixLtHdr #sidebar1 #box {
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	
	}
.twoColFixLtHdr #sidebar1 #box-header
{
	font-size: 11px;
	color: #222;
	padding: 9px 0px 2px 0px;
	font-weight: bold;
	margin:0px;
	width:175px;
	height:36px;
}

.twoColFixLtHdr #sidebar1 #box .content {
	padding:0px 0px 0px 0px;
}

.twoColFixLtHdr #sidebar1 #box #left-menu {
	line-height:19px;
	width:126px;
}

.twoColFixLtHdr #sidebar1 #box #left-menu a:link { color: blue; text-decoration: none }
.twoColFixLtHdr #sidebar1 #box #left-menu a:active { color: blue; text-decoration: none }
.twoColFixLtHdr #sidebar1 #box #left-menu a:visited { color: blue; text-decoration: none }
.twoColFixLtHdr #sidebar1 #box #left-menu a:hover { color: red; text-decoration: underline }

#under a:link{ 

	color:#CCCCCC;
	text-decoration:none;

} 
#under a:active{ 
	color:#CCCCCC;
	text-decoration:none;
}
#under a:visited{ 
	color:#CCCCCC;
	text-decoration:none;
} 
#under a:hover{ 
	color:#FFFFFF;
	text-decoration:underline;
} 

.twoColFixLtHdr #container { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/des/page-bg-wide.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.oneColFixLtHdr #container { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/des/page-bg-1col-wide.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*header*/
.twoColFixLtHdr #header { 
	background:url(../images/des/head-bg-wide.jpg) no-repeat; 
	padding: 0px;
	height:113px;
	width:1100px;
} 
.twoColFixLtHdr #header #header-left { 
	float:left;
} 
.twoColFixLtHdr #header #header-right { 
	float:right;
	padding:5px;
} 
.twoColFixLtHdr #header #cptform { 
	float:right;
	padding:0px;
} 
.twoColFixLtHdr #menu { 
	background:url(../images/des/menu-bg-wide.jpg) no-repeat; 
	padding: 5px 0px 10px 16px;
	height:34px;
	width:1100px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0px;
}
/*header*/
.oneColFixLtHdr #header { 
	background:url(../images/des/head-bg-wide.jpg) no-repeat; 
	padding: 0px;
	height:113px;
	width:1100px;
} 
.oneColFixLtHdr #header #header-left { 
	float:left;
} 
.oneColFixLtHdr #header #header-right { 
	float:right;
	padding:14px;
} 
.oneColFixLtHdr #header #cptform { 
	float:right;
	padding:0px;
} 
.oneColFixLtHdr #menu { 
	background:url(../images/des/menu-bg-wide.jpg) no-repeat; 
	padding: 5px 0px 10px 16px;
	height:34px;
	width:1100px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0px;
}


/* Ticker feed */
#ticker { 
	padding:0px 10px 0px 11px;
} 

/*sidebar columns*/
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 160px; 
	padding: 0px 0px 0px 10px;
	margin:0px;
}
.twoColFixLtHdr #mainContent #sidebar2 {
	float: right; 
	width: 160px; 
	padding: 0px 0px 0px 0px;
	margin:0px;
}







/*right column*/
.twoColFixLtHdr #sidebar2 #box {
	padding: 0px 15px 10px 10px;
	
	}
.twoColFixLtHdr #sidebar2 #box .news-header
{
	
	font-size: 11px;
	color: #222;
	font-weight: bold;
	margin:0px 0px 6px 0px;
	border-bottom:#000 thin;
	
}

.twoColFixLtHdr #sidebar2 #box .news {
width:130px;
	padding:8px;
	line-height:16px;
	background:#E1EAFF;
}
.twoColFixLtHdr #sidebar2 #box .news-block {
	margin:0px 0px 8px 0px;
}
.twoColFixLtHdr #sidebar2 #viewall {
	margin:8px 0px 12px 0px;
}

/*main column*/
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 180px; 
	padding: 0px 20px 0px 10px;
	 
} 
.oneColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 20px;
	 
} 




/*footer*/
.twoColFixLtHdr #footer { 
	background:url(../images/des/footer-bg-wide.jpg) no-repeat;
	height:33px;
	width:1100px; 
} 
.twoColFixLtHdr #under { 
	background:url(../images/des/under-bg-wide.jpg) repeat-y;
	font-size:11px;
	height:auto;
	width:1100px; 
	color:#999999;
	padding:15px;
	line-height:18px;
	margin-right:15px;
} 



/*footer*/
.oneColFixLtHdr #footer { 
	background:url(../images/des/footer-bg-1col-wide.jpg) no-repeat;
	height:33px;
	width:1100px; 
} 
.oneColFixLtHdr #under { 
	background:url(../images/des/under-bg-wide.jpg) repeat-y;
	font-size:11px;
	height:auto;
	width:1100px; 
	color:#999999;
	padding:15px;
	line-height:18px;
} 


#copyright { 
	color:#333333;
	margin-top:10px;	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/*Titles*/

#title-patients {
margin-right:188px;
margin-bottom:12px;
background-color:#349999;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-pharma {
margin-right:188px;
margin-bottom:12px;
background-color:#37943d;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-diagnostics {
margin-right:188px;
margin-bottom:12px;
background-color:#333366;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-physicians {
margin-right:188px;
margin-bottom:12px;
background-color:#1baae2;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-emr {
margin-right:188px;
margin-bottom:12px;
background-color:#61157d;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}
#title-distributors {
margin-right:188px;
margin-bottom:12px;
background-color:#b8170f;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}
#title-advertisers {
margin-right:188px;
margin-bottom:12px;
background-color:#666;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

/*Titles with only 2 columns*/

#title-patients-2col {
margin-bottom:12px;
background-color:#349999;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-pharma-2col {
margin-bottom:12px;
background-color:#37943d;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-diagnostics-2col{
margin-bottom:12px;
background-color:#333366;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-physicians-2col {
margin-bottom:12px;
background-color:#1baae2;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-emr-2col {

margin-bottom:12px;
background-color:#61157d;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}

#title-distributors-2col {

margin-bottom:12px;
background-color:#b8170f;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}
#title-advertisers-2col {
margin-bottom:12px;
background-color:#666;
height:24px;
color:#FFFFFF;
font-weight:600;
font-size:16px;
padding:9px 9px 9px 9px;
}


/*MISC*/

.feature-box {
	background:#FFC;
	border:dashed #FC3 1px;
	margin-right:188px;
	padding:12px;
	}




	
.vid {
	margin-right:188px;}
.video {
	background:#e9e9e9;
	padding:4px;
	margin-right:188px;}

.video-l {
	background:#000;
	padding:10px;
	border:#000 1px solid;
	}
.video-link a:link{
	border:#000 1px solid;
	}
.video-link a:active{
	border:#000 1px solid;
	}
.video-link a:hover{
	border:#CCC 1px solid;
	}
.video-link a:visited{
	border:#000 1px solid;
	}
.video-r {
	background:#e9e9e9;
	padding:10px;
	font-size:11px;
	}
	
.media-package {
	margin-right:188px;
	padding:6px;
	background:#e9e9e9;
	border:#4141D8 1px solid;
	}

	
	
.marginized {
	margin-right:188px;
	}
.currentevents {

	
	background:#e5e5e5;
	border:1px solid #CCC;
	width:126px;
	
	padding:10px;
	margin:0px 0px 4px 4px;
	
	}
.asktheexpert {
	margin:0px 0px 10px 14px;}
	
.explft {
	border-right:#e5e5e5 solid 2px;
	padding:0px 10px 0px 8px;
	background:#ACB4C4;}
.exprgt {
	background:#61A5CD;
	padding:0px 8px 0px 14px;}
.question-heading {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	}

.question{
	padding:10px;
	background:#f3f3f3;
	margin-right:188px;
	margin-bottom:10px;
	border:1px solid #d7d7d7;
	}
.answer{
	padding:10px;
	background:#f3f3f3;
	margin-right:188px;
	margin-bottom:10px;
	border:1px solid #d7d7d7;
	}

#index-menu {
	background:#003399;
	width:1084px;
	margin-left:7px;
	padding:13px 2px 2px 2px;
	text-align:center;}


#index-category {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	}
	#index-category img {
	float:left;
	padding:4px 6px 30px 0px;
	}
	
#index-diag {
	background:#333365;
	padding:10px;
	margin:0px 10px 10px 10px;
	color:#ffffff;
	font-size:12px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
	width:320px;
	
	}
#index-distr {
	background:#B7170F;
	padding:10px;
	margin:0px 10px 10px 10px;
	color:#ffffff;
	font-size:12px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
	width:320px;
	}
#index-emr {
	background:#60147C;
	padding:10px;
	margin:0px 10px 10px 10px;
	color:#ffffff;
	font-size:12px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
	width:320px;
	}
#index-patients {
	background:#339999;
	padding:10px;
	margin:0px 10px 10px 10px;
	color:#ffffff;
	font-size:12px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
	width:320px;
	}
#index-pharm {
	background:#37933D;
	padding:10px;
	margin:0px 10px 10px 10px;
	color:#ffffff;
	font-size:12px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
	width:320px;
	}
#index-phys {
	background:#1BA9E1;
	padding:10px;
	margin:0px 10px 10px 10px;
	color:#ffffff;
	font-size:12px;
	-moz-border-radius:3px;
		-webkit-border-radius:3px;
	width:320px;
	}

