/*********************************************************************/
/*  Name              : Images.css								     */
/*  Desc			  : Defines the layout settings for the images   */
/*                      used on the website (for non-IE).			 */
/*  Created           : 01/02/06                                     */
/*  Passed W3C CSS Validator service :Jan 07			    		 */											
/*  CSS Validation	  : Version 2.1									 */	
/*  Passed W3C CSS Validator service :Jan 07			    		 */
/* 																	 */
/*********************************************************************/

#TopBanner      /* div element ID */
{
	margin-top			:-10px;  
	margin-left			:-132px;
	left				:133px;
	width				:998px; 
	position			:absolute; 
 	/*background-image	:url(../Images/TopBanner.jpeg);  */
	background-image	:url(../Images/binary1000x140b.png);  
/*		background-image	:url(../Images/Officebuild1000x140.jpg);ok */ 
 	background-repeat	:no-repeat;
 	top					:0px; 
 	height				:129px
} 

 
/* pic of people infront of map */
#GroupChatLHS
{
 width					:200px;
 height					:140px;
 position				:absolute;
 margin-left			:-1px;
 margin-top				:-30px;
}

#GroupChatRHS
{
 width					:200px;
 height					:140px;
 position				:absolute;
 margin-left				:560px;
 margin-top				:110px;
}

#PhoneCall
{
 width					:172px;
 height					:222px;
 position				:absolute;
 margin-left			:265px;
 margin-top				:310px;
}


#PlaceHolder
{
	background-image	:url(../Images/GreyBodyFilled-c.jpg);    
	width				:856px;  /*863px;*/
	margin-left			:135.1px; 
	position			:absolute; 
	margin-top			:13px;
	top					:120px;   
	z-index				:1;  
	padding-bottom		:50px;
	margin-bottom		:100px;
} 

 
#ImageBlock
{ 
	margin			:50px;
}
 
a:link img, a:visited img { border-style: none }
 
#validcss
{
  width			:8.5em;
  text-align	:left; 
  margin-left	:650px;
  /*position:absolute; */
  margin-top	:-44px;
  border-style: none; 
} 

#validxhtml
{
  width			:8.5em;
  text-align	:left; 
  margin-left	:55px;
  /*position:absolute; */
  margin-top	:-39px;
  border-style: none; 
} 
 
 