/*defaults*/
body 	{background:#B0B6C6 url('../images/Page-BgSimpleGradient.jpg') repeat-x 0 0; color:#000000; margin:0px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; border:30px; border-color:#303B8C; }
p		{margin:0; padding:0 0 15px 0; color:#000066;}
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}
h3	{color:#000066; margin:0 0 10px 0; padding:5px; font-size:130%; font-weight:normal; }
h4	{color:#000066; margin:0 0 10px 0; padding:5px; font-size:110%; font-weight:normal; }

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:800px; border:30px;background:#303B8C; }
#holder		{width:100%; padding:0px 0px 0px 0px; background:#FFFFFF; text-align:left; }
#header		{background:#DADADA url('../images/header.jpg') no-repeat 0px 0px; padding:0px; height:250px; }
#content	{float:left; width:500px; padding:10px 0px 0 0; line-height:150%; }
#news		{float:right; width:220px; padding:20px 15px; line-height:140%; text-align:justify; }
.newsItem	{padding:10px 10px 5px 10px; background:#ECEEEE; border:1px solid #B9C0C0; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; font-size:80%; background:#DADADA; padding:20px 20px 5px 20px; }


/*headings*/
.newsItem h3	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 10px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
ul#navigation  			{background:#2A3793 url('../images/BlockHeader.jpg') repeat-x 0 0; margin:0px; padding:5px 0px 5px 5px;}
ul#navigation li 		{margin:0; padding:5px; list-style:none; display:inline; }
ul#navigation a			{color:#ffffff; padding:0 20px 0 0; text-decoration:none; }
ul#navigation a:hover	{color:#ffffff; text-decoration:none; }

#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 */