* { padding: 0; margin: 0; }

p {margin-top:8px;
margin-bottom:8px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #F7B2BC;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
        color: darkred;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
	width: 920px;
	color: #333;
	padding: 0px;
	height: 120px;
	margin: 12px 0px 0px 0px;
	background: #F7B2BC;
	text-align: center;
}
#home-content { 
 width: 900px;
 color: #333;
 background: #F7B2BC;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 424px;
}

#subnav {
 width: 700px;
 font-size: 11px;
 padding-top: 4px;
 padding-bottom: 6px;
 text-align: right;
 margin-left: auto; 
 margin-right: auto;
}

#content { 
 width: 700px;
 font-size: 14px;
 /* font-weight:bold; */
 color: #1b6281;
 background: #F7B2BC;
 /* margin: 0px 0px 0px 0px; */
 padding-top: 15px;
 /* height: 424px; */
 height: auto;
 margin-left: auto; 
 margin-right: auto;
}

#footer { 
font-size: 10px;
 width: 880px;
 color: #333;
 background: #F7B2BC;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#footer a {
	color: #990000;
	text-decoration:none;
}

#footer a:hover {
	color: #990000;
	text-decoration:underline;
}


/* CMS CSS goes here: */
.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;
}


.s1 {
  font-size: 9px;
}
.s2 {
  font-size: 10px;
}

.t0 {
  font-size: 11px;
}
.t1 {
  font-size: 12px;
}
.t2 {
  font-size: 14px;
}
.t3 {
  font-size: 16px;
}
.t4 {
  font-size: 18px;
}
.t5 {
  font-size: 21px;
}
.t6 {
  font-size: 26px;
}

.err, .required {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

#prodtab td {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.color_row0 {
  background-color: #dd77aa;
  color: #000000;
  font-weight: bold;
}
.color_row1 {
  background-color: #eebbcc;
}
.color_row2 {
  background-color: #fecbdc;
}
