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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
	background-color: #ededef;	
	width: 100%;
	margin: auto;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Mis */

 /* full clearfix */
    /* add to floating elements which shall clear floating after themselves */ 
	* html .clearfix {
	    height: 1%; /* IE5-6 */
	    }
	*+html .clearfix {
		display: inline-block; /* IE7not8 */
		}
	.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	    }

		
/* fonts */
@font-face {
	font-family: 'NobileItalic';
	src: url('fonts/nobile_italic-webfont.eot');
	src: local('?'), url('fonts/nobile_italic-webfont.woff') format('woff'), url('fonts/nobile_italic-webfont.ttf') format('truetype'), url('fonts/nobile_italic-webfont.svg#webfontZUUq9gWV') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NobileRegular';
	src: url('fonts/nobile-webfont.eot');
	src: local('?'), url('fonts/nobile-webfont.woff') format('woff'), url('fonts/nobile-webfont.ttf') format('truetype'), url('fonts/nobile-webfont.svg#webfontNDHR455b') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NobileBold';
	src: url('fonts/nobile_bold-webfont.eot');
	src: local('?'), url('fonts/nobile_bold-webfont.woff') format('woff'), url('fonts/nobile_bold-webfont.ttf') format('truetype'), url('fonts/nobile_bold-webfont.svg#webfontipZPI9LJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NobileBoldItalic';
	src: url('fonts/nobile_bold_italic-webfont.eot');
	src: local('?'), url('fonts/nobile_bold_italic-webfont.woff') format('woff'), url('fonts/nobile_bold_italic-webfont.ttf') format('truetype'), url('fonts/nobile_bold_italic-webfont.svg#webfontjSDkzXHD') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Criterion */
#cms-canvas {
	font-family: 'NobileRegular', Ariel;
	font-size: 12pt;
	width: 810px;
	height: 630px;
	margin: 30px 0 30px 0;
	padding: 0px 10px 0px 10px;
	background: url("images/shadow.png") repeat;
	position:relative;
}

#background {
	width: 800px;	
	margin: auto;
	height: 100%;	
	background-color: #fff;	
	position: relative;
}

#cms-canvas div{
	text-align: left;
}

#header {
	margin: 0 0 0 0;
}
#header .cms-logo {
	float: left;
	margin: -10px 0 0 5px;
}
#header .cms-tagline  {
	float: right;
}
#header .cms-tagline  li{
	white-space:nowrap;
	list-style-type:disc;
	color:#A4A4A4;
	font-family: 'NobileItalic';
	font-size: 1em; /* 16x1.0em=16px  */
	float: left;
	padding: 45px 30px 0px 0px;
}
#header .cms-tagline  li:first-child{
	list-style-type:none;
}

.hz_divider {
	height: 10px;
	width: 800px;
	background: url("images/h_line.png") 0px 2px no-repeat;	
}

#sidebar {
	float: left;
	width: 215px;	
	min-height: 500px;
	position: relative;
}

#sidebar .menu {
	min-height: 300px;		
}

#sidebar li img {
	margin: 300px 0 0 5px;
}

.vt_divider {
	margin-top: -50px;
	width: 10px;
	height: 550px;
	float: right;
	background: url("images/v_line.png") 5px 0px repeat-y;
}

#content {
	float: left;
	width: 530px;	
	min-height: 475px;
	margin: 20px 20px 0px 20px;	
}

#content span.emphasis {
	color: #0054c9;	
	font-family: 'NobileBoldItalic';
	
}

#content p {
	margin: 20px;
	line-height: 20px;
}

#footer {
	height: 70px;	
}

#footer li{		
	width: 200px;
	text-align: center;
	float: left;
	color:#A4A4A4;
	font-size: 0.75em; /* 16x0.75m=12px  */		
	list-style-type:none;
}

#footer div.col1 {
	left: 10px;
}
#footer div.col2 {
	left: 200px;
}
#footer div.col3 {
	left: 400px;
}
#footer div.col4 {
	left: 600px;
}


