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

#col_1 {
	color:#4d4d4f;
}
#col_1 h2 {
	font-size:16px;
	font-weight:normal;
	background:url(../img/hr_back.png) center bottom repeat-x;
	padding:0 0 6px;
	color:#00274C;
}

#col_2 h2 {
	background-color:#00274c;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	padding:4px 9px;
	text-transform:uppercase;
}
#col_2 ul {
	padding:5px 0;
}
#col_2 ul li {
	margin:3px 0;
}
#col_2 ul li a {
	color:#7fa1b6;
	text-decoration:none;
}
#col_2  ul li.current a {
	font-weight:bold;
	color:#00274c;
}

/**  CRUMBS MARGIN OVERRIDE  **/
#crumbs {
	margin:4px 25px;
}
.column_title {
	/*margin-top:10px;*/
}
#body {
	/*margin-top:10px;*/
}

/**  PROJECT  **/
.project {
}

.project .image_head {
}

.project .title_toggle {
	line-height:24px;
	color:#00274c;
	margin:5px 0;
	font-size:18px;
	cursor:pointer;
	background-position:right top;
	background-repeat:no-repeat;
}

.project hr, .project div.hr {
	height:5px;
	margin:0 0 10px;
}

.project .closed.off { background-image:url(../img/buttons/arrow-down-off.png); }
.project .closed.over { background-image:url(../img/buttons/arrow-down-over.png); }
.project .closed.down { background-image:url(../img/buttons/arrow-down-down.png); }
.project .open.off { background-image:url(../img/buttons/arrow-up-off.png); }
.project .open.over { background-image:url(../img/buttons/arrow-up-over.png); }
.project .open.down { background-image:url(../img/buttons/arrow-up-down.png); }


/**  NEWS ARTICLE  **/
.article {
	margin:10px 0 0;
}
.article .title_toggle .date {
	font-size:12px;
}
.article .title_toggle {
	line-height:24px;
	color:#00274c;
	padding:0 28px 0 0;
	font-size:18px;
	cursor:pointer;
	background-position:right top;
	background-repeat:no-repeat;
}

.article hr, .article div.hr {
	height:5px;
	margin:0 0 10px;
}

.article .closed.off { background-image:url(../img/buttons/arrow-down-off.png); }
.article .closed.over { background-image:url(../img/buttons/arrow-down-over.png); }
.article .closed.down { background-image:url(../img/buttons/arrow-down-down.png); }
.article .open.off { background-image:url(../img/buttons/arrow-up-off.png); }
.article .open.over { background-image:url(../img/buttons/arrow-up-over.png); }
.article .open.down { background-image:url(../img/buttons/arrow-up-down.png) ; }


/**  MEMBERS  **/
.member {
}

.member .image_head {
}

.member .title_toggle {
	line-height:24px;
	color:#00274c;
	margin:5px 0;
	font-size:18px;
	cursor:pointer;
	background-position:right top;
	background-repeat:no-repeat;
}

.member hr, .member div.hr {
	height:5px;
	margin:0 0 10px;
}

.member .closed.off { background-image:url(../img/buttons/arrow-down-off.png); }
.member .closed.over { background-image:url(../img/buttons/arrow-down-over.png); }
.member .closed.down { background-image:url(../img/buttons/arrow-down-down.png); }
.member .open.off { background-image:url(../img/buttons/arrow-up-off.png); }
.member .open.over { background-image:url(../img/buttons/arrow-up-over.png); }
.member .open.down { background-image:url(../img/buttons/arrow-up-down.png); }

.member .group_body {
	margin:0 0 0 20px;
}
