/*defaults*/
body 	{
	color:#000000;
	margin:20px 0;
	padding:0;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
	font-size:90%;
	background-color: #CCC;
}
p		{margin:0; padding:0 0 15px 0; }
a		{
	color:#603;
	text-decoration:underline;
}
a:hover	{
	color:#333;
	text-decoration:none;
}


/*structural elements*/
#container	{margin:0px auto; text-align:center; height:350px; width:760px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{
	background:url(../images/logo.gif) no-repeat 5px 0;
	border-bottom:1px solid #DADADA;
	padding:5px 5px 5px 0px;
	height: 138px;
}
#header		{background:#DADADA url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content	{
	float:left;
	width:490px;
	padding:20px 10px 0 0;
	line-height:160%;
	background-color: #CCC;
	margin-top: 20px;
}
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{
	clear:both;
	width:100%;
	font-size:80%;
	background:#999;
	padding:20px 20px 5px 20px;
	border-top:2px solid #760033;
}


/*headings*/
.newsItem h3	{
	color:#603;
	margin:0 0 10px 0;
	padding:0;
	font-size:125%;
	font-weight:normal;
}
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#home #container #holder #content h1 {
	font-size: 18px;
	color: #603;
	font-weight: bold;
}
#logo h1		{
	font-weight:normal;
	font-size:170%;
	margin:0;
	padding:0;
	color:#000;
}
#home #container #holder #logo h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #660052;
	right: 5px;
	bottom: 5px;
}


/*navigation*/
ul#navigation  			{margin:0; padding:10px 0; }
ul#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#home #container #holder #news .newsItem ul li {
	text-align: left;
}
ul#navigation a			{
	color:#333;
	padding:0 20px 0 0;
	text-decoration:none;
}
ul#navigation a:hover	{color:#000000; text-decoration:underline; }

#home #homeLink,
#about #aboutLink,
#technology #technologyLink,
#portfolio #portfolioLink,
#partners #partnersLink,
#contact #contactLink,
#jobs #jobsLink
{text-decoration:underline; }

/*footer styling, pre-styled so you can "whack" another navigation menu in there if you like*/
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; text-decoration:underline; }
#footer a:hover	{color:#000000; 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 */
#home #container #holder #news .newsItem span {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
