/*

LDL Internet Main Layout Stylesheet
Date:Feb/March
Version: 1

*/

/* ----------------------------------------------------------------------------------------------------------

1) HTML tags, reset

---------------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {
	border: 0;
}

body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #343434;
	line-height: 1.7em;
	text-align: center;
	background: #7aa1a6;
}

a:link, a:visited {
	text-decoration: none;
	color: #1d96b8;
	font-weight: bold;
}

a:hover {
	color: #f87100;
}

h1 {
	margin-bottom: 0.2em;
	margin-left: 10px;
	font-family: 76% Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 55px;
	text-transform: none;
	font-weight: normal;
}

h2 {
	font-family: 76% Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	margin-bottom: 0.8em;
	margin-right: 10px;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: none;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
}

h3 {
	margin-top: 10px;
	margin-left: 10px;
	font-family: 76% Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 35px;
	text-transform: none;
	font-weight: normal;
}

h4 {
	margin-left: 10px;
	font-size: 16px;
	line-height: 30px;
}

h5 {
	color: #292a29;
	font-weight: bold;
	margin-bottom: 0.6em;
}

p, table, ul, ol, dl, fieldset {
	margin: 10px 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

th {
	text-align: center;
	font-weight: bold;
}

th, td {
	padding: 3px 7px;
}

ul, ol {
	margin-left: 30px;
}

ul ul, ol ol {
	margin: 0;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

li {
	display: list-item;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 30px;
}

fieldset {
	position: relative;
	padding: 10px;
}

legend {
	position: absolute;
	top: -1em;
	margin: 0;
	padding: 5px 10px;
	font-size: 100%;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------

2) Universal styles (display, float, margin, text-align...)

---------------------------------------------------------------------------------------------------------- */

.box {
	min-height: 1px;
}

.box:after {
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content: ".";
}

.relative {
	position: relative;
}

.clear {
	clear: both;
}

.f-left {
	float: left !important;
}

img.f-left {
	float: left;
	margin-right: 15px;
}

.f-right {
	float: right !important;
}

img.f-right {
	float: right;
	margin-left: 15px;
}

.t-left {
	text-align: left !important;
}

.t-center {
	text-align: center !important;
}

.t-right {
	text-align: right !important;
}

.t-justify {
	text-align: justify !important;
}

.va-top {
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.va-bottom {
	vertical-align: bottom;
}

.nom {
	margin: 0 !important;
}

.nomt {
	margin-top: 0 !important;
}

.nomb {
	margin-bottom: 0 !important;
}

.noscreen {
	display: none;
}

.bigger {
	font-size: 110%;
}

.smaller {
	font-size: 85%;
}

/* ----------------------------------------------------------------------------------------------------------

3) LAYOUT

---------------------------------------------------------------------------------------------------------- */

#navcontainer {
	width: 960px;
	height: 72px;
}

#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#main ul.features {
	float: left;
	width: 570px;
}

#main ul.features li {
	float: left;
	display: block;
	width: 272px;
	margin: 0 20px 20px 0;
}

#main ul.features li.c2 {
	margin-right: 0;
}

#main ul.features li .feat_icon {
	float: left;
}

#main ul.features li .feat_text {
	margin: 0 0px 0 67px;
}

#main ul.features li .feat_text h4 {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
}

#main ul.features li .feat_text p {
	margin: 0;
}

#homepage {
	background: url(/images/bg.gif) repeat-y center top;
}

#innerpage {
	background: url(/images/bg.gif) repeat-y center top;
}

#header {
	position: relative;
	padding-bottom: 1px;
}

#logo {
	margin: 0;
	font-weight: normal;
}

#content {
	position: relative;
	overflow: hidden;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#columnright {
	position: relative;
	width: 305px;
	float: right;
}

#columnleft {
	position: relative;
	width: 638px;
	float: left;
	border-right: 1px solid #cccccc;
	padding-left: 5px;
}

#columnleft ul {
	padding: 15px 0 15px 55px;
	margin: 0;
	list-style-image: url(/images/bullet.gif);
}

#search {
	position: absolute;
	top: 20px;
	right: 40px;
	padding: 0 0 0 0;
	width: 396px;
	height: 42px;
	background: #ffffff url(/images/search_bar.gif) center left no-repeat;
}

#search .s_input {
	margin: 9px 0 0 10px;
	padding: 2px;
	border: 0;
	width: 330px;
	height: 20px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #434343;
}

#search input {
	vertical-align: middle;
}

/*#search{ 

	background-image: url(/images/bg_search.png); 

	background-position: bottom; 

	background-repeat: no-repeat; 

	height: 30px; 

	margin-top: 25px !important; 

	padding: 2px 20px !important;

	position: absolute; right: 0; 

	text-align: center; 

	top: -15px; 

	width: 312px;

	border:1px solid #cccccc;

	background-color: #fff; 

}



#search input{ 

	vertical-align: middle; 

}*/

.searchbutton, .zemSubmit {
	border: none;
	background-color: transparent;
	background-image: url(/images/submit_button.gif);
	background-repeat: no-repeat;
	border: none;
	color: #fafaf7;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	line-height: 2px;
	padding: 0 15px 0 0;
	margin: 20px 10px;
	width: 92px;
	text-align: center;
	cursor: pointer;
}

.searchbutton:focus, .zemSubmit:focus {
	border: none;
}

#footer {
	display: block;
	padding: 10px;
	background: #101d28;
	color: #F4F4F4;
	height: 44px;
}

#footer a {
	color: #FF6D26;
}

#footer p {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right
}

#footer ul li {
	display: inline;
	margin: 0px;
	padding-left: 10px;
}

#footer ul li a {
	text-decoration: none;
	padding: 0px;
}

#footer img {
	float: right;
	padding: 5px;
}

/* ----------------------------------------------------------------------------------------------------------

4) Page: Homepage Specific

---------------------------------------------------------------------------------------------------------- */

#Flash {
	float: left;
	width: 640px;
}

#aside {
	float: right;
	width: 305px;
	margin-left: 0px;
}

.case_item {
	width: 210px;
	position: relative;
	float: left;
	padding: 0 10px 10px;
	color: #d9d9d9;
}

.lastone {
	padding-right: 0;
}

.case_item a:hover {
	text-decoration: none;
	color: #00adef;
}

.case_item h3 {
	font: 100%/170% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	color: #d9d9d9;
	margin-left: 20px;
}

.case_img {
	width: 210px;
	height: 103px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #b3b3b3;
}

.case_desc {
	background-color: #23282c;
	color: #FFFFFF;
	position: absolute;
	top: 103px;
	left: 0px;
	height: 103px;
	width: 210px;
	padding: 0 5px;
}

.case_desc li {
	list-style: none;
	padding-left: 16px;
	background: url(/images/arrow.gif) no-repeat 0 6px;
	font-weight: bold;
	color: #00adef;
}

.case_desc p {
	color: #FFFFFF;
	margin-left: 20px;
}

/* ----------------------------------------------------------------------------------------------------------

5) Page: Case Study/News

---------------------------------------------------------------------------------------------------------- */

.case1 h2, .case2 h2, .case3 h2 {
	font-family: 76% Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 19px;
	margin-bottom: 0.8em;
	margin-left: 10px;
	margin-right: 5px;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: none;
	padding-top: 10px;
	font-weight: normal;
}

.case1 a, .case2 a, .case3 a {
	padding: 4px 3px 1px 16px;
	color: #4d9fc1;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/ico-list.gif) no-repeat 0 5px;
}

.case1 a:hover, .case2 a:hover, .case3 a:hover {
	color: #aa3526;
	background: url(/images/ico-list.gif) no-repeat 0 5px;
}

.case1, .case2 {
	float: left;
	width: 315px;
	height: 190px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 6px;
}

.case3 {
	float: left;
	width: 315px;
	height: 190px;
	border-bottom: 1px solid #cccccc;
}

dl.casestudy {
	margin: 10px 17px 10px 7px;
	padding: 0;
}

.casestudy dt {
	margin: 15px 0 0 0;
	padding: 1px;
	font-weight: bold;
}

.casestudy dd a {
	padding: 4px 3px 1px 16px;
	color: #4d9fc1;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/ico-list.gif) no-repeat 0 5px;
}

.casestudy dd a:hover {
	color: #aa3526;
	background: url(/images/ico-list.gif) no-repeat 0 5px;
}

.casestudy dd {
	margin: 0;
	padding: 1px;
}

/* ----------------------------------------------------------------------------------------------------------

5) Page: Accreditations/awards

---------------------------------------------------------------------------------------------------------- */

dl.gallery {
	border-bottom: 1px solid #e4e6e9;
	border-right: 1px solid #e4e6e9;
	background-color: #fff;
	width: 295px;
	text-align: left;
	padding: 0;
	margin-top: 0;
	float: left;
	height: 320px;
}

.gallery dt {
	font-weight: bold;
	margin: 10px 37px 10px 37px;
}

.gallery dt img {
	border: 0px solid #e4e6e9;
	width: 100px;
	height: 100px;
	background: #e4e6e9;
}

.gallery dd {
	margin: 10px 37px 10px 37px;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------------------------

6) Page: Jobs specific

---------------------------------------------------------------------------------------------------------- */

dl.content_even {
	border-bottom: 1px solid #aaaaaa;
	background-color: #ebeff2;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
}

.content_even dt {
	margin: 5px;
	padding: 0;
	float: left;
}

.content_even dd {
	margin: 5px 5px 5px 20px;
	padding: 0;
	float: left;
}

dl.content_odd {
	background-color: #fff;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	float: left;
}

.content_odd dt {
	margin: 5px;
	padding: 0;
	float: left;
}

.content_odd dd {
	margin: 5px 5px 5px 20px;
	padding: 0;
	float: left;
}

/* ----------------------------------------------------------------------------------------------------------

6) Page: Contact specific

---------------------------------------------------------------------------------------------------------- */

.contactcase1, .contactcase2 {
	float: left;
	width: 310px;
	height: 600px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 6px;
}

.contactcase3 {
	float: left;
	height: 600px;
	width: 310px;
	border-bottom: 1px solid #cccccc;
}

/* ----------------------------------------------------------------------------------------------------------

Z) Others

---------------------------------------------------------------------------------------------------------- */

ul.ul-list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

ul.ul-list li {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	padding-left: 20px;
	background: url("/images/ico-list.gif") 0 4px no-repeat;
}

ul.ul-case {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

ul.ul-case li {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	padding-left: 20px;
	background: url("/images/bg-li-projects.gif") 0 4px no-repeat;
}

.hx-style01 {
	clear: both;
	background: url("/images/dot.gif") 0 50% repeat-x;
	font-size: 85%;
}

.hx-style01 span {
	margin-left: 5px;
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

a.ico-more {
	border: 0 !important;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#teaser {
	color: #fff;
	clear: both;
	margin: 0 0 10px 10px;
	width: 620px;
}

#teaser a, #teaser strong {
	color: #2f94c5;
	padding: 0;
	margin: 0;
}

#teaser a {
	text-decoration: underline;
}

#teaser p {
	padding: 16px;
	margin: 0;
	background: #23282c;
}

.imageright {
	float: right;
	margin: 10px;
	margin-top: 0px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	margin-right: 6px;
}

#ajax_content_wrap {
	height: 200px;
}

#ajax_buttons_wrap {
	height: 55px;
}
