html
{
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	background-color:#fff;
}
body
{
	width:78em;
	margin:auto;
}
a img
{
	border:none;
}
/*
----------------------------------------------------
header
----------------------------------------------------
*/
#header
{
	position:relative;
}
#siteMenu
{
	list-style:none;
	padding:2em 0 4em 0;
	height:2em;
	background:url(images/banner.jpg) bottom center repeat-x;
	margin:0 0 0.2em 0;
}
#siteMenu > li
{
	float:left;
	position:relative;
	padding:0.5em;
	border-bottom:1px solid #c8c1b6;
}
#siteMenu a:link
{
	color:#000;
	text-decoration:none;
}
#siteMenu a:visited
{
	color:#686868;
	text-decoration:none;
}
#siteMenu ul
{
	list-style:none;
	display:none;
	position:absolute;
	top:2em;
	left:0;
	padding:0;
	margin:0;
	width:20em;
	background-color:#f8f7f5;
	border-top:2px solid #fe000b;
	z-index:2;
}
#siteMenu > li:hover ul
{
	display:block;
}
#siteMenu > li > a:hover
{
	color:#fe000b;
}
#siteMenu ul a:link,
#siteMenu ul a:visited
{
	border:solid #9dacb8;
	border-width:0 1px 1px 5px;
	display:block;
	padding:0.25em;
	color:#000;
}
#siteMenu ul li a:hover
{
	background-color:#fe000b;
	border-color:#fe000b;
	color:#fff;
}
#sitemenubanner
{
	width:78em;
}
#header img
{
	position:absolute;
	top:0;
	right:0;
	width:8.6em;
}


/*
----------------------------------------------------
projectBanner
----------------------------------------------------
*/
h1
{
	position:relative;
	top:0;
	left:0;
	margin:0 0 -8.8em 0;
	padding:0;
	font-size:1em;
	z-index:1;
	width:17.2em;
}
h1 img
{
	width:17.2em;
	height:8.8em;
	display:block;
}
#projects
{
	list-style:none;
	position:relative;
	height:19.9em;
	background:#e4e1db url(images/welcome.jpg) top right repeat-y;
	margin:0 0 0.2em 0;
}
#proj1 a
{
	position:absolute;
	top:0;
	left:17.2em;
	text-align:right;
	width:10.2em;
	color:#5d5c5c;
	padding:1em;
}
#proj1 img
{
	position:absolute;
	left:12.2em;
	top:0;
	border-left:0.2em solid #fff;
	border-right:0.2em solid #fff;
	display:block;
	width:29em;
	height:19.9em;
}
#proj2
{
	position:absolute;
	top:8.8em;
	left:17.2em;
	width:12.2em;
	color:#5d5c5c;
}
#proj2 img
{
	display:block;
	width:100%;
}


/*
----------------------------------------------------
latestNews
----------------------------------------------------
*/
#latestNews
{
	width:29.4em;
	color:#686868;
	background-color:#f8f7f5;
	float:left;
	clear:both;
}
#latestNews h2
{
	line-height:1.25em;
	margin:0 0 0.1em 0;
	background-color:#9dab9a;
	font-weight:normal;
	text-align:right;
	font-size:1.8em;
}
#latestNews h2 a
{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:1.5em 0.4em 0.25em 1em;
}
#latestNews li a
{
	text-decoration:none;
	display:block;
	color:#686868;
	padding:0.5em 0.5em 0.5em 8em;
}
#latestNews li a:hover
{
	background-color:#9dab9a;
	color:#fff;
}
#latestNews ul
{
	list-style:none;
	padding:0;
	margin:0;
}
#latestNews img
{
	background-color:#fff;
	border:1px solid #b1c1c4;
	padding:1px;
	margin-left:0.5em;

	display:block;
	width:6em;
	position:absolute;
	left:0;
}
#latestNews li
{
	position:relative;
	min-height:4.4em;
}
latestNews li:hover
{
	background-color:#fff;
}
#latestNews .date
{
	float:left;
	font-weight:bold;
	margin-right:0.5em;
}
#latestNews .date:after
{
	content:" \02013 ";
}


/*
----------------------------------------------------
welcome
----------------------------------------------------
*/
#welcome
{
	margin-left:29.6em;
	color:#686868;
}
#welcome p
{
	margin-left:1em;
}
#banner
{
	line-height:1.25em;
	background-color:#fe000b;
	color:#fff;
	font-size:1.8em;
	margin-top:0;
	margin-left:0 !important;
	padding:0.25em;
}

/*
----------------------------------------------------
panels
----------------------------------------------------
*/
#panels
{
	list-style:none;
	padding:0 0 6px 4px;
	margin:0 0 0 1em;
	width:14em;
	float:right;
}
#panels li
{
	border:1px solid #f00;
	margin:0 0 6px;
}
#panels a
{
	display:block;
	padding:0.2em 0.2em 0.2em 3em;

	text-decoration:none;
	font-weight:bold;
	text-align:right;
	font-size:1.1em;

	color:#f00;
	background-color:#fff;
	border-left:1em solid #f00;
}
#panels a:hover
{
	background-color:#f00;
	color:#fff;
	border-left-color:#fff;
}


/*
----------------------------------------------------
copyRight
----------------------------------------------------
*/
#copyright
{
	background-color:#e4e1db;
	clear:both;
	color:#3a3f39;
	margin:0;
	padding:1em;
}
