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

/* GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
}

body, p, blockquote {
	font-size: 62.5%;
	line-height: 1.2em;
	color: #1B1B1B;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

.clearfloat {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.chart_lg {
font-size: 12px;
padding: 3px 5px;
font-family: "Courier New", Courier, monospace;
border: 2px solid #666;
margin: 10px;
}



.chart_lg td {
	padding: 5px;
}

.chart_sm {
font-size: 12px;
padding: 3px 5px;
font-family: "Courier New", Courier, monospace;

}


.chart_xsm td {
	border-left: 1px solid #F00;
	font-size: 10px;
}

/* HTML ELEMENTS */
body {
	background: #ffffff url(../images/bg.jpg) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
}

p, #content ul, #content ol {
	font-size: 1.3em;
	padding: 0 0 1.3em 0;
	line-height: 1.5em;
}

#content ul, #content ol {
	margin-left: 1.4em;
}

#content li {
	padding-bottom: 1.3em;
}

#content ul ul {
	font-size: 100%;
	padding-bottom: 0;
}

h1 {
font: 2.5em Arial, Verdana, San-Serif;
color: #ba1225;
font-weight: normal;
padding: 0px 0px 10px 0px;
}

h2 {
font-size: 1.6em;
color: #333333;
font-weight: bold;
line-height: 18px;
padding: 10px 0px 3px 0px;
}

h3 {
font: 1.3em Arial, Verdana, San-Serif;
color: #003366;
}

h4 { 
font: 1.2em Arial, Verdana, San-Serif;
color: #663300;
}

a, a:link, a:active {
	color: #ba1225;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

tr {
	vertical-align: top;
}

/* CUSTOM TAGS */
.smalltext {
	font-size: 1em;
	color: #333333;
}

.smalllink {
	font-size: .8em;
}

.chart {
	font-size: .9em;
}

.chart p {
	font-size: 100%;
	padding: 0 0 1em 0;
	line-height: 1.4em;
}

.redtext {
	color: #ba1225;
}

.redbg {
	background-color: #ba1225;
	font-weight: bold;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 5px;
	font-size: 1.1em
}

.greybg {
	background-color: #EDEDED;
	padding: 7px 5px;
	border-bottom: 1px solid #ba1225;
}

/* CONTAINERS */
#container {  
	margin: 0 auto;
	text-align: center;
}

/* NAVIGATION */
#navContainer {
	height: 140px;
	background-color: #999999;
	border-bottom: 3px solid #CCCCCC;
	text-align: center;
}

#nav { 
	width: 822px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	float: left;
	width: 181px;
	height: 96px;
	margin: 20px 20px 0 0;
	background-image: url(../images/logo.gif);
	text-indent: -10000;
}

#logo a {
	width: 181px;
	height: 96px;
	display: block;
}

#primary, #secondary {
	list-style: none;
}

#primary li, #secondary li {
	float: left;
	display: block;
}

#primary li {
	width: 101px;
	height: 26px;
	background-color: #333333;
	border: 1px solid #666666;
}

#primary li a {
	width: 101px;
	height: 26px;
	display: block;
	text-indent: -10000;
}

li#treatment_btn a {
	background: url(../images/treatment_btn.gif) top no-repeat;
}

li#counseling_btn a {
	background: url(../images/counseling_btn.gif) top no-repeat;
}

li#research_btn a {
	background: url(../images/research_btn.gif) top no-repeat;
}

li#cme_btn a {
	background: url(../images/cme_btn.gif) top no-repeat;
}

li#media_btn a {
	background: url(../images/media_btn.gif) top no-repeat;
}

li#contact_btn a {
	background: url(../images/contact_btn.gif) top no-repeat;
}

#primary li a:hover {
	background-position: bottom;
}

#primary {
	padding: 20px 0 0 0;
}

#secondary li {
	width: 155px;
	height: 68px;
}

#secondary li a {
	width: 155px;
	height: 68px;
	display: block;
	text-indent: -10000;
}

li#launch_btn a {
	background: url(../images/launch_btn.jpg) top no-repeat;
}

li#tips_btn a {
	background: url(../images/tips_btn.jpg) top no-repeat;
}

li#centers_btn a {
	background: url(../images/centers_btn.jpg) top no-repeat;
}

li#campaign_btn a {
	background: url(../images/campaign_btn.jpg) left top no-repeat;
}

#secondary li a:hover {
	background-position: left bottom;
}

#secondary {
	margin: 0 0 0 201px;
}

/* CONTENT */
#flash { 
	width: 820px; 
	margin: 10px auto 10px auto;
}

#oldFlash {
	margin: 10px auto 10px auto;
}

#contentContainer {
	width: 820px;
	margin: 10px auto 10px auto;
	text-align: right;
}

#topContent {
	width: 820px;
	height: 100px;
	margin: 0 0 0 0;
	background: url(/website/images/SubBanner7.jpg);	
}

#pageHead {
	width: 618px;
	height: 26px;
	padding: 7px 0 0 202px;
	margin: 0 0 10px 0;
	text-align: left;
	background-color: #ba1225;
	letter-spacing: .1em;
}

#pageHead h1 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 2.2em;
}

#content {
	width: 618px;
	text-align: left;
	float: right;
}

/* FOOTER */
#foot { 
	width: 820px; 
	height: 80px; 
	margin: 10px auto;
	border-top: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#foot a {
	color: #666666;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#doh {
	width: 80px;
	height: 40px;
	float: left;
	margin: 10px 0 0 0;
	background: url(../images/doh.gif) top no-repeat;
}

#tertiary {
	width: 730px;
	list-style: none;
	overflow: hidden;
}

#tertiary ul {
	margin: 0;
	padding: 0;
}

#tertiary li {
	float: left;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
	border-right: 1px solid #CCCCCC;
	font-size: 1em;
}

#credit {
	float: left;
	margin: 5px 0 0 10px;
	color: #666666;
}

