/**RESET CSS START**/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**RESET CSS END **/
/*******DOC*******/
body{
	padding:0px;
	margin:0px;
	font-size:16px;
	background-color:#D7D7D7;
	background-repeat:repeat-x;
	background-image:url("../img/cd-body-bg.jpg");
}

h1{
	font-size:5.875em;
	font-weight:bold;
	font-family:"Palatino Linotype", "Georgia", "serif";
	margin:0;
	padding:0;
}
h2{
	font-size:2.25em;
	font-family:"Palatino Linotype", "Georgia", "serif";
	margin:0;
	padding:0;
}
h3{
	font-size:1.35em;
	font-weight:bold;
	font-family:"Palatino Linotype", "Georgia", "serif";
	margin:0;
	padding:0;
}
h4{
	font-size:1.35em;
	font-weight:bold;
	font-style:italic;
	font-family:"Palatino Linotype", "Georgia", "serif";
	margin:0;
	padding:0;
}

p{
	color:#556066;
	font-family:"Times New Roman";
	font-size:0.875em;
	line-height:1.25;
}
a{
	color:#2b65b5;
}
#cd-wrapper{
	width:976px;
	margin-left:auto;
	margin-right:auto;

}

#cd-content-header{
	text-align:center;
	background-image:url("../img/background-top.jpg");
	background-repeat:no-repeat;
}

#cd-content-content{
	background-image:url("../img/background-expandable.jpg");
	width:900;
	padding:0 38px;

}
#cd-content-content-top{
	background-repeat:no-repeat;
	width:900;

}

#block-1{
	width:900px;
}
#block-1 .col1{
	width:160px;
	float:left;

}

#block-1 .col2{
	width:720px;
	margin-left:180px;
	/*height:1052px;*/
}
.regular-page-header{
	padding:27px 0;
	height:60px; 
	text-align:center;
}
.front-page-header{
	padding:27px 0;
	height:130px; 
	text-align:center;
}

#block-1 .col1 ul li{

	font-size:.875em;
	text-align:left;
	margin-left:10px;
	color:#2b65b5;
	padding:2.5px 0px;
}
/*******Header*******/
#cd-header{
	
}
#ccoptin{
	display:inline;
}
#cd-header-message{
	color:#f8f8f9;
	text-align:right;
	font-size:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.cd-email-signup-button{
	-x-system-font:none;
	background-color:transparent;
	border-style:none;
	border-width:0px;
	color:#FFFFFF;
	font-family:'Times New Roman';
	font-size:84%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}

#cd-header-menu{
	background-image:url("../img/cd-header-border-top.png");
	height:29px;
	width:975px;
}
#cd-header-menu-follow-us{
	float:left;
	padding-left:30px;
	padding-top:9px;
}
#cd-header-menu ul{
	margin:0px;
	padding-top:3px;
}

#cd-header-menu li{
	display:inline;
	padding-left:9px;
	list-style:none;
}


/****NAVIGATION******/

ul#topnav {
				font-family: "Lucida Grande";
				margin: 0; padding: 0;
				float:left;
				width: 100%;
				list-style: none;
				font-size: 1.1em;
			}
			ul#topnav li {
				float: left;
				margin: 0; padding: 0;
				position: relative;
			}
			ul#topnav li a {
				float: left; 
				text-indent: -9999px;
				height: 40px;
			}
			ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
			ul#topnav a.home {
				background: url(../img/navigation/nav_home.png) no-repeat;
				width: 162px; 
			}
			ul#topnav a.events {
				background: url(../img/navigation/nav_about.png) no-repeat;
				width: 162px; 
			}
			ul#topnav a.partners {
				background: url(../img/navigation/nav_current.png) no-repeat;
				width: 162px; 
			}
			ul#topnav a.people {
				background: url(../img/navigation/nav_featured.png) no-repeat;
				width: 162px; 
			}
			ul#topnav a.photos {
				background: url(../img/navigation/nav_network.png) no-repeat;
				width: 162px; 
			}
			ul#topnav a.projects {
				background: url(../img/navigation/nav_multimedia.png) no-repeat;
				width: 162px; 
			}
		


			ul#topnav li .sub {
				position: absolute;	
				top: 40px;
				z-index:2;
				background: #0e0e0d url(sub_bg.png) repeat-x;
				padding: 20px 20px 20px;
				float: left;
				/*--Bottom right rounded corner--*/
				-moz-border-radius-bottomright: 5px;
				-khtml-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
				/*--Bottom left rounded corner--*/
				-moz-border-radius-bottomleft: 5px;
				-khtml-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;
				display: none;
			}
			ul#topnav li .sub.left {
				left:0;
			}
			ul#topnav li .sub.right{
				right:0;
			}
			
			ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
			ul#topnav li .sub ul{
				list-style: none;
				margin: 0; padding: 0;
				width: 150px;
				float: left;
			}
			ul#topnav .sub ul li {
				width: 100%;
				color: #fff;
				font-size:.75em;
				list-style-type:none;
				text-align:left;
			}
			ul#topnav .sub ul ul {
				width: 100%;
				color: #fff;
				margin-left:10px;
			}
			
			ul#topnav .sub ul ul li {
				width: 100%;
				color: #fff;
				font-size:.75em;
				
			}
			ul#topnav .sub ul ul ul{
				width: 100%;
				padding-left:10px;
				font-size:.75em;
				
			}
			
			ul#topnav .sub ul ul ul li a{
				color: #aaaaaa;
			}
			
			ul#topnav .sub ul li h2 {
				padding: 0;  margin: 0;
				font-size: 1em;
				font-weight: normal;
			}
			ul#topnav .sub ul li h2 a {
				padding: 5px 0;
				background-image: none;
				color: #008aec;
			}
			ul#topnav .sub ul li a {
				float: none; 
				text-indent: 0; /*--Reset text indent--*/
				height: auto;
				background: url(img/navigation/blue_right_arrow.png) no-repeat 5px 12px;
				padding: 7px 5px 7px 20px;
				display: block;
				text-decoration: none;
				color: #fff;
			}
			ul#topnav .sub ul ul ul li a {
				background: none;
			}
			
			ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}
/****END NAVIGATION*****/

/***** PAGE FLIP *****/

img { behavior: url(iepngfix.htc) }
#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 103px; height: 110px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 61px; height: 56px;
	z-index: 2;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../img/page_peel_more.png) no-repeat right top;
}
/***** PAGE FLIP END ****/



/***** SLIDER ******/

.slider_container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
}
.slider_folio_block {
	/*
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
	*/
}


/*--Main Container--*/
.slider_main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.slider_window {
	height:292px;	width: 730px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	z-index:1;
}
.slider_image_reel {
	position: absolute;
	top: 0; left: 0;
}
.slider_image_reel img {float: left;}

/*--Paging Styles--*/
.slider_paging {
	position: absolute;
	bottom: 0px; right: 30px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.slider_paging a {
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
.slider_paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slider_paging a:hover {font-weight: bold;}


/***** END SLIDER *******/

/**** VIDEO PLAYER CAROUSEL *******/
.infiniteCarousel {
  width: 777px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 695px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 10px;
  height: 58px;
  width: 77px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
/**********END OF CAROUSEL*******/

/***** VIDEO PLAYER ********/

#cd-content-video-panel{
	background-image:url("../img/cd-content-video-panel-bg.jpg");
	height:571px;
	width:976px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#cd-content-video-panel-player{
	/*margin:90px auto 0px auto;*/
	width:624px;
	height:340px;
}
#cd-content-video-panel-player-youtube{
	margin:0 auto;
	width:560px;
	height:340px;
	float:left;
}

#cd-content-video-panel-other-videos{
	margin:75px auto;
	text-align:center;
	width:633px;
	overflow-y:hidden;
	overflow-x:auto;
}
#cd-content-video-panel-other-videos a{

	display:inline;
	
	padding:1px;
	filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;

}
#cd-content-video-panel-other-videos a:hover{
	display:inline;
	padding:1px;
	filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;

}

#cd-content-video-panel-other-videos-youtube{
	margin:10px auto 0px;
	text-align:center;
	width:777px;
}
#cd-content-video-panel-other-videos-youtube a{
	display:inline;
	/*padding:1px;*/
	filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;

}
#cd-content-video-panel-other-videos-youtube a:hover{
	display:inline;
	/*padding:1px;*/
	filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;

}
#cd-content-video-rightside-top{
	width:123px;
	background-repeat:no-repeat;
	margin-left:41px;
	/*height:96px;*/
}
#cd-content-video-rightside-bottom{
	float:right;
	position:relative;
	top:278px;
	padding-right:20px;

}

/******END OF VIDEO PLAYER CSS*******/

/*******CONTENT*******/
#cd-content{
	overflow:hidden;
}


#cd-content-general-panel{
	background-image:url("../img/cd-content-general-panel-bg.jpg");
	padding:0px;
	width:976px;
	overflow:hidden;
	
}
/*******FOOTER*******/



