/* CSS Document */
HTML {overflow: -moz-scrollbars-vertical;}

body {
	margin: 0px;
	padding: 0px 0px 20px;
	min-width: 760px;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
div.logo {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 89px;
	text-align: left;
	border-left-width: 0px;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #fff;
	background-image: url(../images/home-spliced_01.jpg);
	background-repeat: no-repeat;
}

div.header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	/* height: 268px; */
	overflow:auto;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.content {
	width: 758px;
	text-align: left;
	background-color: #fcecc4;
	position: relative;
	line-height: 20px;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 23px;
	border-bottom-width: 0px;
	border-left-width: 19px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

div.content-area {
	margin: 0px;
	padding: 0px 8px;
	width: 740px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

div.contentbottom {
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	height: 82px;
	background-image: url(../images/home-spliced_13.jpg);
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

div.botright {
margin: 30px 0px 0px;
padding: 0px;
width: 798px;
text-align: center;
}


/****************************************************************************/
/* CMS CSS */
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: #606060l;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060l;  
}
.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;
  font-size: 14px;
}




a { text-decoration:none }
a:link { text-decoration:none; color:#a3b341 }
a:visited { text-decoration:none; color:#a3b341 }
a:hover { text-decoration:none; color:#333333 }

p {
color: #333;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 0px;
}

h1 {
color: #333;
font-family: arial, helvetica, sans-serif;
font-size: 24px;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
color: #333;
font-family: arial, helvetica, sans-serif;
font-size: 180%;
font-weight: bold;
margin: 0px;
padding: 0px;
font-weight: normal;
letter-spacing: -1px;
}

h3 {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-style: normal;
margin: 0px;
padding: 0px;
font-weight: bold;
letter-spacing: -1px;
}
