body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background: #FFFFFF url('images/imindmap_bg.gif') repeat-x;
	color: rgb(122,128,147);
	text-align: center;
	}

#page {
	background: #FFFFFF url('images/imindmap_bg2.gif') repeat top;
	margin: 0px auto;
	width: 897px;
	text-align: left;
	margin-top: -20px;
	}

#header {
	background: #FFFFFF url('images/imindmap_header.jpg') no-repeat top center;
	}
	
#map{
	position: absolute;
	margin-left: 400px;
	}

 a {

	color: rgb(27,181,241);
	text-decoration: underline;


}


p{
line-height: 16px;


}
#content {
	line-height:16px;
	font-size: 11px;
	margin-left:60px;
	margin-top:100px;

	
	}

#content_1{
background: #FFFFFF url('images/imindmap_c1.jpg') no-repeat top left;
padding-top: 30px;
float:left;

width:241px;


}
#content_2{
background: #FFFFFF url('images/imindmap_c2.jpg') no-repeat top left;
padding-top: 30px;
float:left;
margin-left: 25px;

width:241px;

}
#content_3{
background: #FFFFFF url('images/imindmap_c3.jpg') no-repeat top left;
padding-top: 30px;
margin-left: 25px;

float:left;
width:241px;

}
	
#content_4{
background: #FFFFFF ;
padding-top: 30px;
float:left;
line-height: 16px;
width:780px;


}

#content_4 p{
line-height: 16px;


}
	
	
#footer {

	background: #FFFFFF url('images/imindmap_footer.jpg') no-repeat 0 -0px;
	border: none;
	height: 350px;
	width: 897px;
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	
	}
	
#footer .addToolTip  a{

	color: #FFFFFF
	text-decoration: none;


}


#footer_content {
	line-height:16px;
	
	margin-left:60px;
	padding-top:67px;

	
	}	
	
#footer_1{
background:  url('images/imindmap_f1.jpg') no-repeat top left;
padding-top: 30px;
float:left;

width:241px;


}
#footer_2{
background:  url('images/imindmap_f2.jpg') no-repeat top left;
padding-top: 30px;
float:left;
margin-left: 25px;

width:241px;

}
#footer_3{
background:  url('images/imindmap_f3.jpg') no-repeat top left;
padding-top: 30px;
margin-left: 25px;

float:left;
width:241px;

}
	
input {
	width: 215px;
	background-color: #fff;
	border: 1px solid rgb(155,172,181);
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serfi;
	color: rgb(122,128,147);
	padding: 3px 5px;
	margin-bottom: 10px;
	margin-top: 1px;

}

input:hover	{
	background:#CEDDDF; 
}

input.MailPressFormSubmit	{ 
	width:59px; 
height: 23px ;
	color: #22273D;
	margin: 3px 0px 0;
	font-size:11px;
	background:url('images/button.gif') repeat-x; 
		border:0px solid #adadad!important;
		margin-bottom: 10px;


}
	

h1 {
	padding-top: 58px;
	margin-left: 59px;

	}

h2 {
	font-size: 12px;
	}





/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */











hr {
	display: none;
	}

a img {
	border: none;
	}
	
	
/* tool tip */
/* ----- Uncomment the global selector below to over-ride the default margin and padding added to all tags  ----- */

*{padding: 0; margin: 0;}

/* ----- global default/initial styles ----- */
body {background-color:#fff; margin: 10px; padding: 0;}

/* ----- base default font size, type, and line height ----- */
html body{font: 11px Tahoma, Arial, Helvetica, sans-serif;color:rgb(122,128,147);}
html>body{font: 11px Tahoma, Arial, Helvetica, sans-serif;color:rgb(122,128,147);}

/* ----- add selectors here for font sizing ----- */
p, table, ul, dl {font-size: 11px }
caption {font-size: 11px }
h2 {font-size: 11px bold}

p {line-height:11px ;margin:10px 0;}


/* ----- base links ----- */

/* ----- tool tip specific styles ----- */
#theToolTip{
line-height:16px;
position: absolute;
left: -300px;
width: 200px;
border: 2px solid rgb(212,231,245);
padding: 6px 0px 0px 10px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{

color: rgb(122,128,147);
line-height:16px;
margin-right:10px;
margin-top:10px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 11px;
color: rgb(0,46,157);
margin-right:10px;
}


