@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #dbd6d3;
}

/********************** STRUCTURAL ELEMENTS **************************/
/********************** STRUCTURAL ELEMENTS **************************/
/********************** STRUCTURAL ELEMENTS **************************/

div#wrapper {
	position: relative;
	margin: auto;
	width: 1140px;
}
div#sidebarLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 69px;
	height: 495px;
	background-image: url(../images/bg-sidebar_left.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
div#sidebarRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 69px;
	height: 495px;
	background-image: url(../images/bg-sidebar_right.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
div#container {
	position: relative;
	width: 1140px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	z-index: 1;
}
div#content {
	position: relative;
	left: 69px;
	width: 1002px;
	background-color: #fff;
}
img#logoLink {
	width: 235px;
	height: 120px;
	border: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

/********************** BANNERS ************************/
div#bannerHome {
	position: relative;
	width: 1002px;
	height: 422px;
	background-color: #fff;
}
div#bannerAbout {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-about.jpg);
}
div#bannerMission {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-mission.jpg);
}
div#bannerFounders {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-founders.jpg);
}
div#bannerTeam {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-team.jpg);
}
div#bannerResources {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-resources.jpg);
}
div#bannerOnline {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-online_recovery.jpg);
}
div#bannerAdvocacy {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-advocacy.jpg);
}
div#bannerHow {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-how_it_works.jpg);
}
div#bannerCurriculum {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-curriculum.jpg);
}
div#bannerPersonal {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-personal.jpg);
}
div#bannerConsulting {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-consulting.jpg);
}
div#bannerInterventions {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-interventions.jpg);
}
div#bannerTransportation {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-transportation.jpg);
}
div#bannerContact {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-contact.jpg);
}
div#bannerProfessionals {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-professional.jpg);
}
div#bannerFriends {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-friends.jpg);
}
div#bannerIndividuals {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-individuals.jpg);
}
div#bannerGetStarted {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-getstarted.jpg);
}
div#bannerSitemap {
	position: relative;
	width: 1002px;
	height: 289px;
	background-image: url(../images/bg-banner-sitemap.jpg);
}

/********************** END BANNERS ************************/

/********************** END STRUCTURAL ELEMENTS **************************/
/********************** END STRUCTURAL ELEMENTS **************************/
/********************** END STRUCTURAL ELEMENTS **************************/

/********************** MAIN NAVIGATION ELEMENTS **************************/
/********************** MAIN NAVIGATION ELEMENTS **************************/
/********************** MAIN NAVIGATION ELEMENTS **************************/

div#mainNav {
	width: 1002px;
	height: 37px;
	background-color: #adafb2;
}
#mainNav ul {
	width: 1002px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 30px;
	top: 8px;
}
#mainNav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 38px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #fff;
}
#mainNav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#mainNav ul li a:hover {
	color: #333;
}

/************ MAIN NAVIGATION MARKERS *************/
#mainNav ul#about li#nav1 a {
	color: #333;
}
#mainNav ul#online li#nav2 a {
	color: #333;
}
#mainNav ul#personal li#nav3 a {
	color: #333;
}
#mainNav ul#getStarted li#nav4 a {
	color: #333;
}
/************ END MAIN NAVIGATION MARKERS *************/

/********************** END MAIN NAVIGATION ELEMENTS **************************/
/********************** END MAIN NAVIGATION ELEMENTS **************************/
/********************** END MAIN NAVIGATION ELEMENTS **************************/

/********************** TOP NAVIGATION ELEMENTS **************************/
/********************** TOP NAVIGATION ELEMENTS **************************/
/********************** TOP NAVIGATION ELEMENTS **************************/

div#topNav {
	position: absolute;
	right: 28px;
	top: 65px;
	width: 300px;
	text-align: right;
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #adafb2;
}
#topNav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	color: #adafb2;
	text-decoration: none;
}
#topNav ul li a:hover {
	text-decoration: underline;
}

/********************** END TOP NAVIGATION ELEMENTS **************************/
/********************** END TOP NAVIGATION ELEMENTS **************************/
/********************** END TOP NAVIGATION ELEMENTS **************************/

/********************** SUBNAVIGATION ELEMENTS **************************/
/********************** SUBNAVIGATION ELEMENTS **************************/
/********************** SUBNAVIGATION ELEMENTS **************************/

div#subnav {
	position: relative;
	left: 30px;
	top: 20px;
	width: 130px;
	float: left;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #adafb2;
	margin-bottom: 10px;
}
#subnav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #adafb2;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
#subnav ul li a:hover {
	color: #f68933;
}

/************ SUBNAVIGATION MARKERS *************/
#subnav ul#mission li#subnav1 a {
	color: #f68933;
}
#subnav ul#founders li#subnav2 a {
	color: #f68933;
}
#subnav ul#team li#subnav3 a {
	color: #f68933;
}
#subnav ul#resources li#subnav4 a {
	color: #f68933;
}
#subnav ul#advocacy li#subnav1 a {
	color: #f68933;
}
#subnav ul#how li#subnav2 a {
	color: #f68933;
}
#subnav ul#curriculum li#subnav3 a {
	color: #f68933;
}
#subnav ul#consulting li#subnav1 a {
	color: #f68933;
}
#subnav ul#interventions li#subnav2 a {
	color: #f68933;
}
#subnav ul#transportation li#subnav3 a {
	color: #f68933;
}
#subnav ul#professionals li#subnav1 a {
	color: #f68933;
}
#subnav ul#friends li#subnav2 a {
	color: #f68933;
}
#subnav ul#individuals li#subnav3 a {
	color: #f68933;
}
/************ END SUBNAVIGATION MARKERS *************/

/********************** END SUBNAVIGATION ELEMENTS **************************/
/********************** END SUBNAVIGATION ELEMENTS **************************/
/********************** END SUBNAVIGATION ELEMENTS **************************/

div#leftColumn {
	width: 470px;
	position: relative;
	left: 30px;
	top: 20px;
	float: left;
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}
#leftColumn h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #f68933;
	padding: 0;
	margin: 0px 0 10px 0;
}
#leftColumn h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #f68933;
	padding: 0;
	margin: 0px 0 10px 0;
}
#leftColumn p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #666;
	padding: 0;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	line-height: 17px;
}
#leftColumn li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #666;
}
#leftColumn a {
	font-family: Helvetica, Arial, sans-serif;
	color: #f68933;
}
div#rightColumn {
	width: 425px;
	position: relative;
	right: 30px;
	top: 20px;
	float: right;
}
#rightColumn h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #f68933;
	padding: 0;
	text-align: center;
	margin: 0px 0 10px 0;
}
#rightColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	padding: 0;
	margin: 10px 0 10px 0;
}
div#textBox {
	position: relative;
	top: 20px;
	left: 70px;
	width: 465px;
	float: left;
}
#textBox h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #f68933;
	padding: 0;
	margin: 0px 0 10px 0;
}
#textBox h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #f68933;
	padding: 0;
	margin: 0px 0 10px 0;
}
#textBox p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #666;
	padding: 0;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	line-height: 17px;
}
#textBox li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #666;
	padding: 0;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	line-height: 17px;
}
#textBox a {
	font-family: Helvetica, Arial, sans-serif;
	color: #f68933;
}
div#caption {
	position: relative;
	top: 3px;
	right: 30px;
	float: right;
	width: 260px;
	background-color: #e1dcd9;
}
#caption p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #666;
	padding: 0;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	line-height: 17px;
	width: 220px;
	position: relative;
	left: 20px;
}
#caption a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #222;
}
div#footer {
	width: 1002px;
	position: relative;
	left: 69px;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #888;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 0;
}
#footer a {
	color: #888;
}
div#calendar {
	position: relative;
	top: 20px;
	left: 30px;
	width: 940px;
}
#calendar h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #f68933;
	padding: 0;
	margin: 0px 0 10px 0;
}
#calendar p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #666;
	padding: 0;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
	line-height: 17px;
}
a.readmore {
	color: #f68933;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}
br.break {
	clear: both;
}