﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #888370;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container
{
	margin:0px auto;
	width: 1024px;
	background-color: White;
	-box-shadow:0px 10px 15px #000;
	-webkit-box-shadow:0px 10px 15px #000;
	-moz-box-shadow: 0px 10px 15px #000;
}

#header
{
	display: block;
	background-image: url("Images/header.jpg");
	width: 1004px;
	height: 80px;
	border: solid 10px white;
}

#headerlink
{
	display: block;
	width: 1004px;
	height: 80px;
}

.menugoogle
{
	text-align: right;
	padding-top: 4em;
	padding-right: 0.5em;
}

.clear
{
	clear: both;
}

#menu
{
	height: 50px;
	width: 1004px;
	background-color: #555446;
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	font-family:  Century Gothic;
}

.menuactive
{
	float: left;
	background-color: #323232;
	color: White;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.menuactive a
{
	text-decoration: none;
	color: White;
}

.menuactive a:hover
{
	 text-decoration: underline;
}

.menudeactive
{
	float: left;
	background-color: #555446;
	color: White;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.menudeactive a
{
	text-decoration: none;
	color: White;
}

.menudeactive a:hover
{
	 text-decoration: underline;
}

#phrase
{
	width: 994px;
	height: 180px;
	background-image: url("Images/phrase.jpg");
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	text-align: left;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

#tech
{
	width: 994px;
	height: 180px;
	background-image: url("Images/tech.jpg");
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	text-align: left;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

#business
{
	width: 994px;
	height: 180px;
	background-image: url("Images/business.jpg");
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	text-align: left;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

#clients
{
	width: 994px;
	height: 180px;
	background-image: url("Images/clients.jpg");
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	text-align: left;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

#contact
{
	width: 994px;
	height: 180px;
	background-image: url("Images/contact2.jpg");
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	text-align: left;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

#industry
{
	width: 994px;
	height: 180px;
	background-image: url("Images/industry.jpg");
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
	text-align: left;
	color: White;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}


#bluebar
{
	background-color: #154692;
	height: 40px;
	border-left: solid 10px white;
	border-right: solid 10px white;
	border-bottom: solid 10px white;
	color: White;
	margin-top: 10px;
}

.bluebartext
{
	float: left;
	text-align: left;
	width: 319px;
	color: White;
	padding-top: 10px;
	padding-left: 15px;
}

#graybar
{
	background-color: #DADBDC;
	height: 20px;
}

#graybarfull
{
	background-color: #DADBDC;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#presentationtextbox
{
	float: left;
	height: 160px;
	width: 559px;
	background-color: White;
	text-align: left;
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
}

#presentationnewsbox
{
	float:left;
	width: 421px;
	height: 160px;
	font-size: 0.8em;
	background-color: White;
	text-align: left;
	border-right: solid 10px white;
	border-left: solid 10px white;
	border-bottom: solid 10px white;
}

.title
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.title2
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

.text
{
	font-size: 1.1em;
	padding-left: 15px;
	padding-right: 15px;
}

#columnbox
{
	margin:0 auto;
	min-height:300px;
	background-color: White;
	padding: 0px 25px 30px 25px;
	color: black;
	text-align: left;
}

#columnbox2
{
	margin:0 auto;
	min-height: 300px;
	background-color: White;
	padding: 20px 25px 40px 25px;
	color: black;
	text-align: left;
	font-family: Century Gothic;
}

#columnboxnews
{
	margin:0 auto;
	min-height: 300px;
	background-color: White;
	padding: 20px 25px 40px 25px;
	color: #333333;
	text-align: left;
}

.column
{
	float: left;
	text-align: left;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:260px;
	width: 304px;
	padding-left: 10px;
	padding-right: 10px;
}

.column1
{
	float: left;
	text-align: left;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:260px;
	width: 304px;
	padding-left: 10px;
	padding-right: 10px;
}


.column2
{
	float: left;
	text-align: left;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:350px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}

.column3
{
	float: left;
	text-align: left;
	border-right: solid 1px silver;
	margin:0 auto;
	min-height:260px;
	width: 302px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer
{
	text-align: center;
	font-size: 0.9em;
	/*color: #333333;*/
	padding-top: 10px;
	padding-bottom: 20px;
	color: White;
}

#footer a
{
	color: White;
	text-decoration: none;
}

#footer a:hover
{
	 text-decoration: underline;
}