/*** GLOBAL STUFFS ***/

html, body {
  font-family: "Arial", "Helvetica", san-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #5E5051;
  line-height: 15px;
}

a { outline: none; }

img { border: 0px; }

h3 {
 font-size: 14px;
 color: #ECA235;
 font-weight: normal;
 margin-bottom: 10px;
 margin-top: 0px;
}

h2 {
 font-size: 14px;
 color: #ECA235;
 font-weight: normal;
 margin-bottom: 3px;
 margin-top: 0px;
}

h1 {
 font-size: 16px;
 color: #ECA235;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 0px;
 margin-left: -2px;
}

a {
  text-decoration: none;
  color: #4E828A;
}

a:hover { color: #265259; }






/*** TOP STUFFS ***/

#container {
  margin: 20px auto 0px auto;
  width: 755px;
  background: #fff;
}

#top {
  height: 100px;
  text-align: left;
  border-bottom: 4px solid #8FCEE2;
}

#logo { float: left; }

#bluemenu {
  float: right;
  position: relative;
  top: 45px;
  height: 25px;
  background-image: url(/images/bluemenu_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 10px;
}

#bluemenu a {
  color: #fff;
  margin-top: 7px;
  padding: 0px 7px 0px 7px;
  display: block;
  float: left;
  border-right: 1px solid #fff;
  text-decoration: none;
}

#bluemenu a:hover { color: #3A6E7F;}


#toprightmenu {
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
}

#toprightmenu a {
  color: #D68E23;
  display: inline;
  text-decoration: none;
  padding: 0px 8px 0px 8px;
  border-right: 1px solid #D68E23;
}

#mainmenu {
  height: 27px;
  border-bottom: 4px solid #D2810B;
  border-top: 1px solid #fff;
}

#mainmenu ul {
  padding: 0px;
  margin: 0px;
}

#mainmenu li.main {
  height: 27px;
  display: block;
  float: left;
  margin: 0px 5px 0px 5px;
}

#mainmenu li.mainleft { 
  height: 27px;
  display: block;
  float: left;
  margin: 0px 5px 0px 0px; 
}

.mainmenulink {
  display: block;
  position: relative:
  top: 0px;
  bottom:0px;
  padding: 8px 6px 5px 6px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  
}

.mainmenulink_active { 
  background: #D2810B; 
  display: block;
  position: relative:
  top: 0px;
  bottom:0px;
  padding: 8px 6px 5px 6px;
  text-decoration: none;
  color: #fff;
}

.mainmenulink:hover { color: #F8F6DD; background: #D2810B; }  


.submenu {
  z-index: 100;
  position: absolute;
  display: block;
  display: none;
  width: 180px;
}

.subli {
  background: #D2810B;
  margin-right: 0px;
  list-style-type: none;
  padding: 0px 5px 5px 5px;
  width: 100%;
}

.subli a {
  color: #fff;
  border-bottom: 1px solid #ECA235;
  padding-right: 20px;
  padding-bottom: 3px;
  margin-top: 0px;
  display: block;
  margin-top: 0px;
  text-align: left;
  width: 85%;
}




/*** CONTENT STUFFS ***/

#content {
  text-align: left;
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: auto;
  width: 755px;
  clear: all;
}

#flash {
  height: 195px;
  z-index: 10;
}

#subrail {
  width: 190px;
  float: left;
  padding: 10px;
  padding-bottom: 40px;
  margin-top: 10px;
  padding-left: 20px;
}

#subcontent {
  width: 484px;
  float: left;
  padding: 10px 25px 120px 25px;
  margin-top: 10px;
  min-height: 300px;
  border-left: 1px solid #D3CBC9;
}

#subcontent p { margin-top: 0px; }

#subrailmenu a {
  display: block;
  padding: 2px 0px 2px 0px;
  border-bottom: 1px solid #D3CBC9;
  margin-bottom: 5px;
}

#subrailmenu a.active {
  font-weight: bold;
  color: #265259;
}

.trilink {
  margin-left: 20px;
}

.trilink_active {
  margin-left: 20px;
  font-weight: bold;
  color: #265259;
}

.gallerylink h1 {
  color: #4E828A;
  padding-top: 5px;
}

.gallerylink:hover {
  color: #265259;
} 

#subflash {
  float: right;
  width: 280px;
  height: 220px;
  margin: 0px;
}

#subleft {
  width: 300px;
  float: left;
  margin-right: 15px;
}

#subright {
  float: left;
  width: 160px;
}

#newsletters {
  border: 1px solid #d3cbc9;
  padding: 5px;
  width: 100%;
  margin-bottom: 20px;
}

#newsletters a {
  display: block;
  margin: 5px 0px 3px 0px;
  border-bottom: 1px solid #e5dcda;
  padding-bottom: 3px;
  letter-spacing: -1px;
}

#newsletters a span {
  color: #d3cbc9;
  font-size: 11px;
  letter-spacing: 0px;
}



/*** FRONT PAGE STUFFS ***/

#fleft {
  display: block;
  float: left;
  width: 434px;
  margin-bottom: 5px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#fright {
  display: block;
  float: left;
  width: 280px;
  margin-bottom: 5px;
  padding-bottom: 110px;
}

#eventswrapper {
  width: 271px;
  padding-bottom: 40px;
}

#events {
  border: 1px solid #EEEDE9;
  padding: 10px;
  width: 212px;
  overflow: auto;
}

#events ul {
  margin: 0px;
  padding: 0px;
}

#events li {
  border-bottom: 1px solid #E6E5DE;
  list-style-type: none;
  padding-bottom: 2px;
  margin-bottom: 3px;
  display: block;
  width: 100%;
  float: left;
}

.feventlink {
  text-decoration: none;
  color: #4E828A;
  display: block;
  float: left;
  width: 70%;
}

.feventlink:hover { color: #265259; }

.feventdate {
  font-weight: bold;
  color: #919190;
  display: block;
  float: left;
  width: 30%;
}

#promoevent {
 overflow: hidden;
 margin-bottom: 10px;
}

#promoeventimage {
  padding: 2px;
  border: 1px solid #EEEDE9;
  margin-right: 10px;
  margin-bottom: 10px;
}

.promoeventpara {
  color: #9F9394;
  margin-top: 0px;
}

#promoeventheader {
  margin-left:10px;
}
  



/*** EVENT GALLERY ***/
.thumbviewcontainer {
  float: left;
  width: 107px;
  border: 2px solid #d6d6d6;
  margin: 5px;
}

.thumbviewcontainer:hover {
  border: 2px solid #eca235;  
}

.thumbview {
  display: block;
  margin: 2px;
  height: 72px;
}





/*** BOTTOM STUFFS ***/

#bottom {
  padding: 30px 0px 20px 0px;
  font-size: 11px;
  color: #fff;
}

#bottom a { color: #fff; text-decoration: none; }
  


