/* CSS Document */

/* Basic page layout */

body {
	background-color: #999999; 
	background-image: url(../images/background.gif);
	margin:0px;
	padding: 0px; }

#page { }

#header {
	height:94px;
	border-bottom:solid #FFFFFF 1px; 
	background-image:url(../images/background-header.gif);
	background-color:#3E3E3E; }

#headerLeft {
	position:absolute;
	top:0px;
	left:0px;
	width:217px; 
	height:94px;
	border-right:solid #FFFFFF 1px; 
	background-color:#FFFFFF; 
	text-align:center; }

#logoImg {
	margin-top:7px; }


/* Navigation Layout */

#headerRight {
	position:absolute;
	top:0px;
	left:218px;
	height:94px; }

#headerRightTop {
	height:72px; 
	border-bottom:solid #FFFFFF 1px; }

#headerRightBottom {
	height:21px; 
	background-color:#787878; 
	border-top:solid #FFFFFF 1px; 
	margin-top: -1px;}

#screenedLogo {
	height:72px;
	width:509px;
	border-right:solid #FFFFFF 1px;
	background-image:url(../images/header/screenedlogoTop.gif);
	background-position:right top;
	background-repeat:no-repeat; }

#navigation {
	height:21px;
	width:509px;
	border-right:solid #FFFFFF 1px;
	background-image:url(../images/header/screenedlogoBottom.gif); 
	background-position:right top;
	background-repeat:no-repeat; }

img.Home,
img.Vision,
img.Process,
img.Communities,
img.Contact,
img.navButton {
	margin-top:6px;
	margin-left:15px; }

#subnav {
	width:217px;
	height:21px;
	border-bottom:solid #FFFFFF 1px; }

img.processBuilders,
img.processElements,
img.subnavButton {
	margin-top:6px;
	margin-left:15px; }


/* Content area layout */

#body {
	height:455px; }

#left {
	position:absolute;
	top:94px;
	left:0px;
	width:217px; 
	height:455px; 
	border-right:solid #FFFFFF 1px; 
	border-top:solid #FFFFFF 1px; 
	border-bottom:solid #FFFFFF 1px; 
	background-color:#3E3E3E; }

#right {
	position:absolute;
	top:94px;
	left:217px;
	height:456px;
	border-right:solid #FFFFFF 1px; 
	border-bottom:solid #FFFFFF 1px; 
	background-color:#EFEFEF; }

#content {
	width:510px;}

#footer {}

#footerInside {
	position: relative;
	top:0px;
	left:217px;
	width:501px;
	padding:4px; 
	margin-left:1px;
	background-color:#6486B7;
	border-right: solid #FFFFFF 1px; 
	border-bottom: solid #FFFFFF 1px; 
	border-top:solid #FFFFFF 1px; 
	text-align:right; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 510px;
}

html>body #footerInside {
	width: 501px; /* ie5win fudge ends */ }

#pictureContainer {
	position:absolute;
	top:295px;
	left:0px;
	width:510px;
	height:160px;
	border-top:solid #FFFFFF 1px; }

img.pictureLeft,
img.pictureRight {
	border-left:solid #FFFFFF 1px; }

#pictureContainerContact {
	position:absolute;
	top:205px;
	left:0px;
	width:510px;
	height:160px;
	border-top:solid #FFFFFF 1px; }

#pictureContainerCommunities {
	position:absolute;
	top:205px;
	left:0px;
	margin: 0 auto;
	margin-top: 140px;
	/*width: 480px;*/
}

.communitiesLogoBox {
	float:left;
	height:78px;
	text-align: center;
}

.communitiesLogoBox a img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.communitiesLogoBox a:hover img, 
.communitiesLogoBox a.selected img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}



.communitiesLogoBoxRight {
	/*width:220px;*/
	float:left;
	height:78px;
	text-align:center; }