@charset "utf-8";
/* Main CSS Document */

h1, h2 {
	font-size: 153.9%;
	font-family: "Oregon LDO", "Times New Roman", Times, Serif;
	color: #010088;
	padding-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-size: 116%;
	color: #4b0000;
	padding: 5px 0 15px;
}

ul, ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

li {
	list-style-type: disc;
	margin-bottom: 5px;
}

li ul, li ol {
	padding-top: 5px;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}

blockquote {
	margin-left: 30px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #010088;
}

a:hover {
	text-decoration: underline;
}



/* Header */
#hd {
	height: 229px;
	background: url(../images/header_banner.jpg) #4B0000 no-repeat center bottom;
}

#logo {
	background: url(../images/logo_shadow.png) no-repeat right top;
	text-align: right;
	width: 192px;
	padding-right: 4px;
	padding-bottom: 5px;
}


/* Menu */
#menu {
	width: 735px;
	position: relative;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu li a {
	margin: 0;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 104px;
	height: 30px;
	padding-top: 46px;
	text-align: center;
	color: #ecdcd5;
	font-weight: bold;
	border-left: 1px solid #7E4848;
	font-size: 100%;
}

#menu li a:hover {
	background-color: #692B2B;
	text-decoration: none;
}

#menu li.active a {
	background-color: #692B2B;
}


#menu .submenu {
	min-width: 105px;
	background-color: #4B0000;
	display: none;
	position: absolute;
	z-index: 999;
	border-bottom: 1px solid #7E4848;
}

#menu .submenu li {
	display: block;
}

#menu .submenu li a {
	text-transform: none;
	display: block;
	padding: 5px 8px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #7E4848;
	border-bottom-width: 0;
	font-size: 93%;
	float: none;
	width: auto;
	height: auto;
	overflow: visible;
}


/* Main Body */
#yui-main {
	width: 695px;
}


.yui-t2 #bd {
	background: url(../images/bg_lhs.png) repeat-y left top;
	margin: 20px 0;
}

.yui-t2 #yui-main {
	width: 690px;
}

.yui-t2 #content.yui-b {
	margin-left: 0;
	padding-right: 75px;
	color: #515151;
}

.yui-t2 #content.yui-b.general {
	padding-right: 20px;
}


/* Main Headline */
.main-headline {
	background: url(../images/bg_main_heading.jpg) repeat-x center bottom;
	color: #515151;
	padding: 25px 20px 5px;
	width: 655px;
	margin-bottom: 20px;
}

.main-headline p {
	padding-bottom: 20px;
	line-height: 140%;
}

.main-headline ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

.main-headline ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}


/* Features */
#features {
	background: url(../images/bg_features.jpg) repeat-x center bottom;
	width: 695px;
	margin-bottom: 20px;
	color: #515151;
}

#feature-services, #feature-expertise {
	height: 352px;
	width: 307px;
	padding: 15px 20px 0;
}

#feature-services {
	background: url(../images/bg_feature_our_services.jpg) no-repeat left top;
	border-right: 1px solid #D1D1D1;
}

#feature-expertise {
	background: url(../images/bg_feature_our_expertise.jpg) no-repeat left top;
}


#features h2 {
	padding-bottom: 10px;
}

#features table {
	margin-bottom: 10px;
}

#features table td {
	padding: 6px;
}

#features table a {
	color: #010088;
}



/* Left Hand Side */
#lhs {
	background: url(../images/bg_lhs_top.png) repeat-x center top;
	width: 205px;
	padding: 15px;
	_height: 200px;
	min-height: 200px;
}

#lhs h2 {
	padding-bottom: 5px;
	text-transform: uppercase;
}

#lhs ul, #lhs li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lhs li.active a {
	font-weight: bold;
}

#lhs .lnav a {
	color: #515151;
	display: block;
	padding: 7px 10px;
}

#lhs .lnav a:hover {
	text-decoration: none;
	color: #000;
}

#lhs .lnav li.hi a {
	background-color: #E3D6D6;
}



/* Right Hand Side */
#rhs {
	color: #515151;
	padding: 25px 20px 5px;
	width: 215px;
	margin-bottom: 15px;
	margin-left: 15px;
}


/* News Items */
#news-items .item {
	margin-bottom: 20px;
}

#news-items h3 {
	padding-bottom: 5px;
}

#news-items .date {
	margin-bottom: 5px;
}

#news-items .date span {
	background: url(../images/bg_news_date.jpg) repeat-x center top;
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	padding: 1px 3px 3px;
	display: inline-block;
}

#news-items p {
	line-height: 140%;
}

#news-items a {
	color: #010088;
}

#content #news-items .item {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666;
}

#article.bottom {
	border-bottom: 1px dotted #666;
	margin: 15px 0;
	padding-bottom: 15px;
}

#article h1 {
	padding-bottom: 10px;
}

#article h2 {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 116%;
	color: #4b0000;
	padding: 5px 0 15px;
	padding-bottom: 10px;
}

#article p {
	margin-bottom: 15px;
	line-height: 140%;
}



/* Pages Bar */
.pages {
	width: 100% !important;
	float: none !important;
	padding: 10px 0 8px;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 93%;
	color: #010088;
}

.pages.bottom {
	border-bottom: 0;
	padding-top: 0;
}

.pages a.arrowbl, .pages a.arrowl, .pages a.arrowr {
	color: #4b0000;
}

.pages a.arrowbl {
	background: url(../images/arrow_blue_l.gif) no-repeat left center;
	padding-left: 12px;
}

.pages a.arrowl {
	background: url(../images/arrow_l.gif) no-repeat left center;
	padding-left: 12px;
}

.pages a.arrowr {
	background: url(../images/arrow_r.gif) no-repeat right center;
	padding-right: 12px;
}

.pages .num a {
	color: #010088;
}

.pages .num a.active {
	color: #733909;
	text-decoration: underline;
}


/* Contact */
#contactus table {
	margin-bottom: 10px;
}

#contactus table td {
	padding-bottom: 5px;
	line-height: 160%;
}

#googlemap iframe {
	border: 1px solid #ccc;
}

#enquiry p {
	margin-bottom: 10px;
}

#enquiry label {
	line-height: 200%;;
	font-size: 93%;
}

#enquiry .ipt-txt, #enquiry .ta {
	width: 285px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #515151;
}

#enquiry .ta {
	height: 150px;
	overflow: auto;
}

#enquiry .ipt-smt {
	background: url(../images/btn_submit.jpg) no-repeat left top;
	border: 0;
	width: 67px;
	height: 20px;
	vertical-align: bottom;
	cursor: pointer;
}

#enquiry .ipt-qst {
	background: url(../images/btn_question.jpg) no-repeat left top;
	border: 0;
	width: 71px;
	height: 20px;
	vertical-align: bottom;
	cursor: pointer;
}

#enquiry .ast {
	color: #00478c;
}



/* Footer */
#ft {
	background-color: #4B0000;
	color: #fff;
	padding: 18px 20px 0;
	*padding-bottom: 18px; /* For IE7 */
}

#ft:after {
	height: inherit;
}

#ft p {
	padding-bottom: 18px;
	font-size: 93%;
}


#ft p img {
	vertical-align: bottom;
}

#ft a {
	color: #fff;
}

#ft .credits a {
	color: #6A0000;
}


/* Class */
.txtr {
	text-align: right !important;
}

.nopadding {
	padding: 0 !important;
}

.tline-box {
	border-top: 1px dotted #666;
	padding: 10px 0;
}

.col2 {
	width: 100% !important;
	float: none !important;
}

.show {
	display: block;
}

.hide {
	display: none;
}
