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

html {
	height: 100%;
	width: 100%;
	padding: 0 0 50px 0;
	}

body {
	margin: 0px auto 20px auto;
	background: #13377D url(images/body_grad.png) repeat-x top;
	height: 100%;
	width: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	padding: 0 0 50px 0;
	text-decoration: none;
	}
	
#container {
	margin: 10px auto 20px auto;
	height: 100%;
	width: 1000px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	padding: 0 0 50px 0;
	text-decoration: none;
	}

.toppins {
	margin: 0 0 10px 0;
	}

img {
	border: 0;
	float: left;
	margin: 0 5px 0 0;
	}

.p {
	margin: 0 8px 0 8px ;
	color: #2f2f2f;
	}

.h1_sub {
	margin: 0 8px 0 8px ;
	color: #4f4f4f;
	font-size: .8em;
	}

br {
	clear: both;
	}

h1 {
	margin: 0 6px;
	border-bottom: 2px dotted #999;
	color: #2f2f2f;
	font-style: italic;
	}

h3 {
	margin: 0;
	}

.h3 {
	margin: 0 0 4px 0;
	border-bottom: 2px dotted #999;
	float: left;
	width: 555px;
	font-size: 1.2em;
	font-weight: 600;
	}
	
a {
	color: #000;
	text-decoration: none;
	}

#nav_border {
	background: url(images/nav_border.png) repeat-x bottom;
	top: 0;
	right: 0;
	height: 28px;
	width: 100%;
	padding: 0 0 8px 0;
	margin: 0;
	*z-index: 4;
	border-top: 1px solid #AF0A0A;
	}

#nav {
	height: 100%;
	width: 100%;
	min-width: 1050px;
	margin: 0;
	background: url(images/nav_grad.png) repeat-x bottom #fff;
	border-bottom: 4px #0C285F;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	}
	
#nav ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	height: 28px;
	border-left: 1px solid #B0CAFB;
	border-right: 1px solid #B0CAFB;
	}
	
#nav ul li {
	height: 20px;
	list-style: none;
	float: left;
	position: relative;
	}
	
#nav ul ul {
	text-align: left;
	background: url(images/nav_grad.png) repeat-x bottom #fff;
	display: none;
	position: absolute;
	height: auto;
	width: 200px;
	left: 0px;
	top: 28px;
	margin: 0;
	padding: 0;
	float: none;
	border-left: 1px solid #678DCF;
	border-right: 1px solid #678DCF;
	border-bottom: 0px solid #678DCF;
	filter: alpha(opacity=90);
	opacity: .9;
	}
	
#nav ul ul li:last-child {
	border-bottom: 1px solid #678DCF;
	border-top: 1px solid #678DCF;
	}

#nav ul ul li {
	height: auto;
	float: none;
	}

#nav ul ul li a {
	height: auto;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	padding: 5px 12px;
	}
	
#nav ul ul li a:hover {
	background: url(images/nav_grad_down.png) repeat-x 0 12px #DCE8FD;
	}
	
#nav ul ul li:last-child a:hover {
	background: url(images/nav_grad_down.png) repeat-x bottom #DCE8FD;
	}

#nav ul li:hover ul {
	display: block;
	}

#nav a {
	display: block;
	height: 100%;
	padding: 4px 10px 4px 10px;
	color: #133B88;
	border-left: 1px solid #B0CAFB;
	border-right: 1px solid #B0CAFB;
	background: url(images/nav_grad.png) repeat-x bottom #fff;
	}
	
#nav a:hover {
	background: url(images/nav_grad_down.png) repeat-x bottom #DCE8FD;
	}
	
#cme a {
	color: #DFEBFF;
	background: url(images/nav_grad.png) repeat-x bottom #FF0B0B;
	}
	
#cme a:hover {
	background: url(images/nav_grad_down.png) repeat-x bottom #EF0000;
	}

#logo {
	float: left;
	margin-left: auto;
	background: url(images/evo_future_logo.png) top left no-repeat;
	width: 655px;
	height: 305px;
	}

#home_button {
	display: block;
	width: 655px;
	height: 185px;
	}

#brief_ad, a #brief_ad:visited {
	background: url(images/brief_therapy_ad.png) no-repeat 0 -140px;
	width: 653px;
	display: inline-block;
	height: 140px;
	margin: 0 0 0 0;
	}
	
a #brief_ad:hover, #brief_ad:active {
	background: url(images/brief_therapy_ad.png) no-repeat;
	}

#evo_h3 {
	width: 286px;
	margin: 0 0 0 2px;
	}
	
column_top {
	background: url(images/column_top.png);
	width: 300px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
column_middle {
	padding: 0 4px;
	background: url(images/shine.png) no-repeat top #93b8ff;
	margin: 0;
	}

column_bottom {
	background: url(images/column_bottom.png);
	width: 300px;
	height: 142px;
	margin: -120px 0 0 0;
	}	

#foundation {
	width: 300px;
	height: 70px;
	background: url(images/sprite.png) no-repeat 0 -70px;
	display: inline-block;
	margin: 0;
	}
	
a #foundation:hover {
	background: url(images/sprite.png);
	}

#social {
	width: 300px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	}
	
.social_icon {
	margin: 0 10px 0 0;
	}
	
#facebook {
	width: 40px;
	height: 40px;
	background: url(images/connect.png) no-repeat 0 -200px;
	display: inline-block;
	}
	
a #facebook:hover {
	background: url(images/connect.png) no-repeat 0 -160px;
	}
	
#twitter {
	width: 40px;
	height: 40px;
	background: url(images/connect.png) no-repeat 0 -120px;
	display: inline-block;
	}
	
a #twitter:hover {
	background: url(images/connect.png) no-repeat 0 -80px;
	}
	
#youtube {
	width: 40px;
	height: 40px;
	background: url(images/connect.png) no-repeat 0 -40px;
	display: inline-block;
	}
	
a #youtube:hover {
	background: url(images/connect.png) no-repeat;
	}

.hed {
	font-size: 2em;
	font-weight: 600;
	color: #2F2F2F;
	font-style: italic;
	}

.copy {
	color: #fff;
	text-align: center;
	clear: both;
	}

/* LEFT COLUMN */

#left_col {
	width: 653px;
	float: left;
	}

.column_left {
	display: block;
	width: 653px;
	margin: 10px 0px 10px 0px;
	float: left;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	}
	
.column_left .column_top {
	display: block;
	background: url(images/column_wide_top.png);
	width: 653px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
.column_left .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine_wide.png) no-repeat top #93b8ff;
	margin: 0;
	min-height: 120px;
	}
	
.column_left .column_bottom {
	display: block;
	background: url(images/column_wide_bottom.png) no-repeat bottom;
	width: 653px;
	height: 88px;
	margin: -80px 0 0 0;
	}
	
a .column_left .column_top {
	display: block;
	background: url(images/column_wide_top.png);
	width: 653px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
a .column_left .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine_wide.png) no-repeat top #93b8ff;
	margin: 0;
	min-height: 120px;
	}
	
a .column_left .column_bottom {
	display: block;
	background: url(images/column_wide_bottom.png) no-repeat bottom;
	width: 653px;
	height: 88px;
	margin: -80px 0 0 0;
	}

a .column_left:hover .column_top {
	display: block;
	background: url(images/column_wide_top.png);
	width: 653px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
a .column_left:hover .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine_wide.png) no-repeat top #c2d7ff;
	margin: 0;
	}
	
a .column_left:hover .column_bottom {
	display: block;
	background: url(images/column_wide_bottom.png);
	width: 653px;
	height: 88px;
	margin: -80px 0 0 0;
	}

/* END LEFT COLUMN */

/* COLUMN RIGHT */

#right_col {
	width: 300px;
	float: right;
	}

.column_right .h3 {
	width: 184px;
	float: left;
	}

.column_right {
	display: block;
	width: 300px;
	margin: 10px 0px 10px 0px;
	float: right;
	padding: 0;
	text-decoration: none;
	clear: right;
}

.column_right .column_top {
	display: block;
	background: url(images/column_top.png);
	width: 300px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
.column_right .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine.png) no-repeat top #93b8ff;
	margin: 0;
	min-height: 90px;
	}

.column_right .column_bottom {
	display: block;
	background: url(images/column_bottom.png) bottom;
	width: 300px;
	height: 88px;
	margin: -80px 0 0 0;
	}

a .column_right .column_bottom {
	display: block;
	background: url(images/column_bottom.png) bottom;
	width: 300px;
	height: 88px;
	margin: -80px 0 0 0;
	}	

a .column_right .column_top {
	display: block;
	background: url(images/column_top.png);
	width: 300px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
a .column_right .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine.png) no-repeat top  #93b8ff;
	margin: 0;
	}

a .column_right:hover .column_top {
	display: block;
	background: url(images/column_top_down.png);
	width: 300px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
a .column_right:hover .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine_down.png) no-repeat top #c2d7ff;
	margin: 0;
	}
	
a .column_right:hover .column_bottom {
	background: url(images/column_bottom.png);
	}

/* END COLUMN RIGHT */

/* COLUMN RIGHT RED */

.column_right_red .h2 {
	*width: 184px;
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
	}

.column_right_red {
	color: #DFEBFF; 
	display: block;
	width: 300px;
	margin: 10px 0px 10px 0px;
	float: right;
	padding: 0;
	text-decoration: none;
	clear: right;
}

a .column_right_red .column_top {
	display: block;
	background: url(images/column_top_red.png);
	width: 300px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
a .column_right_red .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine_red.png) no-repeat top #b10000;
	margin: 0;
	}
	
a .column_right_red .column_bottom {
	display: block;
	background: url(images/column_bottom_red.png);
	width: 300px;
	height: 68px;
	margin: -60px 0 0 0;
	}

a .column_right_red:hover .column_top {
	display: block;
	background: url(images/column_top_red.png);
	width: 300px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
a .column_right_red:hover .column_middle {
	display: block;
	padding: 0 4px;
	background: url(images/shine_red.png) no-repeat top #e20000;
	margin: 0;
	}
	
a .column_right_red:hover .column_bottom {
	display: block;
	background: url(images/column_bottom_red.png);
	width: 300px;
	height: 68px;
	margin: -60px 0 0 0;
	}

/* END COLUMN RIGHT RED */

/*COLUMN INNER */

.inner_col {
	display: block;
	width: 1000px;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	}
	
.inner_col .column_top {
	display: block;
	background: url(images/column_widest_top.png);
	width: 1000px;
	height: 8px;
	margin: 0;
	padding: 0;
	}
	
.inner_col .column_middle {
	display: block;
	padding: 0 4px 20px 4px;
	background: url(images/shine_widest.png) no-repeat top #93b8ff;
	margin: 0;
	min-height: 120px;
	}
	
.inner_col .column_bottom {
	display: block;
	background: url(images/column_widest_bottom.png) no-repeat bottom;
	width: 1000px;
	height: 88px;
	margin: -80px 0 0 0;
	}

/* END COLUMN INNER */

/* HANDOUTS */

.handouts {
	border-bottom: 1px solid #B9D1FF;
	padding: 0 0 0 0;
	margin: 0;
	}

.handouts h3 {
	margin: 0 0 0 -.8em;
	padding: 0 0 4px 0;
	}

.handouts_dark_border {
	border-bottom: 2px solid #3E5C8F;
	padding: 0 0 0 1em;
	}
	
.event {
	border-bottom: 1px dotted #B9D1FF;
	padding: 0;
	margin: 0;
	}
	
.event_dark {
	border-bottom: 1px dotted #3E5C8F;
	padding: 0;
	margin: 0;
	}

.title {
	width: 70%;
	float: left;
	padding: 8px 0;
	}

.time {
	font-size: .8em;
	margin: 6px 0 0 0;
	color: #3F3F3F;
	}

.hand_link {
	border-left: 1px dotted #3E5C8F;
	width: 29.5%;
	float: right;
	display:inline-block;
	height: 100%;
	font-weight: 600;
	}
	
.hand_link_light {
	border-left: 1px dotted #B9D1FF;
	display:inline-block;
	padding: 18px 0;
	}
	
a .hand_link_light:hover {
	background: url(images/opacity_35.png);
	}

/* END HANDOUTS */

/* MEDIA */

.media_left {
	float: left;
	width: 480px;
	}

.media_right {
	float: right;
	width: 480px;
	}
	
.media_left p {
	margin: 0;
	background: url(images/opacity_35.png);
	border-top: 1px solid #B9D1FF;
	border-bottom: 1px solid #3E5C8F;
	padding: 4px 4px 4px 4px;
	margin: 0;
	}
	
.media_left .p_light {
	border-top: 1px solid #3E5C8F;
	border-bottom: 1px solid #B9D1FF;
	padding: 0;
	margin: 0 0 1em 0;
	}
		
.media_right p {
	margin: 0;
	background: url(images/opacity_35.png);
	border-top: 1px solid #B9D1FF;
	border-bottom: 1px solid #3E5C8F;
	padding: 4px 4px 4px 4px;
	margin: 0;
	}
	
.media_right .p_light {
	border-top: 1px solid #3E5C8F;
	border-bottom: 1px solid #B9D1FF;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
.media_right object {
	margin: 4px 0 4px 0;
	}

.media_left object {
	margin: 4px 0 4px 0;
	}

	
/* END MEDIA */


/* PHOTOS */

#photos {
	*text-align: center;
	}

#photos h3 {
	font-style: italic;
	text-align: left;
	margin: 0 6px;
	border-bottom: 2px dotted #999;
	color: #2f2f2f;
	}

#photos ul {
	display: inline-block;
	padding: 0 4px;
	list-style: none;
	margin: 0 auto 10px auto;
	}

#photos ul li {
	width: 130px;
	float: left;
	margin: 5px 5px;
	}
	
#photos a {
	width: 130px;
	float: left;
	height: 190px;
	display: block;
	padding: 10px 3px 3px 3px;
	background: url(images/opacity_35_dark.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	}
	
#photos a:hover {
	color: #2f2f2f;
	background: url(images/opacity_35_grey.png);
	}
	
#photos img {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	float: none;
	border: 2px solid #fff;
	}
	
/* LIGHT BOX */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 3; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 45%; left: 45%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 500px; background-color: #000; }

/* END LIGHT BOX */
