* {padding: 0; margin: 0;
} 
.body_home {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
}
#content_home_text {
	margin: 20px 230px 0px;
}
#content_home_text ul {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	padding: 0px 0px 0px 10px;
}
#content_home_text li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px
}
#content_contact_text {
	margin: 20px 370px 0px 230px;
}
#right_side_home {
	padding: 10px;
	float: right;
	width: 200px;
	margin: 20px 0px 10px 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.right_side_underline {
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.organisation_logos {
	border: #666666;
	margin: 20px 0px 0px 0px;
	border-top: 1px dotted #666666;
	border-right: #666666;
	border-bottom: 1px dotted #666666;
	border-left: #666666;
}
.subhead_images {
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #999999;
}
h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	color: #0099CC;
	margin: 0px 10px 20px 0px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #0098CB;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #0099CC;
	margin: 0px 0px 20px 0px;
}
#search {
	padding: 10px;
	margin-top: 20px 0px 20px 0px;
	background-color: #E1F0FF;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	margin: 0px 0px 10px 0px;
}
.project_info {
	font-size: 13px;
	line-height: 23px;
	color: #666666;
	text-align: left;
	padding: 3px 0px 0px 0px;
}

/*  -- navigation starts -- */
#navigation {
	width: 920px;
	height: 46px;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation li.home a {
	width: 259px;
	text-decoration:none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation li.home a:hover {
	background-position: 0px -46px;
}
#navigation li.services a {
	width: 135px;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -259px 0px;
}
#navigation li.services a:hover {
	background-position: -259px -46px;
}
#navigation li.projects a {
	width: 130px;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -394px 0px;
}
#navigation li.projects a:hover {
	background-position: -394px -46px;
}
#navigation li.news a {
	width: 133px;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -524px 0px;
}
#navigation li.news a:hover {
	background-position: -524px -46px;
}
#navigation li.recruitment a {
	width: 133px;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -657px 0px;
}
#navigation li.recruitment a:hover {
	background-position: -657px -46px;
}
#navigation li.contact a {
	width: 130px;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -789px 0px;
}
#navigation li.contact a:hover {
	background-position: -789px -46px;
}
/*  ---------- navigation link up states ------------ */
#navigation li.services_up {
	width: 135px;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -259px -46px;
}
#navigation li.projects_up {
	width: 130px;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -394px -46px;
}
#navigation li.news_up {
	width: 133px;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -524px -46px;
}
#navigation li.recruitment_up {
	width: 133px;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -657px -46px;
}
#navigation li.contact_up {
	width: 130px;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(../images/structure/navigation.gif);
	background-repeat: no-repeat;
	background-position: -789px -46px;
}
/*  -- /// navigation ends -- */

#content {
	width: 920px;
	margin: 10px 0px 10px 0px;
}
.main_navi {
	display: inline;
	list-style-position: outside;
	list-style-type: none;
}
.strapline {
	clear: left;
	float: right;
	width: 210px;
}
#top {
	width: 920px;
}
#container {
	margin: 0px auto;
	width: 920px;
	padding: 0px 58px 0px 58px;
	background-color: #FFFFFF;
	background-image: url(../images/structure/background_grad.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.insert_images {
	float: left;
	padding: 0px 10px 5px 0px;
}
.right_side_title {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #0099CC;
}
.right_side_body {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
}
.read_more_link {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.left_side_body {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 15px 0px 0px 0px;
}

/*  -- services left navigation starts -- */
#left_side_bar {
	margin: 0px 18px 0px 0px;
	float: left;
	width: 200px;
	clear: both;
}
/*  --- bug fixes  -- */
* html #left_side_bar {
	display: inline;
	height: 1px;
}		
/*  --/// bug fixes ends -- */

#left_side_bar ul li {
	list-style-type: none;
	display: inline;
}
#left_side_bar li.services_consult a {
	background-image: url(../images/structure/services_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	height: 49px;
	display:block;
}
#left_side_bar li.services_consult a:hover {
	background-position: -200px 0px;
}
#left_side_bar li.services_quantity a {
	background-image: url(../images/structure/services_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	height: 49px;
	display: block;
}
.text_smaller {
	font-size: 11px;
	line-height: 14px;
}
#left_side_bar li.services_quantity a:hover {
	background-position: -200px -49px;
}
#left_side_bar li.services_project a{
	background-image: url(../images/structure/services_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -98px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	height: 47px;
	display: block;
}
#left_side_bar li.services_project a:hover {
	background-position: -200px -98px;
}
#left_side_bar li.services_cdm a {
	background-image: url(../images/structure/services_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -144px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	height: 48px;
	display: block;
}
#left_side_bar li.services_cdm a:hover {
	background-position: -200px -144px;
}
#left_side_bar li.services_party a {
	background-image: url(../images/structure/services_navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -192px;
	width: 200px;
	list-style-type: none;
	list-style-position: inside;
	height: 49px;
	display: block;
}
#left_side_bar li.services_party a:hover {
	background-position: -200px -192px;
}

/*  -- /// services left navigation ends -- */

/*  -- footer starts --- */

#footer {
	padding: 10px 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.footer_navi{
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #666666;
}
.copyright_info {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.link_divider {
	font-size: 9px;
	color: #999999;
	padding: 0px 0px 0px 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#right_side_contact {
	padding: 10px;
	float: right;
	width: 348px;
	margin: 20px 0px 0px 0px;
}
#right_side_projects {
	padding: 10px;
	float: right;
	width: 200px;
	margin: 20px 0px 10px 0px;
}
/*  -- other pages css starts -- */
#content_results_text {
	margin: 20px 250px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#search_results {
	padding: 10px;
	background-color: #E1F0FF;
	margin: 0px;
}
