body{
	background-image: url('/img/pluurlbg.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	color: #262626;
	line-height: 180%;
}

a{
	text-decoration: none;
}

.siteWidthContainer{
	width: 768px;
}

.alignCenter{
	text-align: center;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.marginAutoCenter{
	margin-right: auto;
	margin-left: auto;
}

.floatLeft{
	float:left;
}

.floatRight{
	float: right;
}

/* Top Nav */
.topNavContainer{
	height: 40px;
	width: 100%;
	background-color: #dcf238;
	color: #f2f2f2;
	font-size: 24px;
	line-height: 40px;
}

.topNavContainer a{
	color: #262626;
}

.topNavContainer a:hover{
	color: #4f5902;
	/*color: #dcf238;*/
}

.topNavContent a{
	margin-right:30px;
}

/* Content Container */

.contentContainer{
	width: 100%;
	font-size:18px;
	line-height: 40px;
	color:#262626;
}

.contentContainer a{
	color:#65bf51;
}


.contentContainer a:hover{
	color:#4f5902;
}

.featuredProjectsContainer{
	margin-top: 50px;
}

.featuredProject{
	width: 220px;
	margin-left:18px;
	margin-right:18px;
}

.featuredProject h2{
	font-size: 22px;
	font-weight: bold; 
	text-align: center;
}

.featuredImage{
	width: 220px;
	height: 132px;
	border: none;
}

/* Logo Container*/
.logoContainer{
	height: 100px;
	margin-top: 30px;
}

.logoImageContainer{
	height: 100px;
	width: 200px;
}

.headerImageContainer{
	height:100px;
	width:200px;
	background-image: url('/img/header-off.png');
	cursor: pointer;
	margin-top: 10px;
}

.headerImageContainer:hover{
	background-image: url('/img/header-on.png');
}

.logoTextDescription{
	font-size: 18px;
	padding-top:18px;
}

/* team pic */
.teamPictureContainer{
	margin-top: 50px;
	width: 768px;
	font-size:12px;
	line-height: 18px;
}

.teampicrow{
	height:250px;
}

.teamPictureContainer h3{
	font-size: 14px;
	font-weight: bold;
}

.teampic{
	width: 118px;
	margin: 5px;
}


.teampicimg{
	width: 118px;
	height: 118px;
	border: none;
}


/* footer logo */
.moreProjectContainer{
	margin-top:30px;
	padding-bottom: 30px;
	height:50px;
	line-height:50px;
	font-size:18px;
	width: 768px;
}
