/* CSS Document */

@charset "utf-8";

* {margin: 0; padding: 0; outline: 0;}

@font-face {
	font-family: 'TertreMedBold';
	src: url('fonts/tertre-xbol-webfont.eot');
	src: local('?'),
		url('fonts/tertre-xbol-webfont.woff') format('woff'),
		url('fonts/tertre-xbol-webfont.ttf')
		format('truetype'),
		url('fonts/tertre-xbol-webfont.svg#webfontDQHphuDm') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab500Regular';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('?'),
		url('fonts/museo_slab_500-webfont.woff') format('woff'),
		url('fonts/museo_slab_500-webfont.ttf')
		format('truetype'),
		url('fonts/museo_slab_500-webfont.svg#webfontXxmKWQNF') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { 
	margin:0; 
	padding:0; 
	width:100%; 
	background:#fff;
}

html { 
	padding:0; 
	margin:0;
}

/* main */

.main {
	width:100%; 
	padding:0; 
	margin:0 auto; 
	background: #ffffff; 
}

.clear {
	clear: both;
}

/********** header **********/

.header { 
	background: white url(images/header_bg.gif) top repeat-x; 
	padding:0; 
	margin:0 auto; 
}

.block_header {
	margin:0 auto; 
	width:960px;
	height: 82px; 
	padding:0; 
	border:none;
}





/* header box */

.header_box { 
	background:#f8f8f8 url(images/tree_bg2.jpg) top repeat-x;
}

.header_box_resize { 
	height:400px; 
	width:960px; 
	margin:0 auto;
	padding-top: 10px;
}

.button_box { 
	width: 960px;
	height: 52px; 
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

.button_box a { 
	text-decoration: none;
}

.video_frame { 
	width:570px;
	height: 349px; 
	float:left; 
	background: #fff;
}

.video { 
	width:550px; 
	height: 339px; 
	margin: 0;
	padding: 10px;
}

.slider_cu3er { 
	width:570px; 
	float:left; 
	padding-top: 0;
}

#cu3er-container { 
	width:550px; 
	outline:0; 
	height:339px;
	background: #fff;
	/*padding-left: 10px;*/
}

.transcript {
	width: 510px;
	height: 100%;
	padding: 20px; 
	text-align: left;
	overflow: scroll;
}

.transcript p { 
	font:normal 15px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#333333; 
	margin: 0 0 10px 0; 
	line-height: 22px;
}

.transcript h2 { 
	font:normal 24px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#222222; 
	margin: 0 0 10px 0; 
	line-height: 28px;
	text-align: center;
}

.transcript h3 { 
	font:normal 16px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#333333;
	font-weight: bold; 
	margin: 0 0 10px 0; 
	line-height: 24px;
}

.transcript img { 
	padding: 5px; 
	border: 1px solid #B3CFDD;
	text-align: center;
}

.header_text { 
	width:360px; 
	float:right; 
	padding:0 0 0 15px;
}

.header_text h1 { 
	padding: 15px 0 10px 0; 
	margin:0; 
	font:normal 30px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#1a1919;
}

.header_text p { 
	padding:7px 0; 
	margin:0; 
	font:normal 15px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#272727;
	line-height: 20px;
}

.shadow { 
	width: 960px;
	height: 61px;
	margin: 0 auto; 
	padding:0;
	background: white url(images/shadow.jpg) top left no-repeat;
}

.footer_prom {
	background: url(images/blue_band.png) repeat-x left top;
	height: 50px;
	padding: 20px 0;
	width: 100%;
	color: #fff;
}

.footer_prom_container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.footer_prom h2 {
	float: left;
	line-height: 50px;
	font-family: 'MuseoSlab500Regular', Georgia, Times, serif;
	font-weight: normal;
	font-size: 18px;
	text-shadow: 0 1px 0 #175f79;
}

.footer_prom h2 strong {
	font-size: 20px;
}

.footer_prom img {
	vertical-align: middle;
	float: right;
	border: 0;
}


/*FBG*/

.FBG { 
	margin:0 auto; 
	width:960px; 
	padding:0;
}

.FBG_resize {
	width: 100%;
	height: 318px;
	background: #f3f3f3 url(images/bio_bg.jpg) top left repeat-x;
	margin:0; padding:0;
}

.FBG h2 { 
	font-family: "Franklin Gothic Medium", Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #222222;
	font-size: 22px;
        font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

/****Recent **/

.Recent  { 
	width:300px; 
	float:left; 
	padding:10px; 
	margin: 5px 0 10px 0;
}

.Recent p{ 
	font:normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#5f5f5f; 
	line-height: 18px; 
	padding: 0 0 10px 0; 
	margin:0;
}


/*FBG2*/

.FBG_resize2 {
	width: 100%;
	float: left; 
	background:#fff; 
	margin:0;
	padding:0;
}

.FBG2 { 
	margin:0 auto; 
	width:960px; 
	padding:0;
}

/****Recent **/

.Recent2  { 
	width:300px; 
	float:left; 
	padding:10px; 
	margin:10px 0;
}

.Recent2 h3{ 
	font:normal 16px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#222222; 
	line-height: 18px;
	font-weight: bold; 
	padding: 0; 
	margin-left: 60px;
}

.Recent2 p{ 
	font:normal 13px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#222222; 
	line-height: 18px; 
	padding-bottom: 10px; 
	margin-left: 60px;
}

.Recent2 img { 
	float: left; 
	margin:0 15px 0 0; 
	padding:0;
}

/********** END FBG2 **********/

.Recent3  { 
	width:235px; 
	float:left; 
	padding:0; 
	margin: 20px 0 0 0;
}

.Recent3 a { 
	text-decoration: none;
}


.Recent3 h3{ 
	font:normal 16px Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#222222; 
	line-height: 18px;
	font-weight: bold; 
	padding-bottom: 10px; 
	margin:0;
}

.Recent3 p{ 
	font:normal 13px Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#222222; 
	line-height: 18px; 
	padding-bottom: 10px; 
	margin:0;
}

.Recent3 img {  
	padding:0;
	border: 0;
}

/********** block index **********/

.body { 
	margin:0; 
	padding:0; 
	background: #fff; 
	border-top:1px solid #eaeaea;
}

.body_resize { 
	width:960px; 
	margin:0 auto; 
	padding:0;
}


.body_resize a { 
	color:#45b8c3; 
	text-decoration:none; 
	font: bold 11px Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body_resize img { 
	margin:10px auto; 
	padding:0;
}

.body_resize img.floated { 
	float:left; 
	margin:10px; 
	padding:0;
}



/********** copy **********/

.copy_bg { 
	width: 100%;  
	background: #fff;
}


.copy_content { 
	width:960px; 
	margin: 20px auto; 
	padding:0;
	border: 1px solid #B3CFDD;
	background-color: #F8F8F8;
}

.copy { 
	width:600px;  
	margin: 20px auto;
}

.headline { 
	width:670px;  
	margin: 0 auto;
}

.copy h2 { 
	font-family: "Franklin Gothic Medium", Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 24px;
        font-weight: normal;
	text-align: left;
	line-height: 30px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.copy h3 { 
	font:normal 18px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #343434; 
	padding: 10px 0 5px 0; 
	margin:0;
	line-height: 24px;
}

.copy p {
	font:normal 15px Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#333333; 
	padding: 6px 0; 
	margin:0; 
	line-height: 22px;
}

.bio-box { 
	width: 240px; 
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin: 0 -100px 20px 30px;
	float: right;
}

.box {
	width: 600px;
	background-color: #f2f2f2;
	padding: 15px; 
        margin: 20px auto;
	border: 1px solid #cccccc;	
}

.copy h4 {
	font-family: 'MuseoSlab500Regular', Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 15px 0;
	color: #155493;
}

blockquote {
	background: #fff;
	margin: 15px 40px 10px 50px;
	padding: 15px;
	border-left: 3px solid #1F7AA2;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
}


blockquote span {
	font-family: Georgia, Times, serif;
	color: #222222;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}

blockquote span.style1 {
	font-family: Georgia, Times, serif;
	color: #222222;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}


/*************footer**********/

.footer {
	width: 100%;
	float: left;
	padding:0;  
	margin-top: 20px; 
	background:#f7f7f7; 
	border-top:1px solid #cccccc;
	display: block;
}

.footer_resize { 
	width:960px; 
	margin:0 auto; 
	padding:10px 0;
}

.footer p { 
	font:normal 12px  Arial, Helvetica Neue, Helvetica, sans-serif; 
	color:#666666;
	text-align: center;
}

.footer a { 
	font:normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#0033FF; 
	text-decoration:none; 
	padding:5px; 
	margin:0;
}

.footer ul li:hover {
	display: block;
}

p.clr, .clr { 
	clear:both; 
	padding:0; 
	margin:0; 
	background:none;
}


/* nav buttons */


.nav {
	float: right;
	margin-top: -3px;
	margin-right: 0px;
	padding-top: 10px;
	font-family: 'TertreMedBold', Georgia, Times, serif;
}

.nav li {
	display: inline;
	margin-left: 10px;
}

.nav li a,.nav li a span {
	display: inline-block;
	background-image: url(images/bg-nav.png);
	background-repeat: no-repeat;
	height: 36px;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 0 #4f4f4f;
	font-size: 18px;
}

.nav li a {
	padding-left: 15px;
	background-position: left top;
}

.nav li a span {
	padding-right: 15px;
	background-position: right top;
}

.nav li a:hover,.nav li.current_page_item a,.nav li.current-page-ancestor a {
	background-position: left bottom;
}

.nav li a:hover span,.nav li.current_page_item a span,.nav li.current-page-ancestor a span {
	background-position: right bottom;
}


.foto_box_right {
	float: right;
	margin: 10px -100px 20px 20px;
	display: inline;
	background: white;
	padding: 5px;
	border: 1px solid #B3CFDD;
	box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
}

.foto_box_right p {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}

.foto_box_left {
	float: left;
	margin: 3px 10px 2px 0;
	background: #fff;
	display: inline;
	padding: 5px;
	border: 1px solid #B3CFDD;
	box-shadow: 0 0 5px #d5d5d5;
	-moz-box-shadow: 0 0 5px #d5d5d5;
	-webkit-box-shadow: 0 0 5px #d5d5d5;
}

.foto_box_left p {
	font-size: 13px;
	text-align: center;
}

div#accordion {
	width: 400px;
}
div.content {display: none;
	background-color: #fff;
}
h2 {cursor: pointer;}

.invis {
   position: absolute;
   visibility: hidden;
   width: 1px;
   height: 1px;
   clip: auto;
   overflow: hidden;
}

.style3 {
	padding: 0;
	margin-top: 10px;
}

.features li {
	background-image: url(images/blue-bullet.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: 0;
        margin-left: 15px;
	margin-bottom: 0px;
	padding: 0 0 0 35px;
	list-style-type: none;
}

.features2 li {
	background-image: url(images/check.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	margin-top: 0px;
        margin-left: 15px;
	margin-bottom: 0px;
	padding: 0 0 0px 25px;
	list-style-type: none;
}

	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:550px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:550px;
		background:#fff;		
		margin-bottom:2em;
		padding-top: 10px;
		}	
				
	#content{
		position:relative;
		}	

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:550px;
		height:339px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		left:-25px;
		top:146px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:535px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:40px;
		height:40px;
		background:url(images/arrow_l.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/arrow_r.png) no-repeat 0 0;	
		}	

/* menu */

.menubox { 
	width: 420px;
	margin:0;
	padding-top: 10px;
	float: left;
	position: absolute;	
}

	
.menu { 
	float:left; 
	padding: 0;
	margin: 0; 
	width:420px;
}

.menu ul { 
	text-align: left;  
	padding: 0; 
	margin:0; 
	list-style:none; 
	border:0; 
	float:left;
}

.menu ul li { 
	float:left; 
	margin:0; 
	padding: 0 5px; 
	border:0;
}



.menu ul li a { 
	float:left; 
	margin:0; 
	padding:0; 
	color:#333333; 
	font:normal 12px Arial, Helvetica Neue, Helvetica, sans-serif; 
	text-decoration:none;
}

.menu ul li a span { 
	padding: 0 5px; 
	background:none;
}

.menu ul li a:hover { 
	color:#004363;  
	font-weight: bold;
}

.menu ul li a:hover span { 
	color:#004363;  
	font-weight: bold;
}

.menu ul li a.active {  
	color:#004363;
	font-weight: bold; 
}

.menu ul li a.active span { 
	color:#004363;
	font-weight: bold;  
}


/* FEATURES 4 */


.people {
	width: 960px;
	margin: 0 auto;
}

.slider-column {
	width: 400px;
	float: left;
	min-height: 120px;
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

.features4 {
	margin: 0 20px 20px 40px;
}

.features4 h2 {
	font-size: 24px;
	margin-bottom: 25px;
	font-family: 'TertreMedBold', Georgia, Times, serif;
	color: #333333;
}

.features4 h3 {
	color: #333333;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: normal;
}


.features4 li {
	width: 440px;
	float: left;
	min-height: 120px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 20px 20px 0;
	background-position: left top;
	background-repeat: no-repeat;
}

.features4 li .icon {
	float: left;
	height: 80px;
	width: 116px;
	margin-top: 5px;
}

.features4 li .tests {
	padding: 0 0 10px 136px;
	font-size: 13px;
	line-height: 1.5em;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
}


