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


/*****************Body - determines general characteristics for the site, background color is for the site outside the container***/
body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-image:url(../images/background-ind-classes.png);
	background-repeat: repeat-x;
	background-color: #ffb16a;
	
  }
/************************General**************************************/
img{
	border:none;
	margin:0px;
	padding:0px;
	text-align: center;
}

.imgright {
	float: right;
	padding: 10px;
	position: relative;
	clear: right;
	margin-bottom: 10px;
}
.imgleft {
	float: left;
	margin: 0;
	padding: 10px;
	margin-right: 5px;
}

p {
	font-size:12px;
	color:#000000;
	line-height: 1.4em;
}

a {text-decoration:none; 
color:#000;}
a:hover{
color:#990099;}
.numbers{
	width:375px;
	float: left;
	margin-left: 15px;
}
.numbers ul li{
	list-style-type: decimal;
	list-style-position: inherit;
}

/*********header tags can be changed to any size, color, font weight, alignment***********/
h1 {  
font-size:18px;
color:#9d282d;
font-weight:bold;
margin-bottom:5px; 
text-align:center; 
}

h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center; 
 }
 h3{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;/****space below the heading*******/
	text-align:left;
}

ul, li {
    padding:0px;
    margin:0px;
	list-style:none;}

blockquote{
	text-align:left;
	color: #000000;
}
/******************Container - sets up the entire page*****************/
#container {
	position:relative;
	margin: 0 auto;
	width: 936px;
	background-color: #ffb16a;
	
}	
	
/**********************************Header******************************/
#header {
	height:35px;
	position:relative;
	width: 936px;
	padding: 0px;
	margin: 0px;
	color:#867c6e;
	font-weight: normal;
	background-image: url(../images/header-title-cat.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
}
#logo{
	width:936px;
	height:auto;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #877C6F;
	background-color: #000000;
	font-weight: bold;
}
.location{
	position:absolute;
	left:68px;
	top:17px;
	color: #9F9478;
	font-size: 14px;
	font-weight: bold;
}

.number{
	position:absolute;
	float:right;
	right:40px;
	top:17px;
	font-size: 14px;
	font-weight: bold;
	color: #9F9478;
}

#page-title{
	position:relative;
	width:660px;
	text-align:center;
	margin-top:20px;
	height: 0px;
}


#slogan{
	position:absolute;
	top:41px;
	left:25px;
	font-size:12px;
	color: #FBBC00;
	text-align:center;
	font-style: bold;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

#email{
	position:absolute;
	top:74px;
	left:22px;
	font-size:12px;
	color: #FBBC00;
	text-align:center;
	font-style: normal;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}



/********************************vertical Navigation*********************/

#navigation{ /***defines the area the vertical links are in**********/
	position:relative;
	color: #333;
	padding:0;
	width: 936px;
	margin-left:0px;
	height: 139px;
	margin-top: 0px;
	background-image: url(../images/back-cat-nav.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
#navigation ul{
	list-style-type: none;
	width: 936px;
	color:#867c6e;

	
	padding-top:5px;
}

#navigation ul li{
	width: 100px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FBBC00;
}
.home{
	position:absolute;
	left:214px;
	top:13px;
}
.facilitator{
	position:absolute;
	left:330px;
	top:12px;
}

.youth{
	position:absolute;
	left:679px;
	top:15px;
}

.diversity{
	position:absolute;
	left:447px;
	top:13px;
}

.performances{
	position:absolute;
	left:793px;
	top:14px;
}

.conferences{
	position:absolute;
	left:564px;
	top:14px;
}


#navigation a{color:#FBBC00; 
text-decoration:none;}

#navigation a:hover{ 
color:#993399;}

/*********************************Category*****************************/
#category{
	height:91px;
	width:936px;
	position:relative;
	margin-top: 0px;
}
#pagetitle{
	
	background-color: #681849;
	width: 460px;
	height: 67px;
	margin-left: 238px;
	position: relative;
}
#pagetitle h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
	margin-top:0px;
	padding-top: 10px;
	}

#categorydiscp{
	font-size: 12px;
	color: #F8D239;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

#categorydiscp ul l1{
	float:left;
}
#categorydiscp a{
color: #F8D239;
}


#categorydiscp a:hover{
color:#CFB35E
}

/********************Content***************************/


#content {
	color: #000000;
	margin: 0px;
	padding:0;
	width:100%;
	position: relative;
	font-weight: normal;
	height: auto;
	margin-left: 5px;
	float: right;
	line-height: 1.4em;
	font-size: 12px;
	text-align: justify;
}

.topcontent{
	height:auto;
	width:100%;
}

.contentindent{
	width:62%;
	margin-left:200px;
	text-align: justify;
}

 #bottomsectiondrumming{
	clear:both;
	margin:0px 0px 0 0px;
	padding:0px 0px 10px 140px;
 }
#leftside{
	float:left;
	width:325px;
	height:auto;
	margin-left:10px;
}
.left-content{
	float:left;
	width:545px;
}

.leftbullets{
	width:520px;
	margin-left:10px;
}

.leftbullets ul li{
	list-style-type: square;
}
#indexleft{
	float:left;
	width:320px;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 0px;
	padding-right: 25px;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-right: thin #9d282d solid;
}

/******************The Right Side ***************/
.rightsideimg{
	float:right;
	margin-top: 5px;
	text-align: center;
	width: 20%;
	height: auto;
	}
	
#rightside{
	float:right;
	width:315px;
	height:auto;
	margin-right: 10px;
	margin-left: 10px;
}

#indexright {
	position: relative;
	color: #000000;
	padding:0;
	width: 530px;
	float: right;
	margin: 0;
	padding-right: 20px;
	text-align: left;
	margin-top: 10px;
}

/******************* Center *********************/

.centercontent{
	width:41%;
	height:auto;
	flaot:left;
	float: left;
}
.boomba {
	width:520px;
	margin-left:380px;
}

.boomba ul li{
	list-style-type: square;
}



.object-team {
	width:525px;
	margin-left:375px;
}

.object-team ul li{
	list-style-type: square;
}
.toolbox {
	width:550px;
	margin-left:335px;
}

.toolbox ul li{
	list-style-type: square;
}

#content h1{text-align:left;}


#gallery{
	width:610px;
	
	position:relative;
}
#contact{
	clear:both;
	margin-top: 15px;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#contact a {
	font-size:15px;
	color:#990000;
	font-weight:bold;
	margin-bottom: 10px;
}

#contact a:hover {
	font-size:15px;
	color:#000;
	font-weight:bold;
	margin-bottom: 10px;
}
#contact{
	clear:both;
	margin-top: 15px;
}
#center-section {
	clear:both;
	position:relative;
	width: 936px;
	clear: both;
	color: #000;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	display:block;
	height: 110px;
}

 #bottomsection{
	margin:0px 0px 0 0px;
	padding:0px 0px 10px 10px;
	clear: both;
 }
.box{
	width:315px;
	height:166px;
	background-image: url(../images/youth-classes/box-artreach.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 1.3em;
	left: 0px;
	top: 0px;
	padding-top: 6px;
	margin-top: 5px;
}


.box a{
color:#681849;
}

.box a:hover{
color:#000;}


.boxart{
	width:300px;
	height:166px;
	background-image: url(../images/youth-classes/box-artreach.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	line-height: 1.3em;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}


.boxart a{
color:#681849;
}

.boxart a:hover{
color:#000;}
.rightsideimg{
	float:right;
	text-align: center;
	width: auto;
	height: auto;
	}
	
	.leftsideimg{
	margin:5px;
	padding:0px;
	float: left;
	margin-bottom: 20px;
	height: auto;
	width: auto;
}

.insideleft{
	width:325px;
}

.rightimg{
	float:right;
	margin-right: 25px;
	
}

.pdfppt{
	positon:absolute;
	float:right;
	position: relative;
	margin-right: 75px;
	clear: right;
	text-align: center;
	padding-top: 10px;
}

.respdgleft {
	float:left;
	position:absolute;
	width: 103px;
	color: #ffffff;
	padding: 0px;
	left: 88px;
	font-size:12px;
	top: 4px;
}

.biopdfright{
	position:absolute;
	float:right;
	font-size:10px;
	padding-right:0px;
	width:90px;
	right: 90px;
	top: 6px;
}

/*********************Footer************************************************/
#footer {
	clear:both;
	position:relative;
	width: 936px;
	clear: both;
	color: #000;
	padding: 30px 0px 0px 0px;
	font-size: 10px;
	display:block;
	margin-left: 0px;
	text-align: center;
	height: 100px;
}
#footer a{
        color:#000000;
}

#footer a:hover{
        color:#FFFFFF;
}


.footerleft {
	float:left;
	width: 300px;
	height:auto;
	color: #000000;
	padding: 0px;
	left: 40px;
	font-size:10px;
	text-align: left;
	margin-left: 40px;
}

.footerright{
	float:right;
	font-size:10px;
	padding-right:40px;
}
