@font-face {
    font-family: 'daxcondensedregular';
    src: url('../files/DaxCondensed/daxcondensed-webfont.eot');
    src: url('../files/DaxCondensed/daxcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/DaxCondensed/daxcondensed-webfont.woff') format('woff'),
         url('../files/DaxCondensed/daxcondensed-webfont.ttf') format('truetype'),
         url('../files/DaxCondensed/daxcondensed-webfont.svg#daxcondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

header, aside, footer, section, article{ display:block;}

* {
	margin: 0;
	padding:0;
	outline:none;
}

html, body {
	height:100%;
	width:100%;
}

html[xmlns^="http"] {
 overflow-y: scroll;
}

body {
 	font:12px/17px Arial, Helvetica, sans-serif;
	color:#8e8f91;
}

/* ----------------------------------> Global classes <-----------------------------*/
a {
	color:#4e6892;
}

a:hover {
	text-decoration:none;
}

a.more{
	padding:4px 5px;
	background:#4e6892;
	color:#fff;
	text-decoration:none;	
}

address{
	font-style:normal;
}

img {
	border:none;
}

ul{
	list-style-type:none;
}

.highlight {
	font-style:italic;
}

.image {
}

.floatRight {
	float:right;
	margin:0 0 10px 10px;
}

.floatLeft {
	float:left;
	margin:0 10px 10px 0;
}

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

#bgGray{
	display:none;
}

/* ----------------------------------> Container <-----------------------------------*/
#container {
}

/* ----------------------------------> Header <--------------------------------------*/

header {
	padding:0 0 30px 0;
}

#branding a {
}


/* ----------------------------------> Navi <----------------------------------------*/
#navi {
	display:none;
}

/* ----------------------------------> NaviAdd <-------------------------------------*/
#naviAdd {
	display:none;
}

#cycle{
	display:none;	
}

#graph{
	display:none;
}

/* ----------------------------------> Content Main <--------------------------------*/
section {
}

section.wide{
}

section h2{
	background:none;
	padding:0px;
	margin:0 0 20px 0;	
	font:25px/normal 'daxcondensedregular';
	color:#6284bb;
}

section h2 strong{
	background:url(../images/bg-separator.gif) left bottom repeat-x;
	padding:0 10px 5px 0;
	font-weight:normal;
}

section h3 {
	font:20px/normal 'daxcondensedregular';
	color:#808283;
	background:url(../images/bg-separator.gif) left bottom repeat-x;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}


section h3.icons {
	font:20px/normal 'daxcondensedregular';
	color:#6284bb;
	margin:0 0 15px 0;
	background:none;
}

section h3.icons img{
	position:relative;
	top:10px;	
}

section h4{
	font:17px/normal 'daxcondensedregular';
	margin:0 0 10px 0;
}

section p {
	margin:0 0 17px 0;
}

section ul.list {
	margin:0 0 17px 0;
}

/* -------------------------> Sidebar <------------------------- */
aside{
	display:none;
}

/* ----------------------------------> Footer <--------------------------------------*/
footer {
	display:none;
}