@charset "utf-8";
body  {
	font: 80% Calibri;
	background: #ffffff;	
	margin: 0 auto; /* 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;
	width: 980px;
}

.twoColFixLtHdr #footer {
	padding: 0px 10px 0 266px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#93c94d;
	font-size: 10px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	text-align: right;
	
} 

.twoColFixLtHdr #footer a{
	color:#000;
}

.twoColFixLtHdr #footer a:hover{
	color:#fff;
}



.twoColFixLtHdr #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 */
}


.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
} 



.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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: 150px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(../images/page_border.jpg);
} 
.login_box {
	background-color: #FFF;
	position: relative;
	height: 40px;
	width: 238px;
	top: 25px;
	left: -20px;
	text-align: left;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.login_box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #74A532;
	text-decoration: underline;
}
.login_box a {
	color: #39C;
	text-decoration: none;
}


.login_form {
	background-color: #FBFBFB;
	position: relative;
	height: 38px;
	width: 100%;
	top: -10px;
	margin: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #f6f6f6;
}


.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 10px 30px;
	text-align: justify;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
}
.logo {
	background-image: url(../images/logo_ITS.png);
	background-repeat: no-repeat;
	position: relative;
	width: 450px;
	float: right;
	left: 80px;
	height: 60px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 15px 15px;
	position: relative;
	width: 485px;
	text-align: justify;
	background-color: #FFF;
} 
.content_heading {
	font-family: Calibri;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	height: 50px;
	width: 970px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	*left:65px;
}

.page_container {
	background-color:#fff;
	position: relative;
	*position: relative;
	width: 645px;
	left: 30px;
	*left:-180px;
	top: 0px;
	height: 1000px;
}

.page_container_projects {
	
	position: relative;
	width: 970px;
	left: 30px;
	top: 0px;
	height: 500px;
}

.page_container_contact {
	background-color: #FFF;
	position: relative;
	width: 645px;
	left: 30px;
	top: 0px;
	height: 650px;
}

.page_container_services {
	background-color: #FFF;
	position: relative;
	width: 645px;
	left: 30px;
	top: 0px;
	height: 600px;
}

.page_container_schematics{
	background-color: #FFF;
	position: relative;
	width: 645px;
	left: 30px;
	top: 0px;
	height: 700px;
}


.page_content {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
	position: relative;
	width: 800px;
	left: 326px;
	top: -10px;
	float: right;
}


.main_image {
	position: relative;
	width: 800px;
	left: -15px;
}




	
	
.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;
}


.flash_banner {
	background-color: #fff;
	height: 33px;
	width: 992px;
	position: relative;
	top: -15px;
	left: 8px;
}

.heading_text {
	position: relative;
	left: 170px;
}

.lower_nav {
	
	height: 350px;
	width: 250px;
	position: relative;
	top:100px;
	border-right:thin #CCC solid;
}

.projects_nav{
	text-align:left;
	position:relative;
	left:0px;
	top:50px;
	
	width:170px;
	
}


.page_content_services {
	position: relative;
	width: 970px;
	height:600px;
}

.services_flash {
	float: right;
}

.project_content{
	position:relative;
	text-align:justify; 
	width:800px;
	top:-180px;
	left:170px;
	
}

td img{padding:0px; margin:0px;}
