/*
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: 310px;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin-top: 0;
	padding-top: 0;
}

#menu ul li img {
	border-style: none;
}

.trigger {
	float: left;
}

.trigger img {
	border: none;
}

.trigger ul.anim{
	display: none;
	z-index: 1;
	list-style: none;
	background:  #ffffff repeat-y scroll center center;
	border:1px solid #CCCCCC;
	list-style-type:none;
	margin: 23px -50px;
	padding:0.4em;
	position:absolute;
	top: 27px;
	width: 350px;
	height: 250px;
	font-family: "Arial";
}

.trigger:hover ul.anim {
	display: block;
}


.trigger ul.anim li {
	display: block;
	padding:0.02em 0.5em;
	float: left;
	width: 95px;
	position: relative;
	top: 14px;
}

.trigger ul.anim li a{
	font-size: 11px;
	text-decoration: none;
}

.trigger ul.anim li a:hover{
	text-decoration: underline;
}

#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-image: transparent url(/images/privacy.jpg);
	width:57px;
	height: 27px;
	padding 0px;
	float: left;
}

#privacy:hover {
	background-image: 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;
}

/********** 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;
}

#pricesReg {
	width: 300px;
	float: left;
}

#imagesReg {
	width: 400px;
	clear: all;
}

#lookupReg {
	width: 235px;
	text-align: center;
	float: left;
	position: relative;
	top: 50px;
}

#lookupRegImg {
	width: 235px;
	text-align: center;
	float: left;
}

#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: right;
	position: relative;
	right: 8px;
	width: 319px;
	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: right;
	width: 320px;
	height: 250px;
	position: relative;
	top: 0px;
	right: 8px;
}

#priceBox {
	float: left;
	clear: left;
	width: 560px;
	position: relative;
	right: 4px;
	margin: auto;
}

.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;
	text-align: top;
	width: 639px;
	height: 83px;
}

#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;
	border:1px solid #DFDFDF
	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;
}

#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-color: #EDEDED;
	border-style:solid none none;
}

.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: center;
}

#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: left;
}

#social_media img{
	border: 0;
}

#refs ol li{
	font-weight: normal;
}

#map_canvas {
	width: 430px;
	height: 360px;
	display: none;
	position: absolute;
	right: 0px;
}

#map_canvas a{
}

#logos {
	height: 300px;
}

#logos img{
	float: left;
}

#states {
	width: 945px;
	height: 100px; 
	clear: left;
	position: relative;
	top: 10px;
	border: 2px solid #EDEDED;
	margin: auto;
	text-align: center;
}

#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 */
}
