/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }
.bold { font-weight: bold; }
.bold_normal { 
	color:#000000; 
	font-weight: bold;
}


#content_sub_wide {
	float: left;
	width: 880px;
	padding: 0 20px;
	font-size: 1.2em;
}

.blue_side {
	color: #333399;
	font-weight: bold;
	font-size: 120%;
}

#wrap h4 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #669933;
	margin: 0 0 .75em;
	text-align: center;
}
#side h4 {
	color: #333399;
	margin: 0 0 .5em;
}

p.small {
	color: #666666;
	font-size: 75%;
}

p.side {
	text-align: center;
}

.search_txt {
	font-weight: bold;
}
.flR { float: right; }
.flL { float: left; }
.alL { text-align: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.warning {
	font-size: 1.6em;
	font-weight: bold;
	color: #cc0000;
}


/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #43488f;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF url(../img/body-t.png) repeat-x 0 0;
	padding: 26px 0 0;
}
#page {
	font-size: 1.2em;
	width: 973px;
	margin: 0 auto;
	color: #333333;
	background: url(../img/page-bg.gif) repeat-y 0 0;
}
	#page2 {
		background: url(../img/page-t.png) no-repeat 0 0;
	}
		#page3 {
			background: url(../img/page-b.png) no-repeat 0 100%;
			padding: 5px 6px;
			min-height: 700px;
		}



#top {
	margin: 0 0 18px;
}
	#logo {
		float: left;
		position: relative;
		z-index: 10;
		padding: 29px 0 24px 23px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 370px;
			height: 38px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#motto {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 133.33%;
		font-weight: normal;
		color: #333333;
		float: right;
		line-height: 91px;
		padding: 0 20px 0 0;
	}
	#menu {
		clear: both;
		width: 100%;
		height: 33px;
		overflow: hidden;
		background: url(../img/menu-bg.png) repeat-x 0 0;
		font-size: 91.67%;
	}
		#menu ul {
			float: left;
		}
			#menu li {
				float: left;
				background: url(../img/menu-sep.png) no-repeat 100% 0;
				padding: 0 2px 0 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					width: 160px;
					color: #FFFFFF;
					font-weight: bold;
					text-transform: uppercase;
					text-decoration: none;
					height: 33px;
					line-height: 33px;
					text-align: center;
				}
					#menu li a:link span, #menu li a:visited span {
						float: left;
						display: block;
						width: 100%;
						line-height: 33px;
					}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.active a:link, #menu li.active a:visited {
					background: url(../img/menu-active.png) repeat-x 0 0;
				}
					#menu li.active a:link span, #menu li.active a:visited span {
						background: url(../img/bullet-1.jpg) no-repeat 50% 25px;
					}
		#menu p {
			float: right;
			padding: 5px 80px 0 0;
		}
			#menu p a:link, #menu p a:visited {
				display: block;
				width: 109px;
				height: 27px;
				font-weight: bold;
				color: #333399;
				text-decoration: none;
				text-align: center;
				line-height: 22px;
				background: url(../img/but-1.png) no-repeat 0 0;
			}

#wrap {
	margin: 0 18px 22px;
	width: 925px;
	overflow: hidden;
}
	#content {
		float: left;
		width: 629px;
		background: url(../img/box1-bg.gif) repeat-y 0 0;
	}
		#content2 {
			background: url(../img/box1-t.gif) no-repeat 0 0;
		}
			#content3 {
				background: url(../img/box1-b.gif) no-repeat 0 100%;
				padding: 11px 10px;
				width: 609px;
				overflow: hidden;
			}


#green_back {
	background: url(../img/green_back.gif) no-repeat 0 0;
}










	#content_login {
	}

	#content_sub {
		float: left;
		width: 609px;
		padding: 0 20px;
		font-size: 1.2em;
	}


	#content_sub img {
		float: left;
		padding: 5px 15px 0 0;
	}


#content_sub_pgm {
	float: left;
	width: 95%;
	padding: 0 20px;
	font-size: 1.2em;
}







#answers {
	font-size: 1.2em;
	padding: 35px 0;
}

#answers p a {
	font-size: 1em;
}

#answers span {
	color: #43488f;
	font-weight: bold;
}



	#content_search {
		width: 720px;
		padding: auto 20px;
		margin-left: 10px;
		float: left;
	}

	#content_search #searchL {
		width: 350px;
		float: left;
	}
	#content_search #searchR {
		width: 350px;
		float: right;
	}
	#search_right {
		width: 150px;
		float: right;
	}

	#bigletter {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 300%;
		font-weight: bold;
		color: #669933;
	}





	#side {
		float: right;
		width: 276px;
		background: #f2f4ec url(../img/box2-bg.gif) repeat-y 0 0;
	}
		#side2 {
			background: url(../img/box2-b.gif) no-repeat 0 100%;
		}
			#side3 {
				background: url(../img/box2-t.gif) no-repeat 0 0;
				padding: 10px 10px;
			}

	#side_sub {
		float: right;
		width: 276px;
		background: #f2f4ec url(../img/box2-bg.gif) repeat-y 0 0;
	}
		#side_sub2 {
			background: url(../img/box2-b.gif) no-repeat 0 100%;
		}
			#side_sub3 {
				background: url(../img/box2-t.gif) no-repeat 0 0;
				padding: 17px 10px;
			}

	#side_360 {
		float: right;
		width: 360px;
		background: #f2f4ec url(../img/box3-bg.gif) repeat-y 0 0;
	}
		#side_360-2 {
			background: url(../img/box3-b.gif) no-repeat 0 100%;
		}
			#side_360-3 {
				// height: 155px;
				background: url(../img/box3-t.gif) no-repeat 0 0;
				padding: 10px 10px;
			}



#title_about {
	padding: 0 auto;
	background: url(../img/title_about.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_warning {
	padding: 0 auto;
	background: url(../img/title_warning.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_login {
	padding: 0 auto;
	background: url(../img/title_login.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_program {
	padding: 0 auto;
	background: url(../img/title_program.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_sitemap {
	padding: 0 auto;
	background: url(../img/title_sitemap.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_sitemap {
	padding: 0 auto;
	background: url(../img/title_sitemap.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_jointoday {
	padding: 0 auto;
	background: url(../img/title_jointoday.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_registration {
	padding: 0 auto;
	background: url(../img/title_registration.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_memberlogin {
	padding: 0 auto;
	background: url(../img/title_memberlogin.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_faq {
	padding: 0 auto;
	background: url(../img/title_faq.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_thankyou {
	padding: 0 auto;
	background: url(../img/title_thankyou.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_privacy {
	padding: 0 auto;
	background: url(../img/title_privacy.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_poverty {
	padding: 0 auto;
	background: url(../img/title_poverty.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_terms {
	padding: 0 auto;
	background: url(../img/title_terms.jpg) no-repeat center ;
	width: 100%;
	height: 113px;
}

#title_search {
	padding: 0 auto;
	background: url(../img/title_search.jpg) no-repeat center ;
	width: 100%;
	height: 214px;
}
	#title_search h2 {
		padding: 98px 0 0 40px;
	}
	#title_search p {
		padding: 0 0 0 40px;
	}
	#title_search a {
		font-weight: bold;
		font-size: 1.3em;
	}
	#title_search input, #title_search.search_txt {
		margin-top: 10px;
	}
	#title_search input{
		width: 280px;
		margin-left: 40px;
	}








#wrap p {
	line-height: 1.4;
	margin: 0 0 1em;
}

#content ul {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 1.5em 1.5em;
}


#header {
	margin: 0 -2px 10px 0;
}

#wrap h2, #title_search h2 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #669933;
	margin: 0 0 .75em;
}

#side_360 h2, #side h2, #side h4 {
	color: #333399;
	margin: .5em 0;
}

#side_360 h2 {
	color: #333399;
	margin: .2em;
}

#side_360 ul {
	padding: 1em 3em;
}


#landing, #faq, #privacy, #poverty {
	float: left;
	width: 615px;
	padding: 0 10px 0 0;
}

#faq table td .title {
	color: #669933;
	font-weight: bold;
	font-size: 1.2em;
}
	#faq a {
		font-size: 1.2em;
		line-height: 200%;
		text-decoration: underline;
	}

	#faqbox {
		margin-top: 15px;
		margin-left: -15px;
		width: 613px;
		background: #e7e7e7 url(../img/shadeback.gif) repeat-y 0 0;
	}
		#faqbox2 {
			background: url(../img/shadebottom.gif) no-repeat 0 100%;
		}
			#faqbox3 {
				background: url(../img/shadetop.gif) no-repeat 0 0;
				padding: 10px 15px;
			}


#poverty p { 
	font-size: 1.2em;
}

#poverty table td { 
	padding: 3px;
	border: solid #cccccc 1px;
	text-align: center;
	font-size: 1.2em;
}

#poverty p.chart { 
	padding: 1em 0 2em;
}


#privacy ul, #faq ul, .faqlist {
	padding-left: 35px;
	padding-bottom: 15px;
	list-style-type: disc;
}

.faqlist li {
	padding-top: 1.2em;
}

#privacy ul li {
	padding-top: 1.2em;
	line-height: 1.5em;
}











#landing {
	width: 550px;
}

#landing h2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #333399;
}

#landing p {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333399;
}












#main, #how {
	float: left;
	width: 270px;
	padding: 0 10px;
}
	#main dt {
		font-weight: bold;
	}
	#main dd {
		font-style: italic;
		margin: 0 0 1em;
	}
	#main p a:link, #main p a:visited {
		text-decoration: underline;
	}

#how {
	float: right;
	margin-right: -9px;
	height: 220px;
	background: url(../img/img-1.jpg) no-repeat 100% 100%;
}
	#how ul {
		list-style: none;
		margin: 0;
		font-size: 116.67%;
		font-weight: bold;
	}
		#how li {
			margin: 0 0 .75em;
		}

.style1 {
	color: #669933;
}

#register {
}

#register_sub a {
	padding-top: 17px;
	text-decoration: underline;
	font-weight: bold;
 }

	#register form ul {
		list-style: none;
		margin: 0;
	}
		#register form li {
			width: 100%;
			overflow: hidden;
			padding: 4px 0;
		}
			#register label {
				float: left;
				display: block;
				width: 110px;
				font-weight: bold;
			}
				#register label span {
					font-weight: normal;
				}
			#register input.text {
				float: left;
				width: 135px;
			}
			#register label.forget {
				width: 150px;
				text-align: left;
			}
			#register label.forget a{
				text-decoration: underline;
				font-weight: normal;
			}
		#register form li.items {
			margin: 0 0 5px;
		}
			#register li.items label {
				width: auto;
			}
			#register li.items ul {
				clear: both;
				padding: 5px 0;
			}
				#register li.items li {
					float: left;
					width: auto;
					padding: 0;
					margin: 0 5px 0 0;
				}
					#register li.items li input {
						float: left;
						margin-right: 5px;
					}
					#register li.items li label {
						font-weight: normal;
					}
		#register form li.captcha {
		}
			#register li.captcha label {
				width: 100%;
				margin: 0 0 3px;
			}
			#register li.captcha img {
				float: left;
				margin: 0 10px 0 0;
			}
			#register li.captcha input.text {
				width: 115px;
				margin: 10px 0 0;
			}
		#register form li.button {
			text-align: center;
		}
		#register form li.submit {
			text-align: center;
		}
		#register form li.button2 {
			text-align: center;
		}
		.img {
			margin: -30px 0 0 180px;
		}


#footer {
	margin: 0 20px;
	width: 921px;
	overflow: hidden;
	padding: 0 0 25px;
}
	#footer p.links {
		float: left;
		width: 350px;
		line-height: 1.75;
	}
		#footer p.links span {
			display: block;
			font-size: 91.67%;
		}
		#footer p.links a:link, #footer p.links a:visited {
			padding: 0 .6em;
		}
	#footer p.info {
		float: right;
		width: 550px;
		font-size: 91.67%;
		color: #999999;
	}


#print-book {
	height: 50px;
	width: 100%;
}

#print-book a img {
	float: right;
	padding: 5px;
}

#enlarger {
	float: right;
	margin-right: 20px; // margin-right: 10px;
}

#enlarger a, #enlarger img {
	padding: 0;
	margin: 0 1px;
}


/* med pro */
.medpro { font-size: 14pt; }
.medpro A:link {color: green; }
.medpro A:visited {color: green; }
.medpro A:active {color: green; }
.medpro A:hover { color: green;}

.medpro1 { font-size: 14pt; }

.medpro1 A:link {color: green; }
.medpro1 A:visited {color: green; }
.medpro1 A:active {color: green; }
.medpro1 A:hover { color: green;}


div.drug-pages h1 {
	font-size: 18px;
	color: #339;
}

div.drug-pages li {
	margin-bottom: 10px;
}

div#content-wide {
margin-bottom: 100px;
}


