@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-size: 100%;
	background-color: #666666;
	background-image: url(IMAGES/PhotoGray_bg_c-1.jpg);
}
.oneColFixCtrHdr #container {
	width: 950px;
	background: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #666;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.FooterContactInfo {
	font-size: 65%;
	color: #333;
}
.AboutPageImage {
	height: 150px;
	width: 200px;
	text-align: center;
	padding: 5px;
}
.ProjectPageProjectImage {
	height: 150px;
	width: 150px;
}
.HomePageVertDoubleProjectImage {
	height: 310px;
	width: 200px;
	border: 5px solid #FFF;
}
.HomePageVertTripleImage {
	height: 473px;
	width: 200px;
	border: 5px solid #fff;
}

.HomePageDoubleProjectImage {
	height: 150px;
	width: 410px;
	font-size: 75%;
	color: #FbFbFb;
	border: 5px solid #FFF;
}
.HomePageRightTwoCols {
	height: 470px;
	width: 350px;
	font-size: 80%;
	text-align: center;
	border: 5px solid #FFF;
}

.HomePageProjectImage {
	height: 150px;
	width: 200px;
	border: 5px solid #FFF;
}
.HomePageLeftSideLogoArea {
	float: left;
	width: 245px;
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
}
.HomePageProjectTable {
	margin-left: 265px;
	text-align: right;
	width: 640px;
	height: 490px;
}
.AboutParagraph {
	margin-left: 204px;
	text-align: left;
	width: 397px;
	padding: 10px;
}
.AboutParagraphRightMargin {
	margin-right: 204px;
	width: 397px;
	padding: 10px;
}
.TextBumpDown {
	font-size: 70%;
	text-align: justify;
}
.TextBlue {
	color: #336;
}
.TextBumpUpBold {
	font-size: 125%;
	font-weight: bold;
	color: #336;
}
.TextBumpUpBlue {
	font-size: 125%;
	color: #336;
}
.TextBumpUpWhite {
	font-size: 125%;
	color: #FbFbFb;
	line-height: 100%;
	text-align: center;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
#TopTable {
	padding-bottom: 15px;
}
.MainContentTable {
	height: 500px;
	width: 500px;
	float: right;
}
.CellSpacer {
	height: 150px;
	width: 200px;
	background-color: #223871;
	color: #FFF;
	border: 3px solid #FFF;
}
.JustifyLeft {
	float: left;
	text-align: left;
}
.ContactUs {
}
.TableText       {
	color: #FBFBFB;
	font-size: 75%;
	border: 5px solid #FFF;
	line-height: 86%;
	height: 150px;
	width: 200px;
	padding: 0px;
	text-align: center;
}
.50percentParagraph {
	line-height: 85%;
}

.TableTextBlack {
	color: #000;
	line-height: 86%;
}
.TableTextDoubleCell {
	color: #FBFBFB;
	font-size: 75%;
	border: 5px solid #FbFbFb;
	line-height: 86%;
	height: 160px;
	width: 400px;
	padding: 5px;
}
.CenterCell {
	text-align: center;
}
.LeftJustifyText70pct {
	float: left;
	width: 245px;
	font-size: 70%;
	text-align: left;
	padding-bottom: 10px;
}
.ContactInfo {
	font-size: 70%;
}
