/*defaults*/
body 	{background:#fddad8 url('../images/body_bg.jpg') repeat-x 0 0 fixed; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#990033; text-decoration:underline; }
a:hover	{color:#990033; text-decoration:none;}


/*structural elements*/
.container	{margin:0px auto; text-align:center; width:760px; }
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width: 100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{border-bottom:1px solid #DADADA; padding:5px 30px 5px 0px; }
#navigation	{
	padding:10px 0;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif;
}
#header		{background:#999999 url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; clear: left;}
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:140%; }
#news		{
	float:right;
	width:250px;
	padding:20px 0;
	line-height:140%;
	text-align:justify;
	font-family: Arial;
}
.newsItem	{
	padding:20px 20px 5px 20px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font-family: Arial;
}
#footer		{
	clear:both;
	width:100%;
	font-size:80%;
	background:#999999;
	padding:20px;
	text-align:left;
	border-top:2px solid #333333;
}
#copyright	{
	float:right;
	color: #333333;
}


/*headings*/
.newsItem h1	{
	color:#000000;
	margin:0 0 10px 0;
	padding:0;
	font-size:12pt;
	font-weight:normal;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman", serif;
}

#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#990033; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#990033; padding:0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	color: #CCCCCC;
}
#footer a		{color:#333333; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#990033; text-decoration:none; }



/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */



a.selected { text-decoration: none; }
#nav a.selected { color: black; }
#footer a.selected	{color:#990033; text-decoration:none; }

/* ------------ CUSTOM ------------*/

#header {
	margin-top: 15px;
}

#nav li a {
	display: block;
	padding-left: 5px;
	width: auto;
}

#nav li { /* all list items */
	float: left;
	padding-right: 20px;
	width: auto; /* width needed or else Opera goes nuts */
	font-weight: bold;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f5f5f5;
	border: 1px solid #990033;
	border-top: 3px solid #990033;
	width: auto;
	padding-bottom: 5px;
	left: -999em;
}



#nav li ul li
{
	padding-right: 0;
	margin-top: 5px;
	clear: left;
	float: left;
	padding-bottom: 0;
	width: auto;
}


#nav li ul li a
{
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

* html #nav li ul li
{
	width: 180px;
}

#nav li:hover {
	visibility: visible;
}

#aboutus #header	{background:#999999 url('../images/header_about.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#aboutus #content	{float:right; width:540px; padding:20px 0 0 0px; line-height:140%; }
#aboutus #news		{
	float:left;
	width:195px;
	padding:20px 0;
	line-height:140%;
	text-align:left;
	font: Arial;
}
#aboutus .newsItem	{
	padding:10px 10px 10px 15px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font: Arial;
}

#services #header	{background:#999999 url('../images/header_sol.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#services #content	{float:right; width:540px; padding:20px 0 0 0px; line-height:140%; }
#services #news		{
	float:left;
	width:195px;
	padding:20px 0;
	line-height:140%;
	text-align:left;
	font: Arial;
}
#services .newsItem	{
	padding:10px 10px 10px 15px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font: Arial;
}

#applications #header	{background:#999999 url('../images/header_app.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#applications #content	{float:right; width:540px; padding:20px 0 0 0px; line-height:140%; }
#applications #news	{
	float:left;
	width:195px;
	padding:20px 0;
	line-height:140%;
	text-align:left;
	font: Arial;
}
#applications .newsItem	{
	padding:10px 10px 10px 15px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font: Arial;
}

#research #header	{background:#999999 url('../images/header_res.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#research #content	{float:right; width:540px; padding:20px 0 0 0px; line-height:140%; }
#research #news		{
	float:left;
	width:195px;
	padding:20px 0;
	line-height:140%;
	text-align:left;
	font: Arial;
}
#research .newsItem	{
	padding:10px 10px 10px 15px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font: Arial;
}

#projects #header		{background:#999999 url('../images/header_projects.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#projects #content	{float:right; width:540px; padding:20px 0 0 0px; line-height:140%; }
#projects #news		{
	float:left;
	width:195px;
	padding:20px 0;
	line-height:140%;
	text-align:left;
	font: Arial;
}
#projects .newsItem	{
	padding:10px 10px 10px 15px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font: Arial;
}

#sitemap #header		{background:#999999 url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#sitemap #content	{float:right; width:800px; padding:20px 0 0 0px; line-height:140%; }
#sitemap #news		{
	float:left;
	width:195px;
	padding:20px 0;
	line-height:140%;
	text-align:left;
	font: Arial;
}
#sitemap .newsItem	{
	padding:10px 10px 10px 15px;
	background:#F5F5F5;
	border:1px solid #999999;
	font-size:90%;
	margin-bottom:20px;
	font: Arial;
}

