@charset "utf-8";

/* CSS Document */
/* Created: Kean Onn See
* HTML #tic_container {	
	background-image: url(images/tic_black_bg.png);
	behavior: url(/Portals/_default/Skins/XXXX/iepngfix.htc);
}
*/
html{
	padding:0;
	margin:0;
}

body{
	background: #0195d6;
	font: normal 78%/1.5em Arial, Helvetica, sans-serif;
	font-size-adjust: inherit;
	text-align:center;
	margin:0;
	padding:0;	
}

h1, h2, h3, h4{
	font-weight: bold;
	color: #003366 !important;
}


h2{	
	font-size: 16px;
	line-height:1.6em;	
}

h3{
	font-size: 14px;

}

h2.h2Normal span.Head{
	color: #003366 !important;
	
}
h2.h2Normal {
	margin-top:0px;
	padding-top:0px;
}

p, ul, ol, em, ul, table{
	line-height: 1.6em;
	font-size: 1.0em;/*13px;*/
}

ul, ol{
	padding-top:0px;
	padding-left: 10px;
	padding-right: 20px;
	margin:0;
}

ol{
	padding-left: 30px;
}

#ContentWrapper ul{
	margin-left: 20px;	
}

#ContentWrapper ul li{
	padding-left: 0px;
	/*list-style:none;
	background: url(images/bg/blue_arrow.gif) no-repeat 0px 2px;*/
	padding-bottom: 3px;
}

a:link {
	color: #0066CC;
	text-decoration: underline ;
	
}

a:hover {
	color: #0066CC;
	text-decoration: none ;
}

a:visited{
	color: #6699CC;
	text-decoration: underline ;
	
}

#frame{
	background: #0195d6 url(images/bg/bg_page.jpg) no-repeat top center;
}

#SiteWrapper{
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;	
}

#Brand{		
	display: block;	
	padding-bottom: 35px;
	height: 132px;
	width: 960px;
	float:left;
	margin-left: -10px;
	background:url(images/bg/bg_logo.png) no-repeat top left;
	behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);

}

	* HTML #Brand {
			height:120px;	
	}
	
	
	
	#Brand a:link, #Brand a:visited{
		width: 540px;
		height: 138px;
		display: block;
		text-indent: -999em;
		overflow:hidden;
		float:left;
		
	}
	
	a#ccalink:link,  a#ccalink:visited{	
		position:absolute;
		top:0px;
		right:0px;
		display: none;
		float:right;
		width: 400px;
		height: 130px;
		text-indent: -999em;
		overflow:hidden;
	
	}
	
	#Brand h1{
		display:block;
		width: 400px;
		margin: 0;
		padding: 0;
	}
	
#ContentWrapper{

	float:left;
	display:block;
	margin: 0px 0 0 0px;
	z-index:50;
	width: 960px;
	/*background: url(images/bg/bg_content_divider.png) repeat-y top center;*/

	
}
	* HTML #ContentWrapper{
		margin-top: -5px;	
	}
	
	#ContentRight{	
		float:right;
		width: 170px;
		margin-top:5px;
		/*border:1px solid yellow;*/
		
		/*background: url(images/bg/bg_rightcontent_sample.jpg) no-repeat top center ;*/
		
	}
	
		* HTML .home #ContentRight{
			margin-right: 0px;
		}
	
	#ContentLeft{
		float:left;
		width: 770px;
		margin-left: 5px;
		padding:0px 0px 0px 0px;
	
	}	
		.home #ContentLeft{
			width: 775px;
		}
		
		.home #ContentLeft #column-left{
			width: 	374px;
			padding: 0px 0px 0px 0px;
			float:left;
		}
		
		.home #ContentLeft #column-right{
			margin-top:5px;
			width: 	384px;
			float:right;
		}
		
		.home #ContentLeft #column-left .header{
			background: url(images/bg/bg_home_left_content_topbody.png) no-repeat top left;
			behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);
			height: 95px;
			
		}
		
		.home #ContentLeft #column-left p{
			padding: 10px 0px 10px 0px;
			margin:0px 0px 0px 0px;
		}
		
		
		.home #ContentLeft #column-left .footer{
			background: url(images/bg/bg_home_left_footer.png) no-repeat bottom left;
			behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);
			height: 10px;
		}
		
				
		
		.home #dnn_ContentPane{
				padding:0px 10px 0px 10px;
				width: 	354px;
				background: #ffce00 url(images/bg/bg_home_left_content_topbody.png) no-repeat 0px -95px;
				min-height: 304px;
				
		}
		
		.home #dnn_VideoContentPane{
			margin-top: -160px;
			_margin-top: -168px;
			padding: 10px 10px;
			background: url(images/bg/bg_home_video_blank.png) no-repeat 0px 0px;
			_background: url(images/bg/bg_home_video_blank.jpg) no-repeat 0px 0px;

		}
		
		.home.admin #dnn_VideoContentPane{
			margin-top: 0px;	
		}

		
		.three #ContentLeft{
			width: 770px;
			margin-left: 5px;
			padding:0px 0px;
			/*background: url(images/bg/bg_subnav_long.jpg) no-repeat top left;
			
		background: url(images/nav/subnav-bg.png) repeat-y bottom left;	*/
		background: url(images/nav/subnav-bg.gif) repeat-y bottom left;
	}
		
		
		
		* HTML .three #ContentLeft{
			width: 770px;
		}
		
		.three #ContentLeft.forum {
			width: 888px;
			
		}
			
			.three #ContentLeft.forum #right{
				width: 620px;
			
				margin-right: 30px;
			}
			
			* HTML .three #ContentLeft.forum #right{
				margin-right: 15px;
			}	
			
			.three #ContentLeft.forum #left{
				position:absolute;
				top:178px;
				left:0px;
			}
		
	
		#ContentLeft #right{
			float:right;
			width: 557px;
			margin-right: 0px;	
				margin-top: 5px;
		}
		
		#ContentLeft #right #dnn_ContentPane{
			background: white;	
			padding: 10px 20px;
			min-height: 360px;
		}
		
		#ContentLeft #right .header{
			height: 14px;
			background:  url(images/bg/bg_content_header.png) no-repeat top left;
			behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);

		} 
		
		#ContentLeft #right .footer{
			height: 12px;
			background:  url(images/bg/bg_content_footer.png) no-repeat bottom left;
			behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);
		}		
		
		#ContentLeft #left{
			float:left;
			width: 200px;
			min-height:400px;
		}
		
	  	.content .two #ContentLeft  #dnn_ContentPane{
			background: white;	
			padding: 10px 20px;
			min-height: 365px;
		}
		
		.two #ContentLeft .header{
			margin-top:5px;
			height: 10px;
			background:  url(images/bg/bg_content_header_long.png) no-repeat top left;
			behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);

		} 
		
		.two #ContentLeft .footer{
			height: 12px;
			background:  url(images/bg/bg_content_footer_long.png) no-repeat bottom left;
			behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);
		}
		
		* html #ContentLeft #left {
		
		}
		
#Footer{
	float:left;
	display:block;
	width: 100%;
}

	#Footer ul, #Footer ul li{
		padding:0px;
		margin:0;
		display:inline;
		list-style:none;
		color:white;
		font-weight: bold;
	}
	
		#Footer ul li{
			margin-right: 15px;
		}
		
		#Footer ul#links{
			padding-left: 15px;
			margin-top: 20px;
			float:left;
		}
		
		#Footer a:link, #Footer a:visited {
			font-weight: bold;
		 	color:white;
			text-decoration:none;
		}
		
		#Footer a:hover{
			text-decoration:underline;
		}
		
* HTML #Footer{ /* Important! If not MainNav in IE6 will go mad*/
	float:none;
}



#loaded-frame {
	float:right;
	width: 120px;
	height: 80px;
	padding: 20px 20px 20px 0px;
	
}

#loaded-logo{
	float:right;
	display:block;
}

a#loaded-webdeveloper:link, a#loaded-webdeveloper:hover, a#loaded-webdeveloper:visited{
	float:right;
	display:block;
	padding:0px 0px 2px 0px;
	width: 110px;
	font-size: 8px !important;
	text-align: right;
	color: #CCC;
	text-decoration: none;
	letter-spacing:1px;
}

a#loaded-webdeveloper:hover{
	color: white;	
}


#loadedframe{
	height: 30px;
	float:left;
	padding: 0px 0px 20px 0px;
	width: 100%;
}

a#loaded:link, a#loaded:visited, a#loaded:hover{
	width: 80px;
	float:right;
	margin-right: 10px;
	display:block;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/bg/site_by_loaded.gif) no-repeat top left;
	
}


/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;


}

.clear{
	display:block;
	float:left;
	clear:both;
}

#fundraising{
	height: 90px;
	width: 340px;
	background: url(images/bg/bg_target.png) no-repeat top center;
	behavior: url(/Portals/0/Skins/abmt/iepngfix.htc);
	_background: url(images/bg/bg_target.gif) no-repeat top center;
	text-align:center;
	position: absolute;
	top:27px;
	right: 0px;
	padding-top: 20px;
	padding-right: 25px;

}

	#fundraising h2{
		text-align:right;	
		color: #036 !important;
		font-weight: bold;
		font-size:14px;
	}

.highlight{
	margin-top:30px;
	font-weight:bold;
	font-size: 16px;
	color:#003366;
}

img.left{
	display:block;
	padding-right: 15px;
	padding-bottom: 15px;
}

img.right{
	margin-left: 15px;
	margin-bottom: 15px;
}

strong{
	color:#003366;
}

.backtotop{
	text-align:right;
}

table#home h2{
	padding-top:0px;
	margin-top: 0px;
	
}

table#home {
	background: url(images/bg/dotted.gif) 255px 49px no-repeat;
}

table#home a{
	color: #003366;
	font-weight:bold;
	text-decoration:underline;
}

table#home a:hover{
	text-decoration:none;
}

table.contactus{
	padding: 5px;
}

table.contactus label{
	font-size:13px;
}
table.contactus input, table.contactus select{
	margin: 5px 5px 0px 0px;
}

a#top-fundraising:link, a#top-fundraising:hover, a#top-fundraising:visited{
	display:block;
	
	height: 90px;
	width: 180px;
	position: absolute;
	top: 30px;
	right: 150px;
	text-indent: -999em;
	overflow: hidden;
	z-index: 400;
}

.admin a#top-fundraising{
	display:none;	
}