/* Start Structure Items */
html{
	height:100%;
	background: #B3BCC9; /* Old browsers */
	background: -moz-linear-gradient(top, #B3BCC9 0%, #5D799C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3BCC9), color-stop(100%,#5D799C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B3BCC9 0%,#5D799C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B3BCC9 0%,#5D799C 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #B3BCC9 0%,#5D799C 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3BCC9', endColorstr='#5D799C',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #B3BCC9 0%,#5D799C 100%); /* W3C */
	background-attachment:fixed;
}
body{
	margin:0;
	padding-top:10px;
	min-height:99%;
	background-image:url(../images/body_bg.png);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
#wrapper{
	width:960px;
	margin:0 auto;
	border-top:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-left:10px solid #ffffff;
	-moz-box-shadow:0px 0px 80px #31353B;
	-webkit-box-shadow:0px 0px 80px #31353B;
	box-shadow:0px 0px 80px #31353B;
}
#topbanner{
	height:400px;
	width:100%;
	background-image:url(../images/header.jpg);
	position:relative;
}
#main{
	color:#183443;
	overflow:auto;
	border-top:10px solid #ffffff;
	background-image:url(../images/container-bg.jpg);
}
#leftcol, #rightcol{
	float:left;
	width:200px;
	font-size:12px;
}
#middlecol{
	float:left;
	width:540px;
	margin:0 10px;
	font-size:12px;
	border-top:1px solid #686E7A;
}
#midpart1{
	position:absolute;
	top:20px;
	right:12px;
	width:240px;
	height:120px;
	color:#ffffff;
	text-align:center;
}
#midpart2{
	position:absolute;
	bottom:4px;
	right:11px;
	width:480px;
	height:25px;
	color:#ffffff;
	text-align:center;
}
#footer{
	font-size:12px;
	padding:15px 0;
	text-align:center;
	background: #BBC3CC; /* Old browsers */
	background: -moz-linear-gradient(top, #BBC3CC 0%, #5F6976 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBC3CC), color-stop(100%,#5F6976)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #BBC3CC 0%,#5F6976 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #BBC3CC 0%,#5F6976 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #BBC3CC 0%,#5F6976 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBC3CC', endColorstr='#5F6976',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #BBC3CC 0%,#5F6976 100%); /* W3C */
}
#contactform{
	line-height:20px;
}
#middlecol form{
	width:340px;
	margin:0 auto;
	padding:0;
}
#contactform label{
	clear:left;
	display:block;
	float:left;
	width:125px;
	text-align:left;
	padding:0 10px 0 0;
}
#contactform input{
	padding:0;
	margin:0 0 10px 0;
	width:200px;
	height:20px;
}
#contactform input[type=submit]{
	height:25px;
}
#contactform textarea{
	padding:0;
	margin:0 0 10px 0;
	width:200px;
	height:100px;
}
.vcard{
	margin:0 auto;
	text-align:center;
}
.vcard h2{
	margin:0;
	padding:0;
	font-size:18px;
}
.vcard .adr{
	display:block;
}
.vcard .url{
	display:none;
}
.border{
	border:10px solid #596880;
	-moz-box-shadow:0px 0px 5px #596880;
	-webkit-box-shadow:0px 0px 5px #596880;
	box-shadow:0px 0px 5px #596880;
}
.clear{
	clear:both;
}
.padsmall{
	padding:10px;
}
.padsmaller{
	padding:3px 10px;
}
.center{
	text-align:center;
}
#navigateheader{
	background-image:url(../images/navigate.jpg);
	background-position:center center;
	height:48px;
	width:100%;
}
#navigateheader strong{
	visibility:hidden;
}
#citylistheader{
        background-image:url(../images/drug-treatment-by-city.jpg);
        background-position:center center;
        height:48px;
}
#citylistheader strong{
        visibility:hidden;
}
#statelistheader{
        background-image:url(../images/drug-treatment-by-state.jpg);
        background-position:center center;
        height:48px;
}
#statelistheader strong{
        visibility:hidden;
}
#newsheader{
        background-image:url(../images/news.jpg);
        background-position:center center;
        height:48px;
}
#newsheader strong{
        visibility:hidden;
}
.list{
	margin-bottom:10px;
}
#listingid img{
	display:block;
	margin:10px auto;
}
#listingid h3{
	padding:3px 0;
	margin:0 0 -10px 0;
	display:block;
	border-bottom:none;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	background: #ADB7C6; /* Old browsers */
        background: -moz-linear-gradient(top, #ADB7C6 0%, #454D59 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADB7C6), color-stop(100%,#454D59)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ADB7C6 0%,#454D59 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ADB7C6 0%,#454D59 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ADB7C6 0%,#454D59 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADB7C6', endColorstr='#454D59',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #ADB7C6 0%,#454D59 100%); /* W3C */
}
.list ul{
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #686E7A;
}
.list ul li{
	border-bottom:1px solid #AAAAAA;
}
.list ul li a{
	text-decoration:none;
	color:#214558;
	padding:5px 0 5px 10px;
	display:block;
	background-image:url(../images/sidecol-bg.jpg);
	background-position:top center;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #686E7A;
        border-left:1px solid #686E7A;
}
.list ul li a:hover{
	background-color:#C0C7D2;
	background-image:none;
}
.contentlist{
        margin-bottom:10px;
}
.contentlist ul{
        padding:0;
        margin:0;
        list-style:none;
}
.contentlist ul li{
        border:1px solid #AAAAAA;
	margin-top:10px;
	padding:5px;
}
.justify{
	text-align: justify;
}
.justify h1{
	text-align:center;
	font-size:14pt;
}
.bold{
	font-weight:bold;
}
.boldunderline {
	font-weight:bold;
	text-decoration:underline;
}
#samhsalistingresult img{
	display:block;
	margin:0 auto;
}
#listingcontent{
        overflow:auto;
}
#listingcontent a{
        text-decoration:none;
        color:#404040;
}
#citylist .previous{
	float:left;
}
#citylist .next{
	float:right;
}
#citylist .next, #citylist .previous{
        margin:0;
        width:98px;
        border-left:1px solid #AAAAAA;
        border-bottom:1px solid #AAAAAA;
        border-right:1px solid #AAAAAA;
	background-image:url(../images/sidecol-bg.jpg);
        background-position:top center;
}
#citylist .next:hover, #citylist .previous:hover{
	background-color:#C0C7D2;
        background-image:none;
}
#citylist .next a, #citylist .previous a{
	text-decoration:none;
        color:#214558;
        margin:5px 0;
        display:block;
        font-size:12px;
        font-weight:bold;
	text-align:center;
}

#newssummary strong{
	display:block;
	background-color:#AEB4BE;
	padding:5px 0 5px 10px;
	border-right:1px solid #686E7A;
	border-left:1px solid #686E7A;
}

#newssummary ul li a, #newssummary ul li a:hover{
	font-weight:normal;
}

.main{
	background-image:url(../images/content-bg.jpg);
	background-position:top center;	
}

.contact_form {
	width: 520px;
	background: url(../images/form-bg.jpg) left top repeat-y;
	border-bottom:1px solid #696E74;
	padding:0 0 10px 0;
}

.contact_form_header {
	width:520px;
	height: 50px;
	margin:0;
	background: url(../images/contact-us.jpg) left top no-repeat;
}

.contact_form td {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#222;
}

.contact_form select {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#222;
}
	
.submit_btn {
	width: 130px;
	height: 28px;
	background: url(../images/submit_btn.png) left top no-repeat;
	border: none;
}
#socialmedia{
	margin:10px auto;
	text-align:center;
}
.socialitem{
	display:inline-block;
	width:125px;
}
#listingmap img{
	width:160px;
	display:block;
	margin:10px auto;
}
#listingmapheader{
	background-image:url(../images/map.jpg);
	background-position:center center;
	height:48px;
	width:100%;
	border-top:1px solid #686E7A;
}
#factsheader{
        background-image:url(../images/facts.jpg);
        background-position:center center;
        height:48px;
        width:100%;
}
#factsheader strong{
        visibility:hidden;
}



