html,body
{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img
{
	border-width: 0px;
}
body,div,p,a,h1,h2,h3,h4,h5
{
	font-family: Arial;
	color: #000000;
}
body,div,p
{
	font-size: 12px;
}
body,div,p
{
	color: #000000;
}

.first
{
	margin-top: 0px;
}
.headline
{
	margin-bottom: 0px;
}

#wrapper
{
	width: 1010px;
	margin: 0px auto;
	background: #FFFFFF url(../images/00-drop-shadow.gif) repeat-y top left;
	position: relative;
}
#wrapper #droptop
{
	width: 1010px;
	height: 12px;
}
#wrapper #header
{
	position: relative;
	width: 980px;
	height: 133px;
	margin: 0px 15px;
	background: #FFFFFF url(../images/01-header-back.gif) no-repeat top left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #142C61;
	margin: 0px;
	padding-top: 15px;

}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #142C61;
	font-weight: bold;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #142c61;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}


/* Header */
#header .logo
{
	top: 0px;
	left: 0px;
	width: 250px;
	height: 100px;
	position: absolute;
}
#header .toprightnav
{
	width: 320px;
	height: 100px;
	top: 0px;
	left: 660px;
	position: absolute;
}
#header .toprightnav div
{
	position: absolute;
	text-align: center;
	padding-top: 10px;
	color: #B3B3B3;
	font-weight: normal;
}
#header .toprightnav div a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#header .toprightnav div a:hover
{
	text-decoration: underline;
}
#header .toprightnav .top
{
	width: 320px;
	top: 0px;
	left: 0px;
}
#header .toprightnav .top a
{
	color: #B3B3B3;
}
#header .toprightnav .search
{
	width: 320px;
	left: 0px;
	top: 36px;
}
#header .toprightnav .search input.text
{
	position: absolute;
	top: 7px;
	left: 35px;
	width: 198px;
	background-color: #374B79;
	border: solid 1px #1B2E53;
	color: #FFFFFF;
}
#header .toprightnav .search label
{
	position: absolute;
	top: 9px;
	left: 243px;
}
#header .toprightnav .bottom
{
	top: 68px;
	left: 0px;
	width: 320px;
}
#header .toprightnav .bottom .login
{
	top: 0px;
	left: 0px;
	width: 161px;
	text-align: center;
	padding-top: 9px;
}
#header .toprightnav .bottom .register
{
	top: 0px;
	left: 161px;
	padding-top: 9px;
	text-align: center;
	width: 159px;
}
/* End Header */

/* Navigation */
#navigation
{
	top: 100px;
	left: 15px;
	width: 980px;
	height: 33px;
	position: absolute;
}
#navigation a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}
#navigation a:hover
{
	text-decoration: underline;
	color: #142C61;
}
#navigation ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li
{
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	height: 23px;
}
#navigation ul li div.main
{
	text-align: center;
}
#navigation ul li.on
{
	background: transparent url(../images/topnav-on-back.gif) repeat-x top left;
}
#navigation ul li.on a
{
	color: #142C61;
}
#navigation ul li div div div
{
	background: transparent url(../images/topnav-bottom-left-drop.gif) no-repeat bottom left;
}
#navigation ul li div div div div
{
	background: transparent url(../images/topnav-bottom-right-drop.gif) no-repeat bottom right;
	cursor: default;
}
#navigation ul li div div div div div.bottom
{
	clear: both;
	height: 9px;
	margin: 0px 9px 0px 10px;
	background-color: #FEE992;
	background-image: none;
	border-bottom: solid 1px #FFFFFF;
}
#navigation ul li ul
{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding: 10px 10px 0px 10px;
	background-color: #FEE992;
}
#navigation ul li ul li
{
	float: none;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(../images/topnav-white-spacer.gif) repeat-x bottom left;
}
#navigation ul li ul li a
{
	color: #666666 !important;
}
#navigation ul li ul li.last
{
	background-image: none;
	margin-bottom: 0px;
}
#navigation .askyourdoctor
{
	width: 163px;
}
#navigation .riskgroups
{
	width: 136px;
}
#navigation .diagnostictesting
{
	width: 182px;
}
#navigation .treatments
{
	width: 164px;
}
#navigation .riskfactors
{
	width: 154px;
}
#navigation .glossofterms
{
	width: 181px;
}
/* End Navigation */


/* Body */
#wrapper #body
{
	margin: 0px 15px 0px 14px;	
	width: 980px;
	border-left: solid 1px #E8E8E8;
}
#wrapper #body #bodyclear
{
	width: 980px;
	height: 20px;
	clear: both;
}
/* End Body

/* Footer */
#wrapper #footer
{
	margin: 0px 15px 0px 14px;	
	width: 981px;
	background-color: #142C61;
}
#footer div, #footer div a
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}
#footer div a:hover
{
	text-decoration: underline;
}
#footer .links
{
	float: left;
	padding: 5px 10px;
}
#footer .copyright
{
	float: right;
	padding: 5px 10px;
}
#wrapper #footer #footerclear
{
	width: 980px;
	height: 1px;
	clear: both;
}
/* End Footer */

/* Sub Body */
#body.subpage
{
	background: transparent url(../images/leftcolumn-back.gif) repeat-y top left;
}
#body.subpage #bodytop
{
	float: left;
	clear: both;
	background: transparent url(../images/sub-right-top.gif) repeat-x top left;
	width: 980px;
}
#body.subpage #leftsection
{
	width: 250px;
	float: left;
	background: transparent url(../images/sub-left-top.gif) repeat-x top left;
}
#body.subpage #rightsection
{
	width: 570px;
	float: left;
	padding: 45px 0px 0px 80px;
}
#body.subpage #leftsection h2
{
	font-size: 18px;
	font-family: Times New Roman;
	color: #142C61;
	font-style: italic;
	font-weight: bold;
	margin: 40px 0px 0px 15px;
	padding: 0px;
}
#body.subpage #leftsection h3
{
	font-size: 18px;
	font-family: Times New Roman;
	color: #142C61;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#body.subpage #leftsection ul
{
	margin: 0;
	padding: 0px;
	/* background: transparent url(../images/08-right-tout-white-line.gif) no-repeat bottom left; */
	list-style-type: none;
}
#body.subpage #leftsection li
{
	/* background: transparent url(../images/08-right-tout-white-line.gif) no-repeat top left; */
	padding: 2px 0px 2px 5px;
}
#body.subpage #leftsection #trusted li 
{
	padding-left:15px;
	font-size:18px;
}
#body.subpage #leftsection #trusted li a 
{
	color: #142c61;
	font-size:18px;
}
#body.subpage #leftsection li img
{
	float: left;
	padding-top: 3px;
}
#body.subpage #leftsection #emailtout
{
	margin-top: 20px;
	margin-left: 21px;
	width: 201px;
	background-color: #E8E995;
}
#body.subpage #leftsection #emailtout h2
{
	padding: 0px 0px 0px 15px;
	font-size: 22px;
	clear: both;
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	font-weight: normal;
}
#body.subpage #leftsection #emailtout h3
{
	padding: 7px 0px 0px 15px;
	font-size: 14px;
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	font-style: italic;
	font-weight: normal;
}
#body.subpage #leftsection #emailtout input.image
{
	float: right;
	padding-right: 7px;
}
#body.subpage #leftsection #emailtout input.text
{
	border: solid 2px #BECEDC;
	width: 150px;
	color: #4D4D4D;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 5px;
	margin: 4px 5px 7px 12px;
}
#body.subpage #leftsection #emailtout .clear
{
	width: 201px;
	height: 7px;
	clear: both;
}
#rightsection .pageheader
{
	width: 568px;
	background-image: url(../images/sub-header-top.gif);
	position: relative;
}
#rightsection .pageheader h2
{
	padding: 0px 0px 0px 15px;
	font-size: 22px;
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	font-weight: normal;
}
#rightsection .pageheader h3
{
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	font-style: italic;
	font-weight: normal;
}
#rightsection .pageheader div.picturetext
{
	float: right;
	padding-right: 65px;
	padding-top: 30px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #142C61;
}
#rightsection .pageheader img.picture
{
	position: absolute;
	top: 7px;
	right: 15px;
}
#rightsection .pageheader img
{
	display:block;
}

#rightsection .content
{
	width: 550px;
	padding-left: 10px;
}
#rightsection .content h1
{
	padding: 25px 0px 0px 0px;
	font-size: 18px;
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	font-weight: normal;
}
#rightsection .content .line
{
	width: 550px;
	height: 1px;
	background-color: #142C61;
	clear: both;
	margin: 10px 0px;
}

#rightsection .content .line2
{
	width: 550px;
	height: 1px;
	background-color: #CCCCCC;
	clear: both;
	margin:0px;
}

.line3
{
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	margin: 4px 0px 4px 0px;
}


#rightsection .content .titlebar
{
	width: 550px;
}
#rightsection .content .titlebar h5
{
	font-family: Arial;
	font-size: 11px;
	color: #4D4D4D;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#rightsection .content .titlebar .function
{
	float: right;
	width: 265px;
}
#rightsection .content .titlebar .function div
{
	float: right;
	color: #142C61;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
#rightsection .content .titlebar .function div a
{
	color: #142C61;
	text-decoration: none;
}
#rightsection .content .titlebar .function div a:hover
{
	text-decoration: underline;
}
#rightsection .content .titlebar .function .fontsize .medium
{
	font-size: 14px;
}
#rightsection .content .titlebar .function .fontsize .large
{
	font-size: 18px;
}
#rightsection .content .titlebar .function .taf
{
	padding-top: 6px;
}
#rightsection .content .titlebar .function .icon
{
	padding-top: 2px;
}
#rightsection .content p
{
	margin: 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#rightsection .content a
{
	color: #142C61;
	text-decoration: none;
}
#rightsection .content a:hover
{
	text-decoration: underline;
}
#rightsection .content .comments
{
	clear: both;
}
#rightsection .content .comments div.row
{
	width: 550px;
	float: left;
	clear: both;
	margin: 5px 0px;
}
#rightsection .content .comments input.text
{
	float: left;
	border: solid 2px #9EB5CA;
	width: 175px;
}
#rightsection .content .comments label
{
	padding: 0px 0px 3px 5px;
}
#rightsection .content .comments textarea
{
	width: 546px;
	border: solid 2px #9EB5CA;
}
#rightsection .content .comments .button input
{
	float: right;
}
#rightsection .content .ender
{
	padding-left: 270px;
}
/* End Sub Body */

/* Home Body */
#body.homepage
{
	background: transparent url(../images/05-home-back-right.gif) repeat-y top right;
}
#body.homepage #leftsection
{
	width: 643px;
	float: left;
	background: #FFFFFF url(../images/02-home-top-left.gif) repeat-x top left;
	padding: 22px 0px 0px 17px;
}
#body.homepage #leftsection .graylineclear
{
	position: relative;
	clear: both;
	width: 643px;
	height: 1px;
	margin: 15px 0px;
}
#body.homepage #leftsection .graylineclear div
{
	position: absolute;
	top: 0px;
	left: -17px;
	background-color: #E8E8E8;
	width: 660px;
	height: 1px;
}
#body.homepage #leftsection .tout
{
	width: 623px;
}
#body.homepage #leftsection #homemouse
{
	background: transparent url(../images/06-green-mouse-back.gif) repeat-y top left;
}
#body.homepage #leftsection #homemouse .top
{
	background: transparent url(../images/06-green-mouse-top.gif) no-repeat top left;
}
#body.homepage #leftsection #homemouse .top img.picture
{
	float: left;
	margin: 25px 25px 0px 25px;
}
#body.homepage #leftsection #homemouse .top h2
{
	font-family: Times New Roman;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	padding-top: 25px;
	margin-bottom: 6px;
}
#body.homepage #leftsection #homemouse .top .button
{
	height: 28px;
	padding-right: 30px;
}
#body.homepage #leftsection #homemouse .top .button img
{
	float: right;
}
#body.homepage #leftsection #homemouse .top ul
{
	margin: 0px 0px 10px 30px;
	padding: 0px;
}
#body.homepage #leftsection #homemouse .top ul li
{
	margin: 5px 0px;
	list-style-type: none;
	padding: 0px;
	height: 17px;
}
#body.homepage #leftsection #homemouse .top ul li img
{
	float: left;
	padding-right: 8px;
	vertical-align: middle;
}
#body.homepage #leftsection #homemouse .top .bottom
{
	width: 623px;
	height: 17px;
	clear: both;
}
#body.homepage #leftsection #homeclouds
{
	background: url(../images/03-home-cloud-tout-main-back.jpg) repeat-y top left;
}
#body.homepage #leftsection #homeclouds .top
{
	clear: both;
}
#body.homepage #leftsection #homeclouds .textarea
{
	width: 610px;
	margin-left: 7px;
	background: url(../images/03-home-cloud-inner-back.jpg) repeat-y top left;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent
{
	width: 610px;
	background: url(../images/03-home-cloud-center-top.jpg) no-repeat top left;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .column
{
	float: left;
	width: 175px;
	margin: 0px 14px;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .column .greentout
{
	width: 175px;
	height: 185px;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .column .greentout .topgreen
{
	width: 175px;
	height: 10px;
	background-image: url(../images/03-home-cloud-green-top.gif);
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .column .greentout .bottomgreen
{
	width: 175px;
	height: 10px;
	background-image: url(../images/03-home-cloud-green-bottom.gif);
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .column .greentout h2 /* Height property needs to be set to equalize the height of the green boxes */
{
	margin: 0px;
	padding: 0px 4px 0px 7px;
	font-size: 18px;
	font-family: Times New Roman;
	color: #142C61;
	height: 60px;
	text-align: center;
	font-weight: normal;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .column p
{
	margin: 10px 0px;
	padding: 0px 7px;
	text-align: center;
	color: #142C61;
	font-family: Arial, Helvetica, sans-serif;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .graybar /* This propety needs to be set to match the greatest green tout height */
{
	width: 1px;
	height: 160px;
	background-color: #CCCCCC;
	margin: 5px 0px;
	float: left;
}
#body.homepage #leftsection #homeclouds .textarea .topcontent .columnsclear
{
	width: 610px;
	height: 11px;
	clear: both;
}
#body.homepage #leftsection #homeclouds .largegreen
{
	width: 610px;
	margin: 0px 0px 10px 21px;
}
#body.homepage #leftsection #homeclouds .largegreen .topgreen
{
	width: 576px;
	height: 8px;
	background-image: url(../images/04-home-large-green-top.gif);
}
#body.homepage #leftsection #homeclouds .largegreen div.button 
{
	width: 125px;
	padding-left: 240px;
}
#body.homepage #leftsection #homeclouds .largegreen p /* margin-top may need to be adjusted to match button or vice versa (see div.button above) */
{
	margin: 5px 0px;
	padding: 0px 7px;
	color: #142C61;
	text-align: center;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
}
#body.homepage #leftsection #homeclouds .largegreen .bottomgreen
{
	width: 576px;
	height: 8px;
	background-image: url(../images/03-home-large-green-bottom.gif);
}
#body.homepage #leftsection .tout .toutclear
{
	width: 623px;
	height: 21px;
	clear: both;
}

#body.homepage #leftsection .hometoutback
{
	width: 623px;
	background-image: url(../images/04-home-special-back.gif);
	background-repeat: repeat-y;
}
#body.homepage #leftsection .hometoutlow
{
	width: 623px;
	background-image: url(../images/04-home-special-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#body.homepage #leftsection .hometouttop
{
	width: 623px;
	background-image: url(../images/04-home-special-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#body.homepage #leftsection .hometoutcontent
{
	padding: 20px 30px;	
}






#body.homepage #rightsection
{
	width: 319px;
	float: left;
	background: transparent url(../images/07-right-top.gif) no-repeat top left;
}
#body.homepage #rightsection #homerighttoptout
{
	width: 311px;
	margin: 0px 0px 0px 5px;
	background: transparent url(../images/08-right-tout-back.gif) repeat-y top left;
}
#body.homepage #rightsection #homerighttoptout .topcontent
{
	position: relative;
	padding-left: 35px;
	width: 274px;
}
/*#body.homepage #rightsection #homerighttoptout .topcontent img.picture
{
	position: absolute;
	top: -7px;
	right: 0px;
	
}*/
#body.homepage #rightsection #homerighttoptout h2

{
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: normal;
}
#body.homepage #rightsection #homerighttoptout h3
{
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}
#body.homepage #rightsection #homerighttoptout .topcontent h4
{
	font-family: Arial;
	color: #142C61;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-size: 12px;
}
#body.homepage #rightsection #homerighttoptout .topcontent ul
{
	margin: 4px 0px;
	padding: 0px;
	background: transparent url(../images/08-right-tout-white-line.gif) no-repeat bottom left;
	list-style-type: none;
}
#body.homepage #rightsection #homerighttoptout .topcontent li
{
	background: transparent url(../images/08-right-tout-white-line.gif) no-repeat top left;
	line-height: 18px;
	padding: 5px 0px 5px 5px;
}
#body.homepage #rightsection #homerighttoptout .topcontent li img
{
	float: left;
	padding-top: 3px;
}
#body.homepage #rightsection #homerighttoptout #homeemailtout
{
	margin-top: 5px;
	margin-left: 20px;
	width: 269px;
	background-image: url(../images/09-email-back.gif);
}
#body.homepage #rightsection #homerighttoptout #homeemailtout h2
{
	padding-left: 15px;
	font-size: 22px;
	clear: both;
}
#body.homepage #rightsection #homerighttoptout #homeemailtout h3
{
	padding-left: 15px;
	font-size: 14px;
}
#body.homepage #rightsection #homerighttoptout #homeemailtout input
{
	float: left;
}
#body.homepage #rightsection #homerighttoptout #homeemailtout input.text
{
	border: solid 2px #BECEDC;
	width: 120px;
	color: #4D4D4D;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 5px;
}
#body.homepage #rightsection .bluetout
{
	margin: 10px 9px 10px 9px;
	width: auto;
	border: solid 1px #C2CDD0;
	background-color: #DAF1F7;
	padding: 8px 6px;
	float: left;
}
#body.homepage #rightsection #lipidclass img.leftimage
{
	float: left;
	padding-right: 10px;
}
#body.homepage #rightsection #lipidclass div.rightimage
{
	float: right;
}
#body.homepage #rightsection #lipidclass div.text
{
	float: left;
	margin-bottom: 5px;
}
#body.homepage #rightsection #lipidclass div.text p
{
	margin: 0px;
}
#body.homepage #rightsection .bluetout h2
{
	font-family: Times New Roman;
	color: #142C61;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
}
#body.homepage #rightsection .bluetout p
{
	color: #142C61;
}
#body.homepage #rightsection #relevantarticles ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;

}
#body.homepage #rightsection #relevantarticles ul li
{
	margin: 0px;
	padding: 3px 0px 3px 15px;
}
#body.homepage #rightsection #relevantarticles ul li img
{
	float: left;
	padding-top: 2px;
}
#body.homepage #rightsection #relevantarticles ul li a
{
	color: #142C61;
	text-decoration: underline;
}
#body.homepage #rightsection .advertisement
{
	width: auto;
	margin: 10px 9px 10px 9px;
}
#body.homepage #rightsection .advertisement p
{
	text-align: right;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/* End Home Body */

/* Drug Chart */
table.drugchart
{
	width: 548px;
	border: solid 1px #C6D5ED;
	margin: 10px 0px;
	clear: both;
}
table.drugchart td, table.drugchart th
{
	border-right: solid 2px #C6D5ED;
	vertical-align: middle;
	text-align: center;
	padding: 4px 0px;
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}
table.drugchart th
{
	border-right-color: #7EA0D7;
	font-weight: bold;
	background-color: #8CAADB;
}
table.drugchart tr.primary td
{
	background-color: #FFFFFF;
}
table.drugchart tr.alternate td
{
	background-color: #D1DDF1;
}
table.drugchart td img
{
	padding-right: 1px;
}
table.drugchart td a
{
	color: #000000;
	text-decoration: underline !important;
}
table.drugchart td a:hover
{
	cursor: help;
}
table.drugchart td.first, table.drugchart th.first
{
	text-align: left;
	width: 175px;
	padding-left: 6px;
}
table.drugchart td.ldl, table.drugchart th.ldl
{
	width: 43px;
}
table.drugchart td.ldlsize, table.drugchart th.ldlsize
{
	width: 61px;
}
table.drugchart tr.primary td.ldlsize
{
	background-color: #E6F4CA;
}
table.drugchart tr.alternate td.ldlsize
{
	background-color: #BDD4C6;
}
table.drugchart th.ldlsize
{
	background-color: #80A5C1;
}
table.drugchart td.hdl, table.drugchart th.hdl
{
	width: 46px;
}
table.drugchart td.hdlsubtype, table.drugchart th.hdlsubtype
{
	width: 76px;
}
table.drugchart tr.primary td.hdlsubtype
{
	background-color: #E6F4CA;
}
table.drugchart tr.alternate td.hdlsubtype
{
	background-color: #BDD4C6;
}
table.drugchart th.hdlsubtype
{
	background-color: #80A5C1;
}
table.drugchart td.triglyc, table.drugchart th.triglyc
{
	width: 77px;
}
table.drugchart td.last, table.drugchart th.last
{
	width: 51px;
	border-right-width: 1px;
}
table.drugchart tr.primary td.last
{
	background-color: #E6F4CA;
}
table.drugchart tr.alternate td.last
{
	background-color: #BDD4C6;
}
table.drugchart th.last
{
	background-color: #80A5C1;
}
#trailimageid 
{	
	position: absolute;	
	display: none;	
	left: 0px; 
	top: 0px; 
	width: 381px; 
	z-index: 5;
}
#trailimageid div.popupcontainer
{
	width: 381px;
}
#trailimageid div.popupcontainer div.popcontent
{
	border-left: solid 1px #A4BC98;
	border-right: solid 1px #A4BC98;
	width: 344px;
	background-color: #DBEFB4;
	padding: 6px 0px 25px 35px;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}
#trailimageid div.popupcontainer div.popcontent h4
{
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-family: Times New Roman;
	font-weight: normal !important;
	font-size: 18px;
}
#trailimageid div.popupcontainer div.popcontent div.centerarea
{
	background-color: #FFFFFF;
	width: 264px;
	padding: 24px 22px 17px 22px;
}
#trailimageid div.popupcontainer div.popcontent div.centerarea h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	width: 264px;
	padding: 0px 0px 8px 0px;
	background: transparent url(../images/chart-pop-line-spacer.gif) repeat-x bottom left;
}
#trailimageid div.popupcontainer div.popcontent div.centerarea p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	width: 264px;
}
#trailimageid div.popupcontainer div.popcontent div.centerarea p sub
{
	font-size: 11px;
}
/* End Drug Chart */

/*_____ vustome hyperlinks ______*/

a.symbol:link {
text-decoration: none;
color:#142C61;
}
a.symbol:visited {
text-decoration: none;
color:#142C61;
}
a.symbol:hover {
text-decoration: underline;
color:#142C61;
}

a.articles:link {
text-decoration: none;
color: #000000;
}

a.articles:visited {
text-decoration: none;
color: #000000;
}

a.articles:hover {
text-decoration: underline;
color:#142C61;
}

/*______end ______________*/

/*_____ Contact Form _____*/

#contact-page {
	width: 568px;
	height: 584px;
	position: relative;
	float: left;
}

#contact-area {
	width: 568px;
	height: 506px;
	margin: 10px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#contact-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 500px;
	text-align: center;
	position: relative;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 15px;
	font-size: 12px;
}

.name-text-area {
	width: 90px;
	height: auto;
	color: #000000;
	float: left;
	margin: 20px 0px 0px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.name-text-box {
	width: 333px;
	height: auto;
	float: left;
	margin: 17px 0px 0px 0px;
}

.email-text-area {
	width: 90px;
	height: auto;
	color: #000000;
	float: left;
	margin: 24px 0px 0px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.email-text-box {
	width: 333px;
	height: auto;
	float: left;
	margin: 24px 0px 0px 0px;
}

.message-text-area {
	width: 90px;
	height: auto;
	color: #000000;
	float: left;
	margin: 24px 0px 0px 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.message-text-box {
	width: 333px;
	height: 125px;
	float: left;
	margin: 20px 0px 0px 0px;
}

.check-text-area {
	width: 90px;
	height: 25px;
	color: #000000;
	float: left;
	margin: 6px 0px 0px 32px;
}

.check-text-box {
	width: auto;
	height: auto;
	float: left;
	padding-top: 8px;
	margin: 8px 7px 0px 0px;
}

#submit {
	width: 568px;
	height: 43px;
	float: left;
	margin: 15px 0px 0px -20px;
}

#thankyou-area {
	width: 568px;
	height: 506px;
	padding-top: 0px;
	margin: 15px 0px 0px 0px;

}

#thankyou-text {
	color: #000000;
	width: 500px;
	height: auto;
	text-align: center;
	position: relative;
	padding: 20px 5px 20px 5px;
	margin: 0px 0px 0px 32px;

}


/*_____ End_______________*/
/*_____________ Alg Page _________*/

#alg-area {
	width: 506px;
	height: 100%;
	margin: 15px 0px 0px 39px;
	
}

#risk-header {
	width: 506px;
	height: 62px;
	background: url(../images/riskHeader.gif) no-repeat;
	position: relative;
	float: left;
	
}

#risk-subheader {
	width: auto;
	height: auto;
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	/*border-bottom: #D0DDF0 1px solid;*/
	float: left;
}

#risk-body-area {
	width: auto;
	height: auto;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	
	
}

.dark-blue {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: #1955B7 1px solid;
	background: #1955B7 url(../images/bgBlueBar.jpg) repeat-x;
}

.light-blue {
	color: #000000;
	font-size: 11px;
	background: #D0DDF0;
}

.white-blue {
	color: #000000;
	font-size: 11px;
	background: #FFFFFF;
}

.zero-color-bg {
	color: #000000;
	font-size: 11px;
}
.box-one {
	width: 22px;
	height: 22px;
	border: #C5CBD9 1px solid;
	text-align: center;
	vertical-align: middle;
	
}

.box-two {
	width: 28px;
	height: 22px;
	border: #C5CBD9 1px solid;
	text-align: center;
	vertical-align: middle;
}

.box-three {
	width: 18px;
	height: 22px;
	border: #C5CBD9 1px solid;
	text-align: center;
	vertical-align: middle;
}

.box-four {
	width: 180px;
	height: 22px;
	border: #C5CBD9 1px solid;
	text-align: center;
	vertical-align: middle;
}


/*___________ End Alg Page ________*/
/*___________ Result page ____________________*/

#result-subheader {
	width: auto;
	height: auto;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
}

#result-header {
	width: 506px;
	height: 62px;
	background: url(../images/resultHeader.gif) no-repeat;
	position: relative;
	float: left;
}
#cardio-body-area {
	width: 506px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	position: relative;
	float: left;
	background: url(../images/blueBgMid.gif) repeat-y;
	
	
}

#blue-bg-top {
	width: 506px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
	background: url(../images/blueBgTop.gif) no-repeat;	
	
}
#blue-bg-bottom {
	width: 506px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
	background: url(../images/blueBgBtm.gif) no-repeat;	
	
}
#bio-page {
	width: auto;
	height: auto;
	position: relative;
	float: left;

}

.dark-blue {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: #1955B7 1px solid;
	background: #1955B7 url(../images/bgBlueBar.jpg) repeat-x;
}

.light-blue {
	color: #000000;
	font-size: 11px;
	background: #D0DDF0;
}

.white-blue {
	color: #000000;
	font-size: 11px;
	background: #FFFFFF;
}

/*___________ End Result Page ________________*/

/*___________Module________________________*/

#module-header {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#module-body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#module-header h2 {
	font-size: 13px;
	text-align: left;
}

#module-header h3 {
	font-size: 18px;
	text-align: left;
	padding-top: 15px;
	color: #142C61;
}

 #module-body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #142C61;
	font-weight: bold;
}

#module-body h2 {
	font-style: italic;
	color: #0A50A1;
	font-size: 12px;
}

#module-body h3 {
	font-style: italic;
	color: #0A50A1;
	font-size: 12px;
}

#module-body h4 {
	color: #142C61;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}

#module-body ul li {
	list-style: url(../images/blueBullet.gif);
	padding-bottom: 5px;
}

#module-body ol li {
	list-style: inherit;
	list-style-image: none;
	padding-top: 5px;
}

/*____________ END ________________________*/

/*_____________ NEW BUTTON ________________*/

.riskassess-btn {
	width: 274px;
	height: 109px;
	background: url(../images/btnRiskAssess.gif) no-repeat;
	float: left;
	text-align: center;
	padding-right: 32px;
}

.treatment-btn {
	width: 274px;
	height: 109px;
	background: url(../images/btnTreatment.gif) no-repeat;
	text-align: center;
	float: left;
}

.get-button {
	margin: 75px 0px 0px 0px;
}



/*_____________ END _______________________*/

.box-blue {
	width: 157px;
	height: 36px;
	background-color: #edf8fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #142c61;
	text-align: center;
	margin: 40px 0px 0px 10px;
	padding-top: 8px;
}

#chart {
	width: 542px;
	height: 68px;
	text-align:center;
}

/*_____________ Dianostic & Advanced Test __________________*/

#diagnostic {
	font-size: 12px;
	line-height: 21px;
}

#diagnostic h1,h2,h3 {
	font-family: "Times New Roman", Times, serif;
	color: #142C61;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#diagnostic h1{
	font-size: 14px;
	font-style: italic;
}

#diagnostic h2{
	font-size: 18px;
	line-height: 24px;
}

#diagnostic h3{
	font-size: 20px;
}

#diagnostic .advanced-area {
	width: 153px;
	height: 98px;
	border: #cad4df 1px solid;
	background: #e8f5cd; 
	padding: 13px 0px 0px 23px;
}

#diagnostic .advanced-area2 {
	width: 153px;
	height: 85px;
	border: #cad4df 1px solid;
	background: #e8f5cd; 
	padding: 4px 0px 0px 0px;
}

#diagnostic .spacer {
	width: 153px;
	height: 85px;
	padding: 4px 0px 0px 0px;
}

#diagnostic .mid-section {
	padding: 25px 20px 25px 20px;
}

#diagnostic ul li {
	padding: 0px 0px 3px 0px;
}


#diagnostic .small-bar, .medium-bar, .large-bar, .middle-bar {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}


#diagnostic .small-bar {
	width: 480px;
	height: 27px;
	background: url(../images/smallBg.gif) repeat-x;		
}

#diagnostic .medium-bar {
	width: 220px;
	height: 40px;
	background: url(../images/midBg.gif) repeat-x;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;	
}

#diagnostic .large-bar {
	width: 140px;
	height: 100px;
	background: url(../images/largeBg.gif) repeat-x;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;	
	padding: 0px 10px 0px 10px;
}

#diagnostic .middle-bar {
	width: 130px;
	height: 40px;
	background: url(../images/midBg.gif) repeat-x;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;	
}

.green-grid {
	background: #eff5df;
	height: 27px;
	color: #142c61;
	border-left: #eff5df 1px solid;
	border-right: #FFFFFF 1px solid;
}

.white-grid {
	background: #FFFFFF;
	height: 27px;
	color: #142c61;
	border-left: #eff5df 1px solid;
	border-right: #eff5df 1px solid;
	line-height: 13px;
}

.green-big-grid {
	width: 478px;
	height: 144px;
	background: url(../images/ltGreenBg.gif) no-repeat;
}

.green-big-grid-panel {
	width: 139px;
	color: #142c61;
	padding: 0px 10px 0px 10px;
	float: left;
	text-align: center;
}

.adv-column {
	width: 183px;
	margin: 15px 0px 0px 0px;
	border-right: #CCCCCC 1px solid;
}


.dark-blue-bar {
	width:138px;
	height: 27px;
	color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-weight:bold;
	background: #7696cd;
}

.lt-blue-bar {
	width:103px;
	height: 27px;
	color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-weight:bold;
	background: #b7c5e5;
}

.tan-bar {
	height: 27px;
	background: #eff5df;
	color: #142c61;
	border-right: #FFFFFF 1px solid;
}


/*_____________ End ________________________*/


/*_____________ Home Revision ______________*/

.risk-assess-banner {
	width: 580px;
	height: 66px;
	background: url(../images/bgRisk.jpg) no-repeat;
	text-align: center;
	padding-top: 95px;
	float: left;
}

/*_____________ END ________________________*/


/*_____________ about-us.cfm ______________*/

.about-us-officer{
	padding-top:30px;
	padding-left:150px;
	position:relative;
	min-height:160px;
	margin:25px 0px 25px 0px;
}

.about-us-officer img{
	position:absolute;
	top:40px;
	left:0px;
	
}

.about-us-officer .bio{
	position:relative;
	top:12px;
	margin:0px;
	padding:0px;
	font-size:12px;
	display:block;
}

.about-us-officer .name{
	position:absolute;
	top:0px;
	left:0px;
	width:124px;
	text-align:left;
	color:#006;
	font-size:16px;
	font-weight:bold;
}

.about-us-officer .title{
	position:absolute;
	top:20px;
	left:0px;
	text-align:Left;
	color:#006;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}


/*_____________ END about-us.cfm END ________________________*/

/*_____________ risk-assess.r.cfm  ________________________*/
.physical-attributes{
	
}
.physical-attributes .header{
	text-align:left;
	font-weight:bold;
	font-size:11pt;
	color:#142C61;
}
.physical-attributes .odd{
	background-color:#E6F7FF;
}
.physical-attributes .even{
	background-color:white;
}
.physical-attributes .title{
	font-weight:bold;
	font-size:9pt;
}
.physical-attributes .value{
	font-size:9pt;
	text-align:right;
}




/*_____________ END risk-assess.r.cfm END ________________________*/
/*_____________ index.cfm ________________________*/
#trusted_doctor{
width:193px;
height:200px;
padding-left: 126px;
padding-top:45px;
background:url(../images/trust-network-bg.jpg) no-repeat top left;
overflow:hidden;
}
#trusted_doctor div{
width:193px;
height:200px;
overflow:auto;
}
#trusted_doctor ul{
margin:0px;
padding: 0px;
}
#trusted_doctor li{
font-size: 12pt;
font-weight:bold;
margin-bottom:12px;
}

#trusted_doctor a{
color:#192965;
display:block;
text-decoration:underline;
}

#trusted_doctor_want_you{
	border-bottom:1px solid #152c60;
	text-align:center;
	padding:6px 0px;
}

#results
{
	margin-top: 12px;	
}
#results a
{
	display: block;
	width: 623px;
	height: 140px;
	background-image: url(../images/results.jpg);
	background-repeat: no-repeat;
}
#results a span
{
	display: none;
}

#homesponsor .hometoutcontent
{
	position: relative;	
}
#homesponsor p
{
	margin: 0;
	font-size: 24pt;
	font-family: "Times New Roman", Times, serif;
	color: #152C62;
}

#homesponsor a
{
	position: absolute;
	right: 36px;
	top: 14px;
	display: block;
	width: 202px;
	height: 49px;
	background-image: url(../images/btnContactUs.gif);
	background-repeat: no-repeat;
}
#homesponsor a span { display: none; }


#homeshare { margin: 40px 0; }
#homeshare .hometoutcontent
{
	position: relative;
	height: 106px;
}

#homeshare .hometout_getSocial
{
	background-image: url(../images/04-home-getsocial.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 245px;
	height: 176px;
	left: 0;
	top: -14px;
	margin: 0;
}

#homeshare .hometout_facebook
{
	position: absolute;
	top: 20px;
	left: 250px;
	border-right: 1px solid #152C62;
}
#homeshare .hometout_twitter
{
	position: absolute;
	top: -18px;
	left: 440px;
}
.hometout_facebook a
{
	background-image: url(../images/04-home-facebook.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 179px;
	height: 90px;
}
.hometout_twitter a
{
	background-image: url(../images/04-home-twitter.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 170px;
	height: 130px;
}
#homeshare .hometout_getSocial span, .hometout_facebook a span, .hometout_twitter a span { display: none; }

/*_____________ END index.cfm END ________________________*/

/*-------------------risk-assess.cfm------------------*/


form label.error{
	color:red;
	display:none;
	float:right;
}



/*-------------------/risk-assess.cfm------------------*/


/* newsfeed */

#home-newsfeed {
width: 270px;
margin: 20px auto;
padding: 10px;
border: 1px solid #eddea6;
background-color: #fef7da;
}

#home-newsfeed div.title {
color: #142C61;
font-size: 16px;
font-weight: bold;
}

#home-newsfeed div.title-large {
font-family: "Times New Roman", Times, serif;
color: #142C61;
font-size: 24px;
}

#home-newsfeed div.descrip {
margin-bottom: 10px;
}

#home-newsfeed a{
color: #CC0000;
text-decoration: underline;
}

/* end newsfeed */




/*---------START Assessment Sample Data---------*/


div.content p.sample-data-highlight span{
	color:#b10922;
	font-weight:bold;
	font-size:13pt;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
div.content p.sample-data-highlight{
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:9pt!important;
	padding-left:38px;
	background:url(../images/check-box-checked.gif) 0px 4px no-repeat;
}
div.content.links-resources a{
	text-decoration:underline;
	font-weight:bold;
}
/*---------END Assessment Sample Data---------*/




/*--------- START Trust Network Contact ---------*/
.trustnetworkintro
{
	padding-left: 140px;
	background-image: url(../images/about-us-frank.jpg);
	background-repeat: no-repeat;
}
.trustnetworkintro p
{
	font-size: 110%;
	color: #000033
}

/*--------- END Trust Network Contact ---------*/


