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

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

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

a {text-decoration:none; 
color:#000;}
/*********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;}


/******************Container - sets up the entire page*****************/
#container {
	position:relative;
	margin: 0 auto;
	width: 936px;
	background-color: #FFB16A;
}	

.style1 {
	color: #9d282d;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #B02D33;
	font-weight: bold;
}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style5 {color: #B02D33; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }	
/**********************************Header******************************/
#header {
	background-image: url(../images/home-title.png);
	background-repeat: no-repeat;
	height:186px;
	position:relative;
	width: 936px;
	
	padding: 0px;
	margin: 0px;
	color:#867c6e;
	font-weight: normal;
}
.location{
	position:absolute;
	left:80px;
	top:165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.number{
	position:absolute;
	float:right;
	right:80px;
	top:165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.logo{
	width:936px;
	height:20px;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	color: #877C6F;
	background-color: #000000;
	top: 135px;
	font-weight:bold;
	left:0px;
}


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

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

#navigation{ /***defines the area the vertical links are in**********/
	position:relative;
	color: #333;
	padding:0;
	width: 936px;
	margin-left:0px;
	background-color:#681849;
	height: 257px;
}
#navigation ul{
	list-style-type: none;
	width: 936px;
	color:#867c6e;

	
	padding-top:5px;
}

#navigation ul li{
	font-weight:bold;
	width: 125px;
	float: left;
	color: #E9C588;
	text-align: center;
}
.facilitator{
	position:absolute;
	left:104px;
	top:20px;
}

.youth{
	position:absolute;
	left:559px;
	top:20px;
}

.diversity{
	position:absolute;
	left:255px;
	top:20px;
}

.performances{
	position:absolute;
	left:711px;
	top:20px;
}

.conferences{
	position:absolute;
	left:405px;
	top:20px;
}


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

#navigation a:hover{
	color:#000;
	text-align: center;
}

/*********************************Content*****************************/
#content {
	color: #333;
	margin: 0px;
	padding:0;
	width:936px;
	position: relative;
}

#content img{padding:10px;}

#content h1{text-align:left;}

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

#gallery{
	width:610px;
	
	position:relative;
}
#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;
}
#contact{
	
	clear:both;
}


.sub-right{
	text-align:center;
	margin-top: -10px;
}
/*********************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;
}
