@charset "utf-8";
/* General */
html {
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-size: 13px;
	color: #000;
	line-height: normal;
	background:url(../_images/merely_cubed.png) repeat #fff;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;
	outline: none;
	height: 100%;	
   /*behavior: url("../_js/csshover3.htc");*/
}

.img{border:0px;filter: 0;}


* 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;
}


/* BEGIN FONTS */


@font-face {
	font-family: "HDLFont";
	src: url("../_fonts/neuton-light-webfont.eot"); /* IE9 Compat Modes */
	src: local("☺"), 
		 url("../_fonts/neuton-light-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	     url("../_fonts/neuton-light-webfont.woff") format("woff"), /* Modern Browsers */
	     url("../_fonts/neuton-light-webfont.ttf")  format("truetype"), /* Safari, Android, iOS */
	     url("../_fonts/neuton-light-webfont.svg#neutonlight") format("svg"); /* Legacy iOS */
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}
@font-face {
	font-family: "HDLFont";
	src: url("../_fonts/neuton-italic-webfont.eot"); /* IE9 Compat Modes */
	src: local("☺"), 
		 url("../_fonts/neuton-italic-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	     url("../_fonts/neuton-italic-webfont.woff") format("woff"), /* Modern Browsers */
	     url("../_fonts/neuton-italic-webfont.ttf")  format("truetype"), /* Safari, Android, iOS */
	     url("../_fonts/goudos_ro-webfont.svg#neutonitalic") format("svg"); /* Legacy iOS */
    font-weight:normal;
    font-style:italic;
    font-variant:normal;
}




/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/
/* END FONTS */

body * {
	outline: none;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: rgb(0, 0, 0);
	line-height: normal;
	font-weight: normal;
	text-indent: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 3px double #000;
	text-transform:uppercase;
}
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: normal;
	font-weight: normal;
	text-indent: 0px;
	margin:0px 0px;
	padding: 0px;
	text-align: left;
	font-weight:300;
}

h2.red {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #d50d18;
	line-height: normal;
	font-weight: normal;
	text-indent: 0px;
	margin:0px 0px;
	padding: 0px;
	text-align: left;
	font-weight:300;
	font-weight:400;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: normal;
	font-weight: normal;
	text-indent: 0px;
	margin:0px;
	padding: 0px;
	text-align: left;
}

h4 {
	font-family: "HDLFont", "Times New Roman", Times, serif;
	font-size: 131%;
	color: #000;
	line-height: normal;
	font-weight: normal;
	text-indent: 0px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
h5 {
	font-size: 116%;
	color: #00539F;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
h6 {
	font-size: 108%;
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
p {
	font-size: 12px;
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	padding-right:0px;
	text-align: left;
}
ol {
	font-size: 100%;
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
ul {
	font-size: 100%;
	color: #000;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}

sup {
	vertical-align: text-top;
	font-size: 85%;
	line-height: 100%;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color:#d50d18;
	text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #333;
	text-decoration: none;
}