body {
	font:normal 12px Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) #bc5440 top center no-repeat;
	margin:0;
}

/* Global Reset
--------------------------------------------------------- */
body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, li, ul, fieldset, form, label, 
legend, caption, tbody, tfoot, thead, tr, th, td, img {
margin: 0;
padding: 0;
border: 0;
}
@font-face {
    font-family: 'CalibriRegular';
    src: url('calibri-webfont.eot?') format('eot'),
         url('calibri-webfont.woff') format('woff'),
         url('calibri-webfont.ttf') format('truetype'),
         url('calibri-webfont.svg#webfontDcQwzUwX') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CalibriBold';
    src: url('calibrib-webfont.eot?') format('eot'),
         url('calibrib-webfont.woff') format('woff'),
         url('calibrib-webfont.ttf') format('truetype'),
         url('calibrib-webfont.svg#webfontqDQU3m1c') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriItalic';
    src: url('calibrii-webfont.eot?') format('eot'),
         url('calibrii-webfont.woff') format('woff'),
         url('calibrii-webfont.ttf') format('truetype'),
         url('calibrii-webfont.svg#webfontqkgEWR2J') format('svg');
    font-weight: normal;
    font-style: normal;

}

img, div, h1 { behavior: url(js/iepngfix.htc) }

.tranparent { behavior: url(js/iepngfix.htc) }

a:focus { 
    outline: none; 
}

button:focus { 
    outline: none; 
}


h1 {
font: bold 20px Arial, Helvetica, sans-serif;
}
h1 span {
font: bold 17px "Times New Roman", Times, serif;
}

h2 {
font: bold 20px Arial, Helvetica, sans-serif;
}

h3 {
font: bold 15px Arial, Helvetica, sans-serif;
}

h4 {
font: bold italic 14px Arial, Helvetica, sans-serif;
}

h5 {
font: bold 18px Arial, Helvetica, sans-serif;
}

h6 {
font: bold 16px Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Wrapper Start
--------------------------------------------------------- */
#wrapper {
	width:866px;
	position:relative;
	margin:0 auto;
}

/* Header Start
--------------------------------------------------------- */
#header {
	float:left;
	background:url(../images/header_bg.png) 0 0 no-repeat;
	width:866px;
	height:163px;
	margin:0;
}

#header .logo {
	float: left;
    height: 114px;
    margin: 10px 0 0 302px;
    opacity: 0.3;
    position: relative;
    width: 263px;
    z-index: 999;
}

/* Wrapper Start
--------------------------------------------------------- */
#container {
	clear:both;
	float:left;
	background:#fdebda;
	border:solid #FFF;
	border-width:0 2px 0 2px;
	width:862px;
	margin:0;
}

#container iframe {
	width:830px;
	height:250px;
	margin:0 0 0 25px;
}

.con-bg {
	float:left;
	clear:both;
	width:866px;
	height:7px;
	background:url(../images/bottom-con-bg.png) 0 0 no-repeat;
	margin:0;
}

/* Navigation Start
--------------------------------------------------------- */
#nav {
	float:left;
	position:absolute;
	left:13px;
	top:93px;
	width:866px;
	margin:0;
}

#nav ul {
	list-style-type:none;
}

#nav ul li {
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	display:inline;
	margin:0 7px 0 0;
	position:relative;
}
#nav ul li span {
	background:url(../images/nav-left-bg.png) top left no-repeat;
	behavior: url(js/iepngfix.htc);
	height:48px;
	float:left;
	line-height:34px;
}
#nav ul li a {
	padding:0 6px 0px 12px;
	* padding:0 8px 0px 12px;
	float:left;
}
#nav ul li img {
	* margin:0 0 0 -5px;
	margin-left:0px;
	float:left;
}

#nav ul li a:hover {
	text-decoration:none;
	color:#FFF;
}
#nav ul li:hover .child-navi {
	display:block;
	visibility:visible;
}
.child-navi {
	background:#ff6d00;
	color:#FFF !important;
	position:absolute;
	width:150px;
	z-index:99;
	padding:10px 10px;
	border-radius:5px 5px 5px 5px;
	box-shadow:2px 2px 2px  #333;
	top:22px;
	left:0px;
	display:none;
	visibility:hidden;
}
.child-navi a {
	color:#FFF !important;
	display:block;
	width:90%;
	padding:0px;
	margin-bottom:3px;
	padding-bottom:4px !important;
	border-bottom:1px dotted #FFF;
}
.child-navi a:hover {
	color:#000000 !important;
	border-bottom:1px dotted #000000;
}

/* Home Content Start
--------------------------------------------------------- */
#home-con {
	position:absolute;
	right:29px;
	top:163px;
	width:427px;
	height:175px;
	margin:0;
}


#home-con h1 {
	font:bold 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ff6d00;
	line-height:10px;
	margin:0 0 10px 0;
}

#home-con p {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:17px;
	margin:0;
}

#home-con h1 span {
	font:normal 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	text-indent:100px;
	padding:0 0 0 25px;
	margin:0;
}

/* Bottom Desk Home Start
--------------------------------------------------------- */
#bot-des-home {
	width:815px;
	margin:15px 0 5px 22px;
}

/* Mission Start
--------------------------------------------------------- */
#mission {
	float:left;
	background:url(../images/con-box.png) 0 0 no-repeat;
	width:351px;
	height:228px;
	margin:0;
}

#mission h1 {
	font:bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ff6d00;
	text-align:center;
	margin:17px 0 0 0;
}

#mission p {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:18px;
	width:300px;
	margin:2px 0 0 25px;
}

/* Companies Start
--------------------------------------------------------- */
#companies {
	float:right;
	width:452px;
	margin:0;
}

#companies h1 {
	background:url(../images/heading-bg.png) 0 0 no-repeat;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#000;
	height:36px;
	text-transform:uppercase;
	padding:10px 0 0 15px;
	margin:10px 0 0 0;
}

.arrow {
	float:right;
	width:80px;
	margin:15px 0 0 0;
}

.arrow img {
	float:left;
}

.arrow p {
	line-height:20px;
	text-indent:5px;
}

/* Companies Start
--------------------------------------------------------- */
#footer {
	float:left;
	background:url(../images/footer_bg.png) 0 0 no-repeat;
	width:841px;
	height:24px;
	padding:12px 15px 0 10px;
	margin:7px 0 0 0;
	* margin:0 0 0 0;
}
#content-area {
	padding:10px; 
	float:left; 
	width:600px;
}
#content-area ul {
	margin:0 0 0 18px;
}
#content-area ul li {
	padding:3px 0;
}
.in-heading {
	font:normal 26px Arial, Helvetica, sans-serif;
	color:#333;
}

#acordion {
	float: left; 
	margin: 15px 0;
	list-style:none;
	width:100%;
}
#acordion li a {
	display: block; 
	padding:5px 15px; 
	background: #c6b3a2; 
	text-decoration: none; 
	color: #ffffff;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#acordion li a:hover {
	background: #999; 
	color: #fff;
}
#acordion li a.active {
	background:#e35934;
	
}
#acordion li div {
	display: none;
	list-style:none;
	padding:10px;
	margin-top:-10px;
	margin-bottom:10px;
	background:#FFF;
}
#in-latestnews {
	 background:#FFFFFF;
    float: right;
	right:10px;
    padding: 10px;
    width: 210px;
	clear: right;
	position:relative;
	margin-top:55px;
}
#in-latestnews h3 {
	background:#ffa322;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
}
.client-list {
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:30px;
	color:#4f4a44;
	margin-right:20px;
}
.client-list li {
	margin-bottom:8px;
	border-bottom:1px dotted #c6b3a2;
	padding-bottom:5px
}
.client-list em{
	font-size:13px;
	color:#625951;
}
.scope {
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#4f4a44;
	margin-right:20px;
	margin-left:20px;
	text-transform:uppercase;
}
.scope  li {
	margin-bottom:8px;
	border-bottom:1px dotted #c6b3a2;
	padding-bottom:5px;
}
.scope-child  {
	margin-top:9px;
	margin-left:20px;
	list-style:none;
}
.scope-child li{
	border-bottom:none;
}
#contact address {
	display:block;
	margin-bottom:10px;
	color:#61574c;
}
#contact h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#bb7029;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:2px dotted #e5d3c1;
}
#contact h4 {
	font-style:normal;
	color:#ca6432;
}
address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}
.branch-offices address{
	float: left;
    height: 130px;
    margin-right: 30px;
    width: 270px;
}
.company-links{
	list-style:none;
	margin-top:10px;
}
.company-links a {
	display:block;
	color:#333 !important;
	background:url(../images/arrow-link.gif) no-repeat left 9px;
	padding-left:10px;
	border-bottom:1px dotted #999;
	padding-bottom:5px;
	padding-top:5px;
}
.company-links a:hover {
	text-decoration:none !important;
	color:#e36506 !important;
	background:url(../images/arrow-linkh.gif) no-repeat left 9px;
	border-bottom:1px dotted #e36506;
}
.company-content {
	font-family:'CalibriRegular' !important;
	font-size:15px;
	color:#221a12;
}
.company-content .scope{
	font-size:14px;
	margin-top:15px;
	font-family:'CalibriRegular';
	color:#44382b !important;
}
.company-content .scope li {
	border:none;
	font-weight:normal;
}
.company-content h3 {
	color:#e36506;
	font-size:18px;
	text-transform:uppercase;
}
#module {
	margin-left: 623px;
    position: fixed;
	width:auto;

}
.link-module {
	position:fixed;
	left:0px;
	right:0px !important;
}

