@charset "iso-8859-1";
/* CSS Document */

/*--------------------- body ---------------------*/

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 11px;
	color: #414144;
	text-align: center;
	/* background: url("http://origin.chc.org.sg/eng/images/bg_christmas.jpg") top center fixed; */	
	/* background: url("http://www.chc.org.sg/eng/images/bg_cny_03.jpg") top center fixed; */
	/* background: #0B0B0B url("http://coda.co.za/pics/global/background1.jpg") top center fixed; */
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
}

body, input, textarea, table, select {
	font-family: Verdana, sans-serif;
}

.form {
	font-family: Verdana;
	font-size: 11px;
	/*height: 15px;*/
	text-valign:center;
	color: #000000;
	border: 1pt solid #dddddd;
	background-color: #fdfcfc;
}

.formtext {
	font-family: arial;
	font-size:11px;
	font-weight: bold;
	color: #131313;
	margin: 0px 0px 0px 0px;
}
/*--------------------- text/headings ---------------------*/

h1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px -5px 0px;
	padding: 0;
}

/*h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px 3px 0px;
	padding: 0;
}*/

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.3em;
	color: #131313;
	margin: 0px 10px 8px 0px;
	padding: 0;
}

h3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #131313;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
h4 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0071BC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	/* padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */
}
h5 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #0071BC;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

h6 {
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px 3px 0px;
	padding: 0;
}
h7 {
	font-family: arial;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}
h8 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
h9 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #131313;
	margin: 2px 0px 2px 0px;
	padding: 0;
		/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left' */
	/* padding: 'padding-top' 'padding-right' 'padding-bottom' 'padding-left' */

}

/*
h6 {
	font-size: 1.5em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Verdana", sans-serif;
	color: #7D7D7D;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
*/

.pollTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #252525;
	text-decoration:none;
	/* padding: 0px 0px 0px 0px; */
	/* margin: 0px 0px 0px 0px; */
}

.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
}

.news {
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	text-decoration:none;
}

.dailyDevotion {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #131313;
	text-decoration:none;
}

.subRSS {
	color: #EB6100;
	font-size: 8px;
	font-weight: bold;
	text-decoration:none;
}

.subNav {
	color: #EB6100;
	text-decoration:none;
}


/* =Nav
----------------------------------------------- */
#nav {
  background-color:#fff;
  background-repeat:no-repeat;
  float:left;
  width:900px;
  border:solid #ddd;
  border-width:1px 0;
  }
.home #nav {
  background-position:0 -150px;
  }
#nav ul {
  margin:0;
  padding:0px 6px 0px 6px;
  list-style:none;
  font-size:11px;
  font-weight: bold;
  font-family: Verdana;
  text-transform:uppercase;
  }
#nav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
#nav a, #nav strong {
  display:block;
  
  /* ALLEN - LOOK AT THIS LINE TO EDIT AND ADJUST THE NAVIGATION BAR */
  
  padding:5px 10px 5px 10px;
  
  /* ALLEN, edit the padding 20px and 20px to adjust the spacing of the text in the box area */
  /* See the attribute in the line below to adjust it */
  /* The bigger the size, the more spread out it will be */
  /* Gotta check in Mac Safari browsers too coz it may run due to browser compatibility issues */
  /* padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'; */
  
  border:solid #ddd;
  border-width:0 1px 0 0;
  color:#68a;
  text-decoration:none;
  white-space:nowrap;
  }
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
  }
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
  background-color: #0068B7;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#fff;
  background-color: #0068B7;
  }
#nav a:hover a:visited {
  background-repeat:no-repeat;
  background-color: #0068B7;
  }
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
  }
#nav #h {
  border-left-width:1px;
  }

/*--------------------- links ---------------------*/

a:link {
	color: #02508c;
	text-decoration: none;
}
a:visited {
	color: #02508c;
	text-decoration: none;
}
a:hover {
	color: #4c8196;
	text-decoration: underline;
}
a:active {
	color: #02508c;
	text-decoration: none;
}

/*--------------------- new links ---------------------*/

.links a:link {
	color: #000000;
	text-decoration: none;
}
.links a:visited {
	color: #000000;
	text-decoration: none;
}
.links a:hover {
	color: #000000;
	text-decoration: underline;
}
.links a:active {
	color: #000000;
	text-decoration: none;
}


/* -------------------- sitemap ------------------------*/



.ftrwrpr {
width:926px; 
height:100%; 
min-height:330px; 
background:#fff url(../images/bg-footer.jpg) no-repeat top left;
}
.ftrwrpr a, .ftrwrpr a:link, .ftrwrpr a:visited {
color:#666; 
text-decoration:none;
}

.ftrwrpr a:hover {
color:#666; 
text-decoration:underline;
}

.ftrwrpr a:active {
color:#666; 
text-decoration:none;
}

.ftrwrpr .bcrumbwrpr {
font-size:11px; 
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
padding:10px 0px 15px 10px;
width: 99%;
border-bottom: 1pt dotted #666666;
}

.ftrwrpr .bcrumbwrpr a, ftrwrpr .bcrumbwrpr a:link, ftrwrpr .bcrumbwrpr a:visited {
font-weight:bold; 
color:#333; 
text-decoration:underline;
}

.ftrwrpr .bcrumbwrpr a:hover {
font-weight:bold; 
color:#333; 
text-decoration:none;
}

.ftrwrpr .bcrumbwrpr a:active {
font-weight:bold; 
color:#333; 
text-decoration:underline;
}

.ftrwrpr .ftrnav {
float:left; width:100%; 
margin: 10px 0px 10px 0px;
font-size:10px; 
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
color:#666;
/*border: 1pt dashed #ff0000;*/
}

.ftrwrpr .ftrnav ul {
margin:0; 
padding:0; 
list-style:none;
}

.ftrwrpr .ftrnav ul li {
width:164px; 
float:left; 
font-weight:bold; 
margin:0px 10px 0px 10px; 
padding:2px 0px 0px 0px; 
display:block;
/*border: 1pt dashed #ff0000;
*/
}

.ftrwrpr .ftrnav ul li li {
float:none; 
font-weight:normal; 
margin:0px;
}

/* subfooter */

.subftrwrpr {width:996px; font-size:10px; color:#999; background:transparent url(/images/eop/bg-subftr.jpg) no-repeat top left; padding:6px 0 15px 0;}
.subftrwrpr a, .subftrwrpr a:link, .subftrwrpr a:visited {color:#999; text-decoration:none;}
.subftrwrpr a:hover {color:#999; text-decoration:underline;}
.subftrwrpr a:active {color:#999; text-decoration:none;}
.subwhgov {text-align:center}
.subwhgov img {width:326px; height:36px; border-style:none;}
.subftlnks {text-align:center}


/*--------------------- form elements ---------------------*/

form { 
	margin: 0;
}

label {
	display: none;
}

label.v {
	display: inline;
}

/*input.t, input.tr, textarea, select, .file, input#__ec_s {
	background-color: #FFFFFF;
	border: none;
	font-size: 10px;
	color: #3D3D3D;
	padding: 1px 3px 0px 3px;
	border-right: 3px solid #2B2B2B;
}*/

/*, , textarea:focus */
input.t:focus, select:focus, .file:focus, input#__ec_s:focus {
	background-color: #4FBFFC4;
	border-right: 3px solid #4B7600;
	color: #0272C8;
}

input.t, input.tr, input#__ec_s {
	height: 11px;
}

input.tr, textarea.tr, input#__ec_s {
	border-right: 3px solid #6BA800;
}

/*, textarea.tr:focus */
input.tr:focus, input#__ec_s:focus {
	border-right: 3px solid #A2FF00;
	background-color: #4B7600;
	color: #A2FF00;
}

input#__ec_s, input#__ec_s:focus {
	margin-left: 15px;
}

/*select, select:focus {
	height: 1.6em;
	padding: 0;
	border: transparent;
}*/


/*------------------------ site frame -------------------------*/

table.bodyFrame {
	border: 0;
	width: 768px;
	padding: 0px, 0px, 0px, 0px;
}

table.bodyFrame td {
	font-weight: normal;
	color: #414144;
	padding: 0px, 0px, 0px, 0px;
}

/*------------------------ news body -------------------------*/

table.News {
	border: 0;
	width: 672px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
table.News th {
	font-weight: normal;
	color: #252525;
	height: 25px;
	padding: 0px;
	vertical-align: top;
}

table.poll { 
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #252525;
	width: 166px;
	background-color: #EDEDED;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 0px 0px;

}

table.sidebar { 
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #252525;
	border: 1px #636363 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px 0px 0px;
	/* margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'; */
}

.time_text { 
	font-family: Verdana;
	font-size: 10px;

}
.bs_text { 
	font-family: Verdana;
	color: #000000;
	font-size: 11px;

}
.date_header {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
.whitetext {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.weather {
	font-family: Arial;
	font-size: 11px;
}
.weather_01 {
	font-family: Arial;
	font-size: 10px;
}
.header_page {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.srchbx {width:120px; background:#fff url(http://www.chc.org.sg/eng/images/icon_google.jpg) no-repeat top left; border-top:1px solid #dedede;  border-right:1px solid #dedede;  border-bottom:1px solid #dedede;  border-left:1px solid #dedede; padding:2px 0px 2px 20px; margin-right:4px; margin: 0 0 4px 0;
}
.srchbtnwh {width:81px; height:25px; border-style:none;margin: 0 0 0 0;font-size:11px;
color: #CCCCCC;
font-family:verdana;
}

.EmailUpdates {
width:120px; 
border:1px solid #dedede; 
padding:2px 0px 2px 2px; 
margin-right:4px; 
margin: 0 0 0 0;
font-size:11px;
color: #AAAAAA;
font-family:verdana;
}

.gallery {
font-size:9px;
color: #000000;
font-family:verdana;
}
.twitter {
	font-family: Verdana;
	font-size: 10px;
}
.twitter_time {
	font-family: Verdana;
	font-size: 10px;
	color: #cc6600;
}
