body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 40px;
	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: #999999;
	background-color: #333;
}
.twoColFixRtHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7f5ed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #navigation { 
	background-color: #838587;
	white-space: normal;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 20px;
	padding-top:5px
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 324px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	border-left-color:#000;
	background-color: #f7f5ed;
	border-left-width: thin;
	border-left-style: solid;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 324px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 0px 0 0px;
	background-image: url(images/s_g_logo_footer.gif);
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
}
.lnkNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f7f5ed;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #838587;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 1px;
	height: 15px;
}
.lnkNav a, .lnkNav a:visited {
	color: #f7f5ed;
}
.lnkNav a:hover {
	color: #006699;
}
.lnkNav a:active {
	color: #d7bf78;
}

.navigationSPACER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #d7bf78;
	letter-spacing: 0px;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.navigationPortfolio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #f7f5ed;
	letter-spacing: 1px;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	background-position: center;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #006699;text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}

v:link {
	color: #F66;
	text-decoration: none;
}
.greyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	line-height: 17px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.boldGreyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 1pt;
	word-spacing: normal;
	font-weight: lighter;
}

#whiteText  a {text-decoration:none}
#whiteText a:link {color:#b5121b} /**unvisited**/
#whiteText a:visited  {color:d7bf78} /**visited**/
#whiteText a:hover, /**on mouse over**/
#whiteText a:active, /**on  click**/
#whiteText a:focus {text-decoration:underline}



.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	color: #b5121b;
	letter-spacing: 0px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.divider {
	color: #b5121b;
	word-spacing: 5px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bannerBox {
	text-align: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
.BannerTextBIG {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	text-align: left;
	padding: 20;
	letter-spacing: normal;
	margin-top: 10px;
	margin-left: 10px;
	text-transform: none;
	font-variant: normal;
	line-height: 24px;
}

.BannerTextWHITE {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	padding: 20;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 10px;
	text-transform: none;
	font-variant: normal;
	line-height: 24px;
}


.BannerTextSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc66;
	padding-right: 10px;
	text-align: right;
}
.logoBOX {
	text-align: right;
	vertical-align: bottom;
	padding: 8px;
}
.photoBorder {
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.textBoxBorder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #993300;
}
.tableBorder {
	border: thin solid #000000;
}
.workBox {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.textBoxLINE {
	padding: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
}
.smallHEADLINE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b5121b;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: 999900;
	width: 100%;
	padding-bottom: 4px;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.titleSIDEbanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	text-transform: uppercase;
}
.greenBANNER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #993300;
	background-position: 100% center;
	text-align: right;
	margin: 3px;
	padding: 3px;
	text-indent: 20pt;
}
.contactBOX {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
	text-indent: 10pt;
	vertical-align: baseline;
	margin: 3px;
	padding: 3px;
	background-position: 100px center;
}
.smallPHOTOborder {	
	padding: 0px;
	border: thin solid #993300;
	margin: 0px 10px 0px 0px;
}
.employeeNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	margin-bottom: 8px;
}
.projectText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

