@charset "utf-8";

/* general */

p
{
	padding: 10px 0;
}

*
{
	margin: 0;
	border: 0;
	padding: 0;
}

h1
{
	font: bold 15px/1 Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 5px 0;
}

h2
{
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px dotted #c0c0c0;
	padding-bottom: 2px;
}

body
{
	background: #fff url(../images/background.jpg) repeat-x top center;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #444;
}

body.news
{
	background: #53a5ed url(../images/newsbackground.jpg) repeat-x top center;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #444;
}

a
{
	color: #05377B;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

a.headlines
{
	color: #042758;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	margin: 0 0 10px;
}

a.functions
{
	color: black;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	margin: 0 0 10px;
}

a.functions:hover
{
	color: #000099;
}

/* page layout */

#newscontent
{
	margin: auto;
}

#wrap
{
	width: 765px;
	margin: auto;
	margin-top: 10px;
}

	#header
	{	
		font-size: 0;
	}
	
	#content
	{
		background: url(../images/backgroundshadow.jpg) repeat-y top center;
	}
	
		
		#content .contenttop
		{
			background: url(../images/contenttop.jpg) no-repeat top center;
			width: 765px;
			min-height:314px;
			height:auto !important;
			height:314px;		
		}
			#content .middlebar
			{
				margin: auto;
				text-align: center;
			}
			
			#content .content
			{	
				width: 740px;
				margin: auto;
			}
			
				#content .content .diagram
				{
					width: 740px;
				}
				
				#content .content .diagramtext
				{
					font: 12px/1.2 Arial, Helvetica, sans-serif;
					text-align: justify;
				}
				
				#content .content .contact
				{
					font: 12px/1.2 Arial, Helvetica, sans-serif;
					text-align: center;
				}
				
				#content .content .division
				{
					width: 25%;
					float: left;
					text-align: justify;
				}
				
				#content .content .division .inside
				{
					padding: 0 10px 0;
					margin-top: 10px;
				}
				
					#content .content .division .inside .image
					{
						width: 159px;
						height: 111px;
						<--! background: #c0c0c0; -->
						<--! border: 1px solid #666; -->
						margin-bottom: 10px;
					}
					
					#content .content .division .inside .recentnews
					{
						color: #990000;
					}
					
						#content .content .division .inside .snews ul
						{
							
						}
						
						#content .content .division .inside .recentnews li
						{
							padding: 2px 0;
							border-bottom: 1px dotted #c0c0c0;
						}
						
					
				#content .content .clear
				{
					font-size: 0;
					height: 0;
					clear: both;
				}
				
				
				#content #clientlist
				{
					
				}
			
	#footer
	{
		background: url(../images/footer.jpg) no-repeat top center;
		clear: both;
		height: 32px;
	}
	
		#footer .content
		{
			width: 730px;
			margin: auto;
			padding-top: 2px;
			text-align: center;
			color: white;
		}
		
	#bottomlinks
	{
		text-align: center;
		font-size: 10px;
		margin-bottom: 10px;
	}
	
		#bottomlinks a
		{
			color: #357dcf;
			text-decoration: none;
			margin: 0 5px;
		}
		
		#bottomlinks a:hover
		{	
			color: #444;
		}
		
		