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 }

.twoColFixLtHdr #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/des/page-bg.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: 930px;  /* 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.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.jpg) no-repeat; 
	padding: 0px;
	height:113px;
	width:930px;
} 
.twoColFixLtHdr #header #header-left { 
	float:left;
} 
.twoColFixLtHdr #header #header-right { 
	float:right;
	padding:14px;
} 
.twoColFixLtHdr #header #cptform { 
	float:right;
	padding:0px;
} 
.twoColFixLtHdr #menu { 
	background:url(../images/des/menu-bg.jpg) no-repeat; 
	padding: 5px 0px 10px 16px;
	height:34px;
	width:930px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:0px;
}
/*header*/
.oneColFixLtHdr #header { 
	background:url(../images/des/head-bg.jpg) no-repeat; 
	padding: 0px;
	height:113px;
	width:930px;
} 
.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.jpg) no-repeat; 
	padding: 5px 0px 10px 16px;
	height:34px;
	width:930px;
	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: 140px; 
	padding: 0px 0px 0px 0px;
	margin:0px;
}
.twoColFixLtHdr #mainContent #sidebar2 {
	float: right; 
	width: 140px; 
	padding: 0px 0px 0px 0px;
	margin:0px;
}



/*left column*/
.twoColFixLtHdr #sidebar1 #box {
	padding: 0px 10px 10px 10px;
	margin-top:0px;
	
	}
.twoColFixLtHdr #sidebar1 #box-header
{
	background:url(../images/des/boxhead-bg.jpg) no-repeat;
	font-size: 11px;
	color: #222;
	padding: 9px 0px 2px 14px;
	font-weight: bold;
	margin:0px;
	width:175px;
	height:36px;
}

.twoColFixLtHdr #sidebar1 #box .content {
	padding:0px 5px 5px 5px;
}

.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 }


#left-menu-cptform {
	width:126px;
	background:#003399;
	padding:10px;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
}
#cpt-title {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
}


/*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.jpg) no-repeat;
	height:33px;
	width:930px; 
} 
.twoColFixLtHdr #under { 
	background:url(../images/des/under-bg.jpg) repeat-y;
	font-size:11px;
	height:auto;
	width:930px; 
	color:#999999;
	padding:15px;
	line-height:18px;
	margin-right:15px;
} 
#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;
} 



/*footer*/
.oneColFixLtHdr #footer { 
	background:url(../images/des/footer-bg-1col.jpg) no-repeat;
	height:33px;
	width:930px; 
} 
.oneColFixLtHdr #under { 
	background:url(../images/des/under-bg.jpg) repeat-y;
	font-size:11px;
	height:auto;
	width:930px; 
	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;
}



/*Index menu*/
.oneColFixLtHdr #mainContent2 { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 0px 11px;
	 
} 
#index-menu {
	background:#003399;
	padding:6px;
	text-align:center;}

/*Titles*/

#title-patients {
margin-right:148px;
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:148px;
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:148px;
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:148px;
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:148px;
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:148px;
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:148px;
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;
}

/*CLASSIFIEDS*/

.box-cl {}

.header-cl {
	margin-bottom:10px;
	font-size:
	}

.bluebox {
background:#E6ECF7;
padding:10px;
color:#003366;
line-height:18px;
margin:0px 0px 12px 0px;}

.classifieds {

line-height:18px;
margin:0px 0px 12px 0px;
padding:6px;}



.job {
margin:0px 0px 15px 0px;}

.jobtitle {
font-weight:bold;
float:left;
}

.joblocation {
float:right;}


/*MISC*/

.feature-box {
	background:#FFC;
	border:dashed #FC3 1px;
	margin-right:148px;
	padding:12px;
	}

.feature-header {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 8px 0px
	}

.feature-box .content {}

.testimonial-box {
	background:#D8E0EB;
	
	}
	
	.vid {
	
	
	margin-right:148PX;}
.video {
	background:#e9e9e9;
	padding:4px;
	margin-right:148PX;}

.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:148px;
	padding:6px;
	background:#e9e9e9;
	border:#4141D8 1px solid;
	}
.media-banner {
	background:#CAE6EE url(../images/media-package-banner.jpg) top left no-repeat;
	height:69px;
	padding:0px;
	margin:10px 148px 10px 0px;}
	
.newsletter-form {
	margin:6px 0px 10px 0px;
	border:1px solid #349999;
	background-color:#dff4f4;
	padding:10px 0px 10px 0px;
	}
	
.pharma-form {
	margin:6px 0px 10px 0px;
	border:1px solid #37943D;
	background-color:#e0f3e1;
	padding:12px;
	}
	
	
.marginized {
	margin-right:148px;
	}
.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:148px;
	margin-bottom:10px;
	border:1px solid #d7d7d7;
	}
.answer{
	padding:10px;
	background:#f3f3f3;
	margin-right:148px;
	margin-bottom:10px;
	border:1px solid #d7d7d7;
	}
.button-viewanswer {
	margin:10px 0px 0px 0px;
	}
	
	
/*cpt sidebar content */	
#sidebar-cpt-right {margin:0px 0px 0px 10px;}

#sidebar-cpt-left {margin:0px 0px 0px 10px;}
#questions {
		color:#06C;
	margin:0px 0px 10px 4px;
	background:#e3eaf9 url(../images/des/bg-gradient.jpg) top left repeat-x; 
	padding:8px; 
	width:135px;
	-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

#questions .label{
	font-size:12px;
	font-weight:bold;
	color:#75B9E8;
	}
#questions ul{
	list-style-type:decimal;
	margin-left:-18px;
	color:#75B9E8;
	}
#questions li{
	color:#75B9E8;
	margin:0px 0px 4px 0px;
	}
	



#community {
	color:#06C;
	margin:0px 0px 10px 4px;
	background:#e3eaf9 url(../images/des/bg-gradient.jpg) top left repeat-x; 
	padding:8px; 
	width:135px;
	-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

#community .label{
	font-size:12px;
	font-weight:bold;
	color:#75B9E8;
	
	}
#community ul{
	list-style-type:decimal;
	margin-left:-18px;
	color:#75B9E8;
	}
#community li{
	color:#75B9E8;
	margin:0px 0px 4px 0px;
	}
	
#rounded-box-gray 
		{padding:19px;background:#222 url(../images/des/bg-box-gray.jpg) repeat-x top;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#fff;
		}
#rounded-box-medgray 
		{padding:19px;background:#57585D url(../images/des/bg-box-medgray.jpg) repeat-x top;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#fff;
		}
		
		#rounded-box-medgray h1, h2, h3, h4, h5, h6 
		{
		color:#fff;
		}
		
#rounded-box-blue
		{padding:19px;background:#003399 url(../images/des/bg-box-blue.jpg) repeat-x top;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#fff;
		}
#rounded-box-ltgray
		{padding:19px;background:#D6D6D6 url(../images/des/bg-box-ltgray.jpg) repeat-x top;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#222222;
		}
#rounded-box-lucent
		{padding:19px;background:url(../images/des/bg-lucent.png) repeat;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#222222;
		}
#rounded-box-ltblue
		{padding:19px;background:#E5EBF9 url(../images/des/bg-box-ltblue.jpg) repeat-x top;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#fff;
		}
#rounded-box-abstract
		{padding:19px;background:#E4EAFA url(../images/des/bg-box-abstract.jpg) no-repeat;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#000;
		}
#rounded-box-striped
		{padding:19px;background:url(../images/des/bg-striped2.gif) repeat;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	
		padding-bottom:56px;
		position:relative;
		margin-bottom:15px;
		height:1%;
		color:#fff;
		}

#cpt-list-row {
	border:#000 solid 1px;
	}	

#cpt-list-row1 {
	background:#E4EAFA url(../images/des/bg-tab-ltblue.jpg) top left repeat-x; 
	padding:8px;
	}	

#cpt-list-row2 {
	background:#8AC4EC url(../images/des/bg-tab-blue.jpg) top left repeat-x; 
	padding:8px;
	}
	
.rowborder {
	border:1px solid #000;}
	