

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}


/* General
--------------------------------------- */

.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 0.5em;
}

.hide {
	display: none;
}
/* Structure and Layout
--------------------------------------- */


/* Navigation
--------------------------------------- */

.nav {

	padding: 0;
	margin:0;


}
.nav li {
	display: inline;
	list-style: none;



}
.navnos a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:7px 0 0 11px;
}
.navnos a:focus {
	color:#333333;

}

a:active{
	color: ;

}

.navnos a:hover{
	color:#000;


}

#myController{
position:absolute;
top:240px;
right:15px;
z-index:100;
background:url(i/numbg.png) no-repeat;
width:95px;
padding:7px 0 0 11px;
height:33px;

}

/* Feature carousel
--------------------------------------- */

#mySlides {
	overflow: hidden;
	width: 955px;
	height: 285px;
}
#mySlides .slide {
	color: #b5e5f7;
	font-size: 12px;
	line-height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}
#mySlides .slide h2 {
	margin:0;
	padding:10px 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 24px;


}
#mySlides .slide p {
	width: 450px;
	font-weight:normal;
	padding:5px 0 0 0;
	color:#333333;
	font-size:16px;
	line-height:24px;
	
	
}
#mySlides .slide a{
	color: #000000;
	text-decoration:none;
}
#feature .nav {
	font-size: 1.2em;
	color: #13a6ea;
}
#feature .nav a {
	color: #13a6ea;
	float: left;
	height: 1.2em;
	line-height: 1.2em;
	margin-right: 1em;
	padding:0.2em;
	background-color:#FFFFFF;
}

#feature .nav a:hover, #feature .nav a.jFlowSelected {
	color: #FFF;
	text-decoration: none;
	background-position: left -58px;
}
#feature .nav .hide {
	display: none;
}
