html, body {
	margin:0px;
	padding:0px;
}
html {
	background:url(../images/bg-html.gif);
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#545556;
	line-height:16px;
	background:url(../images/bg-outer-container.gif);
	width:100%;
	float:left;
}
.outer-container {
	float:left;
	background:url(../images/bg-body.jpg) no-repeat center 0;
	width:100%;
	height:100%;
}
h1 {
	margin:0 0 12px;
	font-size:25px;
	font-weight:normal;
}
h2 {
	margin:0 0 8px;
	font-size:17px;
	font-weight:normal;
}
h3 {
	margin:0 0 12px;
	font-size:15px;
	font-weight:normal;
}
h4 {
	margin:0 0 12px;
	font-size:14px;
	font-weight:normal;
}
h5 {
	margin:0 0 12px;
	font-size:13px;
	font-weight:normal;
}
h6 {
	margin:0 0 12px;
	font-size:12px;
	font-weight:normal;
}
ul {
	margin:0 0 15px;
	padding:0;
	list-style:none;
}
li {
	margin:0px;
	padding:0 0 8px;
	list-style:none;
}
img {
	border:0px;
}
a {
	outline:none;
	text-decoration:none;
}
#container {
	width:988px;
	margin:0 auto;
}
#header {
	float:left;
	width:956px;
	padding:0 14px;
	height:162px;
	background:url(../images/bg-header.jpg) no-repeat 0 0;
}
#logo {
	float:left;
	width:261px;
	height:97px;
	padding:18px 0 0 0;
}
#logo h1 {
	margin:0px;
	padding:0px;
	float:left;
	width:335px;
	width:261px;
	height:97px;
	height:30px;
}
#logo h1 a {
	float:left;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-999em;
	display:block;
	width:261px;
	height:97px;
}
#banner {
	float:right;
	margin:22px 20px 0px 0;
	display:inline;
}
#switcher {
	float:right;
	padding:25px 0 0 0;
	width:225px;
}
#switcher p {
	float:left;
	margin:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#1c396d;
	padding:0 4px 0 0;
}
#switcher ul {
	float:left;
	margin:0px;
	padding:3px 12px 0 0;
}
#switcher ul li {
	float:left;
	margin:0px;
	padding:0 6px 0 0;
	width:19px;
	height:10px;
}
#switcher ul li a {
	display:block;
	text-indent:-999em;
	float:left;
	background:url(../images/flags.gif) no-repeat 0 0;
	width:19px;
	height:10px;
}
#switcher ul li.xx a {
	background-position:-20px 0;
}
#switcher ul li.xxx a {
	background-position:-46px 0;
}
#switcher ul li.xxxx a {
	background-position:-69px 0;
}
.nav-global {
	float:right;
	width:650px;
	padding:23px 0 10px 0;
}
.nav-global ul {
	float:right;
	width:390px;
	margin:0px;
	padding:0 0 0 9px;
}
.nav-global ul li {
	float:left;
	padding:0 0 0 6px;
}
.nav-global ul li a {
	background:url(../images/bg-navigation-left.png) no-repeat 0 0;
	float:left;
	display:block;
	padding:0 0 0 10px;
}
.nav-global ul li a span {
	background:url(../images/bg-navigation.png) no-repeat right 0;
	padding:4px 10px 7px 0px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.nav-global ul li a:hover span {
	color:#666;
}
.chat {
	float:right;
}
.more {
	background:url(../images/bg-more.gif) no-repeat right 2px;
	padding:0 16px 0 0;
	text-decoration:underline;
	color:#005788;
	font-size:11px;
	font-weight:bold;
}
.more:hover {
	text-decoration:none;
	color:#333;
}
#navigation {
	float:left;
	margin:00 0 0;
	padding:0 0 0 0;
	width:100%;
	background:url(../images/bg-main-nav.gif) no-repeat 0 0;
}
#navigation li {
	float:left;
	padding:8px 0 8px 15px;
	margin:0 0 0 0;
	position:relative;
}
#navigation li.last {
	background:none;
	margin-right:0px;
	padding-right:0px;
	margin-left:3px;
	border:0px;
}
#navigation li a {
	float:left;
	padding:4px 0 4px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
#navigation li a:hover {
	color:#666;
}
#navigation li ul {
	width:200px;
	background:#ff7805;
	margin:0;
	padding:0 0 10px 20px;
	position:absolute;
	left:0;
	top:35px;
	display:none;
}
#navigation li ul li {
	margin:0;
	padding:0;
	width:200px;
	float:left;
}
#navigation li:hover ul {
	display:block;
}
#navigation li ul li a {
	padding:5px;
	margin:0;
	text-transform:none;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.outer-wrapper {
	width:100%;
	background:url(../images/bg-wrapper-bottom.png) no-repeat 1px bottom;
	padding:0 0 32px;
	float:left;
}
.ie6 .outer-wrapper {
	background:url(../images/bg-wrapper-bottom.gif) no-repeat 1px bottom;
}
.outer-wrapper-inside {
	width:100%;
	background:url(../images/bg-wrapper-inside-bottom.png) no-repeat 0px bottom;
	padding:0 0 22px;
	float:left;
}
.ie6 .outer-wrapper-inside {
	background:url(../images/bg-wrapper-inside-bottom.gif) no-repeat -1px bottom;
}
.home-wrapper {
	background:url(../images/bg-wrapper-home.png) repeat-y 0 0;
	width:956px;
	padding:0 15px;
	float:left;
}
.ie6 .home-wrapper {
	background:url(../images/bg-wrapper-home.gif) repeat-y 0 0;
}
.wrapper {
	background:url(../images/bg-wrapper.png) repeat-y 1px 0;
	width:956px;
	padding:0 15px;
	float:left;
}
.ie6 .wrapper {
	background:url(../images/bg-wrapper.gif) repeat-y 0 0;
}
.home-wrapper .content {
	width:527px;
	padding:7px 13px 0 26px;
	float:left;
	_overflow:hidden;
}
.wrapper .content {
	width:686px;
	padding:7px 13px 0 26px;
	float:left;
}
.spotlight {
	float:left;
	width:685px;
	margin:3px 0 16px;
}
.col-left {
	float:left;
	width:524px;
	border-top:1px solid #e0e0e0;
}
.col-left li {
	float:left;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	padding:8px 0px;
}
.col-left li.open {
	background:url(../images/bg-accordian-open.gif) repeat-x 0 0;
}
.col-left h2 {
	font-size:17px;
	font-weight:bold;
	color:#1c396d;
	padding:6px 0 5px 45px;
	margin:0px;
	background:url(../images/btn-accordian.gif) no-repeat 10px -174px;
}
.col-left li.open h2 {
	background-position:10px 0;
}
.col-left div {
	padding:17px 0 0 45px;
	width:475px;
	color:#555657;
}
.col-left div p {
	margin:0 0 8px;
}
.sidebar {
	float:left;
	width:220px;
	position:relative;
	padding:144px 0 0 10px;
}
.home-wrapper .sidebar {
	padding:0px 0 0 0;
	float:left;
	margin:-39px 0 0 0;
	width:390px;
	position:relative;
}
.login-box {
	position:absolute;
	top:-39px;
	left:3px;
	width:208px;
	height:166px;
	padding:0px 0 0 9px;
/*	background:url(../images/login-box-small.png) no-repeat 0 0;*/
}
.home-wrapper .login-box {
	position:absolute;
	top:-43px;
	left:1px;
	width:384px;
	height:68px;
	padding:9px 0 0 22px;
	background:url("../images/login-box.png") no-repeat scroll -5px -6px;
}
.login-box h3 {
	margin:0 0 5px;
}
.home-wrapper .login-box h3 a span, .login-box h3 a span {
	margin:0 0 2px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
}
.login-box form {
	float:left;
}
.login-box input {
	float:left;
}
.login-box .txt {
	float:left;
	width:145px;
	padding:3px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7d7b7b;
	margin:0 7px 18px 0;
}
.home-wrapper .login-box .txt {
	margin-bottom:7px;
}
.login-box .signin {
	float:left;
	width:145px;
	overflow:hidden;
	color:#fff;
	font-size:11px;
	margin:0 25px 3px 0;
}
.home-wrapper .login-box .signin {
	height:15px;
	margin:0 25px 0 0;
	border-right:1px solid #6094a3;
}
.login-box .signin p {
	float:left;
	margin:0 5px 0 0;
}
.login-box .signin a, .password {
	color:#fff;
	float:left;
	text-decoration:underline;
	font-size:11px;
}
.login-box .signin a:hover, .password:hover {
	text-decoration:none;
}
.wid-one, .wid-two, .wid-three, .wid-four {
	width:213px;
	float:left;
	border-bottom:1px solid #e0e0e0;
	padding:0 0 10px;
	margin:0 0 12px;
}
.home-wrapper .wid-one, .home-wrapper .wid-two, .home-wrapper .wid-three, .home-wrapper .wid-four {
	float:left;
	width:342px;
	margin:0 0 13px 24px;
	padding:0 0 9px;
	display:inline;
	border-bottom:1px solid #e0e0e0;
}
.home-wrapper .sidebar .wid-two div.box p {
	width:290px;
}
.sidebar .wid-two div.box p {
	width:180px;
}
.wid-one h2, .wid-two h2, .wid-two h2 a span {
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#014676;
	margin:0;
	text-transform:uppercase;
}
.wid-one .more {
	float:right;
}
.home-wrapper .wid-three {
	border:0px;
	margin-bottom:0px;
}
.home-wrapper .wid-four {
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.wid-one p {
	padding:0 0 6px;
	margin:0px;
}
.wid-three p {
	margin:0 0 5px;
}
.home-wrapper .box {
	float:left;
	width:100%;
	background:url(../images/bg-testimonial.gif) no-repeat 0 0;
	padding:30px 0 0 0;
	margin:0 0 6px;
}
.box {
	float:left;
	width:100%;
	background:url(../images/bg-testimonial-small.gif) no-repeat 0 0;
	padding:30px 0 0 0;
	margin:0 0 6px;
}
.box-inside {
	width:203px;
	padding:0px 5px 15px;
	color:#fff;
	float:left;
	overflow:hidden;
	background:url(../images/bg-testimonial-small.gif) no-repeat 0 bottom;
}
.home-wrapper .box-inside {
	width:322px;
	padding:0px 10px 16px;
	color:#fff;
	float:left;
	background:url(../images/bg-testimonial.gif) no-repeat 0 bottom;
}
.box-inside p {
	background:url(../images/bg-test.gif) no-repeat 0 0;
	padding:5px 0 0 17px;
	font-style:italic;
	margin:0 0 6px;
	color:#fff;
}
.box-inside address {
	font-style:normal;
	font-size:11px;
	color:#929699;
	font-weight:bold;
	padding:0 0 0 17px;
	float:left;
}
.wid-three h2 {
	background:url(../images/bg-head-orange-small.gif) no-repeat 0 0;
	padding:8px 0 8px 10px;
	margin:0 0 12px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
.home-wrapper .wid-three h2 {
	background:url(../images/bg-head-orange.gif) no-repeat 0 0;
	padding:12px 0 12px 13px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
}
.wid-three .more {
	color:#005788;
	text-decoration:underline;
}
.more:hover {
	color:#005788;
	text-decoration:none;
}
.home-wrapper .wid-four h2 {
	background:url(../images/bg-head-blue.gif) no-repeat 0 0;
	padding:12px 0 8px 13px;
	margin:0px;
	color:#fff;
	text-transform:uppercase;
}
.home-wrapper .wid-four .loc {
	background:url(../images/bg-loc.gif) no-repeat 0 0;
	padding:9px 0px 0 10px;
	width:342px;
	float:left;
	height:125px;
}
.home-wrapper .wid-four .loc div {
	float:left;
	width:108px;
	padding-left:0px;
}
.home-wrapper .wid-four .loc .l-two {
	float:left;
	width:124px;
	padding:0 0 0 0px;
}
.home-wrapper .wid-four .loc .l-one a, .wid-four .loc .l-two a {
	float:left;
}
.home-wrapper .wid-four .loc div p {
	float:left;
	margin:5px 0 0 0;
	height:16px;
	padding:10px 0 4px 0;
	font:normal 18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.home-wrapper .wid-four .loc div p a, .home-wrapper .wid-four .loc div p a {
	color:#1c396d;
}
.home-wrapper .wid-four .loc .l-two p {
	float:left;
/*	margin:5px 0 0 0;*/
	height:16px;
/*	padding:10px 0 4px 13px;*/
	font:normal 18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.bottom-region {
	 clear: both;
    height: 178px;
    margin: auto;
    padding: 0 0 10px 28px;
    right: 31%;
    width: 960px;


	background:url(../images/bg-white-bottom.png) no-repeat 0 0;
}
.reg-left {
	width:500px;
	margin:15px 0 0 0;
	padding:0px 0 0 0;
	float:left;
	position:relative;
}
.reg-left h2 {
	float:left;
	margin:0 0px 0 0;
	width:120px;
}
.reg-left ul {
	position:absolute;
	left:120px;
	top:0;
	height:65px;
	width:410px;
	float:left;
}
.reg-left ul li {
	float:left;
	width:100px !important;
	padding:0 10px;
	text-align:center;
	height:62px;
	margin-right:10px;
	background:#FFF;
	border:1px solid #ccc;
}
.reg-right {
	width:420px;
	margin:12px 0 0 0;
	padding:0px 0 0 10px;
	float:left;
	border-left:1px solid #b6b6b6;
}
.reg-right h2 {
	float:left;
	padding-top:8px;
}
.reg-right .inner {
	float:left;
	width:240px;
	padding:0 0 0 20px;
}
.inner p {
	position:relative;
	margin:-20px 0 0 0;
	width:100%;
	float:left;
}
.inner p a {
	background:url(../images/handler.gif) no-repeat 0 0;
	padding:2px 9px 10px;
	margin:0 12px 0 0;
	font-size:11px;
	color:#fff;
	float:left;
	font-weight:bold;
}
.inner p a.one {
	background-position:0 0;
}
.inner p a.two {
	background-position:0 -85px;
	padding:2px 12px 10px;
}
.inner address {
	font-style:normal;
	font-size:11px;
	color:#173569;
	line-height:14px;
	margin:0px;
	padding:0px;
}
.utility {
	float:left;
	width:100%;
	border-bottom:3px solid #dddddd;
	padding:0 0 9px;
	margin:0 0 20px 0;
}
.utilities {
	float:right;
	color:#dedede;
}
.utilities a {
	font-size:11px;
	color:#7d7873;
}
.utilities a:hover {
	color:#fc9a21;
}
.utilities .email {
	background:url(../images/icon-utilities.gif) no-repeat 0 0;
	padding:0 7px 0 23px;
}
.utilities .print {
	background:url(../images/icon-utilities.gif) no-repeat 0 -54px;
	padding:2px 0 2px 23px;
	margin:0 0 0 7px;
}
.breadcrumb {
	float:left;
	color:#7d7873;
	font-size:12px;
}
.breadcrumb a {
	color:#7d7873;
	font-size:12px;
	background:url(../images/arrow.gif) no-repeat right 6px;
	padding:5px 18px 5px 0;
	margin:0 11px 0 0;
}
.breadcrumb a:hover {
	color:#fc9a21;
}
#outer-footer {
	width:100%;
	float:left;
	background:#c0c0c0 url(../images/bg-outer-footer.gif) repeat-x 0 0;
	padding-bottom:6px;
}
#footer {
	width:948px;
	margin:0 auto;
}
#footer p {
	margin:0px;
}
p.copyright {
	float:left;
	color:#434649;
	padding:0;
	font-size:11px;
	margin:0;
}
.nav-footer {
	float:left;
	padding:13px 0 0 0;
	margin:0 0 6px;
	float:left;
	width:100%;
}
.nav-footer li {
	float:left;
}
.nav-footer li a {
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:0 10px 0 0;
	margin:0px 18px 0 0;
	float:left;
	line-height:15px;
	font-weight:bold;
}
.nav-footer li.last a {
	background:none;
	margin-right:0px;
	padding-right:0px;
}
.nav-footer li a:hover, .nav-footer li.current a {
	color:#1c396d;
}
.footer-region {
	float:left;
	width:100%;
	border-bottom:1px solid #aaaaaa;
	padding:5px 0 4px;
	margin:0 0 10px;
}
.paypal {
	float:right;
	width:100px;
	padding:10px 0 0 43px;
	margin:0 0 0 40px;
	height:40px;
	border-left:1px solid #aaa;
}
#developed {
	float:right;
	width:239px;
	padding:0;
}
#developed p {
	color:#434649;
	font-size:11px;
	padding:0 15px 0 0;
	margin:0px;
	width:130px;
	float:left;
}
#developed a {
	float:left;
}
.nav {
	float:left;
}
.nav li {
	float:left;
	padding:0 10px 0 0;
}
.nav li a {
	text-decoration:underline;
	font-size:11px;
	color:#939393;
}
.nav li a:hover {
	color:#333;
}
/* @Tab Navigation */
div.tabs {
	width:250px;
	float:left;
	padding-left:10px;
}
div.tabs ul.tabNavigation {
}
div.tabs ul.tabNavigation {
	width:100%;
	float:left;
	margin:0 0 8px;
	padding:0;
}
div.tabs ul.tabNavigation li {
	float:left;
	padding:0;
	margin:0 5px 0 0;
}
div.tabs ul.tabNavigation li div.tabs ul.tabNavigation li a {
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
div.tabs div address {
	color:#173569;
	font:normal 12px Arial, Helvetica, sans-serif;
}
div.tabs div address a {
	color:#ec7426;
}
div.tabs ul.tabNavigation li.dubai a, div.tabs ul.tabNavigation li.dubai a.selected {
	background:url(../images/bg-one-li-on.gif) no-repeat 0 0;
	padding:3px 10px 8px 8px;
	text-transform:uppercase;
	color:#FFF;
}
div.tabs ul.tabNavigation li.dubai a.selected {
	background:url(../images/bg-one-li.gif) no-repeat 0 0;
}
div.tabs ul.tabNavigation li.abu a, div.tabs ul.tabNavigation li.abu a.selected {
	background:url(../images/bg-two-li.gif) no-repeat 0 0;
	padding:3px 10px 8px 8px;
	text-transform:uppercase;
	color:#FFF;
}
div.tabs ul.tabNavigation li.abu a.selected {
	background:url(../images/bg-two-li-on.gif) no-repeat 0 0;
}
div.tabs div address a:hover {
	color:#173569;
}
/* @End Tab Navigation */

form#enquiry {
	width:500px;
	margin:0;
	padding:0;
}
form#enquiry h3 {
	font:normal 18px Arial, Helvetica, sans-serif;
}
form#enquiry ul {
	width:400px;
}
form#enquiry ul li {
	float:left;
	margin:0 0 10px;
	padding:0;
	width:400px;
	background:url(../images/bg-mandatory.gif) no-repeat 92% 0;
}
form#enquiry p {
	line-height:18px;
}
form#enquiry ul li label {
	float:left;
	width:125px;
	font:bold 12px Arial, Helvetica, sans-serif;
	font-style:italic;
}
form#enquiry ul li.no-bg {
	background:none;
}
form#enquiry ul li input, form#enquiry ul li select {
	border:1px solid #ccc;
	padding:3px;
	width:220px;
}
form#enquiry ul li select {
	width:226px;
}
form#enquiry ul li textarea {
	border:1px solid #ccc;
	width:220px;
	padding:3px;
}
form#enquiry ul li input.btn-submit, form#enquiry ul li input.btn-reset {
	width:80px;
	border:0;
	margin-left:122px;
	height:27px;
	float:left;
}
form#enquiry ul li input.btn-reset {
	margin:1px 0 0 10px;
}
div.contact-col {
	float:left;
	margin:0 15px 0 0;
	padding:10px;
	width:250px;
	background:url(../images/bg-contact.jpg) repeat-x 0 0;
	border:1px solid #c0e3e8;
}
div.contact-col h3 {
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#014676;
	margin-bottom:5px;
	text-transform:uppercase;
}
div#c-forms form.contact {
	padding-top:0px;
	margin:15px 0 0 0;
	float:left;
}
.content h2.title-sub {
	margin:15px 0;
	padding:0;
	font-size:20px;
}
.content a.content-link, div.contact-col a {
	color:#fc9a21;
}
.content a.content-link:hover, div.contact-col a:hover {
	color:#112c5d;
}
.content ul.content-listings {
	margin:12px 0;
	padding:0;
}
.content ul.content-listings li {
	margin:0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/arrow.gif) no-repeat 0 1px;
}
.content p {
	margin-bottom:12px;
}
.content h4 {
	font-weight:bold;
	font-size:13px;
	color:#004f6d;
}
.content h1 {
	color:#004f6d;
	float:left;
	width:685px;
	line-height:20px;
}
.content h3 {
	font-weight:bold;
	font-size:15px;
	color:#004f6d;
}
.content p.note {
	border:1px solid #ccc;
	padding:4px;
	background-color:#EEE;
}
ul#listing-testimonials {
	float:left;
	width:680px;
	margin:0;
	padding:0;
}
ul#listing-testimonials li {
	border-top:1px solid #ccc;
	background:url(../images/bg-contact.jpg) repeat-x 0 0;
	width:660px;
	float:left;
	padding:10px;
	margin:0;
}
ul#listing-testimonials li address {
	font:normal 11px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#2d8c9e;
}
ul#listing-testimonials li p {
	margin-bottom:5px;
}
table#services h3 {
	font:bold 13px Arial, Helvetica, sans-serif;
	margin:8px 0;
	color:#1c396d;
}
ul#clients-listings {
	margin:12px 0;
	padding:0;
	float:left;
	width:680px;
}
ul#clients-listings li {
	float:left;
	margin:0 8px 8px;
	padding:3px;
	border:1px solid #E2E2E2;
	width:200px;
	height:65px;
	text-align:center;
	vertical-align:middle;
}
ul#clients-listings li img {
	vertical-align:middle;
	text-align:center;
}
input#captche {
	width:90px !important;
	margin-left:125px;
}
h2.content-sub-title {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#004F6D;
}
span.mandtory {
	color:#fff;
	font:normal 18px Arial, Helvetica, sans-serif;
	padding:5px 2px;
	margin:0;
	width:15px;
	height:6px;
	text-indent:-999em;
	background:url(../images/bg-mandatory.gif) no-repeat 0px 13px;
}
p.success-msg {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#F60;
}
ul#sitemap {
	float:left;
	margin:0;
	padding:0;
	width:600px;
}
ul#sitemap li {
	float:left;
	width:600px;
	background:url(../images/arrow.gif) no-repeat 0 2px;
	padding-left:12px;
}
ul#sitemap li a {
	color:#062841;
}
ul#sitemap li a:hover {
	color:#FC9821;
}
/* @Pagination */
.content #pagination-clean {
	float:left;
	width:680px;
	margin:10px 0;
 .margin:0 0 0px -5px;
	border-top:1px solid #ccc;
	padding:10px 0 0 0;
}
.content #pagination-clean ul#pagination-clean {
	float:left;
	margin:0;
	padding:0;
}
.content #pagination-clean li {
	float:left;
	margin:0 5px;
	padding:0 5px;
	background:none;
	font-weight:bold;
	border:1px solid #ccc;
}
.content #pagination-clean li a {
	font-weight:bold;
	color:#004F6D;
}
.content #pagination-clean li.next, .content #pagination-clean li.previous-off {
	margin:0 2px;
	border:0;
	color:#999;
}
/*.content #pagination-clean li.next a{
	background:url(../images/arrow-next.gif) no-repeat 0 0;
	text-indent:-9999em;
	border:1px solid red;
	display:block;
	float:left;
	width:25px;
}*/
/* @End Pagination */


table.content-table {
	border:1px solid #9ed5f4;
	margin-bottom:20px;
}
table.content-table tr th {
	background:#9ed5f4;
	padding:0;
	vertical-align:middle;
}
table.content-table tr th p {
	margin:3px;
	font-size:16px;
}
table.content-table tr td {
	margin:3px;
	border:1px solid #9ed5f4;
	border-collapse:collapse;
	padding:3px;
}
table.content-table tr td p {
	margin:0;
	padding:0;
}
h2.sub-title-c {
	font-size:20px;
	color:#004F6D;
}
#Frm_Apply {
	width:380px;
	float:left;
	overflow:hidden;
}
#Frm_Apply ul li {
	float:left;
	margin:0px 0 5px;
	padding:0 6px 0 25px;
	width:380px;
}
#Frm_Apply ul li label {
	float:left;
	width:123px;
}
#Frm_Apply ul li input.cv-upload {
	float:left;
}
#Frm_Apply ul li input.btn-submit {
	width:80px;
	float:right;
	padding:0px 37px 5px 0;
}
#Frm_Apply ul li input {
	float:left;
	width:214px;
}
#Frm_Apply ul li select#txtNation {
	float:left;
	width:217px;
}
#Frm_Apply ul li input.btn-reset {
	width:80px;
	float:right;
	padding:0px 10px 0 0;
}
#Frm_Apply p.success-msg {
	padding-left:30px;
}
#c-forms {
	width:380px;
	float:left;
}
#c-forms h2 {
	padding:10px 0 10px 25px;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#014676;
	margin:0;
	text-transform:uppercase;
}
/* @News Listings and Details */
ul#news-listing {
	margin:0;
	padding:0;
	width:680px;
	float:left;
}
ul#news-listing li {
	width:680px;
	list-style:none;
	background:0;
	border-top:1px solid #EBEBEB;
	float:left;
	margin:10px 0 0;
	padding:10px 0 0;
}
ul#news-listing li a.thumb-news {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	border:1px solid #999;
}
ul#news-listing li div.details {
	float:left;
	margin:0;
	padding:0;
	width:480px;
}
ul#news-listing li div.details.w-670 {
	width:680px;
}
ul#news-listing li div.details h3 {
	margin:0 0 8px;
	padding:0;
}
ul#news-listing li div.details h3 a {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#12588B;
}
ul#news-listing li div.details h3 a:hover {
	color:#999;
}
ul#news-listing li div.details small, .content small.date {
	font-size:11px;
	background:url(../images/icon-calender.gif) no-repeat 0 0;
	padding:0 0 3px 18px;
	margin-bottom:3px;
	float:left;
	width:98%;
}
ul#news-listing li div.details p {
	margin-bottom:8px;
	padding:0;
}
div.news-image {
	float:left;
	width:230px;
	margin:10px 10px 0 0;
}
a.read-more {
	background:url("../images/bg-arrow.gif") no-repeat scroll left 4px transparent;
	padding-left:8px;
	color:#FF7805;
	margin-top:8px;
	float:left;
}
a.read-more:hover {
	color:#666;
}
span.content-image {
	float:left;
	margin:0 10px 10px 0;
}
/* @News Listings and Details */
a.inhouse {
	margin:0 0 15px 22px;
	float:left;
}
/* Scroller Box */
#scroller_container {
	position:relative;
	width: 370px;
	height: 80px;
	overflow: hidden;
}
#scroller {
	white-space: nowrap;
	line-height: 60px;
	font-size: 60px;
}
#scroller a {
	padding: 0;
	margin-right:8px;
}
/* Scoller Box */
.accredit{
	float:left;
	padding:0;
}
.accredit span{
	border:1px solid #ccc;
	float:left;
	margin:0 0 10px 10px;
}
