@charset "utf-8";
/* Core styles */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	width:100%;
	padding: 0;
	margin: 0;
}

h2 {
	background-image:url(../images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#22566E;
}

ul li {
	margin-bottom:10px;
}

a, a:visited {
	color:#22566E;
	text-decoration:none;
}

a:hover {
	color:orange;
}

.sideLinks a {
	color:#666666;
}

.sideLinks a:hover {
	color:#333333;
}

.readMore {
	background-image:url(../images/moreIcon.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#container_holder {
	height:100%;
	min-height: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y
}

#container {
	width:100%;
}

#header_left {
	width:40px;
	height:100px;
	background-image:url(../images/header_left.gif);
	background-repeat:no-repeat;
	float:left;
}

#header_right {
	width:40px;
	height:100px;
	background-image:url(../images/header_right.gif);
	background-repeat:no-repeat;
	float:right;
}

#header-holder {
	background-color:#666666;
	width:100%;
}

#header {
	width:980px;
	height:100px;
	background-color:#333333;
	position:relative;
	text-align:left;
}

#logo {
	width:80px;
	height:100px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

#byline {
	width:397px;
	height:22px;
	background-image:url(../images/byline.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:11px 0 0 14px;
}

#navigation {
	width:812px;
	height:30px;
	position:absolute;
	right:40px;
	bottom:0px;
}

#main-holder {
	background-color:#4d4d4d;
}

#main_left {
	width:40px;
	height:100%;
	background-image:url(../images/main_left.gif);
	background-repeat:repeat-y;
	position:absolute;
	left:0px;
}

#main_right {
	width:40px;
	height:100%;
	background-image:url(../images/main_right.gif);
	background-repeat:repeat-y;
	background-position:top;
	position:absolute;
	right:0px;
	top:0px;
}

#main {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:980px;
	position:relative;
}

.banner {
	width:900px;
	height:150px;
}

#contents {
	margin:0 40px 0 40px;
	width:900px;
	border-top:#e6e6e6 solid 5px;
	text-align:left;
}

#section_header {
	background-image:url(../images/section_header.gif);
	height:54px;
	background-repeat:repeat-x;
	padding-left:20px;
	padding-top:10px;
}

#banner_companyprofile {
	background-image:url(../images/banner_companyprofile.jpg);
}

#banner_services {
	background-image:url(../images/banner_services.jpg);
}

#banner_ourpeople {
	background-image:url(../images/banner_our_people.jpg);
}

#banner_partners {
	background-image:url(../images/banner_partners.jpg);
}

#banner_trackrecord {
	background-image:url(../images/banner_trackrecord.jpg);
}

#banner_contactus {
	background-image:url(../images/banner_contactus.jpg);
}

#info_bar {
	width:170px;
	height:100%;
	background-color:#f2f2f2;
	float:left;
	padding:20px;
}

#meat {
	width:640px;
	height:338px;
	margin-left:210px;
	padding:20px;
	height:100%;
}

#border-bottom {
	clear:both;
	width:900px;
	margin:0 40px 0 40px;
	border-color:#f7931e;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:#f7931e solid 3px;
}

#footer-holder {
	background-color:#666666;
	position:relative;
	clear: both !important;
	bottom: 0px !important; 
}

#footer_left {
	width:40px;
	height:32px;
	background-image:url(../images/footer_left.gif);
	background-repeat:no-repeat;
	float:left;
}

#footer_right {
	width:40px;
	height:32px;
	background-image:url(../images/footer_right.gif);
	background-repeat:no-repeat;
	float:right;
}

#footer {
	width:980px;
	height:40px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
}

#footer_menu {
	margin-left:20px;
	float:left;
}

#footer p {
	color:#808080;
	font-size:10px;
	float:left;
	margin-left:210px;
	margin-top:15px;
}

#footer p a {
	color:#808080;
	text-decoration:none;
}

#footer p a:hover {
	color:#f7931e;
}

#footer_menu ul {
	margin:0px;
	padding:0px;
}

#footer_menu ul li {
	display:inline;
}

#footer_menu ul a {
	font-size:10px;
	padding-left:10px;
	color:#808080;
	text-decoration:none;
}

#footer_menu ul a:hover {
	background-image:url(../images/footer_bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#f7931e;
}
#footer_link_aboutus {
	margin-left:0px;
}

#footer_link_people {
	margin-left:16px;
}

#footer_link_services {
	margin-left:16px;
}

#footer_link_partners {
	margin-left:16px;
}

#footer_link_trackrecord {
	margin-left:0px;
}

#footer_link_news {
	margin-left:16px;
}

#footer_link_contactus {
	margin-left:16px;
}

