* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
/* body > #wrap {
	height: auto;
	min-height: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} */
#wrap {
	height: auto;
	min-height: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#main {padding-bottom: 60px;}  /* must be same height as the footer */
#bottom-content {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	margin-top:0px;
	margin-bottom:0px;
	color:#28696D;
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
	padding: 0px;
	background-position: center top;
	background-color: #C7C5CD;
}

p {
	margin:6px 0 5px 0;
}

a img {border:none;}

a, a:visited {
	color:#4a2839;
	text-decoration:underline;
}
a:hover {
	color:#f3d944;
	text-decoration: none;
}

img.snapshot {
	padding:2px;
	border:1px solid #ababab;
	background:#dcdcdc;
	margin-right: 8px;
}

.left {float:left;}

.right {float:right;}

/* Header */
#header {
	padding:0px;
	height:269px;
	position: relative;
	margin: 0px;
}
#header #logo {width:1000px;
	margin:0 auto;
	padding:10px 10px 0px 10px;}

#header img.logo {margin-top:26px;}
#header #logo #lang {width:100px;float:right;height:55px;margin-right:60px;}

#nav  {
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	text-align: left;
	top: 246px;
}

#nav li { display: inline; }

#nav a {
	display: inline;
	margin-left: 8px;
	padding: 8px;
	text-decoration: none;
	font-size: 14px;
	color: #4A2839;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a:hover {
	color: #900;
	text-decoration: underline;
}
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}

/* Content Area */
#main {
	width:1050px;
	margin:10px auto 0;
	clear:both;
	padding-right:10px;
	padding-left:15px;
}
	
#main p {
font-family:Arial, Helvetica, sans-serif;}

#main text-box p {color: #362A27;}

#main h3 {
	color:#4B293A;
	font-size:20px;
	margin: 0px;
	padding: 0px;
}

#main ul {margin: 0px; margin-left: 15px; padding: 0px; list-style-type: square;}
#main li {text-indent: 0px; padding: 0px 0px 5px 0px }

#main .box1 {
	float: left;
	padding: 0px 15px 15px 0px;
	width: 335px;
	color:#333;
	margin: 0px;
}

#main .box2 {
	float: left;
	padding: 0px 0px 15px 15px;
	width: 600px;
	color:#333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ADA3D6;
}

#main .onebox {
	float: left;
	padding: 0px 15px 15px 0px;
	width: 900px;
	color:#333;
	margin: 0px;
}


/* Footer */
#bottom-content {
	color:#FEB978;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	background-color: #4A2839;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FEB978;
}

#bottom-content a, #bottom-content a:visited {
	color:#FEB978;
	text-decoration:none;
}
#bottom-content a:hover {
	color:#F00;
	text-decoration:underline;
}

#bottom-content p {margin:0 0 15px 0;}
#bottom-content p.axe img {margin-bottom:-7px;}

#bottom-section {
	width:1000px;
	margin:0 auto;
	height:40px;
	line-height:1.1em;
	padding:0 10px 0 10px;
}

#bottom-section #left {
	width:520px;
	float:left;
	padding-top:20px;
}
#bottom-section #right {width:250px;float:right;text-align:right;padding-top:20px;}

.text-box {
	width: auto;
	margin: 0 0 10px 0px;
	background-color: #ABA8B5;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #362A27;
	border: 1px solid #FFFFFF;
	height: auto;
}
.text-box a {text-decoration: none;}
.text-box a:hover {text-decoration: underline;}


body,p,td,div {
  font-family: Arial, Helvetica;
  font-size: 14px;
}
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060;  
}

.listing_title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;  
}

.listing_tagline {
  font-size: 14px;
  font-style: italic;
  color: #606060;  
}

.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
}

.img-caption
{
	float: left;
	width: 315px;
	margin: 0px;
	background-color: #ABA8B5;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.img-caption img
{
	padding:2px;
	border:1px solid #ababab;
	background:#dcdcdc;
	margin-right: 8px;
	float:left;
}

.tiny-text {
  font-size: 10px;}

