@charset "UTF-8";
/* CSS Document */
a:visited {  color: #06C;}
a:active {  color: #06C;}
a:link {  color: #06C;}
a:hover {  color: #666666}

html, body
	{
		background: #c5c5c5 url(../images/bg.jpg);
		background-repeat:repeat-x;
		text-align:center;
		margin:0;
		padding:0;
		font-family:Arial, Geneva, sans-serif;
		font-size:12px;
	}
	#backbg
	{
		background:url(../images/backbg.jpg);
		background-repeat:no-repeat;
		background-position:top center;
	}
	#header
	{
		width:989px;
		height:90px;
		background:url(../images/header2.jpg);
		margin-left: auto;
		margin-right: auto;
	}
	#jacket
	{
		width: 989px;
		margin-left: auto;
		margin-right: auto;
		background:url(../images/body2.jpg);
		background-repeat:repeat-y;
	}
	#innerjacket
	{
		background:url(../images/btop2.jpg);
		background-repeat:no-repeat;
		width:989px;
	}
	#logo
	{
		float:left;
		display:block;
		width:230px;
		height:80px;
		text-decoration:none;
	}
	#navigation
	{
		margin-top:40px;
		padding-right:7px;
		float:right;
		width:558px;
		height:50px;
		overflow:hidden;
	}
	
	
	
	#dropdown a
	{
		font-family:Arial, Geneva, sans-serif;
		font-size:11px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	#dropdown a:visted
	{
		font-family:Arial, Geneva, sans-serif;
		font-size:11px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	
	#dropdown a:hover
	{
		font-family:Arial, Geneva, sans-serif;
		font-size:11px;
		color:#fff;
		font-weight:bold;
		text-decoration:underline;
	}
	
	#left {
		position:relative;
		top:-15px;
		margin-left: 2px;
		padding-left: 10px;
		color:#fff;
		width: 260px;
		text-align:left;
		float:left;
	}
	#left a:link { color:#FFF; text-decoration:underline; }
	#left a:visited { color:#FFF; text-decoration:underline; }
	#left a { color:#FFF; text-decoration:underline; }
	#left a:hover { color:#FFF; text-decoration:none; }
	
	#right {
		position:relative;
		top:-15px;
		float:right;
		width:685px;
		margin-right:5px;
		text-align:left;
	}
	h1
	{
		margin:0;
		padding:0;
		padding-left:5px;
		font-size:16px;
		border-bottom: 2px solid #309beb;
		margin-bottom:5px;
	}
	p
	{
		margin-top:2px;
		padding-left:5px;
	}
	#flash_cover
	{
		z-index:-1;
		padding-top:8px;
		padding-bottom:2px;
		padding-left:7px;
		width:678px;
		background:url(/images/flashdrop.jpg);
		background-repeat:no-repeat;
		height:370px;
	}
	#newsholder
	{
		position:relative;
		left: 0px;
		width:259px;
	}
	#newsbox
	{
		
		background:url(../images/n2mid.jpg);
		background-repeat:repeat-y;
		width:259px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#footer
	{
		text-align:right;
		font-weight:bold;
		font-size:10px;
		padding-right:48px;
		position:relative;
		top:5px;
	}
	.homelist
	{
		margin: 0;
  		padding: 0;
		padding-left:20px;
		width: 180px;
		font-size:11px;
		margin-top:0px;
		
	}
	
		
	.homelinks
	{
		font-size:11px;
		padding-left:15px;
		width:180px;
	}
#dropdown {
	
	padding: 0;
	margin: 0;
	margin-top:53px;
	padding-right:0px;
	float:right;
	width:558px;
	height:50px;
	list-style: none;
	line-height: inherit;
	display:none;
}

*:first-child+html #dropdown {
	display:block;
	}
	
*:first-child+html #nav {
	display:none;
	}

.menulink {
	background:url(../images/menuitem.jpg);
	width:190px;
	border: 1px solid #000;
	line-height:inherit;
}

#projectlist
{
	list-style:none;
	margin:0;
	padding:0;
}

#projectlist a
{
	text-decoration:none;
}

#projectlist a:link
{
	text-decoration:none;
}
#projectlist a:visited
{
	text-decoration:none;
}

#projectlist ul
{
	list-style:none;
}

/***** NEW NAVI *****/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:100;
}

#nav ul.child a {
	display: block;
	width:170px;
}

#nav li.father li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:170px;
}

#nav {
	float:right;
	list-style-type:none;
	list-style-position:inside;
	margin:52px 0 0 0;
	padding:0;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;	
	}
	
#nav li.father {
	float:left;
	position:relative;
	margin-right:19px;
	}
	
#nav li.father a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:8px;
	}
	
#nav li.father ul.child {
	position:absolute;
	top:23px;
	border:1px solid #000000;
	display:none;
	z-index:10;
	padding:0;
	margin:0;
	}
	
#nav li.father ul.child li {
	border-style:solid;
	border-width:0;
	display:block;
	height:29px;
	position:relative;
	text-align:left;
	width:170px;
	z-index:11;
	background-image:url("../images/menuitem2.jpg");
	}
	
#nav ul.child a {
	color:#FFFFFF;
	cursor:pointer;
	font:bold 11px Arial;
	margin:0;
	text-decoration:none;
	padding:8px;
	display:block;
	background-repeat:repeat;
	width:154px;
	height:13px;
	}
	
#nav li.father ul.child li:hover {
	background-image:url("../images/omenuitem2.jpg");
	}
	
#nav ul.grandchild {
	border:1px solid #000000;
	display:none;
	left:170px;
	position:absolute;
	top:0;
	z-index:14;
	}
	
#nav li.father ul.child li ul.grandchild li {
	z-index:20;
	position:static;
	}

#nav li.father:hover ul.child, 
#nav li.father ul.child li:hover ul.grandchild {
	display:block;
	}
	
span.arrow {
	left:156px;
	position:absolute;
	top:11px;
	z-index:50;
	display:block;
	width:7px;
	height:7px;
	background-image:url("../images/arr_black.gif");
	overflow:hidden;
	}
	
#nav li.father ul.child li:hover span.arrow {
	background-image:url("../images/arr_white.gif");	
	}

/***** News Items *****/
#news h1 {
	border-bottom: 1px solid #c0c0c0; 
	color:#333
}

#news h1 i {
	display: inline-block;
	background: url(/images/news-image-icon.gif) no-repeat;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

#news .newsItem {
	margin: 15px 0;
	clear: both;
}
