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

/*CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------- Begin CSS -------------------- */

* {
margin: 0;
padding: 0;
}

body {background: #f6f8f7 url(../img/empower-bg.jpg) repeat-x top left;
	}
	
#wrap {
	width:  1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;	
}

#header {
	width: 1024px;
	height: 81px;
	float: left;
	}
	
#headerHome {
	width: 1024px;
	height: 450px;
	float: left;
	background-image: url(../img/header-home-img.jpg);
	}
	
p.slogan {padding: 27px 0 0 0;}

p.blurb {
	padding: 29px 657px 10px 37px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	}
	
p.more {padding: 0 0 0 26px;}

	
/* --- --- Navigation --- --- */

#nav {
	width: 1024px;
	float: left;
	height: 62px;
	}
	
.nav_header ul {margin: 0; padding: 0; list-style-type: none; list-style-position: inside; position: absolute; margin: 0 0 0 337px; height: 62px; overflow: hidden;}
.nav_header ul li { float:left; overflow:hidden; }
.nav_header ul li a, .nav_header ul li a:visited, .nav_header ul li a:active { border:none; }


/* Navigation */
ul.navigation li {padding-right: 0px;}
ul.navigation li a { display:block; }

ul.navigation li a.home { width:76px; height:62px; background: url(../img/home-btn.png) no-repeat 0 0; }
ul.navigation li.active a.home { background:url(../img/home-btn2.png) no-repeat 0 0; }
ul.navigation li a.home:hover { background:url(../img/home-btn2.png) no-repeat 0 0; }

ul.navigation li a.about { width:86px; height:62px; background:url(../img/about-btn.png) no-repeat 0 0; }
ul.navigation li.active a.about { background:url(../img/about-btn2.png) no-repeat 0 0; }
ul.navigation li a.about:hover { background:url(../img/about-btn2.png) no-repeat 0 0; }

ul.navigation li a.events { width:91px; height:62px; background: url(../img/events-btn.png) no-repeat 0 0; }
ul.navigation li.active a.events { background:url(../img/events-btn2.png) no-repeat 0 0; }
ul.navigation li a.events:hover { background:url(../img/events-btn2.png) no-repeat 0 0; }

ul.navigation li a.gallery { width:100px; height:62px; background:url(../img/gallery-btn.png) no-repeat 0 0; }
ul.navigation li.active a.gallery { background:url(../img/gallery-btn2.png) no-repeat 0 0; }
ul.navigation li a.gallery:hover { background:url(../img/gallery-btn2.png) no-repeat 0 0; }

ul.navigation li a.media { width:81px; height:62px; background: url(../img/media-btn.png) no-repeat 0 0; }
ul.navigation li.active a.media { background:url(../img/media-btn2.png) no-repeat 0 0; }
ul.navigation li a.media:hover { background:url(../img/media-btn2.png) no-repeat 0 0; }

ul.navigation li a.programs { width:118px; height:62px; background:url(../img/programs-btn.png) no-repeat 0 0; }
ul.navigation li.active a.programs { background:url(../img/programs-btn2.png) no-repeat 0 0; }
ul.navigation li a.programs:hover { background:url(../img/programs-btn2.png) no-repeat 0 0; }

ul.navigation li a.contact { width:98px; height:62px; background:url(../img/contact-btn.png) no-repeat 0 0; }
ul.navigation li.active a.contact { background:url(../img/contact-btn2.png) no-repeat 0 0; }
ul.navigation li a.contact:hover { background:url(../img/contact-btn2.png) no-repeat 0 0; }


/* --- --- Home --- --- */

#home {
	width: 1024px;
	float: left;
	}

#home ul {
	width:810px;
	overflow:hidden;
	margin:30px 0 15px 107px;
}
#home ul li .image{
	width:260px;
	height:160px;
	float: left;
	overflow:hidden;
}

#home ul li .title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	padding:5px 0 0 2px;
}

#home ul li p{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height: 16px;
	padding:5px 15px 20px 2px;
	margin:0 0 0 0px;
}

#home ul li{
	float: left;
	width:33%;
	overflow:hidden;
	padding:0 0px 6px 3px;
	margin:0 0 0 -1px;
}

	

/* ------ Footer ------ */

#footer_container {background: url(../img/footer-bg.jpg); height: 250px; width: 100%; float: left;}

#footer {
	width:  1024px;
	margin: 0 auto;
	padding: 0;
	position: relative;	
	}
	
#footer #test {
	width: 1024px;
	background: url(../img/footer_placeholder.jpg);
	float: left;
	}
