@charset "UTF-8";
#maincontainer {
}
#container {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	border: 1px solid #999999;
}
body {
	background-color: #CCCCCC;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu {
	float: left;
	width: 130px;
	padding: 0 15px 0 15px;
}
.clearall {
	clear: both;
}
#content {
	float: right;
	width: 625px;
	text-align: left;
	padding: 0;
	padding-right: 15px;
}
#contact {
	width: 800px;
	text-align: center;
}
#contact {
	width: 800px;
	text-align: center;
}
#footer {
	width: 800px;
	text-align: center;
	height: 40px;
}
#menu li {
	padding-bottom: 15px;
}
#menu ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
}
a {
	color: #2E3192;
}
#menu a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.center {
	text-align: center;
}
.bigemphasize {
	font-size: 24px;
	font-weight: bold;
}
h1.header {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
}
.imgright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: italic;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.imgleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	font-style: italic;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.projects {
	padding: 10px;
	width: 600px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2E3192;
}
.projects h3 {
	font-size: 12px;
	margin-top: 0px;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a:active {
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#menu .homepage .homelink, #menu .aboutpage .aboutlink, #menu .projectspage .projectslink, #menu .servicespage .serviceslink, #menu .contactpage .contactlink, #menu .equipmentpage .equipmentlink, .activelink {
	color: #000000;
}




hr {
	color: #2E3192;
	width: 630px;
	margin: 0 auto 0 auto;
	height: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
