 /* YAHOO CSS RESET --------------------------*/
 
 body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

a{
	color:#1B4365;
}
a:hover
{
    color:#336699;
    text-decoration:underline;
}
ul{
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#container li{
	margin-left:10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	line-height:15px;
}
.links li
{ 
    list-style:none;    
} 
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* COMMON/BASIC STYLES ------------------------*/

body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1B4365;
	background:url(./images/bodyBg.jpg) center top repeat-y #627D8E;
	}

* html body{ 				/* IE 6 */
	font-size:12px;}

* html body{ 				/* IE 6 */
	font-size:12px;}

h1,h2,h3,h4,h5,h6,p{
	line-height:12pt;
	border: 0;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

h1{
	font-size:2em;
	line-height:1em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
h2{
	font-size:1.8em;
	line-height:0.75em;
	margin:0.75em 0;}

h3{
	font-size:1.6em;
	line-height:0.75em;
	margin:0.75em 0;}
h4{
	font-size:1.1666em;
	font-weight:bold;
	line-height:1.2em;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 0.1857em;
	margin-left: 0;
	}

/* GRID CSS ----------------------------------*/

div#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
	}

div#header{
	width:1000px;
	height:105px;
	}
div#menu{
	width:1000px;
	height:30px;
	background:url(./images/menu.jpg) no-repeat #6C808D;	
}

div#menu ul{
	margin:0px 0px 0px 5px;
	list-style:none;
	display:block;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-weight:normal;	
	color:#fff;
	width:920px;
	float:left;
	}
div#menu a{
	display:block;	
}
div#menu li{ /* all list items */
	float: left;
	margin:0px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
div#menu li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:101;
}
div#menu li ul li
{
    width:120px;
	padding:0px;
	border-bottom:1px solid #4D687D;
	border-left:1px solid #4D687D;
	border-right:1px solid #4D687D;
	background-color:#9dacb3;
	font-size:12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:10px;
}
div#menu li:hover ul { /* lists nested under hovered list items */
	margin:0px 0px 0px -11px;
	padding:0px;
	left: auto;
}

div#menu ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 20px;
	}

div#menu ul li a:hover{
	color:#FFFFFF;
	background-color: #3C5B71;
	}

	
div#loginBar{
	height:30px;
	width:630px;
	float:right;
	background:url(./images/login_bar.jpg) right no-repeat;
	}

div#loginBar p{
	float:left;
	padding:0;
	margin:0;
	line-height:26px;
	color:#fff;}
	
div#loginBar .loginpanel{ 
	margin:6px 0 0 25px;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	}

div#loginBar .loginpanel .secure{
	color:#fff;
	margin: 0px 10px;
	padding-top:3px;
	float:left;
	}

div#loginBar .loginpanel .label
{
    padding-top:3px;
	float:left;
	color:#fff;}

div#loginBar .loginpanel .inputBox{
	float:left;
	margin:0 10px 0 5px;
	border:solid 2px #87a2b2;
	width: 110px;
	}

div#loginBar .loginpanel input.button{
	font-size:0.9em;
	padding:0px 2px 2px 2px;
	margin:0px;
	border:1px solid #536F86;
	background:#7C94A3;
	color:#ffffff;
	line-height:12px;	
	}
	
	div#loginBar .loginmsg
	{
	    padding-left:70px;
	    font-size:12px;	
	    font-weight:normal;    
	}
	
	.loginmsghome
	{
	    width:180px;
	    display:block;
	}
div#container{
	width:1000px;
	/*overflow:auto;*/
	}
#doclib
{
     height:500px;
     border:solid 1px #ccc;
}
div#container .introCol{
	padding-right:200px;
	margin-bottom:5px;
	clear:both;
}
div#container .leftCol{
	float:left;
	width:420px;
	padding-bottom:0px;
}

div#container div#loginBox{
	width:192px;	
	background:url(./images/login_bg.jpg) repeat-y;
	/*overflow:auto;*/
	margin-top:10px;
}

div#container div#loginBox h4, div#container .sectionHeader {
	height:25px;
	 color:#fff;
	 background:url(./images/login_head.jpg) no-repeat;
	/* width:220px;*/
	 margin:0;
	 padding:0;
	 line-height:25px;
	 text-indent:10px;
	}

div#container div#loginBox .homelogin{
	width:170px;
	margin:0;
	padding:10px;
	}
div#container div#loginBox .homelogin div.fomrRow{
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;	
	width:100%;
	float:left;
	clear:both;
}

div#container div#loginBox .homelogin label{
	display:block;
	float:left;
	width:60px;
	color:#fff;
	}
	
	div#container div#loginBox .homelogin .validator{
	float:left;
	}
	
div#container div#loginBar form .inputBox{
	border:1px solid #88A0B1;
	margin-left:5px;
	width:100px;}
	
	
div#container div#loginBox .homelogin .inputBox{
margin:0;
width:150px;
}	

div#container div#loginBox .homelogin .button, div#loginBar form .button{
	border:1px solid #536F86;
	background-color:#7C94A3;
	margin:4px;
	color:#fff;
	}

div#container div#loginBox .homelogin .button{
	float:right;}

div#container div#loginBox div#loginBottom{
	width:192px;
	height:8px;
	background:url(./images/login_bottom.jpg) no-repeat;
	clear:both;
	overflow:hidden;}

div#container .rightCol{
	float:right;
	width:430px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

div#container .pad{
	padding-top: 40px;
	padding-right:35px;
	padding-bottom: 0;
	padding-left: 35px;
}

div#home_image{
	clear:both;
	width:1000px;
	height:290px;
	margin-top:0px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(./images/index_images.jpg);
	}
	
div#meeting_image{
	clear:both;
	width:1000px;
	height:290px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
div#service_image{
	clear:both;
	width:1000px;
	height:290px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	}
	
div#contact_image{
	clear:both;
	width:1000px;
	height:300px;
	background-color: #fff;
	background-image: url(./images/BG5.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

div#secure_image{
	clear:both;
	width:1000px;
	height:520px;
	background-color: #fff;
	background-image: url(./images/doclib_bground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
div#footer{
	width:1000px;
	height:76px;
	background-color:#627D8E;
	clear:both!important;


}

div#footer p.copy{
	margin:0 0 0 20px;
	color:#fff;
	line-height:76px;
	
	}
.breadCrumbs{
	font-size:10px;
	
}
.breadCrumbs a{
color:#1B4365;
}
.securePDF{ cursor:hand;

}
#wrapper #container .pad .rightCol #form2 #name {
	background-color: #E8E8E8;
}
#wrapper #container .pad .rightCol #form2 #name {
	border: 1px solid #D5D5D5;
}

.cls{
	clear:both;
}

.clsRight
{
	float:right;
	height:200px;
}
.contentul{
	margin: 0px 0 0 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.contentul{
    list-style-type: none;
    float:left;  
  
  }
.contentul li{
	/*float:left;*/
	width:260px;
	/*border:solid 1px #000;*/
	background-image: url(images/arrowKB.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.2em;
	line-height:160%;
	
}

.contactformlabel	
{
	font-family:Verdana, Geneva, sans-serif;
	color: #6C808D;
	font-size: 11px;
	text-align: right;
	padding: 5px;
	}
	
h1.headerfaq{
	font-family:calibri;
	font-size:20px;
	clear:both;
	padding-bottom:10px;
	margin:0;
}
div.anchorpaddingsfaq a{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:3px 5px 5px 25px;
	background-image: url(./images/pointer-arrow.gif);
	background-position:12px 10px;
	background-repeat:no-repeat;
	display: block;
	line-height:150%;
	}

div.anchorpaddingsfaq a:hover{
	text-decoration:underline;	
}
div.anchorpaddingsfaq
{
	padding:0;
	margin:0;

}

.searchbutton{
	font-size:0.9em;
	padding: 1px 2px 1px 2px;
	margin:0px;
	border:1px solid #536F86;
	background:#7C94A3;
	color:#ffffff;
	line-height:10px;
	}
	
	.searchcontainer
	{
		float: left; 
		padding-top: 10px; 
		width: 39%; 
		padding-left: 50px;
	}
	
#llogin_ValLoginSumy
{
    clear:both;
     font-size:10px;
   
}

#pnlAnswer
{
    width:600px;
}

/*Contact Form*/

h2.title span {
	background:transparent  url(./images/headerbg.gif) no-repeat scroll 0 0;
	display:block;
	padding:3px 10px;
	font-size:12px;
	color:#fff;
	
}

.form-item label{
	font-size:11px;
	width:80px;
	padding-right:10px;
	float:left;
	text-align:right;
	display:block;
	color:#718391;
	font-weight:normal;
	}
	
#blockwrapper .content {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:10px 7px 10px 10px;
	width:305px;
}

#blockwrapper input.button{
	font-size:0.9em;
	padding:0px 2px 2px 2px;
	margin:0px;
	border:1px solid #536F86;
	background:#7C94A3;
	color:#ffffff;
	line-height:15px;
	}
#blockwrapper .content #enquiry{
	background:transparent  url(./images/textareaBg.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding:5px 8px;
	width:188px;
	margin-bottom:5px;
	height:95px;
}

.block .content {
	border:1px solid #E5E5E5;
	float:left;
}

form {
	margin:0;
	padding:0;
}

#blockwrapper h2 {
	font-size:1.8em;
	line-height:0.75em;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#blockwrapper input.form-text {
	background:transparent url(./images/input-02.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding:5px 8px;
	width:188px;
	margin-bottom:5px;
}

/*Contact Form*/
.clearboth
{
    clear:both;
}

.searchresults
{
  width:600px;   
}
.searchresults li
{
    margin:5px;
}
.answerArrow
{
  font-weight:bold;   
} 
.viewFAQ
{
    font-size:0.6em;
    padding: 2px 4px;
	margin:3px 0px;
	border:1px solid #536F86;
	background:#7C94A3;
	color:#ffffff;	
	cursor:pointer;
}

sup { font-size: 0.9em;	 vertical-align: baseline; position: relative; top: -0.4em;}
.underline
{
  text-decoration:underline;   
}

#langFlags
{
    float:right; 
    width:60px; 
    margin-top:6px;   
} 
#langFlags img
{
    border:solid 1px #ccc;
}
#boarMembers
{ 
}
#boarMembers img{
	float:left;
	border:solid 1px #ccc;
	padding:0;
	margin:2px 10px 2px 2px;
	width:120px;
	display:block;
}
.bulletNarrow{
	width:292px;
}
#boarMembers ul{
	float:left;
	display:block;
}
#boarMembers ul li {
	list-style:none;
	background:url(images/dots.jpg) 1px 5px no-repeat;
	padding:0px 0 0 1.5em;


}
#boarMembers ul li ul li {
	list-style:none;
	background:url(images/dots.jpg) 1px 5px no-repeat;
}
#boarMembers p{
	padding-bottom:5px;
}
#tblBoard td
{ 
    border:solid 1px #ccc; 
    vertical-align:top;
    padding:5px;
}
.floatLeft
{
    float:left;
    margin-right:2px;
}
.clearBoth{
 clear:both;
}
#ISOimg
{
    position:relative;
    top:236px;
    left:870px;
}

#roudedcurveBoxTop{
	background:url(images/roundTop.jpg) top left no-repeat;
	height:15px;
	float:left;
	width:925px;
}

#roundedCurveBoxMid{
	background:url(images/roundMid.jpg) repeat-y top left;
	float:left;
	width:885px;
	padding:0 20px
}

#roundedCurveBoxBtm{
	background:url(images/roundBot.jpg) bottom left no-repeat;
	float:left;
	height:15px;
	width:925px;
}

.tableBoard{
	color:#4E677C;
	font-size:12px;
}

.tableBoard a
{
    font-weight:bold;
    color: #065FA3;
    background:url(images/icons/arrowblue.gif) no-repeat right 2px;
	text-decoration:none;
	padding-right:15px;
}

.tableBoard th{
	line-height:25px;
	font-weight:bold;
	text-align:left;
	border-bottom:5px solid #065FA3;
	color: #065FA3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.tableBoard th.none{
	line-height:25px;
	text-align:left;
	border-bottom:5px solid #fff;
}

.tableBoard td{
	line-height:18px;
	text-align:left;
	vertical-align:text-top;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #e5e5e5
}

.tableBoard tr.lastraw td{
	border-bottom:none!important;
}


.biodata{
	background:#4C6A84 url(images/biobg.jpg) bottom left repeat-x;
	color:#FFFFFF;
	float:left;
	display:block;
	width: 600px;
	padding:10px 30px 10px 30px;
	margin-bottom:10px;	
}
.biothumbshadow{
	padding:0 5px 5px 0;
	background:url(images/biothumbshadow.jpg) no-repeat bottom right;	
	display:block;
	float:left;
}
h1.ourpeople{
		/*background:url(images/ourPeople.jpg) top left no-repeat;
		text-indent:-9999px;*/
		display:block;
		height:35px;
		margin-top:10px;
		margin-left:20px;
		margin-bottom:10px;
	}
	
h1.staffprofile{
		/*background:url(images/staffProfile.jpg) top left no-repeat;		
		text-indent:-9999px;*/
		display:block;
		height:35px;
		margin-top:10px;
		margin-left:20px;
		margin-bottom:10px;
	}

	
.biodata h2{
		font-family:Verdana, Geneva, sans-serif;
		font-size:22px;
		color:#FFF;

}
.biodata em{
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		color:#FFF;		
		float:left;
		clear:both;
		width:100%;

}

.biodata span{
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		color:#FFF;
		float:left;
		clear:both;
		width:100%;
		font-weight:bold;
		padding-bottom:10px;

}
.biodata p{
		padding-bottom:10px;

}
.biodata a{
	color:#FFFFFF;
	text-decoration:none;
}
.biodata .bioLeft{		
		color:#FFF;
		float:left;
		width:290px;
		padding:0px;
}

.biodata .bioLeft ul{
		padding-bottom:10px;
		padding-top:0;
}
.biodata .bioRight{		
		color:#FFF;
		float:left;
		width:290px;		
		font-weight:normal!important;
		padding:0px;
}

.bioBack
{
    position:relative;
    left:780px;
    top:-35px;    
}
	