@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-category.png);
	background-repeat: repeat-x;
	background-color: #FFB16A;
	color: #000;
	font-weight: bold;
  }
/************************General**************************************/
img{
 border:none;
 margin:0px;
 padding:0px;
}

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

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

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

#navigation{ /***defines the area the vertical links are in**********/
	position:relative;
	color: #333;
	padding:0;
	width: 936px;
	margin-left:0px;
	height: 129px;
	margin-top: 10px;
	background-image: url(../images/back-cat-nav.png);
	background-repeat: no-repeat;
	background-position: center;
}
#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;
}
#slogan{
	position:absolute;
	top:32px;
	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:71px;
	left:23px;
	font-size:12px;
	color: #FBBC00;
	text-align:center;
	font-style: normal;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

.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:95px;
	width:936px;
	position:relative;
}
.categorytitle{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.categorytitle h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
	margin-top:0px;
	padding-top: 30px;
	}


#pagetitlewdisc{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 10px;
	}
#pagetitlewdisc h1{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
	margin-top:0px;
	padding-top: 0px;
}
.categorydiscp{
	font-size: 14px;
	color: #F8D239;
	line-height: 1.5em;
	font-weight: bold;
}

.categorydiscp a{
color: #F8D239;
}


categorydiscp a:hover{
color:#000;
}
/********************Content***************************/


#content {
	color: #333;
	margin: 0px;
	padding:0;
	width:936px;
	position: relative;
	font-weight: normal;
	text-align: justify;
}

#content img{
	padding:0px;
}

#content h1{text-align:left;}

#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;
}

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

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

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


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

#gallery{
	width:610px;
	
	position:relative;
}
#indexleft{
	float:left;
	width:468px;
	padding-left:0px;
	color: #000000;
	text-align:left;
	padding-right: 0px;
	height: auto;
	margin-top:20px;
	font-weight: bold;
}
#sitemap{
	margin-left:110px;
	width: 750px;
}
.cat{
	width:340px;
	height:160px;
	float:right;
	padding:0px;
	margin:0 10px 0px 0px;
}

.rcat{
	width:340px;
	height:160px;
	float:left;
	padding:0px;
	margin:0 0 0px 10px;
}


.ccat{
	width:340px;
	height:auto;
	padding:0px;
	margin:30px 0 5px 298px;
	position: relative;
	clear: both;
}

.pcat{
	width:490px;
	height:auto;
	padding:0px;
	margin:30px 0 5px 225px;
	position: relative;
	clear: both;
}

.pcat_details {
	width:185px;
	padding:00px 0 0 0px;
	float: left;
}
.pcat_text {
	padding:0px;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:15px;
	font-weight: normal;
	margin-bottom: 5px;
	width: 175px;
}
.pcat_title{
	text-align:center;
	width: 170px;
}
.rcat_img {
	float:right;
}
.cat_img {
	float:left;
}
.cat_title{
	text-align:center;
}

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

.cat_title a:hover {
	font-size:15px;
	color:#000;
	font-weight:bold;
	margin-bottom: 10px;
}
.cat_details {
	width:185px;
	float:right;
	padding:00px 0 0 0px;
}
.cat_text {
	padding:0px;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:15px;
	font-weight: normal;
	margin-bottom: 5px;
}

.cat_enter{
	padding:0px;
	font-size:14px;
	color:#000000;
	text-align:center;
	line-height:15px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	}
.cat_enter a{
color:#000000;
font-weight: bold;
	font-style: italic;
	}
.cat_enter a:hover {
	color:#990000;
	font-weight: bold;
	font-style: italic;
}
.pdf{
	float:right;
	width: 150px;
}



#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;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
/*********************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;
}
