
body 
{
	margin: 0;
	padding: 15px 0 15px 0;
	background-color: #777777;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:160%;
	color: Black;
	}

p
{
	padding:0;
	margin:0 0 20px 0;
}

a
{
	color:blue;		
	text-decoration:underline;
}

a:visited
{
	color: blue;		
}

a:hover
{
	color:Gray;
}

h1, h2, h3
{
	padding: 0;
	color:  #008822;  
	line-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h1 
{
	font-size: 18px;
}

h2 
{
	margin:0 0 10px 0;
	font-size: 14px;
}

h2 a
{
	color:  #008822;  
	text-decoration:underline;
}

h2 a:visited
{
	color:  #008822;  
}

h2 a:hover
{
	color:blue;
}

h3
{
	margin: 0 0 3px 0;
	font-size: 12px;
}

/* Header */

#header
{
	margin: 0 auto;
	padding:0;
	width:860px;
	height:120px;
	background-image:url("Images/header.jpg");
	background-repeat:no-repeat;
  z-index:0;
  }

#header_logo_wrap
{ 
  float:left;
  padding:15px 0 0 30px; 
}

#header_logo_lnk
{ 
  width:224px; 
  height:90px; 
	z-index:2;
  display:block;
}

#header_right_top
{
	float:right;
	padding:40px 20px 25px 0px;
	text-align:right;
	line-height:100%;
	font-size:12px;
}

#header_right_top a
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#header_right_top a:hover
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#header_right_bttm
{
	clear:right;
	float:right;
	height:20px;  /* varies with language;  check all CSS sheets */
	padding: 10px 20px 0 0;  /* varies with language;  check all CSS sheets */
	text-align:right;
	line-height:100%;  /* varies with language;  check all CSS sheets */
	font-size: 18px;   /* varies with language;  check all CSS sheets */
	font-weight:bold;  /* varies with language;  check all CSS sheets */
	color: #000000;
}

/* top navigation */

#top_nav {
	clear:both;
	width: 860px;
	height: 30px;
	margin: 0 auto;
	background-color:Black;
}

#top_nav ul {
	margin: 0 0 0 250px;
	padding: 0;
	list-style: none;
}

#top_nav li {
	display: inline;
}

#top_nav a 
{
	float:left;
	display: block;
	height:30px;
	padding: 0 20px 0  20px;
	margin-right:20px;
  text-decoration: none;
	font-size: 14px;
	line-height:30px;
	background-color:Black;
	color: white;
}

#top_nav a:hover 
{
	color: #bbb;
}

/* Content */

#middle 
{
	overflow:hidden;			/*  part of hack to extend both columns to same length */
	clear:left;
	width: 860px;
	margin: 0 auto;
	background-color:White;
}

#col1, #col2 
{ 
	padding-bottom: 20000px; 		/*  part of hack to extend both columns to same length */
	margin-bottom: -20000px; 		/*  part of hack to extend both columns to same length */
} 

/* Column 1 */

#col1 
{
	float:left;
	padding-top:20px;
	width: 180px;
	background-color:#cccccc;
}

#col1 a
{
	display: block;
	margin: 0 10px 18px 10px;
	padding: 5px 10px 5px 15px;
	max-width: 160px;
	background-color: #cccccc;
	text-decoration:none;	
	color: black;
	font-size:15px;    /* varies with language type;  check all CSS sheets */
	font-weight:bold;
	line-height:110%;
}

#col1 a:hover
{
	color:#fff;
}

/* col1 active link colors set in MasterPage code-behind */


/* Column 2 */

#col2 
{
	float:left;
	width: 650px;
}

#col2_banner_tall 
{
	float:left;
	width:680px;  /* was 720  */
	height:150px; 
	background: url(Images/banner.jpg)  no-repeat;
	background-position: -40px 0;
}

#col2_ban_tall_title, 
#col2_ban_shrt_title
{
	width:500px;
	padding:0;
}

#col2_ban_tall_title h1, 
#col2_ban_shrt_title h1
{
	font-size:24px;
	font-weight:bold;
	line-height:130%;
	color:White;
}

#col2_ban_shrt_title
{
	height:40px;
	margin:80px 0 0 30px;
}

#col2_ban_tall_title
{
	height:70px;
	margin:40px 0 0 30px;
}

#main_content
{
	clear:both;
	padding:40px 35px 30px 30px;
	margin:0;
}

/* Footer */

#footer 
{
	clear:left;
	width: 860px;
	height:30px;
	margin: 0 auto;
	padding: 16px 0 0 0;
	background-color:Black;
}

#footer p
{
	font-size:12px;
	line-height:100%;
	color:White;
	text-align:center;
}

/* images */

.content_image_a, 
.content_image_b, 
.content_image_c,
.content_image_d
{
	float:right;
	margin: 10px 0 25px 40px;
}

.content_image_contact
{
	float:right;
	margin: 10px 40px 25px 40px;
}

.content_image_a
{
	width:175px;
	height:209px;
}

.content_image_b
{
	width:250px;
	height:166px;
}

.content_image_c
{
	width:250px;
	height:238px;
}

.content_image_d
{
	width:252px;
	height:168px;
}

/* About Us page- partners  */

.prtnr_wrapper_imforce
{
  float:left;
  width: 420px;
  padding-right:40px;
  display:block;
}

.prtner_imforce_logo
{
	float:right;
	width:120px;
	height:77px;
	margin: 20px 0 0 0 ;
}

.prtnr_wrapper_markus_grp
{
  float:left;
  width: 300px;
  padding-right:40px;
  margin-bottom:30px;
  display:block;
}

.prtnr_markus_grp_logo
{
	float:right;
	width:220px;
	height:52px;
	margin: 20px 0 0 0;
}

.clear_float
{
  clear:both;
}

/* Services page  */

.serv_wrapper
{
  float:left;
  width: 350px;
  padding-right:40px;
  margin-bottom:30px;
  display:block;
}

.serv_logo
{
	float:right;
	width:170px;
	height:174px;
	margin: 40px 0 0 0;
}

/* Contact Us page  */

.contact_wrapper
{
  margin-left:40px;
}

