body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
/*	width: 944px;*/
	width: 100%;
	margin: 15px auto;
}

#container {
	width: 944px;
	margin: 0 auto;
}

a {
	color: #000000;
}

p {
	margin: 15px 0 15px 0;
}

blockquote {
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #e87d1e;
}

h2 {
	font-size: 14px;
	color: #75aa36;
	margin: 0;
	padding: 0;
/*	margin: 15px 0 0 0;*/
}

#internal_innerContentArea h3 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	color: #75aa36;
}

.clear {
	clear: both;
}

table {
	margin: 15px 0 15px 0;
}

input, textarea {
	border: 1px solid #86c440;
	padding: 3px 3px 0 3px;
	font-size: 12px;
	height: 21px;
}

textarea {
	width: 270px;
}

.inputReset {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
}

/*  HEADER  */
#header {
/*	background-color:#CCCCCC;*/
	float: left;
	width: 944px;
	font-size: 10px;
	margin: 0 auto;
}

a.lgo_genesfx {
	background-image: url(images/lgo_genesfx.gif);
	background-repeat: no-repeat;
	width: 146px;
	height: 82px;
	display: block;
	text-indent: -9999px;
	outline: none;
	float: left;
}

.txt_catchphrase {
	background-image: url(images/txt_catchphrase.gif);
	background-repeat: no-repeat;
	width: 211px;
	height: 15px;
	float: left;
	text-indent: -9999px;
	margin: 25px 0 0 25px;
}

#login {
	float: right;
	width: 425px;
	padding-right: 0px;
/*	background-color: #333333;*/
}

#login, #login a, #login a:visited {
	color: #808285;
	text-decoration: none;
}

#login a:hover, #footer a:hover {
	color: #80ba3c; /*86c440*/
}

#login input {
	border: 1px solid #86c440;
	padding: 3px 3px 0 3px;
	font-size: 12px;
	height: 21px;
	margin: 0 5px 0 0;
	width: 154px;
}

.username, .password {
	float: left;
}

.btn_login {
	float: left;
	margin: 14px 0 0 10px;
}

.login_subTxt {
	float: right;
	display: block;
	height: 19px;
/*	margin: 15px 0 0 270px;*/
	margin: 15px 5px 0 0;
}

.login_subTxt img {
	vertical-align: middle;
	margin: 0 10px 0 14px;
}


/*   NAVIGATION - PRIMARY   */

#nav_primary a:hover {
	color: #6c9d32; /*80ba3c*/
}

#nav_primary {
float: right;
/*padding: 0 33px 0 0;*/
margin-right: 10px;
}

#nav_primary li {
	float: left;
	list-style: none;
	font-size: 15px;
}

#nav_primary li a {
	padding: 4px 10px 0 10px;
	margin: 0 20px 0 0;
	height: 22px; /*26*/
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: #636466;
	outline: none;
		border-left: 1px solid #85c43f;
		z-index: 0;
		position: relative;
}

#currentpage {
	margin: 0;
	background-image: url(images/nav/main_left.gif);
	background-repeat: no-repeat;
	height: 26px;
	display: inline-block;
}

#nav_primary #currentpage a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 -12px 0 0;
			border-left: none;
			z-index:5;
}

#nav_primary li a span {
	background-image: url(images/nav/main_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 22px;
	display: inline-block;
	padding: 4px 10px 0 0;
	margin-top: -4px;
}

#nav_sub ul {
	margin: 0 0 0 253px;
	padding: 0;
}

#nav_sub li {
	float: left;
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#nav_sub li a {
	height: 23px;
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 8px 6px 0 6px;
	margin-right: 20px;
	outline: none;
	cursor: pointer;
}

#currentpage_sub {
	margin: 0;
	background-image: url(images/nav/sub_left.gif);
	background-repeat: no-repeat;
	height: 31px;
	display: inline-block;
}

#nav_sub #currentpage_sub a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 30px 0 0;
}

#nav_sub a:hover {
	color: #333333;
}

#nav_sub li a span {
	background-image: url(images/nav/sub_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 23px;
	display: inline-block;
	padding: 7px 6px 0 0;
	margin: -7px -6px 0 0;
}



/*  FOOTER  */
#footer {
/*	background-color: #CCCCCC;*/
	padding: 0 13px 0 13px;
	float: left;
	width: 918px;
	margin-top: 30px;
}

#footer a {
	color: #636466;
	text-decoration: none;
}

#footer ul {
	float: left;
/*	width: 172px;*/
	margin: 15px 0 0 35px;
	padding: 0 0 0 10px;
	background-image: url(images/line_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#footer li {
	background-image: url(images/li_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	padding: 0 0 0 9px;
}

#footer .address {
	float: left;
}

#footer .copyright {
	float: right;
	margin: 45px 0 0 0;
}


#home_top {
	float: left;
	width: 944px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	height: 31px;
	display: block;
}

#home_bottom {
	float: left;
	width: 944px;
	background-image: url(images/bg_home_bottom.jpg);
	background-repeat: no-repeat;
	height: 111px;
	display: block;
}

#home_content, #home_bottom_content {
	float: left;
	width: 944px;
	background-image: url(images/bg_green.jpg);
	background-repeat: repeat-y;
}

#home_content_white { /*this appears in IE6.css*/
	background-image: url(images/bg_home_content.jpg);
	background-repeat: no-repeat;
	width: 914px;
	height: 386px;
	margin: 35px 0 0 13px;
	float: left;
}

#internal_content_white {
	background-color: #FFFFFF;
	width: 913px;
	height: auto;
	margin: 35px 0 0 13px;
	float: left;
/*	padding: 0 26px 0 24px;*/
}

#internal_content_white_top {
	background-image: url(images/bg_internal_white_top.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 913px;
	float: left;
/*	margin: 0 0 0 -24px;*/
}

#internal_content_white_bottom {
	background-image: url(images/bg_internal_white_bottom.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 913px;
	float: left;
/*	margin: 35px 0 0 13px;*/
}

#internal_bottom {
	float: left;
	width: 944px;
	background-image: url(images/bg_home_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 37px;
	display: block;
}

#internal_container{
	float: left;
	width: 944px;
	background-image: url(images/bg_green.jpg);
	background-repeat: repeat-y;
	padding: 0;
}

#internal_content {
	padding: 0 26px 0 24px;
	margin: 0;
}

.hdr_personalisemeds {
	background-image: url(images/hdr_personalisemeds.gif);
	background-repeat: no-repeat;
	margin: 36px 0 0 25px;
	text-indent: -9999px;
	float: left;
	height: 74px;
	width: 496px;
}

#home_orangePanel {	/*this appears in IE6.css*/
	background-image: url(images/bg_home_orange.gif);
	background-repeat: no-repeat;
	width: 276px; /*306*/
	height: 68px; /*98*/
	float: right;
	color: #FFFFFF;
	text-align: right;
	padding: 15px;
	font-size: 11px;
	margin: 26px 23px 0 0;
	line-height: 14px;
}

#search {
/*	background-color: #99CCFF;*/
	color: #68a236;
	margin: 0 0 0 25px;
	width: 496px;
	float: left;
}

#search a, #search a:visited {
	color: #68a236;
	text-decoration: none;
}

#search input {
	width: 348px;
	float: left;
	margin: 11px 31px 0 0;
}

#home_panels { /*this appears in IE6.css*/
	float: right;
/*	background-color: #006633;*/
/*	margin: 28px 22px 0 0;*/
	margin: 28px 22px 0 0;
	color: #e87d1e;
	line-height: 12px;
}

#home_panels table {
	margin: 0;
}

#home_news {
	width: 311px; /*346*/
	height: 70px; /*92*/
	background-image: url(images/bg_home_news.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 19px;
	padding: 13px 17px 9px 18px;
	color: #FFFFFF;
	font-size: 10px;
}

#home_news a {
	color: #FFFFFF;
}

.home_newsArchive {
	float: right;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	margin-top: 4px;
}

#home_news .newsItem {
	padding: 3px 0 0 0;
}

#home_news .home_newsArchive {
	font-size: 12px;
}


#home_subText {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	margin-top: 5px;
}

.txt_latestNews {
	background-image: url(images/ttl_latestNews.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 18px;
	text-indent: -9999px;
/*	margin: 13px 0 0 0;*/
	float: left;
}


/*--------------------------------------*/

#autocomplete { /*this appears in IE6.css*/
	background-color: #FFFFFF;
	width: 356px;
	position: absolute;
	margin: 37px 0 0 0;
	z-index: 1000;
	overflow: auto;
	height: 180px;
	visibility: hidden;
}

input.autocomplete-loading
{
	background-image:url(images/autocomplete.gif);
	background-position: 333px 50%;
	background-repeat:no-repeat;
}

#autocomplete li {
	list-style: none;
	margin: 0 0 0 5px; /*this appears in IE6.css*/
	cursor: pointer;
}

/*--------------------------------------*/



.divider {
	background-image: url(images/greenDot.gif);
	background-repeat: repeat-x;
	height: 1px;
	line-height: 1px;
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0 0 0;
}

.drugSummary {
	font-weight: bold;
	width: 120px;
}

.drugSummaryCell td {
	padding-bottom: 10px;
	vertical-align: top;
}

.drugSummaryCell td p {
	margin: 0 0 15px 0;
}

#internal_description, #internal_references {
	float: left;
	margin: 25px 0 25px 0;
	line-height: 18px;
	width: 863px;
}

#internal_alternateNames {
	float: left;
	width: 863px;
}

#internal_alternateNames td {
	padding: 0 25px 0 10px;
	background-image:url(images/li_green.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}

#internal_innerContentArea {
	border: 1px solid #7fb83c;
	height: auto;
	float: left;
	width: 828px; /*860*/
	padding: 16px;
	margin-bottom: 20px;
}

#internal_innerContentArea img {
	border: none;
}

#internal_menu ul {
	margin: 20px 0 0 10px;
	padding: 0;
}

#internal_menu li {
	list-style: none;
	float: left;
	background-color: #FFFFFF;
	border-top: 1px solid #7fb83c;
	border-right: 1px solid #7fb83c;
	border-left: 1px solid #7fb83c;
	margin: 0 4px 0 0;

}

#internal_menu li a {
	text-decoration: none;
	color: #000000;
	padding: 0 20px 0 20px;
	height: 18px;
	display: inline-block;
	margin: 3px 0 0 0;
}

#internal_menu li a:hover {
	text-decoration: underline;
}

#internal_menu li.currentItem {
	background-color: #7fb83c;
	text-decoration: none;
}

#internal_menu li.currentItem a:hover {
	text-decoration: none;
}


#internal_innerContentArea ul {
	margin: 10px 0 0 10px;
	padding: 0;
}

#internal_innerContentArea li {
	background-image: url(images/li_green.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	padding: 0 0 0 10px;
}

.testAvailablity {
	margin: 0 25px 0 0;
	float: left;
}

#testAvailablity {
	float: left;
	margin: 0 40px 0 0;
}

#nameOfTests {
	float: left;
	width: 160px;
}

#clinicalImpact {
	float: left;
	width: 410px;
}

.testname {
	font-style: italic;
}

.noList {
	background: none;
}

#internal_innerContentArea th, #internal_innerContentArea td  {
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
	padding-right: 15px;
}

.altNamesTable {
	margin: 0;
}

#internal_innerContentArea table.altNamesTable td {
	width: 20%;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 0;
	background-image: url(images/li_green.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#dosageDetailsSteps {
	margin: 15px 0 0 0;
}

#dosageDetailsSteps div {
	float: left;
	display: block;
}

#dosageDetailsSteps select, select {
	border: 1px solid #CCCCCC;
/*	margin: 0 0 0 30px;*/
	margin: 10px 0 0 0;
	float: left;

}

a.btn_submit {
	background-image: url(images/btn_submit.gif);
	background-repeat: no-repeat;
	width: 73px;
	height: 24px;
	display: inline-block;
	text-indent: -9999px;
}

a.btn_clear {
	background-image: url(images/btn_clear.gif);
	background-repeat: no-repeat;
	width: 73px;
	height: 24px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 0 0 5px;
}

.search-again {
	background-color: #7fb83c;
}

.search-again a {
	display: block;
	color: #FFFFFF;
	padding: 7px;
	text-decoration: none;
}

.btn_drugTherapyAlts {
	background-image: url(images/btn_drugTherapyAlts.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	margin: 17px 0 0 0;
}

#drugTest_listing_header {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#drugTest_listing_rightCol {
	float: right;
	width: 390px;
	margin: 0 0 0 45px;
}

#drugTest_listing_leftCol {
	float: left;
	width: 393px;
}

#drugTest_listing_availability {
	float: left;
	width: 383px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}

#drugTest_listing_availability .drug_name {
	color: #e87d1e;
}

#drugTest_listing_group, #drugTest_listing_single {
	float: left;
	width: 373px; /*393*/
	background-image: url(images/bg_drugTest_listing.jpg);
	background-repeat: no-repeat;
	min-height: 185px;
	padding: 10px;
}

#drugTest_listing_single li, #drugTest_listing_other li {
	background-image: none;
}

#drugTest_listing_group h4 {
	color: #7fb83c;
	text-transform: uppercase;
	background-image: url(images/ico_groupTest.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 33px;
	height: 21px;
	font-size: 12px;
}

#drugTest_listing_single h4 {
	color: #7fb83c;
	text-transform: uppercase;
	background-image: url(images/ico_singleTest.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 33px;
	height: 21px;
	font-size: 12px;
}

#drugTest_listing_other {
	float: left;
	width: 393px;
}

#drugTest_listing_other h4 {
	color: #7fb83c;
	text-transform: uppercase;
	background-image: url(images/ico_pin.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 33px;
	height: 21px;
	font-size: 12px;
	margin-top: 0;
}

#steps {
	background-image: url(images/bg_steps.jpg);
	background-repeat: no-repeat;
	width: 261px; /*283*/
	height: 113px; /*121*/
	padding: 8px 11px 0 11px;
}

#steps h4 {
	color: #7fb83c;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px 2px;
	padding: 0;
}

a.btn_steps_1print {
	background-image: url(images/btn_steps_1print.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 3px;
	outline: none;
}

a.btn_steps_2form {
	background-image: url(images/btn_steps_2form.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 3px;
	outline: none;
}

a.btn_steps_3visit {
	background-image: url(images/btn_steps_3visit.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 3px;
	outline: none;
}

td.altRowColor {
	background-color: #e6eae2;
}

.btn_drugAssociated {
	background-image: url(images/btn_drugsAssociated2.gif);
	background-repeat: no-repeat;
/*	width: 257px;*/
	width: 264px;
	height: 23px;
	text-indent: -9999px;
	float: left;
	margin: 0 0 6px 0;
}

.testname2 {
	font-weight: bold;
	height: 20px;
/*	width: 84px;*/
	width: 79px;
	float: left;
	margin: 0 0 6px 0;
	background-image:url(images/li_green.gif);
	background-position:0 9px;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 3px 0 0 10px;
}

#dosage_summary {
	color: #e87d1e;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}