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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#eaf4f9;
}

.left {float:left;}
.right {float:right;}
.clr {clear:both; font-size:0; }

* { margin:0; padding:0; }
html, body { height: 100%; }

a img, img, fieldset { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { line-height: 1em; }



/*.container {
	width:950px;
	margin:0 auto;
}
*/

/*changes 12/22/10 */
.container {
	width:1020px;
	margin:0 auto;
	background-color:#FFF;
}

.head-container {
	width:1020px;
	margin:0 auto;
	position:relative;
	z-index:1;
	height:371px;
}

/*header */
.header {
	position:absolute;
	z-index:1;
	width:1020px;
}

.bg-container {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}


.logo {
	position:absolute;
	top:30px;
	left:42px;	
}


.nav {
	background:url(../images/nav-bg.png) 0 0 no-repeat;
	width:477px;
	height:28px;
	margin:31px 0 0 483px;
	padding:10px 15px 9px 20px;
	position:absolute;
}

/*.display-area {
	width:950px;
}
*/

/*changes 12/22/10 */
.display-area {
	width:980px;
	padding:0 20px 20px 20px;
}

.IE6 .display-area {
	padding:0 20px 80px 20px;	
}


.leftarea {
	width:700px;
	padding:20px 0 0 0;	
}

.leftarea-content {
	width:700px;	
	padding:0px 0 10px 0;
	border-bottom:2px solid #e8e8e8;
	margin:0 0 20px 0;
        font-family:Helvetica,Arial,sans-serif;
}

.leftarea-content h1, .leftarea h1 {
	font-size:13px;
	color:#034858;
	line-height:18px;
}
.leftarea-content a{
color:#0084B6;
}

.leftarea-content p {
	color:#034858;
	padding:10px 0 10px 0;
}

.leftarea-content span,  .leftarea span {
	font-size:14px;
}

.noborder {
	border:none;	
}

.leftarea-content h2 {
	font-size:17px;
	color:#0084b6;
        padding:0 0 10px 0;
}


/*rightarea */
.rightarea {
	width:241px;
	position:relative;
	min-height:400px;
	z-index:3;s
}

.enquiry {
	width:240px;
	position:absolute;
	top:-45px;
	right:0;
	z-index:2;
	background:url(../images/enquiry-bg.png) 0 0 no-repeat;
	height:402px;
	padding:20px 0 0 0;
}

.head {
	background:url(../images/head-bg.png) 0 0 no-repeat;
	width:241px;
	height:24px;
}

.middle {
	/*background:url(../images/middle-bg.png) 0 0 repeat-y;*/
	width:191px;
	padding:0 25px 0 25px;
}

.middle h3 {
	font-size:17px;
	color:#0084b6;
	padding:0 0 10px 0;
}

.tail {
	background:url(../images/tail-bg.png) 0 0 no-repeat;
	width:241px;
	height:24px;	
}

.middle table tr td {
	padding:0 0 10px 0;
}

.middle table tr td p {
	font-size:11px;
	color:#353535;
}

.middle table tr td a {
	font-size:13px;
	color:#353535;
} 

.middle table tr td a:hover {
	text-decoration:none;
}

.middle table tr td table tr td {
	padding:0;
}


.textbox1 {
	width:180px;
	height:21px;
	background-color:#FFF;
	border:none;
	line-height:21px;
	font-size:11px;
	color:#353535;
	padding:0 5px 0 5px;
}

.textarea1 {
	width:180px;
	height:150px;
	background-color:#FFF;	
	font-size:11px;
	color:#353535;
	padding:0 5px 0 5px;
	border:none;
	font-family:"Arial", Helvetica, sans-serif;
        overflow:hidden;
}






/*footer*/
.whole-bottom {
	background:url(../images/wholebottom-bg.gif) 0 0 repeat-x;
	height:58px;
	min-width:950px;
	width:100%;
	
}

/*.footer {
	padding:10px 0 0 0;	
}
*/

.footer {
	padding:10px 20px 0 20px;	
	background:url(../images/wholebottom-bg.gif) 0 0 repeat-x;
	height:48px;
}

.footer p {
	font-size:10px;
	color:#FFF;
	padding:14px 0 0 0;
}

/*css for innerpage */
.leftarea p {
	font-size:13px;
	color:#034858;
}
.captchaimg img{
    width:115px;
}
p.newssubj{
display:none;
padding:10px 0 0;
}
/* jquery tools scroller */

.scrollable {
	float:right;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:81px;
	height:105px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.rightarrow 				{ background-position: 0 -105px; clear:right; margin-right: 0px;}
a.rightarrow:hover 		{ background-position:-81px -105px; }
a.rightarrow:active 	{ background-position:-81px -105px; } 
/* left */
a.leftarrow				{ margin-left: 0px; } 
a.leftarrow:hover  		{ background-position:-81px 0; }
a.leftarrow:active  	{ background-position:-81px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 1020px;
	height:371px;

	/* custom decorations */
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div.bannerdiv {
	float:right;
	width:1020px;
	position:relative;
}

/* single scrollable item */
.scrollable img.bannerimg {
	float:left;	
	background-color:#fff;	
	width:1020px;
	height:371px;	
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/*changes 1/12/2011*/
.leftarea-content ul {
        padding:0 0 0 13px;
}
