HTML {overflow: -moz-scrollbars-vertical;}

* {
	padding:0;
	margin: 0;
}

td
{
padding:1px;
}

blockquote {
	margin-left: 35px;
	margin-right:40px;
	color:#666;
	font-size:17px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	padding-top: 8px;
	line-height: 22px;
}

#wrap {
	height: auto;
	margin: 0px auto 0;
	width: 950px;
	background-color: #FFFFFF;
}


#bottom-content {
	position: relative;
	height: 50px;
	clear:both;
} 

body {
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	color:#333333;
	background-color: #FFF;
	background-image: url(../images/bg-image.jpg);
	background-repeat: repeat;
}

/* 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 */

.clear { clear: both; background: none; }

p {margin:8px 0 5px 0;}

a img {border: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:110px;
	position: relative;
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #879BC0;
}
#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;}

#header h1 {
	position: absolute;
	top: 19px;
	left: 21px;
	width: 302px;
	height: 73px;
	background-image: url(../images/logo-med2.jpg);
	background-repeat: no-repeat;
}

#header h1 a {
	display: block;
	width: 302px;
	height: 73px;
	text-indent: -9999px;
}

#header .tagline {
	position: absolute;
	top: 22px;
	left: 333px;
	width: 340px;
	height: 38px;
	font-size: 20px;
	color: #808080;
}

#header .phone {
	position: absolute;
	top: 29px;
	left: 733px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/phone-tab.jpg);
	height: 42px;
	width: 147px;
	padding-left: 28px;
	padding-top: 14px;
	color: #FFF;
}

#nav  {
	list-style: none;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 52px;
	position: relative;
	text-align: left;
	padding-top: 159px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#nav li { display: inline; }

#nav a {
	display: inline;
	margin-left: 8px;
	padding: 8px;
	text-decoration: none;
	font-size: 16px;
	color: #516375;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a:hover {
	color: #003333;
	text-decoration: underline;
}
#nav .active a { border-bottom: 2px solid #C70012; color: #9D2900;}

/* Content Area */
#main {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/faux-column.gif);
}
	
#main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 12px;
}

#main text-box p {color: #362A27;}

#main h3 {
	color:#879BC0;
	font-size:20px;
	margin-bottom: 12px;
}

#main h4 {
	color:#FFF;
	font-size:20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: italic;
}

#main .box-left {
	float: left;
	width: 288px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #879BC0;
	/* height: 100%; */
	min-height: 450px;
}

/* IE6 Hack to have min-height in left column */
* html #main .box-left {
height: 535px; }

#main .box-left p {
	margin-right: 25px;
	margin-left: 25px;
	color: #FFF;
	font-size: 20px;
	margin-top: 20px;
}

#main .box-center {
        float: left;
	padding: 0px 5px 15px 15px;
	width: 475px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#main .box-right {
	float: left;
	padding: 0px 15px 15px 10px;
	width: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#main .box-right-wide {
	float: left;
	padding: 25px 5px 15px 17px;
	width: 600px;
}

#main .box-single {
	float: left;
	padding: 0px 5px 15px 15px;
	width: 925px;
}

#main ul {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	list-style-type: disc;
}
#main li {
	text-indent: 0px;
	padding: 0px 0px 15px 0px
}

/* Footer */
#bottom-content {
	font-family:Verdana, Arial, sans-serif;
	background-color: #FFF;
	background-repeat: repeat-x;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #516A99;
}

#bottom-content a, #bottom-content a:visited {
	color:#686762;
	text-decoration:none;
}
#bottom-content a:hover {
	text-decoration:underline;}

#bottom-content p {
	margin:0 0 15px 0;
	color: #686762;
	font-size: 12px;
}
#bottom-content p.axe img {margin-bottom:-7px;}

#bottom-section {
	width:920px;
	margin:0 auto;
	height:50px;
	line-height:1.1em;
	padding:0 10px 0 10px;
	font-size: 12px;
}

#bottom-section #left {width:600px;float:left;padding-top:20px;}
#bottom-section #right {
	width:250px;
	float:right;
	text-align:right;
	padding-top:20px;
}

.text-box {
	width: auto;
	margin: 0px 20px 0px 20px;
	background-color: #d0c7af;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #362A27;
	border: 2px solid #FFF;
	text-align: center;
}
.text-box a {text-decoration: none;}
.text-box a:hover {text-decoration: underline;}


/* Animated Message on Home Page */
div.cf_wrapper {
	margin: 15px 20px 0px 20px;
	padding: 0px;
	min-height: 150px;
}
	
div.cf_element {
	width: 250px;
	text-align: left;
}
	
div.cf_element div.contentx {
		padding: 5px;
}

div.cf_element div.contentx h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/* color: #b2010c;*/
color: #033f5f;
	margin: 0;
	padding: 0;
}


/* CMS CSS */
body,p,td,div {
	font-family: Arial, Helvetica;
	font-size: 17px;
	color: #666;
}
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060;
}

.article_title a, .article_title a:visited, .article_title a:hover {
  color: #006699;
}

.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;  
}
.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: 14px;
  font-weight: bold;
}
.faq_title a, a:visited, a:hover {
  color: #006699;
}

.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

/*
.faq_detail ol {margin-left: 0px; padding: 0px;
}
.faq_detail li {margin-left: 10px; padding: 0px 0px 5px 0px }
*/

.faq_detail ol {
padding: 0 0 0 24px;
margin: 0;
}
.faq_detail li {
padding: 2px 0;
margin: 0;
}

.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;
}

div.err {
  padding: 12px 0px;
}

.right {margin-left: 10px;}

