@charset "utf-8";
/* CSS Document */

html,body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-image: url('../images/home_bg.gif');
	background-repeat:repeat-x;
	text-align: center;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

.masterwrapper{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.topmenu{	
	height: 31px;
	text-align: left;
}
.topmenu img{
	border: 0px;
	height: 31px;
}
.topmenu .searchButton{
	border:0px;
	height: 31px;
}

.topmenudiv{
	height: 31px;
	font-size: 35px;
	float: left;
	margin-right: 9px;
}

.topmenunews{
	height: 31px;
	float: left;
	font-size: 50px;
}

.topmenusearch{
	float: left;
	width:140px;
	margin-right: 5px;
}

.topmenu_searchbox{
	width: 138px;
	height: 20px;
	background-color: #fff;
	border: 0px;
	color: #000;
	margin-top: 4px;
}

.mlink:hover{
	background-position: left -31px;	
}

.menu_home_a_link{
	background: url(../images/menu_home_a.gif) no-repeat;
	background-position:left -31px;
	width: 36px;
}
.menu_staysafe_a_link{
	background: url(../images/menu_staysafe_a.gif) left top no-repeat;
	width: 61px;
}
.menu_events_a_link{
	background: url(../images/menu_events_a.gif) left top no-repeat;
	width: 150px;
}
.menu_druginfo_a_link{
	background: url(../images/menu_druginfo_a.gif) left top no-repeat;
	width: 115px;
}
.menu_gettinghelp_a_link{
	background: url(../images/menu_gettinghelp_a.gif) left top no-repeat;
	width: 83px;
}
.menu_aboutus_a_link{
	background: url(../images/menu_aboutus_a.gif) left top no-repeat;
	width: 59px;
}
.menu_news_a_link{
	background: url(../images/menu_news_a.gif) left top no-repeat;
	width: 59px;
}

.flashcontainer{
	color: #fff;
}


/* ########## Footer Styles ###############*/
#footer {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	height: 71px;
	width: 700px;
	padding-bottom:20px;
	text-align: left;
	width:100%;
}

#footer img {
	margin-right: 10px;
}

#footlinks {
	margin-top: 13px;
	float: left;
	width: 380px;
	line-height: 35px;
	color: #fff;
}
#linksa {
	height: 12px;
	line-height: 12px;
}

#linksa a {
	color:#ffd51e;
	text-decoration: none;
}

#linksa a:hover {
	color:#ffd51e;
	text-decoration: underline;
}

#linksb {
	height: 21px;
	background: url('../images/dots.gif');
	line-height: 10px;
}

#linksc {
	height: 12px;
	line-height: 12px;
}

#linksc a {
	color: white;
	text-decoration: none;
}

#linksc a:hover {
	color: white;
	text-decoration: underline;
}

.HomeAltText {
	font-size: 16px;
	color: #ffffff;
	margin-top: 0px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
