/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{font-variant:normal}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top}
sub {vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
/*because legend doesn't inherit in IE */
legend{color:#000}
img, table { border: 0px; }

#bg,#bg table,#bg td{width:100%;height: 100%;overflow:hidden}
#bg *, body {  }
#bg{ overflow: hidden; }
#bg div{position:fixed;width:200%;height:200%;top:-50%;left:-50%;z-index:-1}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}

* {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	text-align: center;
}

#spons_bg {
	position: fixed;
	right: 0px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
	position: absolute;
	overflow: hidden;
}

#spons_pixel_overlay {
	background: url('images/bgpixel.png') fixed;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	position: absolute;
}

#spons_bar {
	position: fixed;
	top: 100%;
	margin-top: -80px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #201e17;
	z-index: 1000;
	overflow: visible;
}

#spons_page {
	padding-top: 20px;
	width: 1000px;
	margin: 0px auto;
	z-index: 1000;
	text-align: left;
	margin-bottom: 90px;
}

h1 {
	margin-bottom: 10px;
}
h1 a {
	font-weight: bold;
	font-size: 14pt;
	/*padding: 4px;*/
	text-decoration: none;
	/*background: url('images/info_bg.png');*/
	width: auto;
	overflow: auto;
	color: #ef4f27;
}

#header {
	padding-bottom: 10px;
	height: 70px;
	background: #201e17;
	text-align: center;
}

#header-container {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
}

#project {
	clear: both;
	width: 1000px;
	height: 405px;
}
#project-item {
	position: relative;
	float: left;
	background: black;
}
#project-info {
	position: relative;
	float: left;
	width: 280px;
	height: 405px;
	font-size: 10pt;
	font-weight: normal;
	background: url('images/info_bg.png');
}

#project-info .content, #content .content {
	padding: 10px;
	font-size: 13px;
}

#content {
	width: 1000px;
	background: url('images/info_bg.png');
}

#navigation {
	float: left;
	position: relative;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
}

#logo {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: url('images/logo.jpg');
}

#menu {
	margin-top: 23px;
	float: left;
}

#menu li a {
	background: transparent;
	padding: 8px;
	display: block;
	margin-right: 5px;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#menu li a:hover, #menu li a.selected {
	background: #ef4f27;
	color: white;
}

#menu li {
	margin-bottom: 10px;
	width: auto;
	position: relative;
	float: left;
}

div#grid div.row {
	overflow: hidden;
	margin-bottom: 10px;
}
div#grid div.row div.cell {
	width: 240px;
	margin-right: 10px;
	position: relative;
	float: left;
	overflow: hidden;
}
div#grid div.row div.last {
	margin-right: 0px;
}

div#grid div.row div.cell_big {
	width: 490px;
}
div#grid div.row div.project {
	height: 220px;
}
div#grid div.row div.cell h2 {
	background: url('images/info_bg.png');
	padding: 10px;
	margin-bottom: 5px;
	color: #ef4f27;
}
div#grid div.row div.project a {
	background: url('images/info_bg.png');
	padding: 10px;
	font-size: 12px;
	height: 250px;
	display: block;
	color: black;
	text-decoration: none;
}
div#grid div.row div.project a:hover {
	background: url('images/label_bg.png');
	color: white;
}
div#grid div.row div.cell div {
	background: url('images/info_bg.png');
	padding: 10px;
	font-size: 12px;
	height: 250px;
}

div#grid div.row div.cell div p {
	line-height: 18px;
	margin-bottom: 10px;
}
div#grid div.row div.cell div p:last {
	margin-bottom: 0px;
}
div#grid div.last_row div.cell {
	height: auto;
}

div#grid div.row div.project p.category {
	margin-top: 10px;
	text-decoration: none;
}
