﻿body
{
	background-color:#8d98d0;	
	background-image:url('background2.gif');
	background-repeat:repeat-x;
	padding:15px 0 0 15px;
	font-family:Corbel;
	font-size:small;
}

#content
{
	width: 700px;
	margin: auto;
}

#header
{
	width:100%;
	margin:5px 0px 10px 0px;
}

#header img
{
	margin:5px 5px 5px 5px;
	float:left;
}

#header2
{
	width:100%;
	margin:auto;
}
#header2 img
{
	margin:5px 5px 5px 5px;
	float:left;
}

#toolbar
{
	float:left;
	margin:0px 0px 0px 0px;
}

#toolbar ul
{
	list-style-type:none;
	width:auto;
	border-bottom:1px #8d98d0 solid;
}

#toolbar li
{
	float:left;
	margin:0px 15px 0px 15px;
	font-family:Candara;
	font-size:large;
	font-weight:bold;
}

#toolbar_selected
{
	color:#469;
	/*border-bottom:1px #8d98d0 solid;*/
	text-decoration:underline;	
}

#outer_box
{
	border-left: 1px white solid;
	border-right: 1px white solid;
	width:100%;
}

#inner_box
{
	border-left: 1px #8d98d0 solid;
	border-right: 1px #8d98d0 solid;
	width:100%;
	padding:0px 0px 0px 0px;
}

#inner_box_text
{
	margin:0px 10px 0px 10px;
	font-size:medium;
}

#spacer
{
	width:100%;
	height:10px;
}

#contact_info
{
	color:#469;
	font-family:Candara;
	font-size:small;
}

#mission li
{
	margin:0 0 5px 0;
	
}

.left_top_item_box
{
	background-image:url('../Images/Industries.gif');
	height:90px;
	width:275px;
}
.left_bottom_item_box
{
	background-image:url('../Images/Product.gif');
	height:90px;
	width:275px;
}

.right_top_item_box
{
	background-image:url('../Images/Software.gif');
	height:90px;
	width:275px;
}

.right_item_box
{
	background-image:url('../Images/Process.gif');
	height:90px;
	width:275px;
}

span.emphasis
{
	font-weight:bold;
	font-size:medium;
	color: #0033CC;
}

.hover_image
{
	text-decoration:none;
	border:0px;
	border-style:none;
}


a.contact_info
{
	color:#469;
	font-family:Candara;
	font-size:medium;
}

a.contact_info:hover
{
	text-decoration:none;
	border-bottom: 1px;
}

a{
	color:#469;
	text-decoration:none;
}

a:hover{
	border-bottom:1px #8d98d0 solid;
	text-decoration:underline;
}

h4{
	font-size: medium;
	font-weight: bolder;
	color: #0033CC;
	margin: auto;
	white-space: normal;
	float: left;
}

