body{
	background-image:url(images/bgrd.jpg);
	background-repeat:repeat-x;
	background-color:#0098b2;
	margin-top:20px;
	}
a{
	text-decoration:none;
	color:#FFFFFF;
	}
a:hover{
	text-decoration:underline;
	}
.wrapper{
	width:751px;
	margin:0 auto;
	font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.7em;
	}
.header{
	width:751px;
	height:62px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	}
.menu{
	clear:both;
	float:left;
	margin:30px 0 0 30px;
	}
.menu ul{
	padding:0;
	margin:0;
	}
.menu li{
	display:inline;
	margin-right:15px;
	padding:0 0 0 13px;
	background-image:url(images/bullet2.gif);
	background-repeat:no-repeat;
	}
.menuOff{
	color:#0098b2;
	}
.menuOn{
	color:#d00262;
	}
.banner{
	width:751px;
	height:123px;
	float:left;
	}
.contentWrapper{
	clear:both;
	width:751px;
	background-image:url(images/contentWrapperBgrd.jpg);
	background-repeat:repeat-y;
	}
.contentHome{	
	float:left;
	background-image:url(images/contentBgrd.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 300px 15px 100px;
	width:351px;
	min-height:278px;
	}
.projectHome{	
	float:left;
	background-image:url(images/contentBgrd-small.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px 10px 15px 100px;
	width:641px;
	min-height:380px;
	}
	
	
	
.projectHomeHome{	
	background-image:url(images/contentBgrd.jpg);
	}
	
	
.projectHome ul {
	width:340px;
}
	
.projectPic{
	float:right;
	border:5px solid #b7cb2c;
	width:200px;
	}
.footerBar{
	clear:both;
	width:751px;
	background-image:url(images/footerBgrd.jpg);
	background-repeat:no-repeat;
	background-color:#0098b2;
	min-height:112px;
	}
.footerTestimonial{
	float:left;
	margin:20px 0 20px 20px;
	width:330px;
	}
.footerContact{
	float:left;
	margin:20px 0 20px 50px;
	width:330px;
	}
.bigGreen{
	font-family:Arial, Helvetica, sans-serif;
	color:#b7cb2b;
	font-size:18pt;
	font-weight:bold;
	}
.bigWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	}
.mediumWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	}
	.mediumPink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#c51c69
	}
.quote{
	color:#b7cb2b;
	font-weight:bold;
	}
.footer{
	clear:both;
	width:751px;
	float:left;
	}
ul{
	list-style-image:url(images/bullet2.gif);
	}
.projectImage{
	border:1px solid #0098b2;
	margin-right:5px;
	}
.backtoProjects{
	padding:3px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid white;
	background-color:#b7cb2c;
	}