/*
Design by DopeStats - www.dopestats.com
*/

/* The # in front of the id tells the browser that we are selecting an id. For a class */
/* use a . instead. For ex- .page-container{}. An id is a unique identifier that we use for */
/* things that are only going to occur once on the page. So for headers, footers, navigation, etc */
/* we use ids, and for any recurring elements (links), use classes, which can occur multiple */
/* times on the same page */
#page-container {
	background: transparent;		/* <div> backgrounds  are initially transparent */
	width: 968px; 			/* Header sidebar(141) + centercontent(852) + adsR(120) */
	margin: auto;			/* Centering a div is done by setting the margins on it to auto. */
					/* When the left/right margins are auto, they will even each other */
					/* out and the div will sit in the center of its container */
	vertical-align: text-top;
}

/* html and body tags have default margins and/or padding on nearly all browsers. So we need to write a */
/* CSS rule to reset the margins and padding on the html and body tags to zero. */
html, body {				/* Command stands for OR */
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-color: #EDEDED; 	 #F1F1ED lighter peach ; old green #1f3b08; */
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; 
	background:transparent url(/images/top_gradient.jpg) no-repeat scroll center top;
	padding:20px 0 0;*/

	/*font-family:Arial,Helvetica,sans-serif;
	font-size:12px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
	background:url(/images/dopestats_gradient.jpg) top repeat-x #EDEDED;
	margin:0;
	padding:0;
	text-align:left;
}

#mainmap{
	margin: auto;
	width: 832px;
}

/*** Begin Header ***/
#header {
	/*background: black;*/
	height: 110px;
	width: 960px;
	position: relative;
	background:url(/images/header_rpt.jpg) top repeat-x #EDEDED;
	/*border-left: 4px solid #EDEDED;
	border-right: 4px solid #EDEDED;*/
}

#header_wrapper {
	position: absolute;
	background:url(/images/header_rpt.jpg) top repeat-x #EDEDED;
	width: 100%;
	height: 110px;
	float: left;
}

#footer_wrapper {
	position: relative;
	background:url(/images/footer_rpt.jpg) bottom repeat-x #EDEDED;
	float: left;
	width: 100%;
	height: 110px;
}

#header h2{
	color: #EDEDED;
}

h1 { 
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 18px; 
    font-weight: bold; 
    color: #000000; 
    text-align: center;
    position: relative;
    top: 0px;
    left: 24px;
    max-width: 912px;
} 

	
h2 { 
    	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold; 
	color: #000000; 
	/*border-bottom: 1px solid #C6EC8C;*/ 
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold; 
	color: #000000; 
}

#sub_Header {
	clear: both;
	width: 956px;
	height: 130px;
	position: relative;
	left: 6px;
	bottom: 0px;
	background:url(/images/sub_Header.jpg) bottom repeat-x #EDEDED;
	
}

/* SubHeader images */
.sub_Header_img0 {
	width: 112px;
	height: 112px;
	position: absolute;
	left: 25px;
	padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img0 img {
	width: 112px;
	height: 112px;
	border: 55px;
}

.sub_Header_img1 {
	width: 112px;
	height: 112px;
	position: absolute;
	left: 145px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img1 img {
	width: 112px;
	height: 112px;
	border: 55px;
}
.sub_Header_img2 {
	width: 112px;
	height: 112px;
	position: absolute;
	left: 265px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img2 img {
	width: 112px;
	height: 112px;
	border: 55px;
}
.sub_Header_img3 {
	width: 112px;
	height: 112px;
	position: absolute;
	left: 385px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img3 img {
	width: 112px;
	height: 112px;
	border: 55px;
}
.sub_Header_img4 {
	width: 112px;
	height: 112px;
	position: absolute;
	top: 150px;
	left: 25px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img4 img {
	width: 112px;
	height: 112px;
	border: 55px;
}
.sub_Header_img5 {
	width: 112px;
	height: 112px;
	position: absolute;
	top: 150px;
	left: 145px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img5 img {
	width: 112px;
	height: 112px;
	border: 55px;
}
.sub_Header_img6 {
	width: 112px;
	height: 112px;
	position: absolute;
	top: 150px;
	left: 265px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img6 img {
	width: 112px;
	height: 112px;
	border: 55px;
}
.sub_Header_img7 {
	width: 112px;
	height: 112px;
	position: absolute;
	top: 150px;
	left: 385px;
	 padding: 4px; 
	border: 1px solid #EDEDED;
}

.sub_Header_img7 img {
	width: 112px;
	height: 112px;
	border: 55px;
}

#googleAd {
	position: absolute;
	width: 468px;
	height: 60px;
	right: 25px;
	top: 25px;
}

#ad{
	margin: auto;
	float: left;
	width: 480px;
	position: relative;
	left: 24px;
}

/**** Logo ****/
#logo {
	float: left;
	width: 321px;
	height: 110px;
}

#logoRightImage {
	float: right;
}

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#logo img {
	border: 0px;
}

#mainframe {
	position: relative;
	width: 968px;
	background:url(/images/body_bg.jpg) top repeat-y #EDEDED;
}

#mainframe img {
	display: block;
   	margin-left: auto;
   	margin-right: auto
}

#updates {
	float: right;
	text-align: right;
	width: 245px;
	position: relative;
	right: 8px;	
	
}

/**** End header/logo, Begin Menu ****/

#menu {
	float:right;
	position: relative;
	height: 27px;
	width: 371px;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin-top: 0;
	padding-top: 0;
}

#menu ul li img {
	border-style: none;
}

.trigger {
	float: right;
	height: 27px;
}

.trigger img {
	border: none;
}

#dlist {
	background:transparent url(/images/drug_list.jpg);
	width:73px;
	height: 27px;
	padding: 0px;
	float: left;
}

#dlist:hover {
	background:transparent url(/images/drug_list_alt.jpg);
}

#privacy {
	background: transparent url(/images/privacy.jpg);
	width:57px;
	height: 27px;
	padding: 0px;
	float: left;
}

#privacy:hover {
	background: transparent url(/images/privacy_selected.jpg);
}


#about_us {
	background: transparent url(/images/about_us.jpg);
	width:67px;
	height: 27px;
	padding: 0px;
	float: left;
}

#about_us:hover {
	background: transparent url(/images/about_us_selected.jpg);
}

#support_us {
	background: transparent url(/images/support_us.jpg);
	width:113px;
	height: 27px;
	padding: 0px;
	float: left;
}

#support_us:hover {
	background: transparent url(/images/support_us_selected.jpg);
}

.button {
	float: left;
}

#sidebar {
	clear: both;
	float: left;
	position: absolute;
	top: 110px;
	width: 115px;			/* Original 258px */
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	/*z-index: -1;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	font-size: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul li {
	color: #dc5454; 	/* #c80909; */
}


#sidebar h2 {
	/*padding: 5px 10px;*/
	background: #000000;
	font-size: 13px;		/* original 1.2em */
	padding: 5px 0 0 10px;
	
}

#sidebar p {
	padding: 15px;
	text-align: right;
}

#sidebar a {
	color: #dc5454; 	/* #c80909; */
       	text-decoration: underline;
}

#sidebar a:hover {
}

/********** Begin Footer **********/
#footer {
	clear: both;
	background: #000000;
	background:url(/images/footer_rpt.jpg) top repeat-x #EDEDED;
	/*height: 128px;*/
	position: relative;
	height: 110px;
	float: left;
	width: 100%;
	/*border-left: 4px solid #EDEDED;
	border-right: 4px solid #EDEDED;
	border-bottom: 4px solid #EDEDED;*/
}

#footer p {
	color: #EDEDED;
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	position: relative;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
}

#imageRe_border {
	position: relative;
	right: 0px;
}

.imageRe {
	border: 1px solid #EDEDED;
	background: #EDEDED;
	height: 100px;
	clear: both;
}

.imageRe img{
	float: left;
	position: relative;
	left: 10px;
	margin: auto;
}

.imageRe p{
	/*font-family:Arial,Helvetica,sans-serif;
	font-size:12px;*/
	position: relative;
	vertical-align: text-top;
	left: 65px;
	bottom: 10px;
}

.imageRe_w {
	border: 1px solid #EDEDED;
	background: #FFFFFF;
	height: 100px;
	clear: both;
}

.imageRe_w img{
	float: left;
	position: relative;
	left: 10px;
	margin: auto;
}

.imageRe_w p{
	/*font-family:Arial,Helvetica,sans-serif;
	font-size:12px;*/
	position: relative;
	vertical-align: text-top;
	left: 65px;
	bottom: 10px;
}

#avg_stats_reg {
	clear: right;
	float: left;
	position: relative;
	left: 54px;
	top: 24px;
	width: 300px;
	background-color:#F6F6F7;
	border:1px solid #DFDFDF;
}

#avg_stats_reg h2 {
	text-align: center;
}

#avg_stats_reg p {
	text-align: justify;
	position: relative;
	left: 8px;
}

#avg_stats_reg ul{
	/*font-family:Arial,Helvetica,sans-serif;
	font-size:12px;*/
	position: relative;
	left: 16px;
}

#googleAdM {
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	top: 12px;
	left: 54px;
}

#googleAdMU, #tagCloud {
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	top: 36px;
	left: 54px;
}
#tagCloud ul li{
	list-style-type:none;
	float:left;
}
#tagCloud a{
	text-decoration: none;
}
#commonEx a{
	text-decoration: none;
}
#priceBox {
	float: left;
	clear: left;
	width: 560px;
	position: relative;
	margin: auto;
}

#priceBox h2{
	position: relative;
	left: 4px;
}

.priceBox_result {
	width: 140px;
	float: left;
	height: 98px;
}

.priceBox_result_b {
	min-width: 100px;
	max-width: 155px;
	text-align: center;
	position: relative;
	top: 34px;
	left: 24px;
	float: left;
}

#priceBox p{
	position: relative;
	left: 24px;
}

#userPriceSearch {
	float: left;
	position: relative;
	right: 4px;
	max-width: 639px;
	min-width: 420px;
	height: 83px;
	z-index: 10;
}

#userPriceSearch h2,p{
	text-align: left;
	position: relative;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#userPriceSearch img{
	float: left;
	border: 0;
}

#userPriceSearch form{
	/*width: 329px;*/
}

#upSearch {
	float: left;
	position: relative;	
}


#links {
	float: left;
	position: relative;
	left: 24px;
	margin: auto;
}

#articleM {
	float: left;
	clear: left;
	width: 560px;
	position: relative;
	left: 24px;
	margin: auto;
}

#articleM p{
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
}

#articleMT {
	float: left;
	clear: left;
	width: 560px;
	position: relative;
	left: 24px;
	border: 1px solid #DFDFDF;
	margin: auto;
	min-height: 400px;
}

#subMenu {

}

#subMenu h2{
	font-size:12pt;
}
#US_map {

}

#aboutUs_header{
	width: 150px;
	position: relative;
	left: 24px;
	text-align: left;
}

#aboutUs_main{
	width: 912px;
	position :relative;
	left: 24px;
	bottom: 0px;
}

#aboutUs_main h2{
	text-align: left;
}

#aboutUs_main p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

#aboutUs_main ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}

.druglistN {
	width: 210px;
	float: left;
	position: relative;
	border: 2px solid #EDEDED;
}

.druglistN li {
	list-style-type:none;
	font-family:arial, verdana, sans-serif; /* ADDED */ 
	font-size:0.8em; /* ADDED */ 
	text-align:left; /* ADDED */ 
	text-decoration:none; /* ADDED */
}

.linkP {
	
}

#ads {
	width: 700px;
	margin: auto;
}

#ads h2{
	text-align: left;
}

#ads_txt{
	width: 200px;
	float: left;
	text-align: center;
}

#ads_sky{
	width: 180px;
	height: 700px;
	float: right;
	position: relative;
	right: 0px;
}

#ads_med{
	width: 300px;
	height: 300px;
	float: left;
}

#ads_msg{
	float: left;
	width: 468px;
}
#ads_std{
	width: 468px;
	height: 120px;
	float: left;
}

#def_search{
	height: 300px;
	width: 480px;
	border-color: #EDEDED;
	border-style:solid solid solid;
	position: relative;
	left: 240px;
	top: 50px;
	text-align: center;
	
}

#def_search p{
	text-align: center;
}

#def_search form{
	text-align:center;
}

#bread{
	position: relative;
	left: 24px;
}

#bread h2{
	text-align: left;
}

#bread a{
	text-align: left;
}

#survey {
	float: left;
	width: 480px;
	position: relative;
	left: 24px;
}
#survey form {
	text-align: justify;
}


#survey_top{
	text-align: left;
	position: relative;
	width: 280px;
	float: left;
}

#survey_top ul{
	list-style-type:none;
	padding: 0px;
}

#countyReg {
	float: left;
	text-align: left;
	position: relative;
	width: 280px;
}

.survey_field{
	border-top: 1px solid #FB7A31;
	border-left: 1px solid #FB7A31;
	border-right: 1px solid #FB7A31;
	width: 238px;
	float: left;
}

.survey_field_R{
	width: 238px;
	border-top: 1px solid #FB7A31;
	border-left: 1px solid #FB7A31;
	border-right: 1px solid #FB7A31;
	float: left;
}

#mainArea {
	float: left;
	width: 480px;
	vertical-align: top;
	position: relative;
	top: 12px;
}

#mainArea fieldset{
	/*border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;*/
}

#mainArea legend{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 18px;
}

#mainArea div{
	display:block;
	margin:5px 0 0;
	padding:1px 3px;
}

.required {
	font-weight:bold;
	width: 240px;
	float: left;
}

.optional {
	font-weight:normal;
	width: 240px;
	float: left;
}

.optional label {
	text-align: left;
}

.optional_side {
	clear: left;
}

.required_side {
	float: right;
	width: 200px;
}

#mainArea div label {
	display:block;
	float:left;
	margin:0 0 5px;
	padding:3px 5px;
}

#mainArea p{
	text-align: center;
}

.select_st_header {
	color:#000000;
	font-family:Tahoma,Arial,sans-serif;
	border: 1px solid #EDEDED;
}

.select_st {
	padding:1px 3px;
	color:#000000;
	font-family:Tahoma,Arial,sans-serif;
	border-color: #EDEDED;
	border-style:solid solid solid;
}

.input_t{
	font-family:Tahoma,Arial,sans-serif;
	border-color: #EDEDED;
	border-style:solid solid solid;
}


#stateImg {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 24px;
	text-align: center;
	width: 400px;
	vertical-align: top;
}

#stateImg p{
	text-align: left;
}

#dused {
	font: inherit;
}

#help {
	text-align: center;
	position: relative;
	left: 24px;
}

#help p{
	text-align: justify;
}

#share_bar{
	float: left;
	
}

#share_bar img{
	position: relative;
	left: 4px;
	top: 4px;	
}

#social_media{
	float: right;
	position: relative;
	top: 15px;
}

#social_media img{
	border: 0;
	float: left;
}

#refs ol li{
	font-weight: normal;
}

#mainCanvas {
	width: 391px;
	height: 673px;
	margin: auto;
}

#logos {
	height: 300px;
}

#logos img{
	float: left;
}

#states {
	font-family: Arial;
	font-size: 12px;
	width: 945px;
	height: 100px;
	float: left;
	clear: both;
	position: relative;
	top: 10px;
	left: 10px;
	margin: auto;
}

#states ul {
	width: 160px;
	float: left;
}

#states li {
	list-style-type:none;
	font-family:arial, verdana, sans-serif; /* ADDED */ 
	font-size:0.8em; /* ADDED */ 
	text-align:left; /* ADDED */ 
	text-decoration:none; /* ADDED */
}

#graph {
	float: left;
	position: relative;
	left: 24px;
	width: 560px;
	height: 350px;
}

#options {
	float: left;
	position: relative;
	left: 54px;
	width: 330px;
	height: 350px;
}

.series {
	float: left;
	position: relative;
	left: 2px;
}

#drange {
	width: 215px;
	height: 140px;
	float: left;
	position: relative;
	bottom: 15px;
}

.suggestionsInput {
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #EDEDED;*/
}

#suggestions {
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	border-left: 2px solid #EDEDED;
	border-right: 2px solid #EDEDED;
	border-bottom: 2px solid #EDEDED;
	background: #FFF;
	position: absolute;
	width: 175px;
	visibility: hidden;

}
#suggestions ul{
	width: 175px;
	position: relative;
	right: 38px;
}

#suggestions li{
	list-style-type: none;
	width: 175px;
}

#suggestions li:hover{
	background-color: #EDEDED;
}

#bnames{
	color:#000000;
	font-family:Tahoma,Arial,sans-serif;
	border-color: #EDEDED;
	border-style:solid none none;
}

#cmpr{
	float: left;
	clear: both;
	position: relative;
	top: 15px;
}

.legend span{
	font-family:Tahoma,Arial,sans-serif;
	font-size: 10px;
}
.searchterm{}

#register_login{
	margin: auto;
	width: 796px;
}
#login{
	width: 330px;
	height: 168px;
	float:left;
	position: relative;
	top: 24px;
	left: 96px;
}
#register{
	width: 350px;
	height: 340px;
	float: left;
	position: relative;
	left: 192px;
	position: relative;
	top:24px;
}

#login_f{
	margin: auto;
	width: 330px;
	height: 168px;
	/*** Rounded Corners ***/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font: #EDEDED;
	border: 1px solid #E4E4E4;
	position: relative;
}
#login_f input:focus{
	border: 2px solid #358CD8;
}
#login_f ul{
	list-style-type: none;
	margin: auto;
}
#login_f p{
	position:relative;
	left: 8px;
	font-size:12px;
	line-height: 14px;
	width: 145px;
	
}
#login_f h2{
	text-align:left;
	position:relative;
	left: 8px;
}
.login_label{
	width: 100px;
	float: left;
}
.login_input{
	width: 156px;
	float: left;
	list-style-type: none;
}
.login_input_element{
	border: 2px solid #E4E4E4;
	float: left;
}
.errorLoginRed{
	border:2px solid #df0002;
}
.login_holder{
	border-top: 1px solid #EFEFEF;
	width: 266px;
	height: auto;
	float: left;
	padding 16px;
	position: relative;
	top: 8px;
}
.login_holder a{
	position: relative;
	left: 16px;
}
.login_holder input,
.login_holder img{
	float: right;
	outline: 0;
}

.login_label{
	width: 100px;
	float: left;
}
.register_label{
	width: 140px;
	float: left;
}
/** General error message on top**/
#loginErrorL{
	display: none;
	color: red;
	position: relative;
}
#loginErrorR{
	display: none;
	color: red;
	position: relative;
}

#loginErrorR li{
	list-style-type:none;
}

.errorInput {
	display: none;
	width: 34px;
	float: left;
	color: #df0002;
}

#register_f{
	width: 350px;
	height: 340px;
	max-height: 498px;
	/*** Rounded Corners ***/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font: #EDEDED;
	border: 1px solid #E4E4E4;
}
#register_f input:focus{
	border: 2px solid #358CD8;
}
#register_f ul{
	list-style-type: none;
	margin: auto;
}

#register_f ul li{
	padding:1px;
}
#register_f h2{
	text-align: left;
	position:relative;
	left: 8px;
}

