body {
	color:#9B9B9B;
	font-family:Verdana, Arial, Tahoma;
	font-size:10px;
	padding:0;
	margin:0;
	behavior:url(/family/css/csshover.htc);
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
}

form {
	padding:0;
	margin:0;
}

a{
	color:#9B9B9B;
	text-decoration:none;
}

a:hover {
	color:#3B3B3B;
	text-decoration:none;
}

a.select {
	color:#3B3B3B;
	text-decoration:none;
}

.select a{
	color:#3B3B3B;
	text-decoration:none;
}

img {
	border:0;
	vertical-align:top;
}

.center {
	text-align:center;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

img.left {
	padding:0 10px 10px 0;
}

img.right {
	padding:0 0 10px 10px;
}

h1 {
	font-size:10px;
	font-weight:bold;
	color:#9B9B9B;
}

.selectH1  a:active{
	font-size:10px;
	font-weight:bold;
	color:#626466;
}


h2 {
	font-size:10px;
	font-weight:normal;
	padding-top:5px;
	margin:0;
	color:#3B3B3B;
}

h2 a {
	color:#3B3B3B;
	text-decoration:none;
}

h2 a:hover {
	color:#9B9B9B;
	text-decoration:none;
}

#container {
	margin:0 auto;
	padding:0 0 30px 0;
	width:960px;
	text-align:center;
}

#contentHolder {
	float:left;
	width:960px;
	margin:0;
	padding-top:40px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#leftNav {
	float:left;
	width:290px;
	margin:0;
	padding:10px 10px 10px 10px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#rightContent {
	float:right;
	text-align:left;
	width:645px;
	margin:0;
	padding:0;
}

#footer {
	float:left;
	width:960px;
	padding:0;
	margin-top:70px;
	font-size:10px;
}

#copyrights {
	float:left;
	width:960px;
	margin:0;
	padding:5px 0 0 0;
	border-top:1px solid #ECE9E8;
}

.rightContent {
	overflow: hidden;
	margin: 0 auto;
	float:right;
}
#main {
	float:right;
	margin-right:0;
	padding-right:0;
}

/*--Main Image Preview--*/
.main_image {
	float: left;
	background: #cccccc;
	position: relative;
	overflow: hidden;
	color: #000;
	text-align:left;
}
.main_image h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 10px 10px 0;	
	padding: 10px;
}
.main_image p {
	font-size: 10px;
	padding: 10px;	
	margin: 0;
	line-height: 15px;
}
.block { 
	background: no-repeat 0 center; 
	font-size: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #fff;
	border-top: 1px solid #B6B6B6;
}
.main_image a.collapse {
	background: url(../images/hide_show_btn.gif) no-repeat left top;
	height: 15px; width: 70px;
	text-indent: -99999px;
	position: absolute; 
	top: -14px; 
	right: 10px; 
}
.main_image a.show {background-position: left bottom;} 

.image_list {
	float: left;
	width: 650px;
	text-align:left;
}
.image_list ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_list ul li{
	margin: 0; 
	padding: 12px 10px;
	float: left;
}
.image_list ul li.hover {
	color:#3B3B3B;
	cursor: pointer;
}
.image_list ul li.active {
	background:#ddd; 
	cursor: default;
}
html .image_list ul li h2 {
	font-size: 10px; 
	margin: 0; 
	padding: 0;
}
.image_list ul li .block {
	float: left; 
	padding: 0;
	display:none;
}	
.image_list ul li p{display: none;}

.project p{
	margin-bottom:10px;
	padding:0;
}