* {
	margin: 0;
	padding: 0;
	}

html {
	background: #1652b4 url(../i/body_bg.jpg) repeat-x top;
	height: 100%;
	}
.formformat {
	display: block;
	float: left;
	width: 610px;
}


body {
	background: #1652b4 url(../i/body_bg.jpg) repeat-x top;
	height: 100%;
	}
.subheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 22px;
	width: 607px;
	float: left;
	list-style-position: inside;
	list-style-type: none;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	vertical-align: middle;
	background-position: left;
}


.clear {
	clear: both;
}

.clear span {
	visibility: hidden;
	height: 0px;
	}

.left {
	float: left;
	line-height: normal;
	}

img.left {
	margin: 5px 5px 5px 0;
	}

.right {
	float: right;
	}

img.right {
	margin:5px;
	}

.psa .movie {
	float: right;
	padding: 0 5px 5px 5px;
	border: 1px solid #ddd;
	border-width: 0 0 0 1px;
	margin: 5px 0 0 0;
	}

/* Type */

h1 {
	text-transform: uppercase;
	color: #CC0000;
	font-family: "Lucida Sans";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	}

#content h1 a {
	text-decoration: none;
	color: #333 !important;
	}

#main h1 {
	 border-bottom: 1px solid #ccc;
	 }

.lbreak {
	border-bottom: 1px solid #ccc;
	}

.lbreak2 {
	border-bottom: 1px solid #ccc;
	margin-top: 3px;	
	}

h2 {
	font: 12px/18px "lucida grande",verdana,sans-serif;
	color: #000;
	}

.home h2 {
	margin: 7px 0 2px 0;
	}

h2 {
	margin: 10px 0 0 0;
	}
	
p,blockquote {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}

.article p {
	margin: 0 0 10px 0;
	line-height: 16px;
	}

.contactus p {
	margin: 0 0 6px 0;
	line-height: 16px;
	}
	
blockquote {
	margin: 10px 0;
	background: #ff9;
	border: 1px solid #edb062;
	border-width: 1px 0;
	padding: 5px 10px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 22px;
	}

h2 a {
	font: 13px/18px "lucida grande",verdana,sans-serif;
	text-decoration: none;
	}

p a,a.more {
	color: #0d4c7d;
	}

p a:hover,a.more:hover {
	color: #157bd2;
	}

h2.media_clips {
	background: url(../i/media_clips_icon_sm.jpg) no-repeat center right;
	padding-right: 80px;
	}
	
h2.event_photos {
	background: url(../i/event_photos_icon_sm.jpg) no-repeat center right;
	padding-right: 80px;
	}

/*
p a:visited {
	text-decoration: none;
	}
*/

#content li {
	color: #333;
	font: 11px/18px "lucida grande",verdana,sans-serif;
	margin: 2px 0;
	}

#content ul {
	padding: 5px;
	margin: 5px 0px 0px 10px;
	}

.about #content p, .involved #content p, .merchandise #content p, .contact #content p {
	color: #333;
	}

.about h2, .involved h2, .merchandise h2, .contact h2, .wys h2 {
	font-size: 14px;
	margin: 7px 0 0 0;
	}

.footnote {
	margin-top: 14px;
	font-size: 10px;
	}


h2 a {
	color: #0072bc;
	}

h2 a:hover {
	color: #004a80;
	}


/* A - Top */

/* A1. Basics */

#dash {
	position: relative;
	margin: 0 auto;
	height: 100px;
	width: 960px;
	}

/* A2 - Linked Logo */

#dash #logo {
	background: url(../i/logo.jpg) no-repeat top left;
	display: block;
	position: absolute;
	top: 20px;
	left: 4px;
	height: 70px;
	width: 295px;
	}

/* A3 - Panel with 4 buttons (Sitemap, register, login & donate) */

#dash #panel {
	background: url(../i/panel_bg.jpg) no-repeat top left;
	display: block;
	list-style: none;
	padding: 0 10px 0 18px;
	position: absolute;
	top: 0px;
	right: 50px;
	height: 42px;
	width: 350px;
	}

#panel li {
	float: left;
	padding: 5px 0;
	}	

#panel li a {
	background: url(../i/panel_sprite.jpg) no-repeat 0 -5px;
	display: block;
	font: 11px/24px "lucida grande",verdana,sans-serif;
	height: 32px;
	width: 90px;
	}

#panel li a span {
	display: none;	
	}

#panel li a.sitemap {
	width: 80px;
	}

#panel li a.register {
	background-position: -80px -5px;
	width: 90px;
	}

#panel li a.login {
	background-position: -170px -5px;
	width: 100px;
	margin: 0 0 0 18px;
	}

#panel li a.donate {
	background-position: -240px -5px;
	width: 78px;
	}

#panel li a:hover {
	background-image: url(../i/panel_sprite_hover.jpg);
	}

/* A4 - Navigation */

#dash #navigation {
	display: block;
	list-style: none;
	position: absolute;
	top: 63px;
	right: 0px;
	height: 37px;
	width: 612px;
	}

#navigation li {
	float: left;
	width: 100px;
	height: 37px;
	padding: 0 0 0 2px;
	text-align: center;
	}

#navigation li a {
	background: url(../i/navigation.jpg) no-repeat top left;
	display: block;
	font: 11px/24px "lucida grande",verdana,sans-serif;
	height: 100%;
	}

#navigation li a:hover {
	background-position: 0 -37px;
	}

#navigation li a span {
	display: none;
	}

.home #navigation li a.home {
	background-position: 0 -74px;
	}

#navigation li a.news {
	background-position: -100px 0;
	}

#navigation li a.news:hover {
	background-position: -100px -37px;
	}

.news #navigation li a.news {
	background-position: -100px -74px;
	}

#navigation li a.involved {
	background-position: -200px 0;
	}

#navigation li a.involved:hover {
	background-position: -200px -37px;
	}

.involved #navigation li a.involved {
	background-position: -200px -74px;
	}
	
#navigation li a.merchandise {
	background-position: -300px 0;
	}

#navigation li a.merchandise:hover {
	background-position: -300px -37px;
	}

.merchandise #navigation li a.merchandise {
	background-position: -300px -74px;
	}
	
#navigation li a.about {
	background-position: -400px 0;
	}

#navigation li a.about:hover {
	background-position: -400px -37px;
	}

.about #navigation li a.about {
	background-position: -400px -74px;
	}
	
#navigation li a.contact {
	background-position: -500px 0;
	}

#navigation li a.contact:hover {
	background-position: -500px -37px;
	}

.contact #navigation li a.contact {
	background-position: -500px -74px;
	}

/* B - Header */

#header {
	background: #fff url(../i/header_bg.jpg) repeat-x top;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: auto;
	min-width: 965px;
	}

#header .container {
	width: 960px;
	margin: 0 auto;
	}

.smooth {
	background: #fff url(../i/header_bg.jpg) repeat-x top;
	}

/* B1 - Splash */

#splash {
	background: #000;
	float: left;
	position: relative;
	height: 190px;
	width: 630px;
	overflow: hidden;
	}

/*

#splash .link {
	display: block;
	position: absolute;
	top: 130px;
	left: 130px;
	height: 30px;
	width: 125px; 
	}

*/

#splash .link span,#splash a span {
	display: none;
	}

#splash a {
	display: block;
	height: 190px;
	width: 630px;
	}

#splash .one {
	background: #700 url(../i/splash_1.jpg) no-repeat top left;
	}

#splash .two {
	background: #070 url(../i/splash_2.jpg) no-repeat top left;
	}

#splash .three {
	background: #007 url(../i/splash_3.jpg) no-repeat top left;
	}

#splash .four {
	background: #ccc url(../i/splash_4.jpg) no-repeat top left;
	}

#splash .five {
	background: url(../i/splash_5.jpg) no-repeat top left;
	}

#splash .six {
	background: url(../i/splash_6.jpg) no-repeat top left;
	}

#splash .seven {
	background: url(../i/splash_7.jpg) no-repeat top left;
	}

#splash .eight {
	background: url(../i/splash_8.jpg) no-repeat top left;
	}

#splash .nine {
	background: url(../i/splash_9.jpg) no-repeat top left;
	}

/* B2 - Buttons */

#buttons {
	background: #fff url(../i/get_involved.jpg) no-repeat top left;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	height: 190px;
	width: 320px;
	background-image: url(../i/get_involved.jpg);
	}

#buttons .volunteer {
	background: url(../i/buttons.jpg) no-repeat top left;
	position: absolute;
	top: 60px;
	left: 10px;
	height: 55px;
	width: 145px;
	}

#buttons .donate {
	background: url(../i/buttons.jpg) no-repeat -155px 0;
	position: absolute;
	top: 60px;
	left: 165px;
	height: 55px;
	width: 145px;
	}

#buttons .volunteer span,#buttons .donate span,#buttons .share span {
	display: none;
	}

#buttons .share {
	position: absolute;
	top: 39px;
	left: 9px;
	height: 135px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: 0;
	}

/* #buttons a:hover {
	background-image: url(../i/get_involved.jpg);
	} */

/* C - Content */

#main {
	background: transparent;
	clear: both;
	width: auto;
	min-width: 965px;
	}

#main .container {
	width: 960px;
	margin: 0 auto;
	}

/* C1 - Main */

#content {
	float: left;
	background: transparent;
	width: 610px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

/* C2 - News */

.news {
	margin: 0 0 10px 0;
	}

.news h1 {
	clear: both;
	}

.featured {
	float: left;
	width: 595px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}

.featured  .image {
	background: #fff url(../i/news_img_bg.jpg) repeat-x top;
	display: block;
	float: left;
	margin: 5px 8px 5px 0;
	padding: 3px 0 0 3px;
	height: 150px;
	width: 147px;
	}

.news .more,.clear .more {
	background: #e1e1e1 url(../i/button_bg.jpg) no-repeat top left;
	display: block;
	float: left;
	font: 11px/18px "lucida grande",verdana,sans-serif;
	margin: 5px 0 0 0;
	padding: 3px 0 0 0;
	text-align: center;
	text-decoration: none;
	height: 22px;
	width: 100px;
	}

.news .more:hover,.clear .more:hover {
	background: #f1f1f1 url(../i/button_bg_hover.jpg) no-repeat top left;
	}

.listing {
	float: left;
	width: 200px;
	}

/* a - Foundation News -- Blue ( #0072bc )*/

.news#foundation a {
	color: #0072bc;
	}

.news#foundation a:hover {
	color: #004a80;
	}

.news#foundation h1 {
	padding: 0 0 0 25px;
	background-image: url(../i/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	}

/* b - Medical News -- Red ( #9d0c10 )*/

.news#medical a {
	color: #9d0c10;
	}

.news#medical a:hover {
	color: #500;
	}

.news#medical h1 {
	padding: 0 0 0 25px;
	background-image: url(../i/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	}


/* D - Side */

#side {
	background: #transparent;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 320px;
	}

#side #aware,#side #whatwedo {
	padding: 0 10px 5px 10px;
	}

#side #aware {
	margin: 0 0 5px 0;
	}

#side #aware a {
	font: 11px/18px "lucida grande",verdana,sans-serif;
	text-decoration: none;
	color: #555;
	margin: 0;
	padding: 0 0 0 10px;
	}

#side #aware h1 {
	background: url(../i/aware_icon.gif) no-repeat 1px center;
	padding: 0 0 0 23px;
	}

#side #whatwedo h1 {
	background: url(../i/whatwedo_icon.gif) no-repeat 2px center;
	padding: 0 0 0 27px;
	}

#side #whatwedo a {
	background: url(../i/whatwedo_sprite.jpg) no-repeat top left;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	padding:0;
	height: 60px;
	width: 145px;
	}

#side #whatwedo a.goodonya {
	background-position: -155px 0;
	}

#side #whatwedo a.savealife {
	background-position: -155px -69px;
	}

#side #whatwedo a.volunteer {
	background-position: -155px -138px;
	}

#side #whatwedo a.sober {
	background-position: 0px -69px;
	}

#side #whatwedo a.merchandise {
	background-position: 0px -138px;
	}

/* Hover +198 Vertical */

#side #whatwedo a.brents:hover {
	background-position: 0 -198px;
	}

#side #whatwedo a.goodonya:hover {
	background-position: -155px -198px;
	}

#side #whatwedo a.savealife:hover {
	background-position: -155px -267px;
	}

#side #whatwedo a.volunteer:hover {
	background-position: -155px -336px;
	}

#side #whatwedo a.sober:hover {
	background-position: 0px -267px;
	}

#side #whatwedo a.merchandise:hover {
	background-position: 0px -336px;
	}

#side #whatwedo a span {
	display: none;
	}

#side #whatwedo .savealife,#side #whatwedo .volunteer,#side #whatwedo .goodonya {
	margin-right: 0 !important;
	width: 145px;
	}

/* E - Footer */

#footer {
	clear: both;
	background: url(../i/footer_bg.jpg) repeat-x top;
	height: 80px;
	overflow: hidden;
	min-width: 965px;
	}

#footer .container {
	color: #fff;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 960px;
	}

#footer p {
	color: #fff;
	padding-top: 35px;
	}	

#footer .links {
	padding: 0;
	color: #fff;
	}

#footer .links a {
	color: #8fa6ce;
	text-decoration: none;
	}

#footer .links a:hover {
	color: #fff;
	}

/* F - Split */

body.news .news#foundation,body.news .news#medical {
	float: left;
	width: 470px !important;
	padding: 10px 15px 0 0;
	}

body.news .featured,body.news .listing {
	width: auto !important;
	}

body.news .news#medical {
	padding-right: 0;
	}

body.news .listing {
	padding: 0 5px;
	}

/* About Us */
body.about a img {
	border: none 0;
	}
	
body.involved a img {
border: none 0;
}
	
.brent_th a img {
	border:none 0;
	margin: 0px 10px 0px 0px;
	}

.merch_th a img {
	border:none 0;
	}

.sponsors img { 
	float:left;
	margin-right:2px;
	}

/* Stay Sober */

/* Form */
.noborder {border:none;}

/* LightBox2 */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../i/lightbox2/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/lightbox2/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/lightbox2/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* PSA's */

.wys #content {
	width: auto;
	}

.wys #content h1 {
	border: 0 none;
	margin: 0;
	padding: 0;
	}

.wys #content h2 {
	margin: 0;
	padding: 0 0 5px 0;
	}

#content .psa {
	float: left;
	width: 220px;
	margin: 2px 5px 5px 0;
	min-height: 340px;
	}

.wys .clear a {
	float: left;
	width: 100px;
	margin: 0px 125px 10px 0;
	}

#content .psa h2 {
	margin: 2px 5px;
	}

#content .psa p {
	margin: 0px 5px 5px 5px;
	padding: 0;
	line-height: 14px;
	font-size: 12px;
	}

#splash a img {border:none 0;}

#content .psa a img {
	border:none 0;
}	
#side a { txt-decoration: underline }

.darkbtext {color:#000;}
.sprocket {
	background-image: url(../i/filsprocket.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.style18 {font-size: 10px}.adminformat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.subheading01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 607px;
	float: left;
	list-style-position: inside;
	list-style-type: none;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	vertical-align: middle;
	background-position: left;
}
.boxtext {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.boxtext-line {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	line-height: 15px;
	background-color: #FCFCFC;
}
.boxtext-line-color {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	line-height: 15px;
	background-color: #F9F9F9;
}
.style20 {color: #FF0000}
