/*Generic elements*/
*
{
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: 'verdana', 'arial', sans-serif;
  font-size: 10px;
  background-color: none;
  
  scrollbar-face-color: #ccc;
  scrollbar-arrow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-Color: #fff;
}

/* Tan Hack */
* html #center_box
{
  width: 460px;
  height: 559px;
  margin-left: -22px;
  padding: 0px;
  float: left; 
  background-image: URL('im/center_box.gif');
  background-repeat: no-repeat;  
  background-position: 1px;
}

* html #left1
{
  width: 170px;
  height: 262px;  
  padding: 0px;
  float: left;  
  background-image: URL('im/left1.gif');
  background-repeat: no-repeat;  
}

* html #left2
{
  margin-top: 0px;
  width: 170px;
  height: 262px;  
  padding: 0px;
  float: left;  
  background-image: URL('im/left1.gif');
  background-repeat: no-repeat;  
}

* html #right1
{
  width: 160px;
  height: 204px;
  padding: 0px;
  float: left; 
  background-image: URL('im/right1.gif');
  background-repeat: no-repeat; 
  z-index: 4;
}

* html #right2
{
  width: 160px;
  height: 204px;
  /*padding: 20px 0px;*/
  float: left; 
  background-image: URL('im/right1.gif');
  background-repeat: no-repeat;  
}
/* end Tan Hack */

img
{
  padding: 3px;
  /*border: 2px solid #666;*/
}
p
{
  padding: 3px;
  /*margin-left: 6px;
  color: #333;*/
}

h1
{
  font-size: 12px;
  font-weight: bold;
  color: #c00;
  margin: 10px 0px;
}

h2
{
  font-size: 10px;
  font-weight: bold;
  margin: 8px 6px;
}

h3
{
  font-size: 10px;
  font-weight: bold;
  color: #c00;
  margin: 10px 0px;
}

a
{
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

hr
{
  border-bottom: 1px solid gray;
}

#center_content ul, ol
{
  margin-left: 20px;
}
a:hover
{
  color: #c00;
  text-decoration: none; 
  outline: none;
}

a:active
{
  outline: none;
}

checkbox
{
  border: 0px solid white;
}

select
{
  border: 1px solid gray;
  padding: 1px;
}
textarea
{
  border: 1px solid gray;
}

input
{
  border: 1px solid #666;
  padding: 2px;
  margin: 2px;
}

#center_content object
{
  /*height: 200px;*/
  width: 285px;
  margin-left: 20px;
}

#center_content embed
{
  /*height: 200px;*/
  width: 285px;
  margin-left: 20px;
}

html {
  /*filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
  background-image: URL('im/bg.jpg');
  /*background-repeat: repeat-x repeat-y;*/
  background-color: #fff;
}

/*ID Elements*/
#container
{
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 30px;
  width: 100%;
  height: 100%;
  
  /* Dave */
  
  /*z-index: 2;*/
  position: absolute;
  background-color: none;
}

#main_logo
{
  background-image: URL('cms/uploads/image/logo_main.png');
  background-repeat: no-repeat; 
  width: 194px;
  height: 250px;
  margin-top: 30px;
  margin-left: 30px;
  /*float: left;
  clear: none;*/
  filter:alpha(opacity=80);   
  opacity: 0.8;
  position: absolute;
  /*margin-right: auto;*/
  
  /* Dave */

  /*z-index: -61;*/
}


#page
{
  width: 760px;
  height: 820px;
  overflow: hidden; /* fixes container div not resizing to fit content - also need width declaration. */
  border: 2px solid black;
  margin: 0px auto;
  background-color: white;
}

#header{}

#header_logo
{
  display: none;
  width: 148px;
  height: 143px;
  float: left;
  border: 1px solid black;
  border-left-width: 0px;
  background-image: URL('im/tpa_logo_main.jpg');
  background-repeat: no-repeat; 
}
#header_image
{
  display: none;
  width: 609px;
  height: 143px;
  float: left;
  border: 1px solid black;
  /*background-image: URL('im/tpa_header_main.jpg');*/ /*Defined in page specific css*/ 
  background-repeat: no-repeat;
}
#main_menu
{
  height: 30px;
  padding-left: 0px;
  border-bottom: 1px solid black;
}
#home
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 64px;
  height: 30px;
  background-image: URL('im/home.jpg');
  background-repeat: no-repeat;
}
a:hover#home
{
  background-position: 0px -30px;  
}

#news
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 61px;
  height: 30px;
  background-image: URL('im/news.jpg');
  background-repeat: no-repeat;
}
a:hover#news
{
  background-position: 0px -30px;   
}
#participants
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 99px;
  height: 30px;
  background-image: URL('im/participants.jpg');
  background-repeat: no-repeat;
}
a:hover#participants
{
  background-position: 0px -30px; 
}
#awardleaders
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 117px;
  height: 30px;
  background-image: URL('im/award_leaders.jpg');
  background-repeat: no-repeat;
}
a:hover#awardleaders
{
  background-position: 0px -30px; 
}
#sagaha
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 71px;
  height: 30px;
  background-image: URL('im/sagaha.jpg');
  background-repeat: no-repeat;
}
a:hover#sagaha
{
  background-position: 0px -30px; 
}
#gallery
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 71px;
  height: 30px;
  background-image: URL('im/gallery.jpg');
  background-repeat: no-repeat;
}
a:hover#gallery
{
  background-position: 0px -30px; 
}
#corporate
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 85px;
  height: 30px;
  background-image: URL('im/corporate.jpg');
  background-repeat: no-repeat;
}
a:hover#corporate
{
  background-position: 0px -30px; 
}
#shop
{
  float: left;
  padding: 0px 0px 0px 0px;
  width: 62px;
  height: 30px;
  background-image: URL('im/shop.jpg');
  background-repeat: no-repeat;   
}
a:hover#shop
{
  background-position: 0px -30px; 
}
#filler_left
{
  float: left;
  width: 8px;
  height: 30px;
  background-image: URL('im/menu_slice_left.jpg');
  background-repeat: no-repeat;  
}
#filler
{
  float: left;
  width: 27px;
  height: 30px;
  background-image: URL('im/menu_slice.jpg');
  background-repeat: repeat-x;   
}
#contact_env
{
  float: left;
  width: 13px;
  height: 30px;
  z-index: 2;
  margin-top: -8px;
  background-image: URL('im/menu_envelope.jpg');
  background-repeat: no-repeat;
}

a:hover#contact #contact_env
{
  background-position: 0px -30px;      
}

#contact
{
  padding-top: 8px;
  float: left;
  width: 95px;
  height: 22px;
  background-image: URL('im/menu_slice.jpg');
  background-repeat: repeat-x;
  font-size: 8pt;
  font-weight: normal;
  color: black;
  text-align: center;
  text-decoration: none;
}

#page_box
{
  height: 591px;
  width: 760px;
  float: left;
  background-repeat: repeat-x;
}
#dec_box
{
  height: 591px; /*591*/
  width: 760px;
  float: left;
  background-repeat: no-repeat; 
}
#top_box
{
  /*padding: 6px 7px 6px 7px;*/
  font-size: 8pt;
  width: 760px;
  height: 20px;
  float: left;
  overflow: hidden; /* fixes container div not resizing to fit content - also need width declaration. */
}

#timestamp
{
  float: left;
  padding: 6px 0px 0px 6px;
  color: white;
}

#browse_path
{
  float: right;
  padding: 6px 6px 0px 0px;
  color: white;
}

#left_box
{
  padding: 0px;
  width: 170px;
  margin-left: 0px;
  float: left;  
}

#left1
{
  width: 170px;
  height: 262px;  
  padding: 0px;
  padding-right: 50px;
  float: left;  
  background-image: URL('im/left1.png');
  background-repeat: no-repeat;  
}

#left2
{
  /*display: none;*/
  margin-top: 0px;
  width: 170px;
  height: 262px;  
  padding: 0px;
  float: left;  
  background-image: URL('im/left1.png');
  background-repeat: no-repeat;  
}

#left2_content
{
  width: 130px;
  height: 200px;
  margin-left: 20px;
  margin-top: 25px;
  overflow: hidden;
}

#center_box
{
  overflow: hidden;
  width: 460px;
  height: 564px; /*559*/
  margin-left: -22px;
  margin-top: -5px;
  padding: 0px;
  float: left; 
  background-image: URL('im/center_box.png');
  background-repeat: no-repeat; 
}

#center_inner
{
  overflow: hidden;
  float: left;
  width: 404px;/*394*/
  height: 460px;/*534*/
  margin: 45px 0px 0px 0px;
  padding-left: 30px;
  position: relative;
}
#center_content
{
  font-size: 11px;
  overflow: auto;
  float: left;
  width: 383px; /*367*/
  height: 460px;
  padding-left: 14px;
  padding-right: 5px;
  position: relative;
  margin-top: 0px;
}

#center_content *
{
	font-size: 11px;
}

#center_right
{
  display: none;
  float: left;
  width: 20px;
  height: 430px;
  margin-top: 40px;
  /*margin-left: 400px;*/
  padding-left: 10px;
  position: relative;
}
#scrollup
{
  margin-top: 30px;
  width: 13px;
  height: 25px;
  position: absolute;
  background-image: URL('im/scrollup_up.jpg');
}
a:hover#scrollup
{
  background-image: URL('im/scrollup_down.jpg');
}
#scrolldown
{
  width: 13px;
  height: 25px;
  margin-top: 450px;
  position: absolute;
  background-image: URL('im/scrolldown_up.jpg');
}
a:hover#scrolldown
{
  background-image: URL('im/scrolldown_down.jpg');
}

#right_box
{
  padding: 3px 0px 0px;
  width: 160px;
  margin-left: -8px;
  float: left;  
}

#right1
{
  width: 160px;
  height: 204px;
  float: left; 
  background-image: URL('im/right1.png');
  background-repeat: no-repeat; 
}

#right2
{
  width: 160px;
  height: 204px;
  float: left; 
  background-image: URL('im/right1.png');
  background-repeat: no-repeat;  
}
.read_more
{
  font-size: 8px;
  padding-left: 72px;
  margin-top: -6px;
}

#hitcounter
{
  float: right;
  margin: -19px 3px;
  border: 1px outset white;
  background-color: #ccc;
  padding: 0px 6px;
  font-size: 9px;
  height: 14px;
  filter:alpha(opacity=75);    
  opacity: 0.75;
}

#footer
{
  width: 760px;
  height: 44px;
  float: left;
  background-color: white;
  border-top: 2px solid black;
  padding-top: 6px;
  clear: both;
  font-size: 9px;
}

#quicklinks
{
  margin-left: 6px;
  clear: none;
  float: left;
}
#quicklinks li
{
  display: inline;
  list-style: none;
  padding-right: 6px;
}

#copyright
{
  float: right;
  margin-right: 6px;
}

#contact_details
{
  margin: 6px 0px 6px 6px;
  width: 560px;
  float: left;
}

#entacore
{
  margin: 17px 6px 6px 0px;
  float: right;
}

/* left menu */
.left_menu
{
  margin: 28px 0px 0px 38px; /*39px 0px 0px 38px;*/
  border: 0px;
  padding: 0px;
}

.left_menu li
{
  margin: 0px 0px 11px -9px;
  width: 120px;
  font-size: 10px;
  list-style: none;
}

/* right menu */
#right1 h1
{
  margin: 24px 0px 0px 24px;
  height: 26px;
  font-size: 10px;
}

#right2 h1
{
  margin: 24px 0px 0px 24px;
  height: 26px;
  font-size: 10px;
}

.right_menu
{
  margin: 0px 0px 0px 30px;
  height: 114px;
  border: 0px;
  padding: 0px;
}

.right_menu ul
{
  margin-top: 20px;
}

.right_menu li
{ 
  margin: 0px 0px 6% 0px;
  width: 110px;
  /*height: 29px;*/
  font-size: 10px;
  list-style: none;
}

#adblock
{
  margin: 20px 0px 0px 15px;
  width: 124px;
  height: 160px;
  overflow: hidden;
}

/*Menu*/
.menu
{
  /*overflow: stretch;*/
  width: 138px;
  border: 1px solid black;
  background-color: #fff;
  margin-left: 1px;
}

.menu a
{
  padding: 3px 0px 3px 3px;
  float: left;
  background-color: #ccc;
  text-decoration: none;
  color: #333;
  font-size: 10pt;
  font-weight: bold;
  width: 135px;
  font-size: 11px;
}
.menu a:hover
{
  background-color: #fff;
  color: #333;
}
#liesl
{
  font-size: 9px;
  margin-top: -22px;
  margin-left: -16px;
}

.shop_item
{
  width: 300px;
  height: 172px;
  border: 1px outset black;
  /*background-color: #ddffaa;*/
  background-image: URL("im/shopbg2.jpg");
  padding: 6px;
  margin: 10px 0px;
}
.shop_item_name
{
  clear: right;
  border: 1px solid gray;
  background-color: #ccc;
  margin: -5px 6px 10px 6px;
  padding: 3px;
  display: block;
  width: 150px;
}

.shop_image
{
  width: 110px;
  height: 130px;
  float: left;
  border: 1px solid black;
  background-color: white;
  padding: 2px;
}

.shop_desc
{
  width: 170px;
  height: 150px;
  float: right;
  clear: right;
  border: 1px solid #ccc;
  padding-top: 20px;
  background-color: white;
}

.shop_price
{
  float: right;
  font-weight: bold;
  margin-right: 10px;
  clear:both;
}

.shop_buy
{
  float: left;
  margin-left: 13px;
  clear: left;
  margin-top: 10px;
  padding: 4px 4px;
  border: 1px solid gray;
  background-color: #ccc;
  width: 80px;
  text-align: center;
  color: #333;
  font-size: 10px;
}
.shop_buy *
{
  font-size: 10px;
}

a:hover.shop_buy
{
  background-color: #bbb;
}

#map
{
  width: 350px;
  height: 299px;
  background-image: URL('im/map.jpg');
}

#provinces
{
  width: 350px;
  height: 299px;
}

#nc
{
  float: left;
  font-size: 10px;
  margin-top: 170px;
  margin-left: 60px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#ec
{
  float: left;
  font-size: 10px;
  margin-top: 215px;
  margin-left: 165px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#wc
{
  float: left;
  font-size: 10px;
  margin-top: 230px;
  margin-left: 50px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#ls
{
  float: left;
  font-size: 10px;
  margin-top: 142px;
  margin-left: 222px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#fs
{
  float: left;
  font-size: 10px;
  margin-top: 114px;
  margin-left: 190px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#gt
{
  float: left;
  font-size: 10px;
  margin-top: 65px;
  margin-left: 220px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#kz
{
  float: left;
  font-size: 10px;
  margin-top: 122px;
  margin-left: 278px;
  width: 60px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#lp
{
  float: left;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 260px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#mp
{
  float: left;
  font-size: 10px;
  margin-top: 56px;
  margin-left: 268px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#nw
{
  float: left;
  font-size: 10px;
  margin-top: 70px;
  margin-left: 150px;
  clear: none; 
  position: absolute;
  color: yellow;
}
#sa
{
  display: none;
  float: left;
  font-size: 10px;
  margin-top: 250px;
  margin-left: 260px;
  clear: none; 
  position: absolute;
  color: yellow;
}

/* Content Styles */

.black_border
{
  border: 1px solid black;
}

.font10
{
  font-size: 10px;
}
.font11
{
  font-size: 11px;
}
.font12
{
  font-size: 12px;
}

.font13
{
  font-size: 13px;
}

.font14
{
  font-size: 14px;
}

.font15
{
  font-size: 15px;
}
.font16
{
  font-size: 16px;
}


