@charset "iso-8859-1";
/* CSS Document */

/*--------------------- body ---------------------*/

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	color: #414144;
	text-align: center;
	/* 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: PMingLiU; SimSun;
}

/*--------------------- text/headings ---------------------*/

h1 {
	font-family: PMingLiU; SimSun;
	font-size: 20px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px -5px 0px;
	padding: 0;
}

h2 {
	font-family: PMingLiU; SimSun;
	font-size: 18px;
	font-weight:bold;
	color: #131313;
	margin: 0px 10px 3px 0px;
	padding: 0;
}

h3 {
	font-family: PMingLiU; SimSun;
	font-size: 16px;
	font-weight: bold;
	color: #131313;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
h4 {
	font-family: PMingLiU; SimSun;
	font-size: 15px;
	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: PMingLiU; SimSun;
	font-size: 13px;
	font-weight: bold;
	color: #0071BC;
	margin: 1px 0px 1px 0px;
	padding: 0;
}

h6 {
	font-family: PMingLiU; SimSun;
	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;
}

.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:12px; 
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:12px; 
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:12px; 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;
}*/
input.t:focus, textarea: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;
}

input.tr:focus, textarea.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: PMingLiU;
	color: #000000;
	font-size: 14px;

}
.date_header {
	font-family: PMingLiU;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
.date_header_ch {
	font-family: PMingLiU; SimSun;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
.whitetext {
	font-family: PMingLiU;
	font-size: 13px;
	color: #FFFFFF;
}
.weather1 {
	font-family: PMingLiU, SimSun;
	font-size: 12px;
}
.weather_02 {
	font-family: Arial;
	font-size: 10px;
}
.header_page {
	font-family: PMingLiU;
	font-size: 16px;
	font-weight: bold;
}
.textsize_16 {
	font-family: PMingLiU;
	font-size: 16px;
	line-height: 125%;
}
.textsize_15 {
	font-family: PMingLiU;
	font-size: 15px;
	line-height: 125%;
}
.textsize_14 {
	font-family: PMingLiU;
	font-size: 14px;
	line-height: 125%;	
}
.textsize_13 {
	font-family: PMingLiU;
	font-size: 13px;
	line-height: 125%;	
}
.eng_text {
	font-family: Verdana, Arial;
	font-size: 12px;
}

/* The tab itself */

#followTab {

  /* No bullets */
  list-style: none;

  /* Position and float the tab */  
  position: fixed;
  z-index: 1;
  right: 0;
  top: 140px;
  
  /* Give the tab width and padding */
  width: 78px;
  padding: 0;
  
  /* Add the curved white border 
  border: 3px solid #fff;
  border-right: none;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;*/
  
  /* Add the drop shadow */
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  
  /* Add the semitransparent gradient background 
  background: rgba(239, 91, 10, .75);
  background: -moz-linear-gradient(top, rgba(243, 52, 8, .75), rgba(239, 91, 10, .75));
  background: -webkit-gradient( linear, left top, left bottom, from( rgba(243, 52, 8, .75) ), to( rgba(239, 91, 10, .75) ) );
  background: linear-gradient(top, rgba(243, 52, 8, .75), rgba(239, 91, 10, .75));
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorStr='#c0f33408', endColorStr='#c0ef5b0a', GradientType=0 );*/
}

/* Items within the tab */

#followTab li {
  margin: 0;
  line-height: 0;
}

#followTab li:first-child {
  margin-top: 0;
}

/* General style for buttons within the tab */

#followTab a {
  display: block;
  width: 78px;
  background-image: url("../images/faith-giving-icon.png");
}

#followTab a span {
  position: absolute;
  top: -999em;
}

/* "Newsletter" button */

#followTab a.faithgiving {
  height: 118px;
  background-position: 0 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#followTab a.faithgiving:hover {
/*  background-position: 0 -16px;*/
  height: 118px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
