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


/* BODY AND CONTAINER
----------------------------------------------*/

body {
	text-align: center;
	background-color: #666;
	padding: 0px;
	margin: 0px auto 0px auto;
}

* body {
	text-align: left;
}

#container {
	overflow: hidden;
	width: 860px;
	border: 1px solid #000;
	margin: 0 auto 0 auto;
}


/* HEADER
----------------------------------------------*/

#header {
	float: left;
	width: 860px;
	height: 43px;
	background-color: #252525;
	border-bottom: 1px solid #000;
}


/* MAIN NAVIGATION
----------------------------------------------*/

#main_nav {
	float: left;
	width: 215px;
	height: 215px;
	background-color: #333;
	border-bottom: 10px solid #000;
}

/* nav list */
#main_nav ul {
	list-style: none;
	padding: 95px 0 0 15px;
	margin: 0px;
}

#main_nav ul li{
	list-style: none;
}

#main_nav ul li a{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
	line-height: 1.4em;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

#main_nav ul li a:hover{
	color: #ff9900;
}


/* PAGE IMAGE
----------------------------------------------*/

#page_image {
	float: left;
	width: 645px;
	height: 215px;
	border-bottom: 10px solid #000;
}


/* CONTENT 
----------------------------------------------*/

#content_container {
	float: left;
	width: 860px;
	background-image: url(../images/bg_content_strip.gif);
		background-repeat: repeat-y;
		background-position: left top;
}

#content_left {
	float: left;
	width: 215px;
	padding: 0px;
	margin: 0px;
}

#content_right {
	float: left;
	width: 540px;
}

#page_title {
	float: left;
	width: 645px;
	height: 45px;
	background-color: #252525;
}

#page_content {
	float: left;
	width: 500px;
	padding: 30px 50px 20px 20px;
}


/* CONTENT TAGLINE
----------------------------------------------*/

#tagline_box {
	float: left;
	display: table;
	position: relative;
	width: 215px;
	height: 110px;
	background-color: #333;
}

#tagline {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 70%;
	font-family: Arial, Helvetica, sans-serif;
		font-size: .95em;
		font-weight: lighter;
	color: #999;
	padding: 0 15px 0 15px;
}

#tagline p {
	position: relative;
	top: -50%;
}


/* CONTENT QUOTE BOX
----------------------------------------------*/

#quote_box {
	float: left;
	display: table;
	position: relative;
	width: 215px;
	height: 110px;
	background-color: #333;
	border-bottom: 1px solid #ccc;
}

#quote {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 70%;
	font-family: Arial, Helvetica, sans-serif;
		font-size: .95em;
		font-weight: lighter;
	color: #999;
	padding: 0 15px 0 15px;
}

#quote p {
	position: relative;
	top: -50%;
}

.quote_author {
	float: right;
	font-size: .80em;
	font-style: italic;
}

/* quote box with an image and link */
.quote_link {
	float: left;
	width: 195px;
	height: 55px;
	font-size: .80em;
	text-align: right;
	padding: 55px 20px 0 0;
}

#quote_image {
	float: left;
	width: 215px;
	height: 110px;
}

.youth_speak {
	background-image: url(../images/quote_box_listen_to_our_youth.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

.discussion {
	background-image: url(../images/quote_box_discussion.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

.have_a_problem {
	background-image: url(../images/quote_box_have_a_problem.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

.see_a_problem {
	background-image: url(../images/quote_box_see_a_problem.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

.suicide_hotline {
	background-image: url(../images/quote_box_suicide_hotline.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

.be_proactive {
	background-image: url(../images/quote_box_be_proactive.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}

.rdot_2009 {
	background-image: url(../images/quote_box_rdot_2009.jpg);
		background-repeat: no-repeat;
		background-position: left top;
}


/* SUB NAVIGATION
----------------------------------------------*/

#sub_nav {
	width: 215px;
}

#sub_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sub_nav li {
	float: left;
	width: 215px;
	height: 25px;
	line-height: 25px;
	background-color: #333;
	border-top: 1px solid #000;
	background-image: url(../images/sub_nav_black_box.gif);
		background-repeat: no-repeat;
		background-position: left top;
	margin: 0px;
	padding: 0px;
}

#sub_nav a:hover {
	color: #ff9900;
}

.number {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: bold;
	color: #ff9900;
	padding: 0 10px 0 8px;
}

.topic_link {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: normal;
	color: #ccc;
	text-decoration: none;
	padding-left: 5px;
}

/* secondary sub navigation */
#sub_link li a {
	display: block;
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: .82em;
	color: #000;
	text-decoration: none;
	background-color: #999;
	padding-left: 33px;
}

.sub_link_last {
	display: block;
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: .82em;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	background-color: #999;
	padding-left: 33px;
}


/* WHAT CAN YOU DO BOX
----------------------------------------------*/

#what_can_you_do_box {
	width: 500px;
	border: 1px solid #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

#you_can_title {
	width: 500px;
	height: 40px;
	border-bottom: 1px solid #333;
	background-color: #999;
}

#you_can_list {
	clear: left;
	width: 498px;
	padding: 15px 0 0 0;
	margin: 0px;
}


/* RESOURCES LINK
----------------------------------------------*/

#resource_link {
	width: 500px;
	border-top: 1px solid #999;
	padding: 2px;
	margin-top: 30px;
}


/* FOOTER
----------------------------------------------*/

#footer {
	float: left;
	width: 845px;
	background-color: #000;
	text-align: right;
	padding: 10px 15px 10px 0;
}

.footer_link a {
	font-size: .95em;
	color: #999;
	text-decoration: none;
}

.footer_link a:hover {
	color: #fff;
}


/* LEFT/RIGHT COMPARISON BOX
----------------------------------------------*/

#comparison_box {
	float: left;
	width: 500px;
}

#compare_left {
	float: left;
	list-style-type: disc;
	padding-left: 20px;
}

#compare_right {
	float: right;
	list-style-type: disc;
	padding-right: 60px;
}


/* CHART BOX BOX
----------------------------------------------*/

#chart_box {
	float: left;
	width: 500px;
	padding: 20px 0 20px 0;
}

#chart_left {
	float: left;
	list-style-type: none;
	padding-left: 50px;
}

#chart_right {
	float: left;
	list-style-type: none;
	padding-left: 30px;
}


/* TYPOGRAPHY ELEMENTS
----------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.8em;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
	text-align: right;
	padding: 0 15px 0 0;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-weight: normal;
	color: #999;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	color: #666;
	background-color: #ccc;
	padding: 2px 0 2px 5px;
	margin: 20px 0 20px 0;
}

/* fix a strange orange colored h3 anchor link to gray */
h3.gray {
	color: #999;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .95em;
	margin-top: 0px;
	margin-bottom: -10px;
}

p, ol {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .87em;
		font-weight: normal;
	line-height: 1.6em;
}

a {
	color: #ff9900;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

/* regular list */
#list li {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .87em;
		font-weight: normal;
		line-height: 1.6em;
	list-style-type: disc;
}

#list_no_bullets li {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .87em;
		font-weight: normal;
		line-height: 1.6em;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* list with description spacing */
.list_break{
	padding-bottom: 15px;
}

/* anchor box for page content */
#anchor_box {
	font-family: Arial, Helvetica, sans-serif;
		font-size: .95em;
	line-height: 1.4em;
	padding: 15px 0 0 5px;
}

#topic_anchor {
	margin: 0px;
	padding: 0px;
}

#topic_anchor li {
	list-style-type: none;
}


/* IMAGE/PHOTOGRAPHY ELEMENTS
----------------------------------------------*/

.no_border {
	border: 0px;
}

.wrap_right {
	float: left;
	padding: 0 20px 15px 0;
}

.wrap_legend_number {
	float: left;
	padding: 2px 10px 0 0;
}

