#qm0, #inner-footer {
  display: none !important;
}

html {
	background: none !important; 
	}

body {
	   height: 80%;
	   margin: 10% 0%;
	   visibility:visible;
	   page-break-after:always;
}

/* === colors for reference 
Gold: #B99D66
Brown: #54401F
Silver: #BBBBBB
===== */


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}

#logo {
	position: relative;
	float: right;
	width: 200px;
	height: 75px;
}

#logo img {
	position: absolute;
	top: 0;
	right: 0;
	}

#logo p {
	position: absolute;
	top: 0;
	padding: 58px 0 0 0;
	margin: 0 0 3px 0;
	right: 5px;
	font-weight: bolder;
	}

#menu {
	width: 500px;
	z-index: 50;
	margin: 5px 0 0 0;
	}

#content-wrapper {
	width: 900px;
	margin: 0;
	padding: 0;
	}

#header {
	width: 900px;
	height: 225px;
	margin: 0;
}

#header-text {
	font-size: 25px;
	font-weight: bolder;
	}

#header-left {
	float: left;
	width: 449px;
	background-color: #231F20;
	height: 225px;
	text-align: center;
}

#header-left p {
	margin: 15px 0 0 0;
	font-size: 13px;
	}

#header-left img {
	margin: 15px 0 0 0;
	text-align: center;
	}

/*\*/
/*html #header-right img {
	margin-bottom: -3px;
	}
/**/

#header-right {
	float: left;
	width: 449px;
	height: 225px;
}

/* ================== custom styling ========== */
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}
h5 { font-size: 0.9em; }
p { font-size: 1em; padding: 0.3em 0 0 0; white-space: normal;}
ul { margin: 0; padding: 0; }
li { font-size: 0.8em; list-style-type: none; }

select { border: 1px solid #000; }
select option { padding: 0.1em 0.2em; }

img { border: 0; }

span.red { color: #f00; }
input.required, textarea.required { border: 1px solid #f00; }
select.required { color: #f00; }

.center { text-align: center; }
.bold { font-weight: bold; }

a { color: #004CA4; text-decoration: none; }
a:link {color: #004CA4; text-decoration: none; }
a:visited {color: #004CA4; text-decoration: none; }
a:hover {color: #004CA4; text-decoration: underline; }
a:active {color: #004CA4; text-decoration: underline; } 

.right { float: right; }
.left { float: left; }

/* ======== column styles =======*/
#content {
	width: 900px;
	/*border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	min-height: 275px;*/
	padding-bottom: 10px;
}

/* === left === */
#col-left {
	width: 449px;
	float: left;
}

/* ==== right ==== */
#col-right {
	width: 440px;
	float: right;
	padding: 10px 5px 0 5px;
}

#col-right p {
	line-height: 1.5;
	}


/* ===== box links ====== */
#internal-links {
	width: 900px;
	clear: both;
}

.box {
	width: 433px;
	float: left;
	border: 1px solid #FFFFFF;
	padding-left: 15px;
}

.box h2 {
	margin-top: 10px;
	}

.box a {
	margin-top: 5px;
	}

.box img {
	float: right;
	}

.box a { color: #FFFFFF; text-decoration: none; }
.box a:link {color: #FFFFFF; text-decoration: none; }
.box a:visited {color: #FFFFFF; text-decoration: none; }
.box a:hover {color: #FFFFFF; text-decoration: underline; }
.box a:active {color: #FFFFFF; text-decoration: underline; } 

.silver {
	background: #BBB;
	color: #444444;

}

.gold {
	background: #B99D66;
	color: #54401F;
}

/* ======e-mail styling============*/

#text
{
	font-size: 110%;
	color: #bbb; 
}

/* ====== Footer ======= */
#inner-footer {
	width: 900px;
	float: left;
	clear: both;
	height: 35px;
	padding: 0;
	color: #000;
	font-size: 90%;
	background: transparent url('../images/footer-bg.jpg') 0px 5px repeat-x;
}
#inner-footer p {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	}

#inner-footer img {
	float: left;
	padding: 0 0 0 10px;
	}

#footer {
	clear: both;
	margin: 5px 0 0 0;
	}

/* === Blue square tag styling === */

#b2 {
	text-align: right;
	width: 900px;
	font-size: 90%;
	}

#b2 span {
	float: left;
	text-align: left;
}

#b2 a {
	color: #006;
	text-decoration: none;
	}

#b2 a:hover {
	text-decoration: underline;
	}

