/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}


a:link {
	color: #CC6011;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6011;
}
a:hover {
	text-decoration: underline;
	color: #CC6011;
}
a:active {
	text-decoration: none;
}

/* Main Nav */

.navcontainer {
	width: 126px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8E9792;
}

.nav a {
	color: #CC6011;
	padding-left: 9px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.nav a:visited {
	color: #CC6011;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.nav a:hover {
	color: #999999;
	text-decoration: none;
}


/* Home */


.image {
	background-image: url(../images/shapeHome.gif);
	height: 205px;
	width: 828px;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}
.imagePic {
	margin-top: 21px;
	margin-left: 237px;
	margin-right: 21px;
	margin-bottom: 21px;
}
body.home1 .imagePic {
	margin: 21px 0 0 108px;
	//margin-left: 217px;
	}
.content {
	padding-top: 9px;
	padding-right: 21px;
	padding-left: 111px;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E9792;
	font-size: 18px;
	font-weight: lighter;
	margin-top: -5px;
}

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-top: 35px;
}

/* Second Level */

.imageAppr {
	background-image: url(../images/shapeAppr.gif);
	height: 205px;
	width: 828px;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}

.imageExp {
	background-image: url(../images/shapeExp.gif);
	height: 205px;
	width: 828px;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}

.imageServ {
	background-image: url(../images/shapeServ.gif);
	height: 205px;
	width: 828px;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}

.imageProj {
	background-image: url(../images/shapeProj.gif);
	height: 205px;
	width: 828px;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}

.imageCont {
	background-image: url(../images/shapeCont.gif);
	height: 205px;
	width: 828px;
	background-repeat: no-repeat;
	margin-bottom: 33px;
}
