@charset "utf-8";

body {
	font-size: 12px; /*85%;*/
	font-family: Arial;
	background: #FFF;
	color: #000000;
	margin-top: 0px;
}

img {
	border: none;
}

#wrapper {
	
	width: 887px;
	position: relative;
	left: 50%;
	margin-left: -424px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	background: #FFF;
}

.icon {
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	padding: 20px 0 0 0;
	/*visibility: hidden;*/
}

#sidebar {
	float: left;
	width: 152px;
	margin: 0 0 0 0;
	padding-top: 213px;
	background: #781B17;
}


#sidebar ul {
	float: right;
	margin: 0;
	padding: 0px 15px 5px 0;
	list-style-type: none;	
}

#sidebar ul a {
	clear:both;
	float: right;
	color: #fff;
	text-decoration: none;
	line-height: 24px;	
}

#sidebar ul a:hover, .selected a {
	float: right;
	color: #fff;
	text-decoration: underline;
}

#content {
	float: left;
	width: 630px;
	/*height: 300px;*/
	margin: 0px 0 0 16px;
	/*padding: 0 0 0 5px;*/
	vertical-align: top;
	background: #FFF;
}

div#projectList {
	width: 210px;
	height:500px;
	overflow:auto;
}

#projectList div {
	background-image:url(templates/newImages/leftNav_bg_combo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 188px;
	height:54px;
	padding:0;
	overflow:hidden;
}

#projectList div:hover, #projectList div.divHover {
	background-image:url(templates/newImages/leftNav_bg_combo.gif);
	background-repeat:no-repeat;
	background-position:top;
	overflow:hidden;
}

#projectList div a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666;
}

#projectList div a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666;
}

#projectList img {
	float:left;
	margin:4px;
}

p.projectListText {
	font-size:9px;
	margin-right:40px;
	padding-top:0px;
	line-height:10px;
	vertical-align: top;
}

p.projectListText em {
	font-size:10px;
	font-weight:bold;
	font-style:normal;
}

#logo {
	
}

div.titleBar {
	position: absolute;
	width:616px;
	height:25px;
	background-color:#666;
	margin:0px 0 0 5px;
	overflow:hidden;
}

div.titleBar h3 {
	color:#fff;
	padding:0;
	margin:6px 0 0 6px;
}

#project {


}

p.projectText {
	margin-right: 10px;
	padding-top:4px;
	line-height:14px;
}

p.projectText em {
	font-weight:bold;
	font-style:normal;
}