@charset "UTF-8";
body  {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	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 */
	color: #000000;
}
h1  {
	font: 160% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h2  {
	font: 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #topmenu {  
	padding: 3px 10px 0 150px;  /* 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. */
	margin: 0 0 10px 0;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75%;
} 
.twoColFixRtHdr #topmenu a:link { 
	color:#FFF;
	text-decoration:none;
}
.twoColFixRtHdr #topmenu a:visited { 
	color:#FFF;
	text-decoration:none;
}
.twoColFixRtHdr #topmenu a:hover { 
	color:#FFF;
	text-decoration:underline;
}
.translator { /* 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-right: 100px;
}
.twoColFixRtHdr #header { 
	background-image:url(../images/header-main-image.jpg); 
	padding: 0 10px 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. */
	margin: 10px;
	height:85px;
} 
.twoColFixRtHdr #navmenu { 
	background-image:url(../images/nav-menu-bg.jpg);
	background-repeat:repeat-x
	padding: 0 10px 0px 20px;  /* 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. */
	margin: 0px 10px 0px 175px;
	height:28px;
} 
.twoColFixRtHdr #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: 15px 0 0 180px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-style:italic;
	font-size:180%;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar1 a:link { 
	color:#00703C;
	font-weight:normal;
	text-decoration:underline;
}
.twoColFixRtHdr #sidebar1 a:visited { 
	color:#00703C;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #sidebar1 a:hover { 
	color:#00703C;
	text-decoration:none;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 320px 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:#808068 solid 1px;
} 
.twoColFixRtHdr #mainContent a:link { 
	color:#00703C;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #mainContent a:visited { 
	color:#00703C;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #mainContent a:hover { 
	color:#00703C;
	text-decoration:none;
}
#scripture{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#00703C;
	font-style:italic;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DCDCCD; 
	margin:10px;
} 
.twoColFixRtHdr #translations p {
	margin-left: 20px; /* 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 */
	font-size:60%;
}
.twoColFixRtHdr #translations a:link {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #translations a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #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 */
	font-size:60%;
}
.twoColFixRtHdr #footer a:link {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #footer a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #footermenu {
	float:right;
	position:relative;
	margin: -33px 0px 0 0px;
}
.twoColFixRtHdr #footermenu p {
	font-size:60%;
}
.twoColFixRtHdr #footermenu a:link {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.twoColFixRtHdr #footermenu a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.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;
}
.imageborder {
	border:1px #000 solid;
}

.scripturebox {
	border:0px #000 solid;
	padding:5px;
	background-color:#C8DDC5;
}

table.specs {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
}
table.specs th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#FFF;
	-moz-border-radius: ;
}
table.specs td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#FFF;
	-moz-border-radius: ;
}
table.specs tr.special td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#C8DDC5;
	-moz-border-radius: ;
	font-weight:normal;
}
table.specs tr.specialwhite td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#FFFFFF;
	-moz-border-radius: ;
	font-weight:normal;
}
table.classifieds {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:bold;
}
table.classifieds th {
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#FFF;
	-moz-border-radius: ;
}
table.classifieds td {
	border-width: 0px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#FFF;
	-moz-border-radius: ;
}
table.classifieds tr.classifiedsheader td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#C8DDC5;
	-moz-border-radius: ;
	font-weight:normal;
}
table.classifieds tr.classifiedsfooter td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color:#C8DDC5;
	-moz-border-radius: ;
	font-weight:normal;
	text-align:center;
}


/* pop up window with transparent background */
#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:600px;
	height:400px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}