/* CSS Document */
/* These Styles are for the Addiction Services website */

td,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #221E1F;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #221E1F;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #362936;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5F4F5F;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.whitelink:hover {
	text-decoration: underline;
}
.whitelink:visited {
	color: #ffffff;
}
.side_gradient {
	background-image: url('images/side_gradient.jpg');
	background-repeat: repeat-x;
}
.bg_image_aboutus {
	background-image: url('images/photo_aboutus.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.bg_image_patientinfo {
	background-image: url('images/photo_patientinfo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.bg_image_links {
	background-image: url('images/photo_links.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.bg_image_contactus {
	background-image: url('images/photo_contactus.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.bot_border {
	border-left: solid 3px #000000;
}
.bot_right_corner {
	background-image: url('images/w.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.form_bg {
	background-image: url('images/top_header.gif');
	background-repeat: no-repeat;
}
.form_bg_fr {
	background-image: url('images/top_header_fr.gif');
	background-repeat: no-repeat;
}
.formsize {
	width: 153px;
	height: 22px;
}
.formsize_fr {
	width: 133px;
	height: 22px;
}
.smalllink_dark:link {
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0E2FBD;
	text-decoration: underline;
}
.smalllink_dark:visited {
	font-size: 10px;
	color: #B31509;
}
.smalllink_dark:hover {
	font-size: 10px;
	color: #000000;
}
.smalltext_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smalltext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
