@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

body {
	background-image: url('../images/greyBG.png');
}

p {
font-size:11px;
line-height:16px;
margin:10px;
}

a {font-style:italic;
	color:#333333;}

a:hover {color:#FF0000;}

#headerTop {
	height:198px;
	background-image:url(../Images/header.jpg);
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 985px;
	/*margin-top:10px;*/
	background-image: url('../images/wrapperbg.jpg');
}

#wrapper #headerBottom p,#wrapper #headerBottom h1, #headerBottom h3, #headerBottom h2, #headerBottom a {
	color:#FFFFFF;
	width:800px;
	margin:auto;
	font-size:9px;
	line-height:9px;
}

#headerBottom {
	/*margin-top:50px;*/
	text-indent:50px;
	height:107px;
	background-image:url(../Images/footer.jpg);
	clear:both;
	width: 985px;
	
}

#content {
	margin: auto;
	padding: 20px 80px;
	clear:both;
}

#contentWrapper {
	background-image:url(../images/contentbg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content.contact_left {
	float:left;
	clear:both;
	width: 280px;
	margin: 0 0 0 80px;
}

/*#left-column {
	float:left;
	width:320px;
	padding-top:100px;
	margin-top:10px;
	margin-left:100px;
	vertical-align:middle;
}*/

#enquiry-form {
	width:480px;
	margin-top:10px;	
	float:left;
}


ul#menu{
	float:right;
	margin-top:154px;
	margin-right:51px;
}

ul#menu li{
	display:inline;
	float:left;
}

ul#menu li a{
	text-decoration:none;
}


li.team {
 list-style:none;
 font-size:11px;
 line-height:14px;
}

li.team img {
padding:0 10px 10px 10px;
}

#news, #portfolio {

padding:15px;
font-size:11px;
}

#portfolio {
/*width:480px;
float:left;*/
}

#news {
/*width:260px;
float:right;*/
/*background-color:#efefef;*/
text-align:left;

}

#news li{
width:240px;
height:200px;
margin:5px;
padding:5px;
float:left;
background-color:#efefef;
list-style-type:none;
}
#news li:hover{
background-color:#eaeaea;
}

#news a {
color:#993333;
text-decoration:none;
}
#news a:hover {
color:red;
}

#news a img{
border: 7px solid #ddd;
float:left;
margin: 0 5px;
}
.education	{
	color:#aaa;
	font-size:9px;
	margin: 0 0 4px 0;
	font-weight:bold;
}