body {
	background-color: white;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

hr {
  border: 0;
  width: 70%;
  color: #888;
}

table.technology {
}

tr.technology {
}

td.technology {
	border-bottom: 1px solid #aaa;
	padding: 20px;
}

td.technology2 {
	padding: 20px;
}

td.contact {
	padding: 20px;
}

div.references {
	text-align: center;
	color: #444;
	font-weight: bold;
	font-size: 18px;
}


div.loud {
	font-size: 16px;
	font-weight: bold;
}


input.submitbutton {
	color: white;
	background-color: indigo;
	border: 2px solid black;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	margin: 5px;
}


input.textbox {
	color: black;
	background-color: #EFC;
	font-family: Arial, san-serif;
	font-size: 14px;
	border: 1px solid black;
	height: 18px;
	vertical-align: middle;
	margin: 5px;
	padding: 2px 2px 2px 2px;
}


select {
	color: black;
	background-color: #EFC;
	font-family: Arial, san-serif;
	font-size: 14px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	height: 22px;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}


h1 {
	color: indigo;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}


div.home1 {
	position: absolute;
	left: 0px;
	padding: 10px;
	width: 348px;
	font-size: 16px;
	color: white;
	border-left: 1px solid #aaa;
	height: 300px;
}


div.home2 {
	position: absolute;
	left: 380px;
	padding: 10px;
	width: 348px;
	font-size: 16px;
	color: white;
	border-right: 1px solid #aaa;
	height: 300px;
}

div.solutions1 {
	position: absolute;
	left: 0px;
	padding: 10px;
	width: 348px;
	font-size: 16px;
	color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #889fb1;
}


div.solutions2 {
	position: absolute;
	left: 380px;
	padding: 10px;
	width: 348px;
	font-size: 16px;
	color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #889fb1;
}

div.technology {
	position: absolute;
	left: 0px;
	width: 748px;
	font-size: 16px;
	color: white;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #889fb1;
}

div.contact {
	position: absolute;
	left: 0px;
	width: 750px;
	font-size: 16px;
	color: white;
}

div.side1 {
	position: absolute;
	left: 0px;
	padding: 10px;
	width: 348px;
	font-size: 16px;
	color: #666;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: white;
}


div.side2 {
	position: absolute;
	left: 380px;
	padding: 10px;
	width: 348px;
	font-size: 16px;
	color: #666;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: white;
}

font.red {color: red;}
font.blue {color: blue;}
font.green {color: green;}
font.purple {color: purple;}
font.black {color: black;}
font.white {color: white;}



div.email {
	top: 400px;
	left: 100px;
	width: 440px;
	height: 180px;
	padding: 10px;
	margin: 15px;
}


div.head {
	position: absolute;
	color: indigo;
	text-align: left;
	margin-top: 15px;
	left: 200px;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
}

	
div.subhead {
	position: absolute;
	color: SandyBrown;
	text-align: left;
	margin-top: 70px;
	left: 435px;
	font-size: 16px;
	font-weight: bold;
}

 
div.logo {
	background-image: url(images/ColiasEngineeringTop.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 750px;
	height: 167px;
	top: 0px;
	left: 100px;
}


div.title {
	position: absolute;
	top: 130px;
	left: 150px;
	color: black;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	width: 200px;
}
	

div.main {
	position: absolute;
	top: 170px;
	left: 100px;
	font-size: 12px;
	color: #444;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: white;
}
	

div.nav {
	position: absolute;
	left: 350px;
	top: 80px;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}




a.nav:LINK, a.nav:VISITED {
	color: white;
	text-decoration: none;
	width: 100px;
}


a.nav:HOVER {
	color: red;
	text-decoration: none;
	width: 100px;
}


div.top {
	position: relative;
	top: 0px;
	left: 60px;
	padding: 15px;
	width: 550px;
	height: 50px;
	color: red;
	font-weight: bold;
	text-align: left;
}

div.center {
	position: relative;
	top: 30px;
	left: 0px;
	padding: 15px;
	width: 550px;
	height: 75px;
}

div.bottom {
	position: relative;
	left: 0px;
	padding: 15px;
	width: 550px;
	height: 280px;
}
