@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
	background-image: url(../img/body_bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #supercontainer { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../img/supercontainer_bg1.png);
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: #CCCCCC;*/
} 
.oneColFixCtrHdr #container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:11px;
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* 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. */
	height: 94px;
	overflow: visible;
	white-space:nowrap;
}
.oneColFixCtrHdr div#bannerlogo {
	height: 74px;
	width: 220px;
	padding: 20px 0 0 60px;
	float: left;
	/*background-color:#0000FF;*/
}
.oneColFixCtrHdr img#bannerlogo {
	
}
.oneColFixCtrHdr div#navbar {
	height: 54px;
	padding: 35px 5px 0 0px;
	float: right;
	overflow:visible;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.oneColFixCtrHdr #mainContentShowcase {
	background: url(../img/showcase_bg1.png) top center no-repeat;
	/*background-color: #009900;*/
}


.oneColFixCtrHdr #mainContent {
	padding: 15px 30px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../img/maincontent_bg1.png) top center no-repeat;
	min-height: 400px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 142px;
	background: url(../img/footer_bg1.png) top center no-repeat;
}
.oneColFixCtrHdr #footerContent {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:11px;
	padding: 17px 10px 0 34px;
	line-height: 15px;
	color: #292828;
}

/* Joomla Content Table Edits */

td.contentheading {
border-bottom: 1px #999999 solid;
width: 100%;
position: relative:;
top: -1px;
padding-top: 0px;
padding-bottom: 5px;
}

table.contentpaneopen {
width: 100%;
}

/* Article-specific CSS */
div.contact_title {
font-style:normal;
font-weight:bold;
color:#f47f22;
}

div.contact_position {
font-style:italic;
font-weight:bold;
}

td.contact_descspace {
width:18px; 
}

div.contact_desc {
font-style:normal;
}

font.costings_formid_desc {
font-size:10px; font-style:italic
}
div.projects_entrycontainer {
width:99%;
height: 105px;
margin: 0;
background:;
}

div.projects_entryimage {
float:left;
/*
width:100px;
height:95px;*/
width:110px;
height:99px;
background-image:url(../img/portfolio/thumbs/background.png);
background-repeat:no-repeat;
/*padding:5px 5px 5px 5px;*/
padding-top:3px;
padding-bottom:3px;
overflow:hidden;
margin-right:5px;
}

img.projects_entryimage {
border:0px;
display:block;
margin-left: auto;
margin-right: auto;
margin-top:12px;
/*
margin:auto;
height:98px;
max-width:90px;
*/
}

/*
div.projects_entryimagesub {
position:absolute;
clip:rect(12px 92px 86px 18px);
margin:auto;
}

img.projects_entryimagesub {
height:98px;
}
*/

div.projects_entrytitle {
font-weight:bold;
}

div.projects_entrysubtitle {
font-weight:bold;
font-style:italic;
font-size:10px;
color:#1f3a4c;/*#1f3a4c#1f3a6e*/
}

div.projects_entrytext {

}


hr.projects_entrydiv {
color:#d8d8d8;background-color:#d8d8d8;height:1px;border:none;
}
