/*------>> Default styles <<-----*/
body{
  background-image: url(images/body-img-bg.gif);
  background-repeat: repeat-y;
  background-position: top left;
  background-color: #EDF1D8;
  padding: 0px;
  margin: 0px;
  font-family: arial;
  color: #666666;
  font-size: 11px;
}

table,td,th,ol,p,ul,ol,li,span,div {
  color: #666666;
  font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: arial;
  color: #666666;
}

h1{
  font-size: 18px;
  color: #713800;
}

h2{
  color: #E38A0A;
  font-weight: normal;
  font-size: 15px;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

h2 a{
  color: #E38A0A;
  font-weight: normal;
  font-size: 15px;
}

h2 a:hover{
  color: #CE7A00;
}

h3{
  font-size: 15px;
  color: #E38A0A;
  padding: 0px;
  margin: 0px;
}

h3 a{
  color: #E38A0A;
  font-weight: bold;
  font-size: 15px;
}

h3 a:hover{
  color: #CE7A00;
}
h3.year-title{
	margin-bottom:15px
}
h4{
  color: #A2AB71;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

h5{
  color: #A2AB71;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

h6{
  font-weight: bold;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

a{
  text-decoration: none;
  color: #3399CC;
  font-size: 11px;
}

a:hover{
  color: #006699;
}

p{
  padding: 0px;
  margin: 0px;
}

hr{
  margin: 0px 0px 10px 0px;
  padding: 0px;
  background-color: #EFF2E1;
  height: 0px;
  line-height: 0px;
  color: #EFF2E1;
  border-top: 1px solid #EFF2E1;
  border-bottom: none;
}

ul{
  color: #666666;
}

ul li{
  color: #666666;
}

input.search{
  width: 138px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #DB9705;
}

input.btnSearch{
  display: inline;
}

form.search{
  display: inline;
}

#container{
  background-image: url(images/body-img-top.gif);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow: hidden;
}

.hide{
  display: none;
}

#container-main
{
  width: 760px;
}

#header
{
  float: left;
}

.searchHighlightedText{
  background-color: #3399CC;
  color: #FFFFFF;
}

/* ----->>> Defaults values for title of column <<<--------*/

div.title-column
{
  background-image: url(images/title-column.gif);
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  border-bottom: 1px solid #CBCAD0;
}

div.title-column a
{
  color: #3399CC;
  font-weight: bold;
  font-size: 14px;
}

div.title-column a:hover
{
  color: #006699;
}

a.view-more
{
  background-image: url(images/img-link.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 10px;
}


ul.link-list{
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.link-list li{
  padding-bottom: 5px;
}


/* ----->>> Menu for index <<<--------*/
#menu-index{
  float: left;
  width: 205px;
  background-image: url(images/img-menu-top.gif);
  background-repeat: no-repeat;
  background-color: #4BA9EC;
  border-right: 1px solid #FFFFFF;
}

#menu-index ul{
  padding: 0px;
  margin: 20px;
  list-style-type: none;
  width: 165px;
}

#menu-index li{
  border-top: 1px solid #AEDDFF;
}

#menu-index li.last{
  border-bottom: 1px solid #AEDDFF;
}

#menu-index li a{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
}

#menu-index li a.menuOn{
  background-color: #3B97D8;
  color: #C7E7FF;;
  cursor: default;
}

#menu-index li a:hover{
  background-color: #3B97D8;
  color: #C7E7FF;
}

#menu-index ul.subMenu{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 165px;
}

/*-------------------------------*/
/*------->>> Default menu <------*/
/*-------------------------------*/
#menu{
  float: left;
  width: 205px;
  background-image: url(images/img-menu-top.gif);
  background-repeat: no-repeat;
  background-color: #4BA9EC;
  border-right: 1px solid #FFFFFF;
}

#menu ul{
  padding: 0px;
  margin: 20px;
  list-style: none;
  width: 165px;
}

#menu li{
  border-top: 1px solid #AEDDFF;
}

#menu li.last{
  border-bottom: 1px solid #AEDDFF;
}

#menu li a{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 6px 0px 6px 10px;
  margin: 0px;
}

#menu li a.menuOn{
  background-color: #3B97D8;
  color: #C7E7FF;
  cursor: default;
}

#menu li a.menuOnSub{
  cursor: default;
}


#menu li a:hover{
  background-color: #3B97D8;
  color: #C7E7FF;
}

#menu ul.subMenu{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 165px;
}

#menu ul.subMenu a{
  font-weight: normal;
  font-size: 11px;
}

#menu ul.subMenu li a:hover{
  font-weight: normal;
  font-size: 11px;
}

#menu ul.subMenu li a.menuOn{
  background-color: #3B97D8;
  color: #C7E7FF;;
  cursor: default;
}

#menu ul.subMenu li.last{
  border-bottom: 0px;
}

/*---------------------------------------------*/
/*------>> The box at right of the menu <<-----*/
/*---------------------------------------------*/
#right-menu
{
  float: left;
  width: 553px;
  background-image: url(images/img-top-right.gif);
  background-repeat: no-repeat;
  background-position: top left;
  border-right: 1px solid #FFFFFF;
  color: #713800;
  background-color: #FFC64D;
}

div.index{
  height: 193px;
}

#right-menu div.left
{
  float: left;
  width: 180px;
  padding: 20px;
  overflow: hidden;
  color: #713800;
}

#right-menu div.left-full
{
  float: left;
  width: 513px;
  padding: 20px;
  overflow: hidden;
  color: #713800;
}

#right-menu div.left p
{
  color: #713800;
}

#right-menu div.right
{
  float: left;
  width: 313px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  position: relative;
}

#right-menu div.right img
{
  border: 2px solid #DB9705;
}

#right-menu div.right div.buttonPrev
{
  position: absolute;
  top: 82px;
  left: 0px;
  z-index: 100;
}

#right-menu div.right div.buttonNext
{
  position: absolute;
  top: 82px;
  right: 20px;
  z-index: 100;
}


#right-menu div.right p
{
  font-size: 9px;
  color: #713800;
  text-align: right;
  display: inline;
  float: right;
  padding-top: 5px;
}

/*--->>> Columns for index <<<----*/
#index-column-left
{
  float: left;
  width: 165px;
  padding-left: 20px;
  padding-right: 20px;
}

#index-column-center{
  float: left;
  width: 310px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

#index-column-right{
  float: left;
  width: 165px;
  padding-left: 20px;
  padding-right: 20px;
}

div.column-green{
  padding: 20px;
  background-color: #FAFFDD;
}

div.column-normal{
  padding-bottom: 10px;
  padding-top: 20px;
}

div.separator{
  border-bottom: 1px solid #EFF2E1;
}

div.box-title{
  font-size: 14px;
  color: #A2AB71;
  font-weight: bold;
  border-bottom: 1px solid #CBCAD0;
  background-image: url(images/title-column.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: 20px;
}

div.no-bkg{
  background: none;
}

div.section-archives{
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFF2E1;
  border-top: 1px solid #EFF2E1;
}


#column-left
{
  float: left;
  width: 205px;
}

#column-main
{
  width: 553px;
  float: left;
}

table.calendar{
  background-color: #FFFFFF;
  border: 1px solid #EFF2E1;
}



table.calendar th{
  background-color: #BCCF5C;
  text-align: center;
  width: 22px;
  padding: 3px 0px 3px 0px;
}

table.calendar td{
  background-color: #FAFFDD;
  text-align: center;
  padding: 3px 0px 3px 0px;
}

table.calendar td.empty{
  background-color: #FFFFFF;
}

table.calendar td.currentday{
  background-color: #CEDB89;
  color: #FFFFFF;
}

div.eventPopup{
  width: 200px;
  display: none;
  position: absolute;
  z-index: 100;
  padding: 10px;
  border: 1px solid #A2AB71;
  background-color: #FAFFDD;
  text-align: left;
  overflow: auto;
}

div.eventPopupClose{
  text-align: right;
}

div.eventPopupClose a{
  font-weight: bold;
}

/*-----------------------------------*/
/*---->> Columns for services <<-----*/
/*-> or page with only one column    */
/*-----------------------------------*/
#column-alone
{
  width: 513px;
  border: 0px solid black;
  float: left;
  padding: 20px;
}

/*-----------------------------------*/
/*---->> Columns for two sections <<-----*/
/*-> or page with only two column    */
/*-----------------------------------*/


#column-one-of-two
{
  width: 310px;
  border: 0px solid black;
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

#column-two-of-two
{
  width: 165px;
  border: 0px solid black;
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
}



/*----------------------------------------*/
/*--->> Style for footer of the page <<---*/
/*----------------------------------------*/
#footer
{
  float: left;
  width: 720px;
  padding-left: 20px;
  padding-right: 20px;
}

#line
{
  background-color: #FFC03A;
  background-image: url(images/img-footer-line.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 11px;
}

#footer div.full
{
  width: 100%;
  float: left;
}

#footer img.imgLeft
{
  padding-top: 0px;
  float: left;
}

#footer img.imgRight
{
  padding-top: 10px;
  float: right;
}

#footer ul
{
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
  float: left;
}

#footer ul li
{
  padding: 0px;
  margin: 0px;
  display: inline;
}

#footer ul li.bullet
{
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 15px;
  background-image: url(images/img-footer-menu.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#footer ul li span.menuGray
{
  font-size: 11px;
  font-family: arial;
  color: #999999;
}

