@charset "utf-8";
/* Homepage */
DIV.PageBackground		{ width:700px; height:520px; }

DIV.NewProjectsBG		{ width:193px; height:520px; position:absolute; top:-1000px; left:0px; z-index:50; }
DIV.NewProjectsItems	{ width:193px; height:464px !important; height:520px; position:absolute; top:-1000px; left:0px; z-index:60; padding-top:56px; }

TABLE.ProjectItem		{ width:174px; height:86px; }
	TD.ProjectIcon		{ width:55px; height:86px; vertical-align:top; }
	TD.ProjectIcon IMG	{ width:55px; height:55px; }
	TD.ProjectSpace		{ width:7px; }
	TD.ProjectText		{ width:112px; height:86px; vertical-align:top; text-align:left; }
		TD.ProjectText H1	{ font:normal 9px/11px Arial; text-transform:uppercase; color:#FFFFFF; background-color:#C72F22; text-align:left;
							  width:110px !important; width:112px; height:10px !important; height:11px; overflow:hidden; padding:0px 0px 0px 2px !important;
							  padding:1px 0px 0px 2px; margin:0px; }
		TD.ProjectText H2	{ font:normal 10px/11px Arial; text-transform:uppercase; color:#C72F22; background-color:#FFFFFF; text-align:left;
							  width:110px !important; width:112px; height:11px; overflow:hidden; padding:0px 0px 0px 2px; margin:0px; }
		TD.ProjectText DIV	{ font:normal 10px/12px Arial; text-transform:uppercase; color:#9D9D9D; background:transparent; text-align:left;
							  width:104px !important; height:42px !important; overflow:hidden; padding:4px; margin:0px; width:112px; height:50px; }
DIV.ProjectBarControl		{ text-align:right; padding:8px 15px 0px 0px; vertical-align:middle; }
DIV.ProjectBarControl *		{ vertical-align:middle;}
DIV.ProjectBarControl A:link		{ font:normal 10px/12px Arial; color:#C72F22; text-decoration:none; text-transform:uppercase; }
DIV.ProjectBarControl A:active		{ font:normal 10px/12px Arial; color:#C72F22; text-decoration:none; text-transform:uppercase; }
DIV.ProjectBarControl A:visited		{ font:normal 10px/12px Arial; color:#C72F22; text-decoration:none; text-transform:uppercase; }
DIV.ProjectBarControl A:hover		{ font:normal 10px/12px Arial; color:#C72F22; text-decoration:none; text-transform:uppercase; background-color:#FFD4D0; }


