@charset "UTF-8";
/* CSS Document */
body  {
	font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
	background: #cc3333 url(/templates/bj-home/img/bj-bodyBG.jpg) center top no-repeat;
	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: #333;
}
a, a:visited { color: #000099; text-decoration:underline; }
a:hover {
	color:#990000;
	text-decoration:none;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/templates/bj-home/img/bj-mainBG.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660000;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	padding: 0; 
	margin:0;
	background: url(/templates/bj-home/img/bj-header.jpg) no-repeat;
	height: 160px; 
} 
.twoColFixLtHdr #header .nav {
position: relative;
top:20px; 
	margin: 0; 
	padding: 3px 10px 5px 10px;
	font: .9em Arial, Helvetica, sans-serif;
	color:#fff;
	background:#fff;
	filter: alpha(opacity=55);
	opacity: 0.55;
	width: 447px; 
}
.twoColFixLtHdr #header .nav a {
text-decoration: none;
padding: 2px 10px 2px 20px;
margin:0;
color: #000;
font-weight:bold;
text-align: left;
line-height: 28px;
background: url(img/navBG-on.gif) no-repeat 2px 1px; 
white-space: nowrap;
border-right: solid 1px #000;
}
.twoColFixLtHdr #header .nav a:hover {
	text-decoration: underline;
	color: #CC0000;
	background: url(img/navBG.gif) no-repeat left -1px;
}
.twoColFixLtHdr #header .nav a.menu_current {
	text-decoration: none;
	color: #CC0000;
	background: url(img/navBG.gif) no-repeat left -1px;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0; 
	display: none;
	}
.twoColFixLtHdr #header h2 {
	margin: 0; 
	padding: 3px 0 0 10px; 
	font-size:.9em;
color: #fff;
}
.twoColFixLtHdr #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 */
	padding: 0; margin:0;
	font-size:.9em;
}
.search {
	width: 210px; height: 50px; /* 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: #EBEBEB url(img/bj-BGsearch.jpg) no-repeat top; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; margin:0;
	color:#fff;
}
.search label {
padding-left:12px; margin-bottom:5px; color:#fff;
}
.news {
margin: 0 5px 0 8px;
padding: 0 5px;
color: #fff;
}
.news h3 {
margin: 0 0 5px 0 ;
padding: 0;
font:bold 1.1em Tahoma, "Trebuchet MS", sans-serif;
color: #fff;
}
.news p {
margin: 0 ;
padding: 0 0 5px 0;
font:normal .8em Arial, Helvetica, sans-serif;
color: #fff;
}
.news a {
color: #fff;
}
.news p a, .news p a:visited  {
color: #fff;
}
.news p a:hover {
color: #FF9933;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:0.8em;
	color:#333333;
} 
#mainContent h1 {
font-size: 1.5em;
padding: 0 5px 5px 0;
margin:0;
text-align:right;
}
#mainContent h2 {
font-size: 1.3em;
padding: 0 0 5px 0;
margin:0;
}
#mainContent p {
padding: 0 0 10px 0;
margin:0;
}
.twoColFixLtHdr #footer {
	color:#fff;
	font-size: 0.8em;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#660000;
	border-top: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
} 
.twoColFixLtHdr #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 */
	text-align:center;
}
.twoColFixLtHdr #footer p a, .twoColFixLtHdr #footer p a:visited  {
color:#fff;
text-decoration:underline;
font-weight:bold;
}
.twoColFixLtHdr #footer p a:hover {
	color:#FF9933;
	text-decoration:none;
}
.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: 10px 0 0 8px;
		color:#fff;
	font-size: 0.7em;
}
 .fltrt a {
		color:#fff;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px 8px 0 0;
		color:#fff;
	font-size: 0.7em;
}
.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;
}

/*search*/
.highlight {
background: #ccc;

}
.search_string { width: 150px; margin:0 0 0 12px; padding:2px; border:solid 1px #ccc; background:#FFF; font:normal 90% verdana,sans-serif; color:#666;}
.searchsm { width: 100px; margin:0 0 0 12px; padding:2px; border:solid 1px #ccc; background:#FFF; font:normal 80% arial,helvetica,sans-serif; color:#666;}

/*form*/
.searchfield {width:95%; margin:5px; padding:3px; border:solid 1px #666633; background:#FFF; font:normal 100% verdana,sans-serif; color:#116600;}

.sep {  border-bottom: solid 1px #ccc; width:90%; text-align:center; margin: 0 0 15px 0;  }

/* forms  */

form { margin:0; }
input.submit { color:#fff; background:#000;
	padding: 2px 2px 3px 2px;
	 border: none;
}

input.submit:hover {	color: #fff; background-color: #ff9933; border:none; }
 select, radio { font-size: 80%; color: #666; border:solid 1px #ccc; padding: 2px; margin:2px 0; }
/*contact form*/
ol { list-style: none; margin:0 0 0 50px; padding:0;}
fieldset {
	/*border: none;*/
	border: 1px solid #ccc;
	 width: 90%;
	margin:0 0 0 10px; padding:5px;
	}
label {
  width: 250px; /* Width of labels */
  font: .9em Arial, Helvetica, sans-serif; color: #666;
  margin:0;
}
fieldset legend {
  padding: 0;
  margin: 0;
  font-size: .9em; font-weight: bold;
}
fieldset fieldset label {
  display: block;
  width: auto;
}
fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
.field_title {
font:  Arial, Helvetica, sans-serif; color: #666;
}
.textfield {
	width: 200px; border:solid 1px #ccc; padding: 2px; margin: 5px 0;
font:  Arial, Helvetica, sans-serif; color: #666;
}
.textarea {
 color: #666; border:solid 1px #ccc; padding: 2px;
	width: 80%;
	height: 80px;
 font:  Arial, Helvetica, sans-serif; color: #666;
}
.email {
	width: 200px; border:solid 1px #ccc; padding: 2px; margin: 5px 0;
}
.captcha {
	width: 150px; border:solid 1px #ccc; padding: 2px; margin: 5px 0;
}
.required {
	color: #FF6633; padding: 0 1px 0 0;
}
/*news*/
.post_top {
 margin: 0;padding: 0;
}
.post_title, .post_date { margin:3px 0;padding: 2px 0;}
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding:0 0 5px 0; margin: 0; font-size: 1em;  border-bottom: 1px solid #DDDDDD;}
.border {
border-bottom: solid #ccc 1px;
margin:0 0 5px 0;
padding: 2px 0;
}
/*login*/
.login { width: 175px; margin:2px 0 5px 0; padding:2px; border:solid 1px #ccc; background:#FFF; font:normal 80% verdana,sans-serif; color:#666;}
