body {
	margin-left: 6px;
	margin-top: 0px !important;
	margin-right: 6px;
	margin-bottom: 12px;
	background-color: #0b5247;
}

.heading_1	{
	color: #555;
	font-family: arial, sans-serif;
	font-size: 28px;
	font-weight: ;
	margin-top: 0px;
	margin-bottom: 1px;
}

.heading_2	{
	color: #555;
	font-family: arial, sans-serif;
	font-size: 22px;
	font-weight: ;
	margin-top: 0px;
	margin-bottom: 1px;
}

.heading_3	{
	color: #555;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: ;
	margin-top: 0px;
	margin-bottom: 1px;
}

/* unvisited link */
a:link {
	text-decoration: none;
    color: #0b5247;
}

/* visited link */
a:visited {
	text-decoration: none;
    color: #0b5247;
}

/* mouse over link */
a:hover {
	text-decoration: none;
    color: #107666;
}

/* selected link */
a:active {
	text-decoration: none;
    color: #ff6422;
}


.table_b {
	border: 0px solid black;
	font-family: Arial, Helvetica, sans-serif;
}

.table_content {
	border: 1px solid black;
    box-shadow: 0px 1px 6px #000000
	font-family: Arial, Helvetica, sans-serif;
}

.table_menu_left {
	"background: -moz-linear-gradient(top, black, #107666 1px, #0d6457 30px);
	 background: -webkit-gradient(linear, left top, left 33, from(#107666), color-stop(9%, #107666), to(#0d6457));
	 border-top: 1px solid #000000;"
	 border-right: 0px solid #004e3e;
	 border-left: 0px solid #2e9484;
	 border-bottom: 1px solid #232323;

}

.table_menu_right {
	"background: -moz-linear-gradient(top, black, #107666 1px, #0d6457 30px);
	 background: -webkit-gradient(linear, left top, left 33, from(#107666), color-stop(9%, #107666), to(#0d6457));
	 border-right: 1px solid #004e3e;
	 border-left: 0px solid #2e9484;
	 border-bottom: 1px solid #232323;
	 border-top: 1px solid #000000;"
}

.table_menu_both {
	"background: -moz-linear-gradient(top, black, #107666 1px, #0d6457 30px);
	 background: -webkit-gradient(linear, left top, left 33, from(#107666), color-stop(9%, #107666), to(#0d6457));
	 border-right: 1px solid #2e9484;
	 border-left: 0px solid #2e9484;
	 border-bottom: 0px solid #232323;
	 border-top: 1px solid #000000;"
}

.main_text_center {
	text-align: center;
}

.info_box_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.info_box_text_small {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
.small_slider {
  background: #fff;
  width: 200px;
  height:200px;
  color: white;
  font-size: 50px;
  font-family: Arial;
  position:absolute;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: bold;
    text-align: justify;
}
.main_text_no_b {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
    text-align: justify;
}
.main_text_i {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-style: italic;
	font-weight: bold;
    text-align: justify;
}

 .FAQ { 
	cursor:hand; cursor:pointer;
	border:0px solid red; width:100%; 
	font-family: Arial, Helvetica, sans-serif;
	color: #0b5247;
	font-weight: bold;
    text-align: justify;
}
 .FAA { 
	display:none;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* MENU */

#nav {
	background: -moz-linear-gradient(top, black, #107666 1px, #0d6457 30px);
	 background: -webkit-gradient(linear, left top, left 33, from(#107666), color-stop(9%, #107666), to(#0d6457));
 border-right: 1px solid #2e9484;
	 border-left: 0px solid #2e9484;
	 border-bottom: 0px solid #232323;
	 border-top: 0x solid #000000;
	 outline-right: 1px solid #2e9484;
 float: left;
 margin: 0; padding: 0;
 border-bottom: none;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
 padding: 9px 15px;
 text-decoration: none;
 	font-weight: Bold;
	font-size: 13pt;
	font-family: Arial;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
 color: white;
 background: #107666;
 background: -moz-linear-gradient(top, black, #107666 1px, #0d6457 30px);
 background: -webkit-gradient(linear, left top, left 33, from(#107666), color-stop(9%, #107666), to(#0d6457));
 border-right: 1px solid #004e3e;
 border-left: 1px solid #2e9484;
 border-bottom: 1px solid #232323;
 border-top: 0px solid #000000;
 transition: all 0.3s ease 0s;
}

#nav li a:hover {
 text-decoration: none;
 	font-weight: Bold;
	font-family: Arial;
 background: #107666;
 background: -moz-linear-gradient(top, black, #3f9184 1px, #107666 30px);
 background: -webkit-gradient(linear, left top, left 25, from(#3f9184), color-stop(9%, #3f9184), to(#107666));
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 0px; height: 0px;
	background: black;
	right : 0;
	bottom: 0;
	z-index: 2147483647;
}

#nav li ul {
 display: none;
 position: absolute;
  border-bottom: 1px solid #232323 !;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index: 2147483647;
}

#nav li:hover > ul {
 display: block;
 z-index: 2147483647;
}

#nav li ul li, #nav li ul li a {
 float: none;
 z-index: 2147483647;
}

#nav li ul li {
 _display: inline; /* for IE6 */
 z-index: 2147483647;
}

#nav li ul li a {
 width: 150px;
 display: block;
 z-index: 2147483647;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


#nav li ul 
.footer_text {
	color: #FFF;
}
.footer_text {
	color: #FFF;
	text-align: left;
}
