@import 'base.css';
@import 'bars.css';

#page {
	width: 1000px;
	position: relative;
	margin: 0 auto 15px auto;
	text-align: left;
}

#left_content {
	position: relative;
	width: 200px;
	height: 450px;
	float: left;
	font-size: 85%;
	padding: 0;
}

#right_content {
	float: left;
	position: relative;
	width: 800px;
	height: 450px;
	font-size: 85%;
	padding: 0;
}
#left_content .active-item { color: #fff; }

#left_content ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#left_content a { color: #ccc; }
#left_content a:hover { color: #eee; }

#content {
	height: 480px;
}
#content ul { list-style-image: url(../img/bullet.gif); }

#right_content_cnt { float: right; clear: right; }
#right_content p { margin-top: 0; }

#right_content ul#prj_list,
#right_content ul#news_list { list-style-image: none; list-style-type: none; padding: 0; margin: -5px 0 0 0;}

#right_content ul#prj_list li,
#right_content ul#news_list li
{
	border-bottom: 1px solid #444;
	display: block;
	padding: 2px 0;
	float: left;
	clear: left;
	color: #bbb;
	width: 800px;
}

#right_content ul#prj_list li a,
#right_content ul#news_list li a{
	text-decoration: none;
	color: #ddd;
}

#right_content ul#prj_list li a:hover,
#right_content ul#news_list li a:hover {
	color: #fff;
}

#right_content ul#prj_list li .list_1 {
	width: 280px;
	float: left;
}
#right_content ul#prj_list li .list_1_ext {
  width: 410px;
	float: left;
}

#right_content ul#prj_list li .list_2,
#right_content ul#prj_list li .list_3,
#right_content ul#prj_list li .list_4,
#right_content ul#prj_list li .list_5 {
	float: left;
}

#right_content ul#prj_list li .list_2 { width: 130px; }
#right_content ul#prj_list li .list_3 { width: 140px; }
#right_content ul#prj_list li .list_4 { width: 160px; }
#right_content ul#prj_list li .list_5 { width: 90px; }

#right_content ul#news_list li .list_1 {
	width: 100px;
	float: left;
}

#right_content ul#news_list li .list_2 {
	width: 700px;
	float: left;
}

#left_content p {
	margin: 0 10px 0 0;
	padding: 0;
}

#project-items ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#project-items ul li {
	float: left;
}
#project-items ul li a {
	display: block;
	font-size: 85%;
	padding: 0 8px 2px 6px;
}

#project-items ul li a:hover {
	background: #212B46;
	text-decoration: none;
}

#project-items { float: right; position: relative; background: #111B36; }

.project-photo { float: right; }

#superbar { position: relative; height: 25px; }

.prj-title {
	margin-bottom: 10px;
	display: block;
}

#project-arrows { font-size: 85%; float: left; }

#project-arrows,
#superbar {
	height: 15px;
	margin-bottom: 10px;
}

#right_content_cnt p {
	margin: 0 0 10px 0;
}

#left_content h3 {
	margin: 0;
}

.float-left { float: left; }
.float-right { float: right; }

#left_content a.active { color: #fff; }
span.active { color: #fff; font-weight: bold; }

.box-news,
.box-selected {
	position: relative;
	width: 250px;
	float: left;
	font-size: 85%;
}

.box-news-text,
.box-selected-text {
	padding: .5em;
}

.custom-news-left {
  float: left;
	font-size: 85%;
	padding: 0;
	width: 600px;
}

.prj-meta {
	position: absolute;
	bottom: 0;
}
.list-column {
	position: relative;
	height: 450px;
	width: 160px;
	float: left;
}
.list-column span {
	width: 160px;
	height: 10pt;
	display: block;
}

.list-column span.active-last,
.scroller .active-last { margin-bottom: 10pt; }

#scroll-div {
	position: relative;
	height: 420px;
	overflow: hidden;
}
#scroll-div-full {
	position: relative;
	height: 450px;
	overflow: hidden;
}
#scroll-div-news {
	position: relative;
	height: 420px;
	overflow: hidden;
}

.scroller #scroll-text { width: 370px; }
.scroller-extended  #scroll-text { width: 790px; }
.scroller-news #scroll-text { width: 590px; }

#scroll-text {
	position: absolute;
	top: 0;
	left: 0;
}

#scroll-arrows {
	position: absolute;
	width: 10px;
	bottom: 0;
	right: 0;
	display: none;
}

#scroll-up { display: block; width: 7px; height: 8px; background: url(../img/arrow_up.gif) no-repeat; }
#scroll-up:hover { background: url(../img/arrow_up_hover.gif) no-repeat; }
#scroll-down { display: block; width: 7px; height: 8px; background: url(../img/arrow_down.gif) no-repeat; }
#scroll-down:hover { background: url(../img/arrow_down_hover.gif) no-repeat; }
