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

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

p {
	padding: 5px 2px;
}

a:link, a:visited {
	color: #369;
}

a:active, a:hover {
	color: #999;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 6px 0px 3px 0px;
	color: #000;
}

.dropcaps {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 5px 0px;
	color: #369;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	color: #369;
}

.quote {
	font-style: italic;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.title {
	font-size: 13px;
	font-weight: bold;
}

.title2 {
	font-size: 13px;
	color: #369;
	font-weight: bold;
}

.headline {
	font-weight: bold;
	font-size: 14px;
	color: #369;
}

.center {
	text-align: center;
}

ul {
	margin-left: 30px;
	list-style-type: square;
}

li {
	margin: 6px 0px;
}

ol {
	list-style-type: decimal;
	margin-left: 30px;
}

.inner_list li {
	margin: 0px;
}

hr {
	border: none;
	border-top: 2px dotted #900;
	margin: 10px 0px 8px 0px;
}

#container {
	margin: 0px auto 20px auto;
	background-color: #fff;
	width: 780px;
}

#header {
	width: 780px;
	height: 146px;
	background-image: url(template/logo.jpg);
	background-repeat: no-repeat;
}

#slogan {
	width: 418px;
	height: 38px;
	background-image: url(template/te_slogan.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 338px;
}

#nav {
	width: 780px;
	height: 27px;
	padding-top: 2px;
	background-image: url(template/navbar.jpg);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	text-align: left;
	width: 719px;
	padding: 0px 0px 0px 0px;
	margin: 3px 22px 3px 20px;
}

#main_content {
	width: 450px;
	padding-left: 2px;
}

#sidebar {
	position: absolute;
	width: 235px;
	height: 100%;
	padding: 0px 20px 0px 20px;
	margin-left: 464px;
	background-image: url(template/txt_BG.jpg);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 18px;
}

#sidebar a:link, #sidebar a:visited {
	color: #008;
	text-decoration: none;
}

#sidebar a:active, #sidebar a:hover {
	color: #369;
	text-decoration: none;
}

#sidebar img {
	margin: 3px auto;
	border: solid #000 2px;
}

#footer {
	width: 780px;
	height: 29px;
	background-image: url(template/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

#legalese {
	font-size: 9px;
	line-height: 11px;
	width: 600px;
	margin: 6px auto;
	color: #666;
}


/* GALLERY CSS */

#gallery {
	width: 730px;
	margin: 0px 0px 0px 4px;
	text-align: center;
	background-color: #369;
}

#gallery iframe {
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
}

#gallery p {
	width: 646px;
	margin: auto; 
	color: #999; 
	background-color: #000; 
	font-size: 12px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}

#gallery a:link, #gallery a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
} 

#gallery a:hover, #gallery a:active {
	color: #999;
	font-size: 12px;
	text-decoration: none;
} 

#video_gallery {
	width: 650px;
	min-height: 390px;
	background-color: #000;
	margin: 0px auto;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	overflow: hidden;
}

#video_gallery h3 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 50px;
}

#myGallery
{
	margin: 0px auto;
	width: 650px !important;
	height: 450px !important;
	border: none !important;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
	
}

#myGallery p {
	border: none;
	margin: none;
}

/* NAV BUTTON CSS */

.nav_btn {
	position: relative;
	height: 24px;
	background: none;
	float: left;
	margin-top: 3px;
}

#btn_programs {
	width: 74px;
	margin-left: 35px;
	margin-top: 3px;
}

#btn_programs:hover {
	background-image: url(template/over_programs.jpg);
	background-repeat: no-repeat;
	width: 91px;
	right: 7px;
	margin-top: 3px;
	
}	

#btn_conferences {
	width: 92px;
}

#btn_conferences:hover {
	background-image: url(template/over_conferences.jpg);
	background-repeat: no-repeat;
	width: 104px;
	right: 4px;
	margin-top: 3px;
}

#btn_events {
	width: 55px;
}

#btn_events:hover {
	background-image: url(template/over_events.jpg);
	background-repeat: no-repeat;
	width: 66px;
	right: 2px;
	margin-top: 3px;
}

#btn_gallery {
	width: 59px;
}

#btn_gallery:hover {
	background-image: url(template/over_gallery.jpg);
	background-repeat: no-repeat;
	width: 72px;
	right: 1px;
	margin-top: 3px;
}

#btn_opportunities {
	width: 100px;
}

#btn_opportunities:hover {
	background-image: url(template/over_opportunities.jpg);
	background-repeat: no-repeat;
	width: 113px;
	right: 0px;
	margin-top: 3px;
}

#btn_voices {
	width: 54px;
}

#btn_voices:hover {
	background-image: url(template/over_voices.jpg);
	background-repeat: no-repeat;
	width: 67px;
	left: 2px;
	margin-top: 3px;
}

#btn_about {
	width: 51px;
	margin-left: 27px;
}

#btn_about:hover {
	background-image: url(template/over_about.jpg);
	background-repeat: no-repeat;
	width: 61px;
	right: 5px;
	margin-top: 3px;
}

#btn_consulting {
	width: 80px;
}

#btn_consulting:hover {
	background-image: url(template/over_consulting.jpg);
	background-repeat: no-repeat;
	width: 94px;
	right: 6px;
	margin-top: 3px;
}

#btn_materials {
	width: 71px;
}

#btn_materials:hover {
	background-image: url(template/over_materials.jpg);
	background-repeat: no-repeat;
	width: 83px;
	right: 4px;
	margin-top: 3px;
}

#btn_contact {
	width: 62px;
}

#btn_contact:hover {
	background-image: url(template/over_contact.jpg);
	background-repeat: no-repeat;
	width: 75px;
	margin-top: 3px;
}


/* HEADER LINKS CSS */

#nav2 {
	position: relative;
	background-image: url(template/nav_bar_2.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 446px;
	margin-left: 336px;
	margin-top: 19px;
}
		
#home_btn {
	position: absolute;
	height: 26px;
	width: 146px;
	margin-left: 0px;
}

#home_btn:hover {
	background-image: url(template/home.jpg);
	background-repeat: no-repeat;
}

#donate_btn {
	position: absolute;
	height: 26px;
	width: 135px;
	margin-left: 156px;
}

#donate_btn:hover {
	background-image: url(template/donate.jpg);
	background-repeat: no-repeat;
}

#enews_btn {
	position: absolute;
	height: 25px;
	width: 135px;
	margin-left: 299px;
	top: 1px;
}

#enews_btn:hover {
	background-image: url(template/enews.jpg);
	background-repeat: no-repeat;
}

#media_nav {
	height: 23px;
	width: 282px;
	position: relative;
	margin-left: 478px;
	top: 30px;
}

#myspace {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 82px;
	height: 23px;
	background-image: url(template/myspace.jpg);
}

#myspace:hover {
	background-position: left bottom;
}
	
#facebook {
	position: absolute;
	top: 0px;
	left: 82px;
	width: 82px;
	height: 23px;
	background-image: url(template/facebook.jpg);
}

#facebook:hover {
	background-position: left bottom;
}

#flickr {
	position: absolute;
	top: 0px;
	left: 161px;
	width: 82px;
	height: 23px;
	background-image: url(template/flickr.jpg);
}

#flickr:hover {
	background-position: left bottom;
}

#youtube {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 62px;
	height: 23px;
	background-image: url(template/youtube.jpg);
}

#youtube:hover {
	background-position: left bottom;
}


/* HOME PAGE CSS */

#home_window {
	position: relative;
	text-align: left;
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: 2px 22px 2px 20px;
}

#left_content {
	width: 423px;
	float: left;
	border: none;
	background-color: #fff;
	border-top: none;
	border-bottom: none;
}

#main_home_content {
	width: 409px;
	background-image: url(template/txt_BG.jpg);
	background-repeat: repeat;
	border: solid 1px #fff;
	border-bottom: solid 3px #fff;
	clear: both;
	min-height: 235px;
	padding: 6px;
	font-size: 12px;
	line-height: 16px;
}

#main_home_content a:link, #main_home_content a:visited {
	color: #008;
	text-decoration: none;
}

#main_home_content a:active, #main_home_content a:hover {
	color: #369;
}

#home_feature1 {
	width: 139px;
	height: 161px;
	background-image: url(template/programs.jpg);
	background-repeat: no-repeat;
	border: solid #fff 1px;
	float: left;
}

#home_feature2 {
	width: 139px;
	height: 161px;
	background-image: url(template/consulting.jpg);
	background-repeat: no-repeat;
	border: solid #fff 1px;
	float: left;
}

#home_feature3 {
	width: 139px;
	height: 161px;
	background-image: url(template/conferences.jpg);
	background-repeat: no-repeat;
	border: solid #fff 1px;
	float: left;
}

#slideshow {
	width: 315px;
	height: 410px;
	border: solid #fff 1px;
	float: left;
}

.feature_link {
	height: 14px;
	width: 125px;
	margin-left: 8px;
}

#programs_link {
	width: 138px;
	height: 119px;
}

#materials_link {
	width: 138px;
	height: 126px;
}