/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

article,	aside,	details,	figcaption,	figure,	footer,	header,	hgroup,	nav,	section,	summary {	display: block;	}	audio,	canvas,	video {	display: inline-block;	*display: inline;	*zoom: 1;	}	audio:not([controls]) {	display: none;	height: 0;	}	[hidden] {	display: none;	}	html {	font-size: 100%; 	-webkit-text-size-adjust: 100%; 	-ms-text-size-adjust: 100%; 	}	html,	button,	input,	select,	textarea {	font-family: sans-serif;	}	body {	margin: 0;	}	a:focus {	outline: thin dotted;	}	a:active,	a:hover {	outline: 0;	}	h1 {	font-size: 2em;	margin: 0.67em 0;	}	h2 {	font-size: 1.5em;	margin: 0.83em 0;	}	h3 {	font-size: 1.17em;	margin: 1em 0;	}	h4 {	font-size: 1em;	margin: 1.33em 0;	}	h5 {	font-size: 0.83em;	margin: 1.67em 0;	}	h6 {	font-size: 0.75em;	margin: 2.33em 0;	}	abbr[title] {	border-bottom: 1px dotted;	}	b,	strong {	font-weight: bold;	}	blockquote {	margin: 1em 40px;	}	dfn {	font-style: italic;	}	mark {	background: #ff0;	color: #000;	}	p,	pre {	margin: 1em 0;	}	code,	kbd,	pre,	samp {	font-family: monospace, serif;	_font-family: 'courier new', monospace;	font-size: 1em;	}	pre {	white-space: pre;	white-space: pre-wrap;	word-wrap: break-word;	}	q {	quotes: none;	}	q:before,	q:after {	content: '';	content: none;	}	small {	font-size: 80%;	}	sub,	sup {	font-size: 75%;	line-height: 0;	position: relative;	vertical-align: baseline;	}	sup {	top: -0.5em;	}	sub {	bottom: -0.25em;	}	dl,	menu,	ol,	ul {	margin: 1em 0;	}	dd {	margin: 0 0 0 40px;	}	menu,	ol,	ul {	padding: 0 0 0 40px;	}	nav ul,	nav ol {	list-style: none;	list-style-image: none;	}	img {	border: 0; 	-ms-interpolation-mode: bicubic; 	}	svg:not(:root) {	overflow: hidden;	}	figure {	margin: 0;	}	form {	margin: 0;	}	fieldset {	border: 1px solid #c0c0c0;	margin: 0 2px;	padding: 0.35em 0.625em 0.75em;	}	legend {	border: 0; 	padding: 0;	white-space: normal; 	*margin-left: -7px; 	}	button,	input,	select,	textarea {	font-size: 100%; 	margin: 0; 	vertical-align: baseline; 	*vertical-align: middle; 	}	button,	input {	line-height: normal;	}	button,	html input[type="button"], 	input[type="reset"],	input[type="submit"] {	-webkit-appearance: button; 	cursor: pointer; 	*overflow: visible;  	}	button[disabled],	input[disabled] {	cursor: default;	}	input[type="checkbox"],	input[type="radio"] {	box-sizing: border-box; 	padding: 0; 	*height: 13px; 	*width: 13px; 	}	input[type="search"] {	-webkit-appearance: textfield; 	-moz-box-sizing: content-box;	-webkit-box-sizing: content-box; 	box-sizing: content-box;	}	input[type="search"]::-webkit-search-cancel-button,	input[type="search"]::-webkit-search-decoration {	-webkit-appearance: none;	}	button::-moz-focus-inner,	input::-moz-focus-inner {	border: 0;	padding: 0;	}	textarea {	overflow: auto; 	vertical-align: top; 	}	table {	border-collapse: collapse;	border-spacing: 0;	}

	body, div
	{
		color:	#2E2E2E;
		font-family:  Arial,Tahoma, Verdana, sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	
	body
	{
		background-attachment: fixed;
		background-position: center top;
	}
	
	a 
	{
		color: #0000FF;
		text-decoration: none;
	}
	a:hover 
	{
		color: #FF4000;
		text-decoration: underline;
	} 
	a img {
		border:none;
	}
	
	.shadow
	{
		background-color: #FFFFFF;
		
		-moz-box-shadow: 0 2px 6px 2px #585858;
		-webkit-box-shadow: 0 2px 6px 2px #585858;
		box-shadow: 0 2px 6px 2px #585858;
		
		margin: 0 auto 10px;
		position:relative;
		width: 1000px;
		z-index:500;
	}
	
	#domainbackground
	{
		background-color: #FFFFFF;
		background-image: url(https://img.ezdch.com/misc/loading.gif);
		background-position: center center;
		background-repeat: no-repeat;
		color: #2E2E2E;
		font-size: 18px;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 500;
	}
	#domainbackground iframe
	{
		border: medium none;
		height: 350px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 990px;
	}




	.header
	{
		background-color:#FFFFFF;
		margin:0px;
		overflow: hidden;
		padding:0px; 
		position:relative;
		width:1000px;
		z-index:500;
	}
	
	.navigationfloat_wrap
	{
		position:fixed;
		top:0;
		width: 100%;
	}
	.navigationfloat
	{
		margin:0 auto;
		width:1000px;
	}
	
	.logo_icon
	{
		display: inline-block;
		float: left;
		height:30px;
		margin: 3px 1px 1px 1px;
		padding: 0;
		text-align: center;
		width:40px;
	}
	.logo_icon img
	{
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	
	.logo
	{
		background-color: #006699;
		border-bottom: 2px solid #585858;
		border-left: 1px solid #585858;
		
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

		border-right: 1px solid #585858;
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0 10px 1px;
		text-align: center;
		vertical-align: top;
	}
	.header .logo
	{
		bottom: 2px;
		position: relative;
	}
	
	.logo h1, .logo a, .logo a:visited, .logo a:hover, .logo a:active
	{
		color: #FF9900;
		font-family: Arial,Tahoma,Verdana,sans-serif;
		font-size: 30px;
		font-weight: normal;
		line-height: 35px;
		margin: 0px;
		text-decoration: none;
		text-shadow: -1px -1px 0 #585858, 1px -1px 0 #585858, -1px 1px 0 #585858, 1px 1px 0 #585858;
	}
	
	.logo_trade
	{
		color:#2e2e2e;
		display: inline-block;
		float: left;
		font-family: Arial,Tahoma,Verdana,sans-serif;
		font-size:18px;
		margin: 0;
		padding: 3px 0 0 0;
		text-align: left;
		vertical-align: top;
	}
	
	.floater_bug
	{
		background-color: #FF5500;
		border-bottom: 1px solid #585858;
		border-left: 1px solid #585858;

		-webkit-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

		border-right: 1px solid #585858;
		display: inline-block;
		float: right;
		font-family: Arial,Tahoma,Verdana,sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		margin: 0 40px 0 0;
		padding: 3px 5px 1px;
		text-align: center;
		text-shadow: -1px -1px 0 #585858, 1px -1px 0 #585858, -1px 1px 0 #585858, 1px 1px 0 #585858;
	}
	.floater_bug a,
	.floater_bug a:link,
	.floater_bug a:visited
	{
		display:block;
		color:#FFF;
		text-decoration:none;
	}
	
	.floater_bug a:hover,
	.floater_bug a:active
	{
		color:#FFF;
		text-decoration: underline ;
	}
	
	.header .addthis_toolbox
	{
		float:right;
		height: 32px;
		position:relative; 
		top:5px; 
	}


	/*--------------------------------
	Top Navigation
	---------------------------------*/
	
		.nav_top
		{
			color: #fff;
			background-color: #069;
			overflow: hidden;
		}
	
		/*--------------------------------
		Top Left
		---------------------------------*/
		.nav_topleft
		{
			color: #fff;
			float: left;
			font-size: 11px;
			height: 31px;
			margin: 0;
			padding: 0 0 0 20px;
			position: relative;
			text-align: left;
			text-shadow: -1px -1px 0 #585858, 1px -1px 0 #585858, -1px 1px 0 #585858, 1px 1px 0 #585858;
			width: 220px;
		}
		.nav_topleft a
		{
			color: #fff;
			line-height: 30px;
			text-decoration: none;
		}
		.nav_topleft a:hover
		{
			color: #fff;
			text-decoration: underline;
		}

		/*--------------------------------
		Top Right
		---------------------------------*/
		.nav_topright
		{
			color: #fff;
			float: right;
			text-align: center;
			width: 750px;
		}
		.nav_topright a
		{
			border-bottom: none;
			color: #fff;
			line-height: 30px;
			font-size: 18px;
			font-weight: bold;
			text-decoration: none;
		}
		.nav_topright a:hover
		{
			border-bottom: 1px solid white;
			color: #fff;
		}
	/*--------------------------------
	End Top Navigation
	---------------------------------*/

	
	
	.nav_menu
	{
		position:relative;
		clear:both;
		width: 1000px; 
		line-height: 35px;
		height: 35px; 
		text-align: center;
		background-color: rgb(255, 128, 0);
		border-bottom: 1px solid #585858;
		-moz-box-shadow: 0 2px 8px #FFFFFF inset, 0 2px 4px #585858;
		-webkit-box-shadow: 0 2px 8px #FFFFFF inset, 0 2px 4px #585858;
		box-shadow: 0 2px 8px #FFFFFF inset, 0 2px 4px #585858;
		text-shadow: -1px -1px 0 #585858, 1px -1px 0 #585858, -1px 1px 0 #585858, 1px 1px 0 #585858;
	}
	ul.nav_menulist
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	li.nav_menulist
	{
		display:inline;
		float:left;
		width:166.66px;
		margin: 0px;
		padding: 0px;
		background: url("https://img.ezdch.com/misc/menu-stop-gradient.png") no-repeat scroll right top transparent;
	}
	li.nav_menulist a
	{
		cursor: pointer;
		font-family: Arial,sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		text-transform:uppercase;
		color:#ffffff;
		display:block;
		height: 100%;
		width: 100%;
	}
	.nav_menulist a
	{
		text-decoration: none;
	}
	.nav_menulist:hover
	{
		background-color:#FF7000;
	}

	
	
	
	.subnav_wrap
	{
		background-color: #585858;
		text-align: center;
		margin: 0;
		padding:0;
	}
	.subnav_wrap a
	{
		text-decoration:none;
	}
	.subnav_wrap img
	{
		margin-top: 2px;
		width: 498px;
	}
	.nav_menu a[title]:hover:before
	{
		background-color: #EEEEEE;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC)); /* Safari 4+, Chrome */
		background-image: -webkit-linear-gradient(top, #EEEEEE, #CCCCCC); /* Chrome 10+, Safari 5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #EEEEEE, #CCCCCC); /* Firefox 3.6-15 */
		background-image:      -o-linear-gradient(top, #EEEEEE, #CCCCCC); /* Opera 11.10-12.00 */
		background-image:         linear-gradient(to bottom, #EEEEEE, #CCCCCC); /* Firefox 16+, IE10, Opera 12.50+ */
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		-webkit-box-shadow: 0 0 4px #222222;
		box-shadow: 0 0 4px #222222;
		color: #333333;
		content: attr(title);
		padding: 4px 8px;
		position: absolute;
		top: 100%;
		white-space: nowrap;
		text-shadow: none;
		width: 300px;
		left: 350px;
	}



	h2.block_title 
	{
		font-family: Arial,Tahoma,Verdana,sans-serif;
		font-size: 24px;
		padding: 0;
		margin: 0;
		color: #FFFFFF;
		text-align: center;
		text-shadow: 1px 1px 0 #000000;
	}
	
	.blocks p
	{
		color: #333333;
		font-size: 12px;
		margin: 0;
		padding: 2px 0 0;
	}
	
	.block_wrapper
	{
		padding-top: 50px;
	}

	.block 
	{
		background-color: #FFBB00;
		border: 1px solid #000000;
		margin: 40px auto 0;
		padding: 0;
		width: 800px;
		
		-moz-box-shadow: 0pt 8px 12px rgba(0, 0, 0, 0.2); 
		-webkit-box-shadow: 0pt 8px 12px rgba(0, 0, 0, 0.2); 
		box-shadow: 0pt 8px 12px rgba(0, 0, 0, 0.2); 
	}


	.block_below 
	{
		background-color: #FFFFFF;
		margin: 20px auto 50px;
		padding: 0px 0px 0px 0px;
		text-align: justify;
		text-indent: 50px;
		width: 550px;
	}

	.block_fullbody 
	{
		background-color: #FFFFFF;
		border: 1px solid #000000;
		height: 350px;
		margin: 0 25px 25px 25px;
		padding: 0;
		width: 750px;
	}
	
	.block iframe
	{
		background-image: url(https://img.ezdch.com/misc/loading.gif);
		background-position: center center;
		background-repeat: no-repeat;
		border: none;
		height: 350px; 
		margin: 0;
		overflow: hidden;
		padding: 0;
		width: 750px; 
	}


	
	.footer
	{
		clear:both;
		text-align: center;
		width:100%;
	}

	.footer_bar
	{
		background-color: #585858;
		border-bottom: 1px solid #000000;
		border-top: 1px solid #000000;
		color: #FFFFFF;
		font-size: 11px;
		line-height: 32px;
		text-align:left;
		text-indent: 20px;
	}
	
	.footer_bar a
	{
		color:#FFFFFF;
		text-decoration: none;
		text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px #000000;
	}

	.footer_bar a:hover
	{
		text-decoration: underline;
	}
	
	.copyright
	{
		color: #585858;
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		margin: 10px;
		
	}
	
	.footer .addthis_toolbox
	{
		float:right;
		font-size:12px;
		height: 32px;
		position:relative;
		text-align:right;
		top:1px;
	}

/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */


/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
    vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
Chrome Frame prompt
========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
Helper classes
========================================================================== */

/*
* Image replacement
*/

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
* Don't show links for images, or javascript/internal links
*/

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}