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

body {
	margin: 0 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
	background: url(../img/body-pattern.gif) repeat-y center fixed;
}
h1, h2, h3 {
	margin: 0 0 12px 0;
	font-weight: normal;
}
/* for h1 image */
h1 {
	height: 30px;
	padding-top: 7px;
}
/* */
h1 {
	font-size: 30px;
}
h1 span {
	font-weight: bold;
	color: #333;
}
h1 a {
	text-decoration: none;
	color: #999;
}
h1 a:hover {
	text-decoration: none;
	color: #333;
}
h2 {
	margin-top: 20px;
	font-size: 17px;
	color: #333;
}
p {
	margin: 0 0 24px 0;	
}
p, li, dd {
	line-height: 19px;
}
a {
	color: #333;
}
img {
	border: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
}
ol {
	list-style-position: inside;
	padding: 0;	
}
li {
	padding: 0;
}
ol li {
	margin-bottom: 19px;	
}
dl {
	margin: 0 0 24px 0;
}
dt {
	
}
dd {
	margin: 0;	
}
#container {
	position: relative;
	width: 1000px;
	margin: 30px auto;
	background: #fff;
}
#home #header {
	width: 100%;
	height: 475px;
	margin-bottom: 30px;
	background: url(../img/back01.jpg) no-repeat bottom;
}
#header {
	width: 100%;
	height: 265px;
	margin-bottom: 30px;
	background: url(../project/video-feedback/img/background-half.jpg) no-repeat bottom;
}
#babble #header {
	background: url(../project/babble/img/background-half.gif) no-repeat bottom;	
}
#news #header {
	background: url(../news/img/background-half.jpg) no-repeat bottom;	
}
#menu {
	position: absolute;
	top: 7px;
	right: 0;
	width: 190px;
	height: 30px;
}
#menu li {
	float: left;
	width: 90px;
	height: 30px;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
}
#menu a {
	display: block;
	width: 90px;
	height: 30px;
	border: none;	
}
#menu a:hover {
	border: none;	
}
#menu #news, #menu #news a {
	background: url(../img/menu-news.gif) no-repeat 0 0;
}
#menu #news a:hover {
	background: url(../img/menu-news.gif) no-repeat 0 -30px;
}
#menu #edu {
	margin-right: 10px;	
}
#menu #edu, #menu #edu a {
	background: url(../img/menu-edu.gif) no-repeat 0 0;
}
#menu #edu a:hover {
	background: url(../img/menu-edu.gif) no-repeat 0 -30px;
}
#content {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
/* --------------------------------------------------- columns */
.column {
	float: left;
	margin-left: 10px;
}
.column a {
	color: #999;
	text-decoration: none;
}
.column a:hover {
	color: #333;
	text-decoration: underline;	
}
.narrow {
	width: 300px;
}
.wide {
	float: right;
	width: 610px;
}
.no-title {
	margin-top: 52px;
}
.left {
	width: 380px;
	margin: 0;
	color: #333;
	background: #E6E6E6 url(../img/column-left.gif) no-repeat;
}
.left a {
	color: #333;
	text-decoration: underline;
}
.left a:hover {
	text-decoration: none;
}
.left-bottom {
	padding: 0 20px 20px 20px;
	background: url(../img/column-left-bottom.gif) no-repeat bottom;
}
/* --------------------------------------------------- columns end */
.text-end {
	margin-bottom: 0;	
}
.projects li {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}
/* --------------------------------------------------- */
.gallery-outer-wrap {
	width: 300px;
	margin-bottom: 12px;
	overflow: hidden;
	background: #666 url(../img/column-gallery-top.gif) no-repeat;
}
.gallery-inner-wrap {
	width: 100%;
	overflow: hidden;
	background: transparent url(../img/column-gallery-bottom.gif) no-repeat bottom;	
}
.gallery {
	width: 263px;
	margin: 17px auto;
	overflow: hidden;
	text-align: center;
}
.gallery ul {
	width: 100%;
	margin: 0 0 2px 0;
	overflow: hidden;
}
.gallery li {
	float: left;
	width: 55px;
	height: 55px;
	margin: 5px;
}
.gallery li img {
	display: block;
	border: 1px solid #E6E6E6;
}

.wide .gallery-outer-wrap {
	width: 610px;
	margin-bottom: 12px;
	overflow: hidden;
	background: #666 url(../img/column-gallery-top-wide.gif) repeat-x;
}
.wide .gallery-inner-wrap {
	width: 100%;
	overflow: hidden;
	background: transparent url(../img/column-gallery-bottom-wide.gif) repeat-x left bottom;	
}
.wide .gallery {
	width: 573px;
	margin: 17px auto;
	overflow: hidden;
	text-align: center;
}
.wide .gallery li {
	float: left;
	width: 181px;
	height: auto;
	margin: 5px;
	background: black;
}
.wide .single li {
	width: 573px;
	height: auto;
	background: black;
}
.wide .single .swf {
	height: 333px;
}
.wide .gallery li img {
	display: block;
	border: 1px solid #E6E6E6;
}
.wide dl {
	float: left;
}
/* --------------------------------------------------- */
.pics {
	width: 1000px;
	height: 420px;
	padding:0;
	margin:0;
	overflow: hidden
}
.hide {
	display: none;	
}