@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#03043d;
}

#containerWrapper {
	width:800px;
	background-color:#808080;
	margin: 0px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
    text-align: left; /* Redefines the text alignment defined by the body element. */
}

#containerWrapper #header {
	height:144px;
}

#containerWrapper #navigation {
	height:32px;
}

#containerWrapper #main {
	 background:url(../images/background_greywhite.jpg);
}

#containerWrapper #footer {
	background-image: url(../images/footer.jpg);
	height:40px;
}

.leftside {
	background-image:url(../images/left_side.jpg);
	height:144px;
	background-repeat:no-repeat;
}

.rightside {
	background-image:url(../images/right_side.jpg);
	height:144px;
	background-repeat:no-repeat;
}

.imghome {
	padding-top:20px;
}

.imgproject {
	padding-top:8px;
}

.homepagetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:5px 0px 5px 0px;
	margin:0;
}

.homepageprojecttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:5px 0 0 0;
}

a.redhover:link {color:#000033; text-decoration:none;}
a.redhover:visited {color:#000033; text-decoration:none;}
a.redhover:hover {color:#990000; text-decoration:none;}
a.redhover:active {color:#000033; text-decoration:none;}

a.bluehover:link {color:#990000; text-decoration:none; font-weight:bold;}
a.bluehover:visited {color:#990000; text-decoration:none; font-weight:bold;}
a.bluehover:hover {color:#000033; text-decoration:none; font-weight:bold;}
a.bluehover:active {color:#990000; text-decoration:none; font-weight:bold;}

.homepageprojecttext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:10px 0 0 0;
}

.celebrating {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:25px 0 0 0;
}

p.meier {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
}

span.meier2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

p.pearlriver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

p.projecttext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding-right:5px;
}

.contacticons {
	float:left;
}
p.testimonialtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}