body,div {
	margin:0;
	padding:0;
}
body {
  background: url('bodybg.jpg') #38542E ;
  background-repeat: repeat-x;
  background-position: 0 0;
  font-family: Verdana;
  font-size: 10pt;
  padding: 0px;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #666666;
}


#wrapper {
  width: 730px;
  margin: auto;
  padding:0px;
}
#header {
  background: url('header.jpg') no-repeat;
  height: 252px;
  margin:auto;
  text-align: center;
  padding:0;
}
#header_logo {
   min-height: 132px;
}


.h2bg {
  background: url('header.jpg') no-repeat;
  padding:3px 3px 0px 5px;
}

.boxquote {
  border-top: 2px solid #330000;
  border-bottom: 2px solid #330000;
  margin-left: 150px;
  margin-right: 150px;
  padding: 4px;
  background: url(gradientbg.jpg) repeat-x #FFFFFF;
}

#menubar {
  height:23px;
  margin-top:4px;
  padding:2px;
  margin-left:7px;
  margin-bottom:2px;
  z-index: 2;
}
#menu {
  margin:0 0 0 0;
  padding:0;
  padding-left:5px;
  color:white;
}
#menu a {
  color:white;
  text-decoration:none;
  letter-spacing: 1px;
  font-family:arial;
}
#menu a:hover {
  color: #993300;
  text-decoration:underline;
}

/* left menu */
.leftmenu {
	margin: 0;
	padding: 0;
    width: 98%;
	list-style:	none;
}
.leftmenu li{
    padding-left: 6px;
    background: url('../includes/css/leftmenubg.jpg') #999966;
    line-height: 30px;
    margin-bottom:4px;
}
.leftmenu a {

}
.leftmenu a:hover {
   color: #993300;
}


#menu .menu_divider {
  color: white;
  padding-left:6px;
  padding-right:0px;
}

a.recent_updates {
  margin-left: 5px;
}


/* wrapper for content area (left/right col) */

#content {
  position: relative;
  width: 700px;
  min-height: 600px;
  background-image: url('contentbg.jpg');
  background-position: 0 0;
  margin:0;
  border:0;
  /* margin-top:2px; */
  padding:8px;
  padding-left:14px;
  clear: both;
}
#left_col {
  float: left;
  padding-left: 2px;
  width: 174px;
}
#leftcol_recent_title {
  margin-top: 10px;
  font-size:1.1em;
  font-weight: bold;
}


#right_col {
  margin: 0;
  margin-left: 190px;
  width: 495px;
}
#right_col img {
  padding:4px;
  /* border: 1px solid #660000;  */
}
#right_col #ifslides img {
  padding: 0;
  border: 0;
}
/* this is inside of right_col */
#content_title {
  /* float: left; */
  font-size: 1.4em;
  font-weight: bold;
  color: #999999;
  font-style: italic;
  margin-bottom: 5px;
}
#content_body {

}


/* gallery page links */
.pgcrnt {
  font-size:1.1em;
  padding: 0px 2px 0px 2px;
  color: black;
}
.pglink {
  padding: 0px 2px 0px 2px;
}
/* gallery img style */
img.gallery {
  padding: 8px;
  border: 1px solid #006600;
  background: #DDDDDD;
}


#footer {
  height: 50px;
  color: white;
  text-align:center;
  padding-top:5px;
}
#footer a {
  color: white;
}

#tempbox {
  border: 1px solid red;
  padding:5px;
  background-color: #CCCC66;
  color:black;
  font-weight:bold;
  width:90%;
  margin: auto;
  text-align:center;
}

/* for jquery cycle div and img */
#slideshow {
  margin-left: -20px;
  margin-top: -12px;
}
#slideshow img {
  border: 0;
}

/* for AFT VACANCY */
#vacancy_months {
  margin-bottom: 3px;
  margin-top: 4px;
  color:#990000;

}


a.vacancy_mo {
  text-decoration: none;
  margin-bottom: 3px;
}
a.vacancy_mo:hover {
  text-decoration: none;
  margin-bottom: 3px;
  color:#990000;
}

/* for simple accordion */
#accordion h3 {
  font-weight: normal;
  color: white;
  background: url('../sysimages/right_arrow.png') no-repeat;
  background-color: #999999;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
  border-bottom: 2px solid #333333;
}
#accordion h3.active {
  font-weight: normal;
  color: white;
  background: url('../sysimages/down_arrow.png') no-repeat;
  background-color: #999999;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 2px;
  border-bottom: 2px solid #990000;
  height: auto;
}
#accordion div {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* s3Captch */
#capcha div {
    float: left;
}

/* rss reader */
.rss_header {
  background-color: #7F5839;
  color:white;
  border-bottom: 2px solid black;
  padding: 3px;
  margin-bottom: 5px;
}

