﻿body {
background-color:#aaa;
margin-top: 0px;
margin-bottom: 0px;
}


#leftSide {
background-image: url(../images/leftBG.gif);
background-repeat:repeat-y;
}

#rightSide {
background-image: url(../images/rightBG.gif);
background-repeat:repeat-y;
background-position:right;
}

#middle {
background-image: url(../images/bg.gif);
/*background-color:#FFFFFF;*/

}

#menu {
padding-left: 30px;
padding-top: 70px;
}

#menu img {
margin-bottom: 20px;
border:none;
}

#header{
/*background-image: url(../images/but_bg.jpg);
background-repeat: repeat-x;
background-position:bottom;
height:137px;*/
	width: 780px;
	height: 150px;
	background: url( ../images/header.png ) no-repeat;
}

#header h1, #header h2 {
	position: absolute;
	padding: 0;
	color: #ffffff;
	font: bold 28pt "Times New Roman", Times, serif;
	margin: 46px 0 0 300px;
	z-index: 10;
}
#header h2 {
	z-index: 9;
	color: #000000;
	margin: 48px 0 0 302px;
}

#content {
height: expression(document.body.clientHeight - 173)
}

#mainContent {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
padding-left: 35px;
padding-right: 25px;
/*color:#666666;*/

}
/*#mainContent p	{
	
	padding:10px;
}
h3	{
width:100%;
border-bottom:1px solid #999999;
font-size:14px;
color:black;

}*/

#sideBar {
float: right;
}

#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#fff;
background-image: url(../images/footer_bg.gif);
background-position:bottom;
background-repeat:no-repeat;
padding-top:5px;
magin-top:-7px;
height:35px;
}

.pics {      
height:  153px;      
width:   283px;    
overflow: hidden   
}  

.pics img {            
border:  5px solid #ccc;      
background-color: #eee;      
width:  273px;     
height: 143px;     
top:  0;     
left: 0;
}

.SmallFont {	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.scopeOfWork {	
	margin: 0,5,20,50;
}


#menu	{
	line-height:0.5;
}
#menu a	{
	line-height:1;
	position:relative;
	display:block;
	padding:10px;
	background-color:white;
	border:3px solid #6699CC;
	font-size:14px;
	font-family:Tahoma, Arial;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:10px solid #6699CC;
	
}
#menu a:hover{
	background-color:#6699CC;
	color:white;
}

#menu #projectLinks a	{
	margin-left:10px;
	border:1px solid #6699CC;
	font-size:11px;
}

