@charset "iso-8859-1";
body {
  margin: 0px;
  background: #FFF;
}
h1 {
  font: bold 28px Trebuchet MS, serif; 
  color: white; 
  text-align: center; 
  margin: 0px auto;
  line-height: 32px;
  float: left;
}
h2 {

}
h3 {
  font: bold 14px arial, helvetica, sans-serif; 
  color: #C00;
}
h4 {
  color: #C00; 
  border-bottom: 1px dotted #000; 
  margin: 5px auto;
  padding-left: 7px;
  font: bold 12px Verdana, Helvetica, Sans-serif;
  text-align: left;
}
h5 {
}
p {
  font: normal 12px arial, helvetica, sans-serif; 
  color: #000;
}
ul, li { font: normal 12px arial, helvetica, sans-serif; color: #000; list-style: circle; }
label {
  font: bold 12px verdana, helvetica, sans-serif;
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  vertical-align: middle;
}

/* ---- DIV STYLES */
/* Main layout */
div#banner {
  position: absolute;
  background: #056307;
  float: left; 
  height: 70px;
  text-align: center; 
  padding: 0em;
  width: 100%;
  min-width: 975px;
/* IE Dynamic Expression to set the width */
  width:expression(document.body.clientWidth < 975 ? "950px" : "100%" );  
}

div#left {
  position: absolute;
  background: #D3DECB url('images/GrGrad.gif') top left repeat-x;
  width: 175px;
  top: 186px;
}
div#content {
  position: absolute;
  z-index: 2;
  top: 186px;
  background: #FFF url('images/WhGrad.gif') top left repeat-x;
  left: 175px; right: 165px;
  padding: 10px 10px 0px 10px;
}
div#right {
  position: absolute;
  background: #FFF url('images/WhGrad.gif') top left repeat-x;
  width: 165px;
  top: 186px;
  right: 0px;
  padding-top: 10px;
}

/* Page Styles */
div#logo {padding: 18px 0px 0px 5px; vertical-align: middle; border: 0px; float: left}
div#h1 {margin: 15px auto; vertical-align: middle; text-align: center; float: left}
div#bpimg {padding: 0.25em 1em; vertical-align: top; border: 0px; float: right; margin: 0em;}

div#bannerpic {
  position: relative;
  width: 100%;
  height: 94px;
  background: url('images/turkey-holiday-banner.jpg') top left repeat-x;
  top: 70px;
  border-bottom: 1px solid #056307;
}
div#topgrad {
  position: relative;
  width: 100%;
  height: 20px;
  background: url('images/top-grad.gif') top left repeat-x;
  top: 70px;
  border-bottom: 1px solid #006400;
}
div#footer {
  position: relative;
  text-align: center;
  top: 20px;
/*  border-top: 1px dotted #006400;
  border-bottom: 1px dotted #006400;
*/}
div#quote {
  font: normal 12px arial, helvetica, sans-serif; 
  background: #EFEFEF;
  padding: 10px;
  border: 1px outset #999;
}


/* ---- RSS Styles */
div.itemdescription {
  font: normal 12px arial, helvetica, sans-serif; 
  color: #000;
}


/* ---- GENERAL STYLES */
p.Lnav {
  background: url(images/bullet.gif) center left no-repeat;
  margin: 15px 0px;
  padding: 0px 0px 5px 20px;
  border-bottom: 2px solid #FFF;
  line-height: 30px;
}
ul.Lnav { 
  margin: 0px 0px 15px 20px; 
  padding-left: 20px; 
  background: #D3DECB; 
  border-bottom: 2px solid #FFF;
}
p.Lnav-nil { /* No Lower Border */
  background: url(images/bullet.gif) center left no-repeat;
  margin: 0px;
  padding: 0px 0px 5px 20px;
}
p.date {
  font: bold 12px verdana, helvetica, sans-serif; 
  color: #056307;
  margin: 15px 0px;
  padding: 0px 0px 5px 20px;
  border-bottom: 2px solid #FFF;
  line-height: 30px;
}

p.list { margin: 2px 7px; }
p.center { text-align: center; }
p.info { border-top: 1px dotted #006400; font-style: italic; }
.disc { list-style: disc; }
.star { font-weight: bold; color: #FF0000; }
.note { font: 10px verdana, helvetica, sans-serif; margin: 0px; color: #F00; }

/* ---- LINK STYLES */
a { 
  font: bold 12px verdana, helvetica, sans-serif; 
  color: #000;
  text-decoration: none;
}
a:hover  { text-decoration: underline; }
a:visited { font: bold 12px verdana, helvetica, sans-serif; color: #000; }

a.h1 {
  font: bold 32px Trebuchet MS, serif; 
  color: white; 
  text-align: center; 
  margin: 0px auto;
  line-height: 36px;
  float: left;
  padding-left: 35px;
}
a.bold { font: bold 12px verdana, helvetica, sans-serif; color: #27408B; }
a.bold:hover { text-decoration: underline; }
a.foot { 
  border: 1px solid #006400; 
  padding: 5px; 
  margin: 0px 5px; 
  background: #D3DECB;
  color: #006400; 
}
a.foot:visited { border-left: 1px solid #006400; border-right: 1px solid #006400; padding: 5px; margin: 0px 5px; color: #006400; }
a.inlink {   
  font: normal 12px arial, helvetica, sans-serif; 
  color: #00F; 
  text-decoration: underline;
}
a.inlink:visited { color: #00C; }

/* IE Hacks \*/
html>body .Lnav {
  margin: 5px 0px;
  padding: 0px 0px 0px 20px;
}
html>body .date {
  margin: 5px 0px;
  padding: 0px 0px 0px 20px;
}


