@charset "utf-8";
/* CSS Document */

/* 
--------------------------------
/Default Property Resets Styles 
--------------------------------
*/



* 
 {
  margin: 0;
  padding: 0;
 }

table
 {
  border-collapse:collapse;border-spacing:0;
 }
fieldset,img
 {
  border:0;
  display:block;
 }
ol,ul 
 {
  list-style:none;
 }


/* 
--------------------------------
//Page Master Layout Styles
--------------------------------
*/



html, body
 {
  margin:0;
  padding:0;
  font-family:Arial;
  font-size:11px;
  color:#000000;
  width:100%;
  height:100%;
  background-color:#cdf0fe;
  

	
  
 }
 
.Wrapper
 {
  margin:20px auto -57px auto;
  width:800px;
  min-height:100%;
  height:auto !important;
  height:100%;
  position:relative;
  padding:0 0 0 0;
  border:5px solid #FFFFFF;
  

 }
.Header
 {
  width:790px;
  height:95px;
  background-image:url(../images/HeaderBG.jpg);
 } 

.LinkBar
 {
  width:800px;
  height:20px;
  border-top:2px solid #cdf0fe;
  border-bottom:1px solid #cdf0fe;
  background-image:url(../images/LinkBarBG.jpg);

  
 } 

.ProjectsBar
 {
  width:800px;
  height:79px;
  border-top:5px solid #FFFFFF;
  border-bottom:5px solid #FFFFFF;  
  
 } 

.ProjectsBarImg
 {
  border-right:5px solid #FFFFFF;
 } 

p
 {
	padding:0 10px 0 0;
	text-align:justify;
 } 

.CompanyBlock
 {
  width:180px;
  height:100%;

  border:5px solid #6697bd;
  background-color:#d9f5ff;
 } 

.CompanyBlock1
 {
  width:180px;
  height:315px;

  border:5px solid #6697bd;
  background-color:#d9f5ff;
 } 


CompanyBlockIMG { 
float:left; 

}

.BodyBlock
 {
  width:800;
  height:100%;

  border:5px solid #6697bd;
  background-color:#d9f5ff;
 } 


.BlockHeading
 {
	padding:2px 5px 2px 2px;	 
	font-weight:bold;
	color:#9d0000;
	border-bottom:1px solid #000000;
	width:173px;
	font-size:13px;
} 

.CompanyBlock p
 {
	padding:2px 5px 2px 2px;
	text-align:justify;
 } 

.CompanyBlock1 p
 {
	padding:2px 5px 2px 2px;
	text-align:justify;
 } 



.CompanyBlockMore
 {
	color:#9d0000;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
 } 

.footer{
	height: 58px;
	width:800px;
	clear: both;
	position: relative;
	
	background-image:url(../images/FooterBG.jpg);
	
	
}

.footer p
{
	text-align:center;
}


.nudge{
   height: 25px;
   clear: both;
}


.PageHeading
{
	font-size:15px;
	font-weight:bold;
}

a
{
color:#000000;
font-weight:bold;
}
a:hover
{
color:#009ac4;
text-decoration:underline;
font-weight:bold;
}

ul.list1 {
  margin: 0;
  padding: 0;
}
ul.list1 li {
  margin: 0;
  padding: 10px 0 2px 16px;
  background: url('../images/bullet.gif') no-repeat left 70%;
  
}
.imgborder
 {
	border:5px solid #FFFFFF;
 }
