 body {
	background-color: #FFF;
	color: #000;
	margin: 45px 0;
	padding: 0;
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',"Segoe UI",Frutiger,'Century Gothic',calibri, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: 300;
}
table, td {
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',"Segoe UI",Frutiger,'Century Gothic',calibri, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: 300;
	padding: 5px;
	margin: 5px 0;
}
table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
h1, h2, h3, h4, h5 {
	color: #444;
	font-weight: 300;
	padding: 0;
	margin: 0;
	overflow: visible;
}
h1 {
	font-size: 300%;
	margin-bottom: 10px;
}
h2 {
	font-size: 200%;
	margin-bottom: 10px;
}
h3 { 
	font-size: 130%;
}
h4 {
	font-size: 110%;
	padding: 10px 0 0;
}
h5 {
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
strong {
	font-weight: 500;
}
ul {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}
li { padding: 0; margin: 0 }
dl {
	margin: 0;
	padding: 0;
}
dt {
	float: left;
	width: 75px;
	text-align: right;
	padding: 0;
	clear: both;
}
dd {
	padding: 0 0 0 15px;
	margin: 0 0 0 175px;
}

p {
	margin: 0 0 15px;
	padding: 0;
}
em {
	font-weight: 500;
}
a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
hr {
	margin:10px 0px;
	padding:0;
	border-bottom: solid #C8E362 1px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

/* accessibility */
#accessibility-shortcuts {
	left: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}
#accessibility-shortcuts li { display: inline; }
#accessibility-shortcuts  li a {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 100%;
}

/* ID's */
#container {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
}
#nav{ 
	float: left;
	width: 190px;
	margin-right: 35px;
	padding: 8px 0;
}
#cnt {
	float: left;
	width: 675px;
	padding: 8px 0;
}
#slide {
	width: 675px;
}
#footer {
	clear: both;
	font-size: 90%;
	margin-top:  10px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* classes */
.mar-btm { margin-bottom: 20px;}

.jhide {
	display: none;
}
.imgBdr {
	padding: 5px;
	border: solid 1px #DADADA;
	display: block;
	margin: 0 0 15px;
}

ul.gallery li {
	/*display:inline;*/
	margin: 15px 0 0;
}
ul.gallery li img { 
	border: solid 1px #DADADA; 
	padding:5px;
	vertical-align: middle;
	display: inline-block;
}
ul.sky li {
	display:inline;
	margin: 10px 10px 0;
}
ul.sky li img { 
	padding:5px;
}
.valImg {
	border: 0;
	width: 88px;
	height: 31px;
	margin: 2px 0;
}
	
/*  ##### clearing floats without additional <div class="clear"> #### */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
html[xmlns] .clearfix {
	display: block;
}	
