@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #424E64;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header_wrapper {
	width: 100%;
	height: 115px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}
	

#header {
	width: 960px;
	height: 115px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) no-repeat;
	position: relative;
}

#logo {
	width: 204px;
	height: 96px;
	background: url(../images/drug_free_child_logo.png) no-repeat;
	position: absolute;
	top: 7px;
	left: 35px;
}

#search {
	width: 248px;
	height: 36px;
	position: absolute;
	top: 16px;
	left: 702px;
	o
}

input.search {
	width: 238px;
	height: 36px;
	padding-left: 10px;
	background: url(../images/search_input.png) no-repeat;
	border: none;
	outline: none;
}

input.search_submit {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 4px;
	left: 216px;
	background: url(../images/search_button.jpg) no-repeat;
	border: none;
}

input.search_submit:hover {
	background: url(../images/search_button_hover.jpg) no-repeat;
	cursor: pointer;
}

#social_media {
	width: 128px;
	height: 27px;
	position: absolute;
	top: 80px;
	left: 821px;
}

#social_media img {
	border: none;
}

#toplinks {
	width: 525px;
	position: absolute;
	top: 90px;
	left: 680px;
}

#toplinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#toplinks li {
	display: inline;
	margin: 0 20px;
}

#toplinks li a {
	text-decoration: none;
	background: url(../images/menu_li.png) left center no-repeat;
	padding: 0 0 0 15px;
	color: #fff; 
	text-shadow: 1px 1px #222;
}

#toplinks li a:hover {
	color: #06C3FF;	
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(../images/wrapper_bg.png) repeat-y;
}

#header_bar {
	width: 960px;
	height: 10px;
	background: url(../images/header_bar_bg.jpg) repeat-x;
	clear: both;
}

#slideshow_banner, #banner {
	width: 950px;
	height: 380px;
	padding: 10px 5px 0 5px;
	background: #EEE url(../images/slider_div_bg.jpg) repeat-x;
}

#banner_container{ 
	width:940px;  
	position:relative;
	border:5px solid #ccc; 
	height:362px; overflow:hidden;
	background:#fff url(../images/ADHD_children.jpg) no-repeat;
}

#banner_container .bannertext{ 
	position:absolute; 
	bottom:0; left:0; 
	height:80px;
	width: 578px; 
	background: url(../slider_images/transparent-bg.png); 
}

.bannertext h2{ 
	font-size:1.3em; font-family: Verdana, Geneva, sans-serif;
	color:#FFF; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
.bannertext p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:14px; 
	line-height:18px; color:#06c3ff;
}

#content_container {
	width: 940px;
	padding: 10px;
	background: #EEE url(../images/col_divider.jpg) 305px repeat-y;
	color: #666;
}

#left_col {
	width: 284px;
	padding: 0 10px 0 0;
	float: left;
}

#right_col {
	width: 625px;
	padding: 15px 10px 0 10px;
	float: right;
	text-align: justify;
}

#right_col h1 {
	font-size: 28px;
	font-weight: normal;
	color: #06C3FF;
	margin: 0;
	text-align: left;
}

#right_col h2 {
	font-weight: normal;
}

.righthalf, .lefthalf {
	width: 300px;
	padding: 2px 2px 5px 2px;
	border: 1px solid #CDCDCD;
	font-size: 12px;
	background-color: #F8F8F8;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	
}

.righthalf { float: right; }
.lefthalf { float: left; }


.lefthalf img, .righthalf img {
	margin-bottom: 4px;
}

.lefthalf strong, .righthalf strong {
	font-size: 15px;
	font-weight: normal;
	color: #0089B7;
}

.lefthalf p, .righthalf p {
	text-align: justify;
	margin: 3px 10px;
}

.tenGroup {
	width: 280px;
}

ul.drug_menu {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.drug_menu li {
	width: 295px;
	margin: 0 0 20px 0;
	background-color: #F8F8F8;
	border: 1px solid #CDCDCD;
	padding: 5px 5px 5px 5px;
	min-height: 85px;
}

ul.drug_menu li:hover {
	box-shadow: 0 0 3px 0  #444;
	-moz-box-shadow: 0 0 3px 0  #444;
	-webkit-box-shadow: 0 0 3px 0  #444;
}
	

ul.drug_menu li:nth-child(odd) {
    float: left;
}
ul.drug_menu li:nth-child(even) {
    float: right;
}

ul.drug_menu li a {
	text-decoration: none;
	color: #666;
}

ul.drug_menu li img {
	float: left;
	margin-right: 5px;
}

ul.drug_menu li h3 {
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 17px;
	color: #06C3FF;
	padding: 0;
}

ul.drug_menu li p {
	text-align: justify;
	font-size: 11px;
	line-height: 14px !important;
	background-color: #F8F8F8;
	padding: 0;
	margin: 0;
	border: none;	
}

.topic_menu, .fact_menu {
	width: 280px;
	padding: 10px 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CDCDCD;
	background-color: #E0E0E0;
	margin: 0 0 20px 0;
}

.topic_menu ul, .fact_menu ul {
	width: 280px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.topic_menu p {
	padding: 2px 10px;
	margin: 0;
}

.topic_menu h2, .fact_menu h2 {
	width: 280px;
	height: 55px;
	background: #E0E0E0 url(../images/topic_menu_title_bg.jpg) 9px top no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 25px;
	line-height: 55px;
	margin: 0;
	padding-bottom: 15px;
	text-shadow: 1px 1px 1px #333;
}

#banner_facts {
	width: 346px;
	margin: 5px;
	height: 346px;
	border: 3px solid #A3A3A3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E8E8E8;
	float: right;	
}
#banner_facts h2 {
	text-align: center;
	color: #FFF;

	background: #B2B2B2; /* Old browsers */
	background: -moz-linear-gradient(top,  #545557 0%, #cbcbcb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545557), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #545557 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #545557 0%,#cbcbcb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #545557 0%,#cbcbcb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #545557 0%,#cbcbcb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545557', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
	border-bottom: 3px solid #A3A3A3;
	margin: 0;
	padding: 15px 0;
	text-shadow: 1px 1px 1px #333;
} 

.fact_menu h2 {
	font-size: 20px;
}

.fact_menu li {
	margin: 0 10px 10px 10px;
	padding: 5px 2px 15px 2px;
	border-bottom: 1px solid #999;
}
	

.topic_menu li {
	margin: 0 10px 10px 10px;
	background-color: #EEE;
	border: 1px solid #CDCDCD;
	padding: 5px 2px 5px 5px;
	min-height: 68px;
}

.topic_menu li:hover {
	box-shadow: 0 0 2px 0  #444;
	-moz-box-shadow: 0 0 2px 0  #444;
	-webkit-box-shadow: 0 0 2px 0  #444;
}

li.moreArticles {
	text-align: center;
	border: none;
	background: none;
	min-height: 10px;
}
li.moreArticles a {
	display: inline-block;
	background-color: #EEE;
	border: 1px solid #CDCDCD;
	color: #06C3FF !important;
	padding: 4px 10px;
	margin-top: 5px;
	text-decoration: underline !important;
}
	
	

.topic_menu li a {
	text-decoration: none;
	color: #666;
}

.topic_menu li img {
	float: left;
	margin-right: 5px;
}

.topic_menu li h3 {
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	color: #06C3FF;
}

.topic_menu li p {
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	background-color: #EEE;
	padding: 0;
	margin: 0;
	border: none;	
}

#fact_scroller {
	height: 270px;
	overflow: hidden;
}

ul#fact_scroller {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#fact_scroller li {
	margin: 0 20px 10px 20px;
	padding: 5px 2px 15px 2px;
	border-bottom: 1px solid #999;
	color: #555;
}



#bottom_container {
	width: 930px;
	background-color: #7F7F7F;
	box-shadow: inset 0 1px 10px #666;
	-moz-box-shadow: inset 0 1px 10px #666;
	-webkit-box-shadow: inset 0 1px 10px #666;
	
	padding: 15px;
}

#three_col_container {
	background: url(../images/bottom_container_bg.png) 307px top repeat-y;
}

.left {
	width: 300px;
	float: left;
	/*border: 3px solid #CDCDCD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

.middle {
	width: 300px;
	margin: 0 15px;
	float: left;
	/*border: 3px solid #CDCDCD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
}

.right {
	width: 300px;
	float: left;
	/*border: 3px solid #CDCDCD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
}

#bottom_container h3 {
	text-align: center;
	color: #F0F0F0;
	padding: 7px;
	margin: 10px 20px 0 20px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px #555;
	background-color: #8F8F8F;
}

#bottom_container ul {
	padding-left: 40px;
}

#bottom_container li {
	list-style-image: url(../images/menu_li.png);
	color: #444;
}

#bottom_container li p {
	margin: 4px 0 10px 0;
	font-size: 12px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
}

#bottom_container li a {
	text-decoration: none;
	/*color: #40CFFF;*/
	color: #00BDEF;
	font-size: 16px;
	text-shadow: 1px 1px #666;
}

#footer {
	width: 960px;
	height: 30px;
	background: url(../images/header_bar_bg.jpg) repeat-x;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	color: #D1D1D1;
	border-top: 1px solid #FFF;
}	
	
.rightimage {
	float: right;
	margin: 0 0 5px 10px;
}

.leftimage {
	float: left;
	margin: 0 10px 5px 0;
}

.imgborder {
	padding: 7px;
	background-color: #CDCDCD;
	border: 1px solid #FFF;
}
	

.clear {
	clear: both;
}

.fancybox-custom {
     box-shadow: 0 0 50px #222;
}
#showPlayer{
	 overflow:auto;
	 width: 854px;
	 height: 480px;
}

#petition {
	position: relative;
	width: 362px;
	height: 362px;
	background: url(../images/ADHD_petition.jpg) no-repeat;
	float: right;
}

a#petition_button {
	display: block;
	position: absolute;
	right: 45px;
	bottom: 20px;
	background-color: #3D4144;
	border: 3px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	box-shadow: 0 0 5px 0 #000;
	-moz-box-shadow: 0 0 5px 0 #000;
	-webkit-box-shadow: 0 0 5px 0 #000;
}

a#petition_button:hover {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #09C;
}

.lightbox {
	display: block;
	position: relative;
}

.lightbox:after {
    content: "";
    position: absolute;
    top: 78px;
    left: 115px;
    width: 69px;
    height: 69px;
    z-index: 100;
    background: url(../images/play_btn.png) no-repeat center;
    pointer-events: none;
}

