html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.col1, .col2, .col3, .col4, .col5, .col, .cols { float:left;}

.col1{ width:248px;}
.col2{ width:722px;}
.col3{ width:306px;}
.col4{ width:199px;}
.col5{ width:446px;}
.cols{ width:223px;}
.col{ padding-left:13px; width:205px;}
/*======= index.php =======*/
/*======= index-1.html =======*/
/*======= index-2.html =======*/
/*======= index-3.html =======*/
/*======= index-4.html =======*/
/*======= index-5.html =======*/
#page6 .col4 .under2{ padding-bottom:16px; margin-bottom:16px;}
/*======= index-6.html =======*/
#page7 .col5 .cols{ width:209px;}
/*======= index-7.html =======*/


.normaltxt {
	font: normal 14px/normal Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: none;
	padding: 0px 5px;
	margin-left: 7px;
	text-align: justify;
}
.normaltxtBold {
	font: 700 normal 13px/normal Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: none;
	padding: 0px 5px;
	margin-left: 0px;
	text-align: justify;
}

/*******************/
/* Main Navigation */
/******************/
nav.main {
  margin: 0;
  padding: 0;
}

nav.main li a,
nav.main li {
  float: left;
  font-family: Arial;
}

nav.main li {
  list-style: none;
  position: relative;
  font-size: 14px;
  z-index: 999;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
}

nav.main li.nje {
  list-style: none;
  position: relative;
  font-size: 14px;
  z-index: 999;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
  background: #3aa1d1;
}

nav.main li.last {
  list-style: none;
  position: relative;
  font-size: 14px;
  z-index: 999;
  border: none;
  background: #e6e6e6;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
  width: 140px;
}

nav.main li.last:hover a, nav.main li.last:hover {
  background: #3aa1d1;
}

nav.main li a {
  padding: 5px 44px;
  color: #333;
  line-height: 18px;
  background: #e6e6e6;
}

li.sub-heading {
	background: #ddd;
	padding: 10px 0 10px 30px !important;
	cursor: pointer;
}
nav.main li a:hover {
  background: #cccccc;
  text-decoration: none;
  color: #FFFFFF;
}


/* SUb-Menu */
.hasChildren {
  position: absolute;
  width: 5px;
  height: 5px;
  backgrond: black;
  right: 0;
  bottom: 0;
}
nav.main li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 101%;
  padding: 0;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  border-left:1px solid #d9d9d9;
  margin: 0;
}
nav.main li:hover > ul {
  display: block;
}
nav.main li ul li,
nav.main li ul li a {
  float: none;
  font-size: 12px;
  color: black;
  
}
/* IE6 Fix */
nav.main li ul li {
  _display: block;
}
nav.main li ul li a {
  min-width: 170px;
  padding: 5px 30px 5px 41px;
  display: block;
}
/* SUb-Sub Menu */
nav.main li ul li ul {
  display: none;
}
nav.main li ul li:hover ul {
  left: 100%;
  top: 0;
}

nav.main li.nje a:hover, nav.main li.nje:hover, nav.main li:hover > a {
  background: #3aa1d1;
  color: #ffffff;
}

.disclaimer {
	padding: 25px 0 0 0;
}


ul.list {margin: 0; padding: 0 12px 0 26px; list-style: outside disc; }
ol.list {margin: 0; padding: 0 12px 0 29px; list-style: outside decimal;}
ul.list li, ol.list li {padding: 5px 0; color: #000000; font-weight: normal;}