@charset "UTF-8";
/* CSS Document */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF url(bgbody3.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: 2em sans-serif;
	margin: 8px 0 0 0;
}
code {
	background: url(bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(quote2.gif) no-repeat;
	color: #555;
	display: block;
	font: normal 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 38px;
}


/* structure */
.main_header {
	width: 742px;
	margin: auto;
	border-top: 6px solid #000;
}
.main {
	width: 730px;
	margin: 0 auto;
}
.main_skinnycolumn {
	float: left;
	padding-top: 6px;
	width: 254px;
}
.main_widecolumn {
	border-top: 6px solid #FFF;
	float: right;
	width: 470px;
}
.footer {
	text-align: right;
	clear: both;
	width: 742px;
	margin: 0 auto;
	border-bottom: 6px solid #000;
}



/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover, div.link_updates a:hover, div.link_updates.lbl a:hover, .content a:hover, div.left a:hover, div.pressbox a:hover, div.videosidebar {
	background: #1664DA;
	color: #FFF;
	font-size: 1.5em;
}



div.link_updates.lbl1 a:hover {
	background: #1664DA;
	color: #FFF;
	font-size: 1em;
}

div.link_updates.lbl2 a:hover {
	background: #1664DA;
	color: #FFF;
	font-size: 1em;
}


/* logo */
.header {
	background: #1664DA url(bgheader2.gif) repeat-x;
	height: 138px;
	width: 742px;
}
.header h1 {
	margin: 0;
	padding: 50px 0 10px 24px;
	font: normal 3.5em Trebuchet,Verdana,sans-serif;
}


/* main navigation */

.link_menu a {

	font: 1.0em Trebuchet,Verdana,sans-serif;
	text-decoration: none;
	background: ##4D92E4 url(grdnt_blue.jpg) repeat-x;
	display: block;
	width: 89px;
	height: 31px;
	float: left;
	text-align: center;
	padding: 4px 0px 4px 0px;
	
}


.link_menu a:hover {
	background: #444;
}


/* projects */
.lbl {
	background: #222 url(label.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.lbl1 {
	background: #222 url(label.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 1.6em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.lbl2 {
	background: #222 url(label.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 1.3em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}



.link_projects a {
	display: block;
	height: 140px;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	width: 124px;
	font-size: 0.7em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
.link_projects img {
	width: 114px;
	height: 86px;
	border: 1px solid #000;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}


/* updates */
.link_updates {
	background: #222 url(grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 55px;
	line-height: 55px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.1em "Trebuchet MS",sans-serif;
	height: 50px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;	
    text-align: center;
}

.newdeal a{
	height: 40px;
	
}


.link_updates img {
	width: 146px;
	height: 146px;
	border: 1px solid #333;
	margin: 9px 5px 5px;
}
.project_title {
	font: bold 1.3em "Trebuchet MS",sans-serif;	
}
.project_credit {
	font: italic 1em "Trebuchet MS",sans-serif;
	color: #CCC;
}



/* content */ 
.content {
	color: #444;
	font-family: Arial, sans-serif;
	line-height: 1.4em;
	padding: 0 10px 10px;
	height: 1150px;
}
.content p {
	font: normal 1.2em Tahoma,Verdana,sans-serif;
}

.content img {
	float: none;
	padding-left: 115px;
}

.content .cntr {
	text-align: left;
	padding-left: 70px;
}

.content a {
	color: #1664DA;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li2.gif);
	margin-left: 30px;
}
.signature {
	text-align: right;
	padding-right: 90px;
	padding-bottom: 32px;
}


/* footer */
.footer {
	color: #666;
	padding: 0px 0 0px 9px;
}
.footer a {
	color: #777;
}



/* block lists */
.sideblock {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0px 0px 6px 0px;
	font: normal 1em Verdana;
	color: #FFF;
}
.sideheader {
	background: #333333;
	text-align: center;
	font: bold 1.5em Trebuchet,sans-serif;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 6px 0px;
}

.sideblock img {
	border: 0px;
	padding: 0px 15px 0px 0px;
	width: 16px;
	height: 16px;
}
.sideblock a {
	display: block;
	height: 20px;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 6px 10px;
	font: Trebuchet,sans-serif;
}
.sideblock a span {
	position: relative;
	top: -4px;
}
.sideblock a:hover {
	background: #222;
	color: #FFF;
}
.sideitemexpand {
	height: 44px;
}
.sideitemexpand a {
	display: block;
	height: 30px;
	border-bottom: 0px;
	padding: 6px 0px 6px 10px;
	font: Trebuchet,sans-serif;
}
.sideitemexpand a span {
	position: relative;
	top: -4px;
}
.sideitemexpand a:hover {
	background: #222;
	color: #FFF;
}


/* pressbox */
.pressbox {
	background: #222;
}
.pressbox a {
	clear: right;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	margin: 0px 0px 6px 0px;
}
.presstitle {
	font: bold 1.4em "Trebuchet MS",sans-serif;
	padding-left: 6px;
}
.presstext {
	font: italic 1em "Trebuchet MS",sans-serif;
	color: #CCC;
	padding: 2px 6px 6px 6px;
}


/* press articles */
.title {
	font: bold italic 1.5em "Trebuchet MS",sans-serif;
	padding-top: 30px;
}
.publication {
	font: bold 1.4em "Trebuchet MS",sans-serif;
	margin-top: 10px;
}
.issue {
	font: normal 1em "Trebuchet MS",sans-serif;
	color: #666;
	padding-left: 5px;
}
.readarticle {
	padding-left: 325px;
}
.readarticleimg {
	width: 16px;
	height:16px;
	border: 0px;
	margin-right: 5px;
}


/* websites */
.webtitle {
	font: bold italic 1.6em "Trebuchet MS",sans-serif;
	padding-left: 5px;
}




/* block lists */
.videoblock {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0px 0px 6px 0px;
	font: normal 1em Verdana;
	color: #FFF;
}
.videoheader {
	background: #333333;
	text-align: center;
	font: bold 1.5em Trebuchet,sans-serif;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 6px 0px;
}

.videoblock img {
	border: 0px;
	width: 50px;
	height: 37px;
}
.videoblock a {
	display: block;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 6px 10px;
	font: 1.7em Trebuchet,sans-serif;
	background: #333;
	overflow: hidden;
}
.videoblock a span {
	position: relative;
	left: 10px;
	top: -10px;
}
.videoblock a:hover {
	background: #222;
	color: #FFF;
}




/* video info sideblock */
.vidsideblock {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0px 0px 6px 0px;
	font: normal 1em Verdana;
	color: #FFF;
}
.vidsideheader {
	background: #333333;
	font: 2em Trebuchet,sans-serif;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 0px 0px;
	height: 44px;
}
.vidsideheader span {
	font: italic .5em Trebuchet, sans-serif;
	color: #CCC;
	position: relative;
	top: -9px;
}
.vidsideheader img {
	border: 0px;
	width: 50px;
	height: 37px;
	float: left;
	padding: 0px 10px 0px 10px;
}

.vidside a {
	display: block;
	height: 20px;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 6px 10px;
	font: Trebuchet,sans-serif;
}
.vidside a:hover {
	background: #222;
	color: #FFF;
}
.vidside a span {
	position: relative;
	top: -4px;
}
.vidside img {
	border: 0px;
	padding: 0px 8px 0px 0px;
	width: 16px;
	height: 16px;
}
.vidsidenotlink {
	display: block;
	height: 20px;
	border-bottom: 1px solid #3A3A3A;
	padding: 6px 0px 6px 10px;
	font: Trebuchet,sans-serif;
}
.vidsidenotlink span {
	position: relative;
	top: -3px;
}




/* Swapped main divs for video section */

.vid_main_skinnycolumn {
	float: left;
	padding-top: 6px;
	width: 254px;
}
.vid_main_widecolumn {
	border-top: 6px solid #FFF;
	float: right;
	width: 470px;
}

