/* CSS Document */

@font-face {
    font-family: 'AktivGroteskWeb';
    font-weight: normal;
    font-style: normal;
    src: url('/templates/one/fonts/AG_Web_Rg.eot');
    src: local('AktivGroteskWeb'), 
		url('/templates/one/fonts/AG_Web_Rg.eot') format('embedded-opentype'),
		url('/templates/one/fonts/AG_Web_Rg.woff') format('woff'),
        url('/templates/one/fonts/AG_Web_Rg.ttf') format('truetype');
}

html { /*Firefox fix*/
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, ul, form {
	padding:0px;
	margin:0px;
	line-height:normal;
}
body {
	height: 100%;
	background-color:#eef1f4;
	font-size:1em;	
}
body {
	border-top:#002c5e 6px solid;
}
body, body * { 
  -webkit-font-smoothing: subpixel-antialiased; 
} 
body, p, td, th, input, textarea, select, h1, h2, h3, h4, h5, h6 {
	font-family:'AktivGroteskWeb',Arial, Helvetica, sans-serif;
	color:#333;
}
h1, h2, h3, h4, h5, h6, ul.menu li a {
	font-weight:normal;
}

input, textarea, select {
	color:black;
}
p,li { line-height:160% }
p { margin:0; padding:0 0 1em 0;}
img { border:0; }
a { text-decoration:none; color:#219ce0; }
a:hover { color:#af221e; }
.invis { display:none; }
.left { float:left; }
.right { float:right; }
/* CSS FIXES */
/* Fix clearing bug */
.noshow {
	position: absolute;
	display:none;
	left: -9000px;
}
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;	
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.print {
	display:none;
}
#cmDebug {
	overflow:auto;
	width:300px;
	max-height:400px;
	background-color:white;
	position:fixed;
	z-index:5;	
	opacity:.8;

}
/* Layered content \*/
#layout {
	margin: 0 auto 0 auto;
	text-align:left;
	padding:0;
	width:920px;
	clear: both;
	background-color:#ffffff;
}
#innerLayout {
	margin: 0 15px 0 15px;
}
#header {
	background-color:transparent;
	border:0px solid black;
}
#header #logo {
	float:left;
	margin:12px 0 0 0px;
	height:27px;
	border:0px solid black;
}
div.menu {
	margin: 0 auto 0 auto;
	width:600px;
	text-align:center;
	background-color:#f6f7f8;
	border:1px solid #eef1f4;
	padding:20px;
	margin-bottom:40px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}