/* structure */
#wrapper {
	width:995px;
	margin: auto;
}
#container {
	width:995px;
}
#top {
	width: 995px;
	height: 26px;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px dotted #335565;
	text-align: right;
	margin-bottom: 16px;
}
#leftcontainer {
	width: 222px;
	float: left;
}
#rightcontainer {
	float: right;
	width: 772px;
}
#flashcontainer {
	width: 772px;
	border-bottom: 1px dotted #335565;
	padding: 0px 0px 0px 0px;
}
#language {
	margin: 20px 0px 20px 0px;
}
#nav {
	width: 196px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px dotted #335565;

}
#nav li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #335565;

}
#nav li a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #335565;	
}
#nav li a:link{
	text-decoration: none;
	color: #335565;	
}
#nav li a:active{
	text-decoration: none;
	color: #335565;	
}
#nav li a:hover, #nav li a.current {
	text-decoration: underline;
	color: #9A0000;
}

#nav li ul {
	list-style: none;
	padding: 5px 0px 0px 0px;	
	margin-bottom: 7px;
    margin-top: 10px;
}
#nav li ul li {
	border-bottom: none;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 3px;

}
#nav li ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 0px 0px 15px;

}
#nav li ul li a {
	display: block;
	text-decoration: none;
	color: #335565;
	background-image: url(/assets/uploads/image/design/arrow2.gif);
	background-repeat: no-repeat;	
}
#nav li ul li a:hover, #nav li ul a.current {
	text-decoration: underline;
	color: #9A0000;
	background-image: url(/assets/uploads/image/design/arrow3.gif);

}
#search {
	width: 196px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	font-size: 11px;
	border-bottom: 1px dotted #335565;
}
#centre {
	width: 772px;
	margin: 20px 0px 0px 0px;
}

#centreleft {
	width: 480px;
}

#centreright {
	width: 254px;
	float:right;
	font-size: 12px;
	line-height: 16px;
}
#research {
	width: 186px;
	height: 94px;
	padding: 20px 8px 0px 60px;
	background-image: url(/assets/uploads/image/design/research_bg.jpg);
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#casestudy{
	font-size: 12px;
	line-height: 16px;
}
#csimage{
	border: 10px solid #C3D6E1;
}
#contactimage{
	border: 4px solid #C3D6E1;
	width: 76px;
}
#footer{
	border-top: 1px dotted #335565;
	border-bottom: 1px dotted #335565;
	padding: 0px;
	margin: 40px 0px 20px 0px;
}
#footerred{
	margin: 10px 0px 5px 0px;
	background-color: #9A0000;
	background-image: url(/assets/uploads/image/design/footgrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	padding: 15px 25px 15px 25px;
}
#footerred a {
	color: #FFF;
}
#footerred ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: square;
}
#footerred li a{
	text-decoration: none;
}
#footerred li a:hover{
	color: #000000;
	text-decoration: underline;
}
#footerleft{
	float:left;
	font-size: 11px;
	padding: 5px 0px 8px 0px;
}
#footerright{
	float:right;
	font-size: 11px;
	padding: 5px 0px 8px 0px;

}
input {
	background-color: #D2DFE5;
	border: 1px solid #335565;
	margin: 0px 3px 5px 0px;
}

/* added by bnm */

/* meet the team css */
#content_contact {
	position:relative;
	width:100%;
}
#content_contact p {
	padding: 0;
	margin: 0;
}
#content_contact ul.gallery {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content_contact ul.gallery li {
	padding: 10px 0 0 0;
	margin: 0 5px 0 0;
	float: left;
	width: 380px;
	height:150px;
	border-top: 1px dotted #335565;
}
#content_contact  img.photo {
	border: solid 5px #D2DFE5;
	padding: 0;
	margin: 0 10px 0 0;
	float:left; 
}
/* end meet the team css */


hr {
    margin: 0px;
	border-top: 1px dotted #335565;
	height: 1px;

}
