body {
	margin:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
}

a { color:#333; text-decoration:none; }
a img { border:none; }
.clear_both { clear:both;margin:0px;padding:0px; }
.gray_line { border-bottom:#ccc 1px solid; margin:20px 0px; }

.main_center {
	width:980px;
	margin:0px auto;
	position:relative;
}
.orange { color:#ffbc00; }

#header {
	width:100%;
	background:url(../img/header_bg.gif) left top repeat-x;
	margin:0px;
	border-bottom:#ccc 1px solid;
	color:#fff;
	font:26px Georgia;
	padding:10px 0px;
	text-shadow: 1px 1px 3px #000;
}
#header a { color:#fff; }
#header .absolute_right {
	position:absolute; right:0px; top:8px;
	font:12px Arial, Helvetica, sans-serif;
	text-align:right;
}

#subheader {
	width:100%; height:225px;
	background:url(../img/subheader_bg.jpg) left top repeat-x;
	color:#fff;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}

#content {
	margin-top:-125px;
	background-color:#fff;
	padding:20px;
	width:980px;
	min-height:400px;
}
#content .rh_corner { position:absolute; left:-1px; top:0px; }
#content .lh_corner { position:absolute; right:-1px; top:0px; }

#content h2 { 
	color:#3387b1;
	margin:10px 0px;
	padding:0px;
}

.category_list {
	list-style-image:url(../img/icon_right_arrow.gif);
	padding:0px; margin:0px;
	margin-left:20px;
	width:130px;
	float:left;
}
.category_list li {
	font-size:11px;
	padding-left:5px;
	text-shadow: 1px 1px 5px #999;
}
.category_list li a:hover { text-decoration:underline; }

#project_list { color:#666;width:100%; }
#project_list td { padding:5px; border-bottom:#d4e2e9 1px solid; }
#project_list thead { background-color:#3387b1;font-weight:bold; color:#fff; font-size:13px;text-shadow: 1px 1px 1px #000; }
#project_list thead td { padding:13px 5px 7px 5px; }
#project_list td.column_proj_name { width:300px; }
#project_list td.column_proj_budget { width:100px; text-align:right;padding-right:10px; }
#project_list tr.light_blue { background-color:#eeeeee; }
#project_list tbody tr { cursor:pointer; }
#project_list tbody tr:hover { background-color:#ffbfbf; }
#project_list .short_descr {
	position:fixed;
    bottom:0px;left:0px;
	padding:10px 5px;
	background-color:#3387b1;
	color:#fff;
	z-index:10;
	width:100%;
	display:none;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}


.paginator { text-align:right; }
.paginator span { 
	display:inline-block;
	padding:3px;
}

#footer {
	width:100%;
	background-color:#e8e7e7;
	padding:30px 0px;
	text-align:center;
	text-shadow: 1px 1px 3px #999;
}

