/*
 * Author Lee Hoang
 * Date 11/09/2008
 * Copyright Byng Systems LLP (2008)
 *
 */

/* Import Country Selector CSS */
@import url('/html/css/ui/country.css');

/** Landing Page **/

/* Welcome Heading/Message */
#welcome{
	float:left;
	width:467px;
	height:50px;	
	margin-top:40px;
	padding-left:105px;
	background:transparent url(../images/heading/welcome.jpg) no-repeat scroll center bottom;
}

#welcome_text{
	float:right;
	width:600px;
	margin-top:10px;
	line-height:1.3em;
	margin-right:10px;
	color:#fff;
	text-align:right;
	font-weight:bold;
	font-size:0.8em;
}

#welcome_text p a{
	color:#fff
}

/* Link Home */
#homepage{ width:200px; height:100px; display:block;padding:40px;}

/*  Left Pane Main Body */



#content_body .top{
	background:transparent url(../images/heading/content_head.png) no-repeat center;
	width:712px;
	line-height:57px;
	color:#fff;
	text-indent:30px;
	font-weight:bold;
}

#content_body .body{
	background:transparent url(../images/background/content_body_bg.png) repeat-y scroll left;
	width:680px;
	margin-top:0px;
	padding-top:10px;
	padding-left:30px;
	padding-bottom:20px;
	height:auto;
	min-height:440px;
	font-size:0.8em;
}

#content_body .body a{
	text-decoration:none;
	color:#0B95C7;
	font-size:0.9em;
	font-weight:bold;
}

#content_body .body a:hover{
	text-decoration:underline;
}

#content_body .bottom{
	width:703px;
	margin-top:0px;
	margin-left:4px;
	height:2px;
	border-top:1px solid #097DA7;
}

#content_body .body h2{
	line-height:20px;
	width:666px;
}

#content_body .body p{
	width:653px;
	line-height:20px;
}

#content_body .body hr{
	width:666px;
	float:left;
	line-height:20px;
}

#content_body .body li{
	line-height:20px;
	margin-left:30px;
	padding-right:30px;
	list-style-type:disc;
}

/* Right Pane*/

/* Articles */
#article{
	height:auto;
	padding-top:10px;
	width:218px;
	background:#fff;
	margin-left:6px;
	font-size:0.7em;
}

#article p{
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

a#submit{
	display:block;
	margin-left:-1px;
	height:18px;
	width:214px;
	background:transparent url(../images/background/article_submit.gif) no-repeat scroll right;
	text-decoration:none;
	color:#336886;
	padding-left:5px;
}

/* Contact Details */
#contact{
	font-size:0.7em;
}

#contact ul{
	background:transparent url(../images/background/contact.gif) repeat-y scroll center;
	width:225px;
	margin-left:3px;	
	padding-top:5px;
	padding-bottom:5px;
}

#contact ul li{
	margin-left:20px;
	margin-right:10px;
	padding-left:20px;
	line-height:18px;
}

#contact ul li#info{	background:transparent url(../images/background/info.png) no-repeat scroll left;}
#contact ul li#address{	background:transparent url(../images/background/address.png) no-repeat scroll 0% 10%;}
#contact ul li#email{	background:transparent url(../images/background/email.png) no-repeat scroll left;}
#contact ul li#phone{	background:transparent url(../images/background/phone.png) no-repeat scroll left;}
#contact ul li#fax{		background:transparent url(../images/background/fax.png) no-repeat scroll left;}

#contact ul li a{ text-decoration:none; color:#454B5E}
#contact ul li a:hover{ text-decoration:underline;}

#watermark{	
	background:transparent url(../images/background/watermark.gif) no-repeat scroll left;
	height:100px;
	margin-left:3px;
}

/* Footer */
#copyright{
	margin-top:75px;
	font-size:0.5em;
	letter-spacing:0.2em;
	color:#fff;
	text-align:center;
	margin-left:20px;
}

#copyright a{
	color:#fff;
	text-decoration: none;
}
#copyright a:hover{
	color:#fff;
	text-decoration: underline;
}

