﻿html
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
}

body
{
    background-color: Transparent;
}

textarea
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

table.radioButtonList tr td
{
    padding: 4px 0px;
}

table.radioButtonList input
{
    width: 20px;
    display: block;
    float: left;
}

table.radioButtonList label
{
    width: 540px;
    display: block;
    float: left;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

fieldset {
  border: 1px solid gray;
  padding: 2px;
  margin: 2px;
  }

.outerContainer
{
    text-align: center;
    background-image: url('/images/bkg_header_2012.jpg');
    background-repeat: repeat-x;
    background-color: #502D7F;
}

.outerContainer_lower
{
    text-align: center;
}

.hiddenSR
{
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

br
{
    clear: both;
}

h1
{
    font-size: 1.4em; /* 22.4px */
    font-weight: bold;
    color: #E7396D;
    margin-bottom: 10px;
    float: left;
}

h2, .headline2
{
    font-size: 1.1em; /* 17.6px */
    font-weight: bold;
    color: #E7396D;
    font-style: italic;
}

h2 .kit_pagetitle
{
    font-size: 17px;
    font-weight: bold;
    color: #E7396D;
    font-style: italic;
}

h3
{
    font-size: 1em; /* 16px */
    font-weight: bold;
}

.UserTypes h3
{
    font-size: 1em; /* 16px */
    font-weight: bold;
    color: #E7396D;
}

.resource h3
{
    float: none;
}

h3 a
{
    float: left;
}

h4
{
    clear: both;
    float: left;
    font-size: .9em; /* 14.4px */
    font-weight: bold;
}

h5
{
    clear: both;
    float: left;
    font-size: .8em; /* 12.8px */
    font-weight: normal;
}

h6
{
    clear: both;
    float: left;
    font-size: .75em; /* 12px */
    font-weight: bold;
}

.searchBox
{
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.searchBox .button
{
    position: relative;
    top: 5px;
}

#cse-search-results iframe
{
    width: 700px;
}

.code
{
    background-color: gainsboro;
    padding: 15px;
    font-family: 'Courier New' , Courier, monospace;
    font-size: 14px;
}

.homepageintrotextheader
{
    color: #E7396D;
    font-weight: bold;
    font-size: 14px;
}

.homepageintrotext
{
    font-size: 14px;
    line-height: 22px;
}

.addThis
{
    float: right;
    padding-top: 5px;
    margin-right: 10px;
}

.addThis img
{
    margin: 0px 5px 0px 0px !important;
    float: left !important;
}

.helpDiv
{
    display: none;
    width: 330px;
    background-color: #F9D7AA;
    padding: 10px 20px;
    position: absolute;
    top: 200px;
    left: 600px;
    z-index: 2000;
    border: solid 1px black;
}

.helpDiv a
{
    font-weight: bold;
    font-size: 15px;
    margin-left: 140px;
}

#hiddenFilter
{
    display: none;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.orange
{
    color: #ff6600;
}

.breadcrumb
{
    float: left;
    margin: 0px 0px 15px 0px;
    font-size: .9em;
    font-style: italic;
}

.breadcrumb a
{
    font-weight: bold;
}

p
{
    margin: 10px 0px 10px 0px;
}

p, table
{
    max-width: 700px;
}

a, a:link, a:active, a:visited
{
    color: #663399;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

strong em, em strong
{
    font-weight: bold;
    font-style: italic;
}

hr
{
    margin: 20px 30px 10px 30px;
}

.req
{
    color: Red;
}

.hide
{
    display: none;
    height: 0px;
    font-size: 0px;
}

p.jshowoff-slidelinks
{
    position: absolute;
    top: -5px;
    right: 1px;
    margin-left: 5px;
}

/* This fixes ie7 but breaks ie6. Use an asterisk instead of underscore and it fixes ie6 and breaks ie7 */
_p.jshowoff-slidelinks
{
    position: absolute;
    top: -4px;
    right: 701px;
}


p.jshowoff-slidelinks a
{
    color: #fff;
    background-color: #512d7f;
    padding: 1px 5px;
    margin: 0px 3px;
}

p.jshowoff-slidelinks a:actuve
{
    color: #fff;
}

p.jshowoff-slidelinks a:visited
{
    color: #fff;
}

p.jshowoff-slidelinks a:link
{
    color: #fff;
}

a.jshowoff-active
{
    color: #fff;
    font-weight: bold;
    background-color: #7842BB !important;
}

.eventImageContainer
{
    float: right;
}

.eventDescription
{
    font-size: 15px;
    padding-top: 15px;
    width: 500px;
}

.eventImage, .eventImageView
{
    margin-top: 3px;
    width: 210px;
    height: 260px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background-color: Transparent;
}

.eventImageView
{
    height: 230px;
}

.eventImage div, .eventImageView div
{
    width: 200px;
    text-align: center;
    background-color: Transparent;
}

.eventImage div img, .eventImageView div img
{
    border: solid 2px #643498;
}

.styledTable
{
    width: 98%;
    border-color: #663398;
}

.styledTable .textbox
{
    border-style: inset;
    border-width: thin;
    border-color: inherit;
    margin: 5px;
}

.styledTable thead
{
    background-color: #663398;
    color: #fff;
    height: 30px;
}

.styledTable .required
{
    font-weight: bold;
}

#counter
{
    color: Gray;
}

.samhsaSponsored
{
    background-image: url('/images/samhsaSmall.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}

.webcast
{
    width: 600px;
}

.webcast a
{
    background-image: url('/images/streamingvideo.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    height: 30px;
    padding-top: 15px;
    width: 150px;
}

.webcast.list a
{
    padding-top: 0px;
    width: 400px;
    margin-top: 10px;
}

.webcast div, .webcast a
{
    float: left;
}

.webcast div
{
    margin-top: 7px;
}

.webcast div a
{
    background-image: none;
    padding-left: 0px;
    height: 0px;
    padding-top: 0px;
    width: auto;
}

.container
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
}

.masthead
{
    float: left;
    width: 100%;
    height: 103px;
}

.masthead a, .masthead a:link, .masthead a:active, .masthead a:visited
{
    float: left;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.masthead a:hover
{
    text-decoration: underline;
}

.masthead a.skiplink
{
    float: left;
    color: Black;
    height: 0px;
    width: 0px;
    display: inline;
    line-height: 0px;
    font-size: 0em;
}

.masthead .textlink
{
    float: left;
    padding-top: 6px;
    margin-left: 4px;
}

.masthead .imagelink
{
    float: right;
}

.sidecolumn
{
    width: 229px; /* should change to 229 for 2012 */
    min-height: 1000px;
    float: left;
}

.leftcolumnGroup
{
    width: 229px;
    min-height: 940px;
    background-image: url(../images/ring_of_fire.png);
    background-repeat: no-repeat;
}

.editorContent, .mainColumnContent
{
    padding: 0 0 5px 0;
    float: left;
    width: 600px; /* change from 440 for 2012 design */
}

.sideColumnContent
{
    float: right;
    width: 229px;
}

.navbot
{
    width: 210px;
    height: 10px;
}

.sidemenu
{
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 3px;
    width: 210px;
    visibility: hidden;
}

.maincolumn
{
    width: 851px; /* old 760 */
    float: left;
    margin-left: 0;
    margin-top: 4px;
    min-height: 600px;
    background-color: #FFFFFF;
    padding: 0px;
}

.footer
{
    padding-top: 5px;
    margin-top: 5px;
    text-align: center;
}

.footer p
{
    margin-top: 10px;
    color: #502d7f;
    font-size: 12px;
    max-width: 100%;
}

.footer .links
{
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}

.footer .links a
{
    padding: 0px 5px;
    line-height: 20px;
}

.sitelogo
{
    height: 89px;
    width: 204px;
    margin: 8px 0 0 12px;
}

.sitepromo
{
    text-align: center;
    margin-top: 10px;
}

.loginLinks
{
    display: inherit;
    z-index: 9999;
}

.loginLinks, .loginLinks a
{
    cursor: pointer;
    color: #fff;
    z-index: 9999;
}

.loginLinks .topItem
{
    background-image: url('/images/arrowDown.png');
    background-repeat: no-repeat;
    background-position: right 9px;
    padding: 4px 14px 4px 4px;
}

.loginLinks .subItems
{
    position: absolute;
    display: none;
    background-color: #8C6FBC;
    padding: 0px 4px;
    z-index: 10000;
}

.loginLinks .subItems ul li
{
    clear: both;
    float: left;
    z-index: 9999;
}

.loginLinks .subItems ul li a
{
    line-height: 25px;
}

.addThisDiv ul
{
    float: left;
    width: 100%;
}

.addThisDiv ul li
{
    display: inline;
    list-style-image: none;
}

.addThisDiv ul li:focus, .addThisDiv ul li:hover, .addThisDiv ul li a:focus, .addThisDiv ul li a:hover, .addThisDiv ul li span:focus, .addThisDiv ul li span:hover
{
    font-weight: bold !important;
    color: #000 !important;
}

.topMenu
{
    float: left;
    margin-top: 5px;
    height: 98px;
    width: 846px;
}

.topMenu ul li
{
    list-style-image: none;
}

.topMenuLinks ul
{
    float: right;
}

.topMenuLinks ul li
{
    display: inline;
    list-style-image: none;
}

.topMenuLinks a, .topMenuLinks a:link, .topMenuLinks a:active, .topMenuLinks a:visited
{
    color: #ffffff !important; /* not working so I hard-coded it in Browser */
    font-size: .9em;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

.topMenuLinks a:hover
{
    text-decoration: underline;
}

.topMenuLinks a.selected
{
    color: #FFF;
    background-color: #745A99;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}



.userName
{
    color: White;
    float: right;
    text-align: right;
    padding-right: 20px;
}

.banner
{
    float: left;
    margin: 10px 0px 10px 0px;
    padding-left: 10px;
}

.maincontent
{
    margin: 5px 0 5px 10px;
    width: 851px;
}

.maincontent .tile
{
    margin: 20px;
    width: 300px;
}

.maincontent .feature
{
    margin: 5px 0px;
    background-image: url('/images/bkg_feature.jpg');
    width: 300px;
    background-repeat: no-repeat;
    width: 726px;
}

.userTypeDdl
{
    width: 250px;
    background-color: #E7E1ED;
    border: solid 1px #ACADB2;
    margin-top: 6px;
}

.userTypeDdl option
{
    background-color: #E7E1ED;
}

.userTypeMenu
{
    width: 195px;
	float: left;
    border: solid 1px #CDC4D9;
    padding: 0px 6px 7px 6px;
	margin-left: 0px;
	height: 262px;
}

.userTypeMenu h2
{
    padding-top: 0px;
    margin-top: 10px !important;
    color: #e7396d;
    font-style: normal;
    font-size: 12px;
}

.userTypeMenu h2 a
{
    color: #e7396d;
}

.userTypeMenu .userTypeDdl
{
    width: 195px;
    margin-bottom: 4px;
}

.recentContentList
{
    color: #666666;
}

.maincontent h3
{
    margin-top: 20px;
}

.maincontent ul.childList
{
    width: 400px;
}
/* this was floated right and affecting every img on the site. changed 6-3-09
.maincontent img
{
	float: right; 
	margin: 0px 0px 10px 10px;
} */

.maincontent .imageLeft img
{
    float: left;
}

.date
{
    color: #E7396D;
    margin-right: 5px;
}

.number
{
    font-weight: bold;
    color: #00AA86;
}

.news
{
    float: left;
    background-color: #FF9933;
    margin-top: 10px;
    width: 280px;
    padding: 0px;
    margin: 10px 20px 10px 0px;
}

.news h1
{
    float: left;
    color: #fff;
    padding: 5px 10px 3px 10px;
    margin: 0px;
}

.tracker
{
    float: right;
    margin-top: 7px;
    color: #000;
    font-weight: bold;
    margin-right: 15px;
}
.tracker a:link
{
    color: #000000;
    text-decoration: underline;
}

.tracker a:active
{
    color: #000000;
    text-decoration: underline;
}

.tracker a:visited
{
    color: #000000;
    text-decoration: underline;
}

.tracker span
{
    margin-left: 10px;
    margin-right: 4px;
}

.news .content
{
    float: left;
    background-color: White;
    border: solid 1px black;
    font-size: .9em;
    padding: 0px 10px 10px 10px;
    margin: 0px 10px 10px 10px;
    height: 275px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 240px;
}

.news .content p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.news .content p img
{
    float: right;
    margin: 10px 10px 10px 10px;
}

.news .content ul li
{
    margin: 0px 0px;
}

.news .content ul li h3
{
    font-size: 1.2em;
}

.news .content a
{
    font-weight: bold;
}

.news .date
{
    padding-top: 0px;
}

.label
{
    float: left;
    width: 135px;
    font-weight: bold;
    margin-top: 7px;
}

.data
{
    float: left;
    width: 400px;
    margin-top: 7px;
}


.actionSmall, .action
{
    float: left;
    width: 310px;
    text-align: right;
    margin-top: 20px;
}

.action
{
    margin-top: 5px;
    width: 722px;
}

.actionLink
{
    font-style: normal;
    padding-left: 10px;
}

.edit
{
    float: right;
    padding-right: 20px;
    margin-right: 20px;
    background-image: url('/images/edit.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

.delete
{
    padding-right: 15px;
    background-image: url('/images/delete.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

.column1, .content
{
    float: left;
}

.column2, .treeview
{
    float: right;
    padding-top: 0px;
}

.column1
{
    width: 600px;
}

.column2
{
    width: 250px;
}

.updateProgress
{
    clear: both;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 23px;
    width: 100px;
    background-color: #F5911F;
    color: #1D006C;
    padding: 5px 8px 2px 5px;
    margin: 0px 0px 5px 5px;
}

.updateProgress span
{
    float: left;
    font-weight: bold;
}

.updateProgress img
{
    float: right;
}

.help
{
    line-height: 30px;
    font-weight: bold;
    color: #333333;
}

.error
{
    font-weight: bold;
    color: #CC0000;
}

.successLabel
{
    font-size: .9em;
    color: #006600;
    font-weight: bold;
    float: left;
    display: none;
}

.failureLabel
{
    font-size: .9em;
    color: #800000;
    font-weight: bold;
    float: left;
    display: none;
}

.zipsearch
{
    background-color: #583289;
    margin: 7px;
    padding: 10px;
}

.searchTxt
{
}

.search_area
{
}

.zipsearch input
{
    font-size: 1em;
}

.zipsearch .button
{
    height: 26px;
    font-size: 1em;
}

.dataListItem
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    width: 300px;
    font-size: .9em;
}

/*Some special styles for the maincontent-section*/
.editorContent ul
{
    list-style-type: disc;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 20px;
}

.editorContent ol
{
    list-style-type: decimal;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;
}

.editorContent ul li ul
{
    list-style-type: circle;
    margin-left: 30px;
}

.editorContent ul li ok
{
    list-style-type: lower-latin;
    margin-left: 30px;
}

.editorContent h3
{
    padding-top: 7px;
}

.editorContent ul li
{
    /* removing clear: both; cuz it's causing all sorts of float problems with ULs next to call-outs in the Kit 5-23-2010 */
    margin: 10px 0px 10px 0px;
}

.editorContent ul li a img
{
    float: left;
}

.editorContent ul li a img
{
    margin: 0px 0px 0px 10px;
}

.editorContent h2 span, .editorContent h2 a, .editorContent h2 a img
{
    float: left;
}

.kitPurpleCallout, .kitPurpleCalloutSide
{
    border: solid 2px #502D7F;
    background-color: #C9C0DC;
    padding: 5px;
}

.kitPurpleCallout
{
    float: right;
    margin: 15px 0px 15px 15px;
    width: 45%;
}

.kitPurpleCalloutVignette
{
    float: right;
    margin: 15px 0px 15px 15px;
    clear: none;
    border: solid 2px #502D7F;
    background-color: #C9C0DC;
    padding: 5px;
}

.kitPurpleCallout h4
{
    width: 100%;
    line-height: 1.8em;
}

.kitPurpleCalloutSide
{
    float: left;
    margin: 0px 8px 8px 18px;
    width: 215px;
}

.kitHeadshot
{
    float: left;
    margin: 0px 15px 0px 0px;
}

.editorContent .kitPurpleCallout div
{
    float: left;
}

.wide
{
    width: 840px;
}

.treeview ul, .treeview ol
{
    list-style-type: none;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

.treeview ul li, .treeview ul li a, .treeview ul li a img
{
    clear: none;
    float: none;
}

.pdfText
{
    font-size: .85em;
    margin: 0px 0px 0px 5px;
    line-height: 17px;
    font-style: normal;
    font-weight: normal;
}

.radMultiPage
{
    float: left;
    background-color: #F5F4F2;
    padding: 10px;
    border: solid 1px black;
    position: relative;
    top: -1px;
    width: 700px;
}

.validatorHighlight
{
    background-color: #FFFF80;
}




.RadMenu_Telerik .rmRootGroup
{
    border: none !important;
}

.RadMenu_Telerik
{
    padding-left: 0px !important;
    cursor: pointer;
}

.RadMenu_Telerik .rmText
{
    padding: 3px 0px;
    font-size: 1.1em !important;
    cursor: pointer;
}

.RadMenu_Telerik .rmRootGroup .rmLink:hover, .RadMenu_Telerik .rmRootGroup .rmFocused, .RadMenu_Telerik .rmRootGroup .rmExpanded, .RadMenu_Telerik .rmRootGroup .rmExpanded:hover .RadMenu_Telerik .rmLeftArrow, .RadMenu_Telerik .rmRightArrow
{
    border-color: #fff !important;
}

/*.RadMenu_Telerik .rmLink
{
	text-decoration: none;
	color: #639 !important;
	line-height: 20px !important;
	background: #fff url("../images/navbackground.jpg") !important;
	background-repeat: no-repeat !important;
	border-left: 0px solid transparent !important;
	border-right: 0px solid transparent !important;
	padding-left: 5px;
}*/
/*.RadMenu_Telerik .rmLevel1 .rmItem > rmLink
{
	text-decoration: none;
	color: #663398 !important;
	line-height: 24px !important;
	line-height: normal !important;
	background: #f1eef5 !important;
	background-repeat: no-repeat !important;
	border: 1px solid #b299cc !important;
	padding-left: 0px;
}*/

.RadMenu_Telerik .rmLink, .RadMenu_Telerik .rmLink:hover
{
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 1px !important;
    padding-left: 20px !important;
    border: none !important;
    background-position: center center !important;
}

.RadMenu_Telerik .rmLink:focus
{
    text-decoration: underline !important;
    color: #fff !important;
}

.rmVertical a
{
    text-decoration: none;
    color: #fff !important;
    line-height: 20px !important;
    background: #fff url("/images/btn_leftnav.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    padding-left: 0;
}

.rmVertical li div ul li a
{
    background-image: none;
    text-decoration: none;
    color: #442266 !important;
    line-height: 24px !important;
    line-height: normal !important;
    background: #ffffff !important;
    background-repeat: no-repeat !important;
    border: 1px solid #b299cc !important;
    padding-left: 0px;
}

.rmVertical li div ul li a:hover
{
    border: 1px solid #b299cc !important;
}

.rmVertical
{
    padding: 0px !important;
}

/*.RadMenu_Telerik .rmLevel1 .rmItem > .rmLink:hover
{
	color: #fff !important;
	background: #663398 !important;
}*/
.rmVertical li div ul li a:hover
{
    color: #fff !important;
    background: #663398 !important;
    background-position: center center !important;
}

.rmVertical .rmGroup .rmLevel1m, .rmItem, .rmFirst
{
    padding: 0px !important;
}

.RadMenu_Telerik .rmGroup .rmText
{
    border: none !important;
}


.RadMenu_Telerik .rmLink:hover .rmExpandLeft, .RadMenu_Telerik .rmLink:hover .rmExpandRight, .RadMenu_Telerik .rmLink .rmExpandLeft, .RadMenu_Telerik .rmLink .rmExpandRight, .RadMenu_Telerik .rmFocused .rmExpandLeft, .RadMenu_Telerik .rmFocused .rmExpandRight, .RadMenu_Telerik .rmExpanded .rmExpandLeft, .RadMenu_Telerik .rmExpanded .rmExpandRight
{
    background: transparent url("/images/arrow.gif") 170px 9px no-repeat !important;
}

.RadMenu_Telerik .rmGroup .rmLink:hover .rmText
{
    background-image: none !important;
}

.rmLevel1 .rmItem .rmLink .rmExpandRight, .RadMenu_Telerik .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_Telerik .rmGroup .rmFocused .rmExpandRight, .RadMenu_Telerik .rmGroup .rmExpanded .rmExpandRight, RadMenu_Telerik .rmGroup .rmLink:hover .rmExpandDown, .RadMenu_Telerik .rmGroup .rmFocused .rmExpandDown, .RadMenu_Telerik .rmGroup .rmExpanded .rmExpandDown
{
    background-image: url("/images/arrow.gif") !important;
    background-position: right center !important;
}

.rmLevel2
{
    margin-left: 7px !important;
}

/* Styles for the recaptcha */
.recaptchatable .recaptcha_image_cell, #recaptcha_table
{
    background-color: #FFF !important;
}

#recaptcha_table
{
    border-color: #FFF !important;
}

#recaptcha_response_field
{
    border-color: #BEBEBE !important;
    background-color: #FFF !important;
}

/* end styles for the recaptcha */


.KitTable
{
    border: 3px solid black;
}

.KitTableHeader
{
    background-color: grey;
}

.KitTable td
{
    border: 1px solid black;
}


table.formTable td
{
    padding: 4px;
}

table.formTable .label
{
    margin-top: 0px;
}

.checkBoxList tr td
{
    padding-left: 20px;
}

.checkBoxList input
{
    margin-left: -20px;
}

.checkBoxList label
{
    text-indent: 20px;
}


/* these are for SAMHSA header and footer */

ul.footerSiteNav
{
    margin: 0;
    padding: 0;
}

.footerSiteNav li
{
    border-bottom: 1px dotted #fff;
    display: block;
    list-style: none;
    width: 140px;
}

.footerSiteNav li:hover
{
    border-bottom: 1px solid #ff0;
}

.fourPoints
{
    font-family: "Trebuchet MS" , Verdana, san-serif;
    color: #fff; /* font-size: 1.2em; */
    font-style: italic;
    padding: 3px 0;
    text-align: center;
    width: 980px;
}

.fourPoints ul
{
    margin: 0;
    padding: 0;
}

.fourPoints ul li
{
    display: inline;
    padding: 0 48px;
    font-size: 13px;
}

/* Footer Typography */
.footerSiteNav
{
    color: #8a180e;
    font-size: 11px;
    line-height: 15px;
}

.footerSiteNav a
{
    background: transparent;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
}

.footerSiteNav a:hover
{
    background: transparent;
    color: #ff0;
    text-decoration: none !important;
}

.footerSAMHSA
{
    background: #577786;
    width: 100%;
    background-image: url('/images/bkg_purple613D87.jpg');
    background-repeat: repeat-x;
}

/* 2011 kit pages */


.bostonblue
{
    color: #E7396D;
}




.targetoutreach a
{
    color: #E7396D;
    text-decoration: none;
}


.targetoutreach a:link
{
    color: #E7396D;
    text-decoration: none;
}


.targetoutreach a:active
{
    color: #E7396D;
    text-decoration: none;
}


.targetoutreach a:visited
{
    color: #E7396D;
    text-decoration: none;
}








.source a
{
    font-style: italic;
}
.source a:link
{
    font-style: italic;
}
.source a:active
{
    font-style: italic;
}
.source a:visited
{
    font-style: italic;
}






/*  MODIFIED CODE FOR TOP BUTTONS FROM csswizardry.com   */
#btnnav
{
    list-style: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; /* Clear floats */
    float: left;
    width: 851px; 
	height: 28px;
	z-index: 1000 !important;
}
#btnnav li
{
    float: left;
    margin: 0 2px 2px 0;
    position: relative;
    width: 211px;
    min-height: 24px;
	z-index: 1000 !important;
}

#btnnav a
{
    display: block;
    padding: 5px;
    color: #fff;
    background: #745A99;
    text-decoration: none;
}
#btnnav a:hover
{
    color: #fff;
    background: #745A99;
    text-decoration: underline;
}

/*--- DROPDOWNS ---*/
#btnnav ul
{
    background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index: 1000 !important;
}
#btnnav ul li
{
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    margin: 0;
	z-index: 1000 !important;
}
#btnnav ul a
{
    /* white-space: nowrap; Stop text wrapping and creating multi-line dropdown items */
}
#btnnav li:hover ul
{
    /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
    background: #8C6FBC;
	z-index: 1000 !important;
}

#btnnav li:hover a
{
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #8C6FBC;
    text-decoration: underline;
}


#btnnav li.subItems a
{
    background-image: url('/images/arrowDownNav.png');
    background-repeat: no-repeat;
    background-position: right 12px;
}

#btnnav li.subItems:hover a
{
    background-image: url('/images/arrowUpNav.png');
    background-repeat: no-repeat;
    background-position: right 12px;
}

#btnnav li:hover ul a
{
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    background: #8C6FBC;
}

#btnnav li.subItems:hover ul a
{
    background-image: none;
}

#btnnav li:hover ul li
{
    position: relative;
    z-index: 5 !important;
}
#btnnav li:hover ul li a:hover
{
    /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background: #745A99;
    text-decoration: underline;
	border-top: 1px solid #999999;
}
#btnnav li:hover a
{
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #8C6FBC;
    text-decoration: underline;
}
#btnnav li:hover ul a
{
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    background: #8C6FBC;
	border-top: 1px solid #999;
}






/*  MODIFIED CODE FOR TOP BUTTONS FROM csswizardry.com  ROW 2 ROW 2 ROW 2 ROW 2 ROW 2 ROW 2 ROW 2  */
#btnnavRow2
{
    list-style: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; /* Clear floats */
    float: left;
    width: 851px; 
	height: 24px;
    z-index: 1 !important;
}
#btnnavRow2 li
{
    float: left;
    margin: 0 2px 2px 0;
    position: relative;
    width: 211px;
    min-height: 24px;
}

#btnnavRow2 a
{
    display: block;
    padding: 5px;
    color: #fff;
    background: #745A99;
    text-decoration: none;
}
#btnnavRow2 a:hover
{
    color: #fff;
    background: #745A99;
    text-decoration: underline;
}

/*--- DROPDOWNS ---*/
#btnnavRow2 ul
{
    background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background: rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style: none;
    position: absolute;
    left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#btnnavRow2 ul li
{
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    margin: 0;
}
#btnnavRow2 ul a
{
    /* white-space: nowrap; Stop text wrapping and creating multi-line dropdown items */
}
#btnnavRow2 li:hover ul
{
    /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
    background: #8C6FBC;
}

#btnnavRow2 li:hover a
{
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #8C6FBC;
    text-decoration: underline;
}


#btnnavRow2 li.subItems a
{
    background-image: url('/images/arrowDownNav.png');
    background-repeat: no-repeat;
    background-position: right 12px;
}

#btnnavRow2 li.subItems:hover a
{
    background-image: url('/images/arrowUpNav.png');
    background-repeat: no-repeat;
    background-position: right 12px;
}

#btnnavRow2 li:hover ul a
{
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    background: #8C6FBC;
}

#btnnavRow2 li.subItems:hover ul a
{
    background-image: none;
}

#btnnavRow2 li:hover ul li
{
    position: relative;
}
#btnnavRow2 li:hover ul li a:hover
{
    /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background: #745A99;
    text-decoration: underline;
	border-top: 1px solid #999999;
}
#btnnavRow2 li:hover a
{
    /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #8C6FBC;
    text-decoration: underline;
}
#btnnavRow2 li:hover ul a
{
    /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
    background: #8C6FBC;
	border-top: 1px solid #999;
}


/*--- User Types ---*/

.UT_lesswidth
{
width:595px;
}

.UT_fullwidth
{
width:836px;
}

.UT_image
{
	width:191px; height:261px; border: 1px solid #CDC4D9; float:left; margin-right:25px; margin-bottom:25px;
}

.UT_text
{
	width:370px; float:left;
}

.UT_heading
{
	width:370px; float:left; font-family:'Times New Roman', Times, serif; font-size:42px; line-height: 44px; color:#333333; margin-bottom:10px;
}

.UT_description
{
	width:370px; height:175px; float:left; font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; line-height: 25px; color:#666; font-family:Arial, Helvetica, sans-serif;
}

.UT_button
{
	width:416px; height:34px; float:left; margin-bottom: 11px; background-image:url(/images/btn_2012_UT.png); background-position:left; background-repeat:no-repeat;
}

.UT_button a {
line-height: 34px; font-size: 14px; padding-left: 25px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;
}

.UT_button a:visited {
line-height: 34px; font-size: 14px; padding-left: 25px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;
}

.UT_button a:link {
line-height: 34px; font-size: 14px; padding-left: 25px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;
}

.UT_button a:active {
line-height: 34px; font-size: 14px; padding-left: 25px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-weight:bold;
}

.UT_button a:hover {
line-height: 34px; font-size: 14px; padding-left: 25px; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-weight:bold;
}


.UT_box
{
	width:271px; height:200px; border-top: 1px solid #e8e8e8; float:left; margin-top:14px; margin-right:9px; background-image:url(/images/box_2012_UT.png); background-position:bottom; background-repeat:no-repeat;
}

.UT_box.last  
{
margin-right:0;
}

.UT_box_text
{
	margin: 0 10px 15px 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#525252;
}

.UT_box_heading
{
	font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; line-height: 20px; color:#333333; margin:8px 0 10px 0;
}
