body { 
	color:#000; 
	background-color: #fff;
	margin: 0;
	font-size:14px;
	line-height:1.4;
	font-family:Arial, Helvetica, sans-serif;	
}

img {
	border:none;
}

body h1{
	font-family:"Times New Roman", Times, serif;
	font-size:175%;
	color: #000;
	border-bottom:1px solid #f60;
}

body h2{
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
	color: #000;
	border-bottom:1px solid #f60;
}

body h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:125%;
	color: #000;
}

body h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	color: #000;
}

a {
	color:#555;
}

h3 a {
	color: #555;
}

h4 a {
	color: #555;
}

/****  Header, logo, and language button  *************/

#header  {
	width:960px;
	margin:0 auto;
}

#logo {
	margin:0;
	padding:20px 0 10px 35px;
}

#language {
	display:none;
}

/****  Navigation Bar  *******************************/

#nav    {
	display:none;
}

/****  Content and Sidebar Container  ****************/

#container { 
	width:960px;
	background-color:#fff;
	margin:0 auto;
	padding:0;
	clear: both;
}

/****  Sidebar  **************************************/

#sidebar {
	display:none;

}

/****  Content  **************************************/

#content {
	background-color:transparent;
	margin:0px auto;
	padding: 0 0 0 10px;
}

/****  Footer and testimonials  **********************/

#testimonialsBox{    
	display:none;
}
/****  Footer links list  ****************************/

#footLinks {
	display:none;
}


.textBlock {
	width:700px;
	margin:0 25px 0 25px;
}

.imageRight {
	float:right;
	margin:0 0 15px 15px;
	
}

.italic {
	font-style:italic;
}

.linkHeading a {
	padding:10px 0 0 0;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.linkHeading a:hover {
	text-decoration:underline;
}

.linkHeading img {
	display:none;
}

.clearer {
	clear:both;
}

.leftClearer {
	clear:left;
}


/****  index.php  ************************************/

#hookBox1 {
	width:252px;
	margin:0;
	float:left;
}

#hookBoxText1 {
	padding:0 20px 0 20px;
	color:#000;
}

#hookBox2 {
	width:249px;
	float:left;
	margin:0;

}

#hookBoxText2 {
	padding:0 20px 0 20px;
	color:#000;
}


#hookBox3 {
	width:249px;
	float:left;
	margin:0;
}

#hookBoxText3 
	{
	padding:0 20px 0 20px;
	color:#000;
}

.hookBoxHeading {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	padding:10px 20px 0px 20px;
	font-size:150%;
	line-height:1%;
}

.hookBoxHeading a {
	text-decoration:none;
	color:#000;
}

.hookBoxHeading img {
	display:none;
}

#startpage img {
	height:250px;
	margin:0;
}

/****  about.php  ************************************/


/*******  contact.php  ********************************/

#map {
	width: 500px; 
	height: 300px
}


/****  team.php  ************************************/

.teamTable tr td{
	padding: 10px;
	border:1px solid #f60;
	vertical-align:top;
}


#aboutLinks {
	display:none;
	
}



/****  methodology.php  ************************************/

table.buttons {
	display:none;
}

