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


body  {

	background:#C00;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

b, strong, u  {

	font-size:15px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	
h2 {
	font-family: Tahoma;
	font-weight: bolder;
	color: #A91E01;
}

h1 {
	font-family: Tahoma;
	font-weight: lighter;
	color:#CC3300;
}

	#crest {float:left}

#mainimage {
	border:thick;
	border-color: ;
	float:right;
	margin:8px
	
}
			 
/*#menubar {
	
	padding: 8px 28px 8px 8px;
	font-family: Tahoma, Geneva, sans-serif;
	
		  } */
.thrColFixHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: palegoldenrod
	
}
.thrColFixHdr #navbar{
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: white; /*f7fbb4*/
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(http://www.anglicandiocesejamaica.com/images/background.jpg);

} 

.thrColFixHdr #menubar2 {
	background-color: #000;
	color: #FFF;
	width: 1000px;
	}

#headerimage { background-image:url(http://www.anglicandiocesejamaica.com/images/header.jpg)} 
.thrColFixHdr #headerouter{ width:100%;
background: palegoldenrod; 
}

.thrColFixHdr #mainheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	text-align: left;
	padding: 10px 8px 8px 10px;
	font-variant: normal;
	color: #280100;
	letter-spacing: 120%;
}
.thrColFixHdr #header { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: palegoldenrod; 
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 400px;
	/*background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 8px 8px 8px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px 8px 8px; /* padding keeps the content of the div away from the edges */
	background-color: #f3f5f9;
	margin-right:9px;
	margin-top:3px;
	/*border: 1px RED solid;*/
 }
  #search{	background-color: #f3f5f9;}
.thrColFixHdr #mainContent { 
	float: left; /* since this element is floated, a width must be given */
	width: 745px; /* width of content area */
	padding: 8px; /* padding keeps the content of the div away from the edges */
	margin-right:9px;
	margin-top:3px;
	/*border: 1px #000 solid;*/
} 
.thrColFixHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a51f02;
	height:50px;
	vertical-align:middle;
	font-size: 12px;
	font-family: Tahoma;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.menu li {
	font-size: 15px;
	font-weight: normal;
	text-indent: 0px;
	text-transform: capitalise;
	padding-bottom: 7px;
	list-style-image: url(http://www.anglicandiocesejamaica.com/images/button.jpg);
	}

#li_menu	a {
	
	font-size: 15t;
	font-weight: normal;
	color: #;
	}

#li_menu	a:hover {

	font-size: 15pt;
	font-weight: normal;
	color: #;
	}


/* ==================== links ==================== */

a {
	color: #487899;
	text-decoration: none;
	}

a:hover {
	color: #CA814B;
	text-decoration: underline;
	}
		
.menu a, .menu a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0D3388;
	text-align: left;
	text-decoration: none;
	padding: 2px 2px 2px 0px; */
	text-transform: capitalize;
	}

.menu a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2A71A9;
	text-align: left;
	text-decoration: underline;
	padding: 2px 2px 2px 1px;
	}

.headerlinks a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}

.headerlinks a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
	}


.units{
font: 17px Arial;
text-align: center
} 

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 17px Arial;
width: 100%;
border: .5px solid #625e00;
border-width: .2px 0;
background: black url(http://www.anglicandiocesejamaica.com/images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: palegoldenrod;
padding: 7px 9px;
text-decoration: none;
border-right: 1px solid gray;
}

.solidblockmenu li a:visited{
color: palegoldenrod;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color:gold;
background: transparent url(http://www.anglicandiocesejamaica.com/images/blockactive.gif) center center repeat-x;
}
